Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch add sdhc(4) at acpi to i386 and amd64 GENERIC kerne...
details: https://anonhg.NetBSD.org/src/rev/4f82905fc226
branches: trunk
changeset: 346064:4f82905fc226
user: nonaka <nonaka%NetBSD.org@localhost>
date: Tue Jun 21 11:37:25 2016 +0000
description:
add sdhc(4) at acpi to i386 and amd64 GENERIC kernel config.
diffstat:
sys/arch/amd64/conf/GENERIC | 5 +++--
sys/arch/i386/conf/GENERIC | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (52 lines):
diff -r 859cf5dcb1da -r 4f82905fc226 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Tue Jun 21 11:35:47 2016 +0000
+++ b/sys/arch/amd64/conf/GENERIC Tue Jun 21 11:37:25 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.434 2016/06/14 03:34:01 pgoyette Exp $
+# $NetBSD: GENERIC,v 1.435 2016/06/21 11:37:25 nonaka Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.434 $"
+#ident "GENERIC-$Revision: 1.435 $"
maxusers 64 # estimated number of users
@@ -319,6 +319,7 @@
mpu* at acpi? # Roland MPU-401 MIDI UART
pckbc* at acpi? # PC keyboard controller
pcppi* at acpi? # AT-style speaker sound
+sdhc* at acpi? # SD Host Controller
sony* at acpi? # Sony Notebook Controller
spic* at acpi? # Sony Programmable I/O Controller
wsmouse* at spic? # mouse
diff -r 859cf5dcb1da -r 4f82905fc226 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Tue Jun 21 11:35:47 2016 +0000
+++ b/sys/arch/i386/conf/GENERIC Tue Jun 21 11:37:25 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1136 2016/05/20 01:37:47 christos Exp $
+# $NetBSD: GENERIC,v 1.1137 2016/06/21 11:37:25 nonaka Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1136 $"
+#ident "GENERIC-$Revision: 1.1137 $"
maxusers 64 # estimated number of users
@@ -369,6 +369,7 @@
mpu* at acpi? # Roland MPU-401 MIDI UART
pckbc* at acpi? # PC keyboard controller
pcppi* at acpi? # AT-style speaker sound
+sdhc* at acpi? # SD Host Controller
sony* at acpi? # Sony Miscellaneous Controller
thinkpad* at acpi? # IBM/Lenovo Thinkpad hotkeys
#tpm* at acpi? # ACPI TPM (Experimental)
Home |
Main Index |
Thread Index |
Old Index