Remove host binary object drivers from GENERIC
Four drivers (hpt27xx, hptmv, hptnr, hptrr, hpt27xx) include precompiled binary objects; have users load them as modules if they are needed. Additional work (i.e., integrating devmatch) required before MFC. Reviewed by: markj Relnotes: Yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D21865
This commit is contained in:
parent
5fda0d60c1
commit
9923b64177
6
UPDATING
6
UPDATING
@ -26,6 +26,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
|
||||
disable the most expensive debugging functionality run
|
||||
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
|
||||
|
||||
20191003:
|
||||
The hpt27xx, hptmv, hptnr, and hptrr drivers have been removed from
|
||||
GENERIC. They are available as modules and can be loaded by adding
|
||||
to /boot/loader.conf hpt27xx_load="YES", hptmv_load="YES",
|
||||
hptnr_load="YES", or hptrr_load="YES", respectively.
|
||||
|
||||
20190913:
|
||||
ntpd no longer by default locks its pages in memory, allowing them
|
||||
to be paged out by the kernel. Use rlimit memlock to restore
|
||||
|
@ -165,10 +165,6 @@ device ses # Enclosure Services (SES and SAF-TE)
|
||||
device amr # AMI MegaRAID
|
||||
device arcmsr # Areca SATA II RAID
|
||||
device ciss # Compaq Smart RAID 5*
|
||||
device hptmv # Highpoint RocketRAID 182x
|
||||
device hptnr # Highpoint DC7280, R750
|
||||
device hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
|
||||
device hpt27xx # Highpoint RocketRAID 27xx
|
||||
device iir # Intel Integrated RAID
|
||||
device ips # IBM (Adaptec) ServeRAID
|
||||
device mly # Mylex AcceleRAID/eXtremeRAID
|
||||
|
@ -151,10 +151,6 @@ device ses # Enclosure Services (SES and SAF-TE)
|
||||
device amr # AMI MegaRAID
|
||||
device arcmsr # Areca SATA II RAID
|
||||
device ciss # Compaq Smart RAID 5*
|
||||
device hptmv # Highpoint RocketRAID 182x
|
||||
device hptnr # Highpoint DC7280, R750
|
||||
device hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
|
||||
device hpt27xx # Highpoint RocketRAID 27xx
|
||||
device iir # Intel Integrated RAID
|
||||
device ips # IBM (Adaptec) ServeRAID
|
||||
device mly # Mylex AcceleRAID/eXtremeRAID
|
||||
|
Loading…
Reference in New Issue
Block a user