Add nvme(4) and ahcisata(4).
Both work fine via miniPCIe to M.2 adapter.
This commit is contained in:
parent
7aeb9b3f9f
commit
b9ba334648
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: RB800,v 1.37 2019/04/26 21:40:29 sevan Exp $
|
||||
# $NetBSD: RB800,v 1.38 2020/11/10 11:19:57 rin Exp $
|
||||
#
|
||||
# RB800 -- everything that's currently supported
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.mpc85xx"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
ident "RB800-$Revision: 1.37 $"
|
||||
ident "RB800-$Revision: 1.38 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -190,6 +190,13 @@ pci* at ppb?
|
|||
|
||||
alc* at pci? dev ? function ?
|
||||
|
||||
# NVM Express controllers and devices
|
||||
nvme* at pci? dev ? function ?
|
||||
ld* at nvme? nsid ?
|
||||
|
||||
ahcisata* at pci? dev ? function ? # AHCI SATA controllers
|
||||
atabus* at ahcisata? channel ?
|
||||
|
||||
#ehci* at pci? dev ? function ?
|
||||
#ohci* at pci? dev ? function ?
|
||||
#uhci* at pci? dev ? function ?
|
||||
|
|
Loading…
Reference in New Issue