Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc/conf Add nvme(4) and ahcisata(4).
details: https://anonhg.NetBSD.org/src/rev/d2a213b2a927
branches: trunk
changeset: 956921:d2a213b2a927
user: rin <rin%NetBSD.org@localhost>
date: Tue Nov 10 11:19:57 2020 +0000
description:
Add nvme(4) and ahcisata(4).
Both work fine via miniPCIe to M.2 adapter.
diffstat:
sys/arch/evbppc/conf/RB800 | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (32 lines):
diff -r 56b18710fba3 -r d2a213b2a927 sys/arch/evbppc/conf/RB800
--- a/sys/arch/evbppc/conf/RB800 Tue Nov 10 11:00:02 2020 +0000
+++ b/sys/arch/evbppc/conf/RB800 Tue Nov 10 11:19:57 2020 +0000
@@ -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 @@
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 @@
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 ?
Home |
Main Index |
Thread Index |
Old Index