mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
MFC r282921:
Add nvme and nvd drivers to GENERIC for amd64 and i386. Sponsored by: Intel
This commit is contained in:
parent
5ed1b7dd32
commit
81a6bc88a1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=283076
@ -161,6 +161,10 @@ device mrsas # LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s
|
||||
#device pst # Promise Supertrak SX6000
|
||||
device twe # 3ware ATA RAID
|
||||
|
||||
# NVM Express (NVMe) support
|
||||
device nvme # base NVMe driver
|
||||
device nvd # expose NVMe namespaces as disks, depends on nvme
|
||||
|
||||
# atkbdc0 controls both the keyboard and the PS/2 mouse
|
||||
device atkbdc # AT keyboard controller
|
||||
device atkbd # AT keyboard
|
||||
|
@ -166,6 +166,10 @@ device mrsas # LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s
|
||||
device pst # Promise Supertrak SX6000
|
||||
device twe # 3ware ATA RAID
|
||||
|
||||
# NVM Express (NVMe) support
|
||||
device nvme # base NVMe driver
|
||||
device nvd # expose NVMe namespace as disks, depends on nvme
|
||||
|
||||
# atkbdc0 controls both the keyboard and the PS/2 mouse
|
||||
device atkbdc # AT keyboard controller
|
||||
device atkbd # AT keyboard
|
||||
|
Loading…
Reference in New Issue
Block a user