Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf add ahcisata at pci



details:   https://anonhg.NetBSD.org/src/rev/4f3e8d794991
branches:  trunk
changeset: 451977:4f3e8d794991
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Jun 13 13:35:41 2019 +0000

description:
add ahcisata at pci

diffstat:

 sys/arch/evbarm/conf/GENERIC   |  3 ++-
 sys/arch/evbarm/conf/GENERIC64 |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r cfdc441e89d7 -r 4f3e8d794991 sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC      Thu Jun 13 12:44:20 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC      Thu Jun 13 13:35:41 2019 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC,v 1.38 2019/06/11 13:01:48 skrll Exp $
+#      $NetBSD: GENERIC,v 1.39 2019/06/13 13:35:41 jmcneill Exp $
 #
 #      GENERIC ARM (aarch32) kernel
 #
@@ -537,6 +537,7 @@
 
 # SATA
 ahcisata*      at fdt?                 # AHCI SATA
+ahcisata*      at pci? dev ? function ?
 atabus*                at ata?
 atapibus*      at atapi?
 wd*            at atabus? drive ?
diff -r cfdc441e89d7 -r 4f3e8d794991 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Thu Jun 13 12:44:20 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Thu Jun 13 13:35:41 2019 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.97 2019/06/12 10:14:05 jmcneill Exp $
+#      $NetBSD: GENERIC64,v 1.98 2019/06/13 13:35:41 jmcneill Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -382,6 +382,7 @@
 # SATA
 ahcisata*      at fdt?                 # AHCI SATA
 ahcisata*      at acpi?
+ahcisata*      at pci? dev ? function ?
 atabus*                at ata?
 atapibus*      at atapi?
 wd*            at atabus? drive ?



Home | Main Index | Thread Index | Old Index