History log of /src/sys/modules/hptmv/Makefile (Results 1 – 25 of 36)
Revision Date Author Comments
# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 22ed04c2 02-Jun-2021 Warner Losh <imp@FreeBSD.org>

hptmv: use BLOB_OBJS for pre-built .o's

Sponsored by: Netflix


# fddb3f4d 12-Apr-2021 Warner Losh <imp@FreeBSD.org>

hptmv: use .o files directly

uudecode the .o.uu files and commit directly to the tree. Adjust the build
infrastructure to cope with the new location, both for the kernel and modules.

Sposnored by:

hptmv: use .o files directly

uudecode the .o.uu files and commit directly to the tree. Adjust the build
infrastructure to cope with the new location, both for the kernel and modules.

Sposnored by: Netflix, Inc
Differential Revision: https://reviews.freebsd.org/D29635

show more ...


# 8b3bc70a 08-Oct-2019 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r352764 through r353315.


# 551caa87 02-Oct-2019 Mark Johnston <markj@FreeBSD.org>

Harmonize the hptmv blob's build rule with that of other hpt* drivers.

No functional change intended.

Reviewed by: emaste
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D21866


# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 22ed04c2 02-Jun-2021 Warner Losh <imp@FreeBSD.org>

hptmv: use BLOB_OBJS for pre-built .o's

Sponsored by: Netflix


# fddb3f4d 12-Apr-2021 Warner Losh <imp@FreeBSD.org>

hptmv: use .o files directly

uudecode the .o.uu files and commit directly to the tree. Adjust the build
infrastructure to cope with the new location, both for the kernel and modules.

Sposnored by:

hptmv: use .o files directly

uudecode the .o.uu files and commit directly to the tree. Adjust the build
infrastructure to cope with the new location, both for the kernel and modules.

Sposnored by: Netflix, Inc
Differential Revision: https://reviews.freebsd.org/D29635

show more ...


# 8b3bc70a 08-Oct-2019 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r352764 through r353315.


# 551caa87 02-Oct-2019 Mark Johnston <markj@FreeBSD.org>

Harmonize the hptmv blob's build rule with that of other hpt* drivers.

No functional change intended.

Reviewed by: emaste
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D21866


# 193d9e76 04-Mar-2017 Enji Cooper <ngie@FreeBSD.org>

sys/modules: normalize .CURDIR-relative paths to SRCTOP

This simplifies make output/logic

Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon


# 193d9e76 04-Mar-2017 Enji Cooper <ngie@FreeBSD.org>

sys/modules: normalize .CURDIR-relative paths to SRCTOP

This simplifies make output/logic

Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon


# 6f3544cd 26-Oct-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Merge svn+ssh://svn.freebsd.org/base/head@214309


# c09808d0 23-Aug-2010 Warner Losh <imp@FreeBSD.org>

MFtbemd:

Use MACHINE_CPUARCH in preference to MACHINE_ARCH. The former is the
source code location of the machine, the latter the binary output. In
general, we want to use MACHINE_CPUARCH instead

MFtbemd:

Use MACHINE_CPUARCH in preference to MACHINE_ARCH. The former is the
source code location of the machine, the latter the binary output. In
general, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unless
we're tesitng for a specific target. The isn't even moot for
i386/amd64 where there's momemntum towards a MACHINE_CPUARCH == x86,
although a specific cleanup for that likely would be needed...

show more ...


# d2bd3ab9 07-Sep-2005 Scott Long <scottl@FreeBSD.org>

Import new version of the HPTMV driver from Highpoint. The major change
here is the support for amd64, as well as possible support for PAE. Many
thanks to Highpoint for continuing to support FreeBS

Import new version of the HPTMV driver from Highpoint. The major change
here is the support for amd64, as well as possible support for PAE. Many
thanks to Highpoint for continuing to support FreeBSD.

Obtained from: Steve Chang @ Highpoint
MFC After: 3 days.

show more ...


# d38d9c9e 02-Mar-2005 Scott Long <scottl@FreeBSD.org>

Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistaken
for being on a CVS vendor branch. The files were moved via a repo-copy.


# b953df2a 24-Oct-2004 Scott Long <scottl@FreeBSD.org>

Clean up some messy Makefile stuff so that this can be built into the
kernel.


# 1713e81b 24-Oct-2004 Scott Long <scottl@FreeBSD.org>

Import the HighPoint RocketRAID 182x driver. Thanks to HighPoint for
providing the original driver, and thanks to IronSystems for providing
hardware for testing.


# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 22ed04c2 02-Jun-2021 Warner Losh <imp@FreeBSD.org>

hptmv: use BLOB_OBJS for pre-built .o's

Sponsored by: Netflix


# fddb3f4d 12-Apr-2021 Warner Losh <imp@FreeBSD.org>

hptmv: use .o files directly

uudecode the .o.uu files and commit directly to the tree. Adjust the build
infrastructure to cope with the new location, both for the kernel and modules.

Sposnored by:

hptmv: use .o files directly

uudecode the .o.uu files and commit directly to the tree. Adjust the build
infrastructure to cope with the new location, both for the kernel and modules.

Sposnored by: Netflix, Inc
Differential Revision: https://reviews.freebsd.org/D29635

show more ...


# 8b3bc70a 08-Oct-2019 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r352764 through r353315.


# 551caa87 02-Oct-2019 Mark Johnston <markj@FreeBSD.org>

Harmonize the hptmv blob's build rule with that of other hpt* drivers.

No functional change intended.

Reviewed by: emaste
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D21866


# 193d9e76 04-Mar-2017 Enji Cooper <ngie@FreeBSD.org>

sys/modules: normalize .CURDIR-relative paths to SRCTOP

This simplifies make output/logic

Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon


# 6f3544cd 26-Oct-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Merge svn+ssh://svn.freebsd.org/base/head@214309


12