sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
hptrr: use BLOB_OBJS for pre-built .o's
hptrr: Move to using .o filesUse .o files directly. Replace the .o.uu files that we uudecode with .o files.Adjust the kernel and module build to cope.Suggestions by: markj@, emaste@Sposnored b
hptrr: Move to using .o filesUse .o files directly. Replace the .o.uu files that we uudecode with .o files.Adjust the kernel and module build to cope.Suggestions by: markj@, emaste@Sposnored by: Netflix, IncDifferential Revision: https://reviews.freebsd.org/D29636
show more ...
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
MFtbemd:Use MACHINE_CPUARCH in preference to MACHINE_ARCH. The former is thesource code location of the machine, the latter the binary output. Ingeneral, we want to use MACHINE_CPUARCH instead
MFtbemd:Use MACHINE_CPUARCH in preference to MACHINE_ARCH. The former is thesource code location of the machine, the latter the binary output. Ingeneral, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unlesswe're tesitng for a specific target. The isn't even moot fori386/amd64 where there's momemntum towards a MACHINE_CPUARCH == x86,although a specific cleanup for that likely would be needed...
Add the 'hptrr' driver for supporting the following Highpoint RocketRAIDcards: o RocketRAID 172x series o RocketRAID 174x series o RocketRAID 2210 o RocketRAID 222x seri
Add the 'hptrr' driver for supporting the following Highpoint RocketRAIDcards: o RocketRAID 172x series o RocketRAID 174x series o RocketRAID 2210 o RocketRAID 222x series o RocketRAID 2240 o RocketRAID 230x series o RocketRAID 231x series o RocketRAID 232x series o RocketRAID 2340 o RocketRAID 2522Many thanks to Highpoint for their continued support of FreeBSD.Submitted by: Highpoint