Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf Disable gpio(4) which can now be built an...
details: https://anonhg.NetBSD.org/src/rev/ddf396a84d5f
branches: trunk
changeset: 769232:ddf396a84d5f
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Sun Sep 04 12:31:30 2011 +0000
description:
Disable gpio(4) which can now be built and used as modules.
diffstat:
sys/arch/i386/conf/GENERIC | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (44 lines):
diff -r 2d95c0243dce -r ddf396a84d5f sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Sun Sep 04 12:17:59 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC Sun Sep 04 12:31:30 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1052 2011/08/30 13:03:17 mbalmer Exp $
+# $NetBSD: GENERIC,v 1.1053 2011/09/04 12:31:30 mbalmer Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1052 $"
+#ident "GENERIC-$Revision: 1.1053 $"
maxusers 64 # estimated number of users
@@ -704,19 +704,19 @@
dpti* at iop? tid 0 # DPT/Adaptec control interface
# GPIO devices
-gpio* at gpiobus?
+#gpio* at gpiobus?
# 1-Wire support
#gpioow* at gpio? offset ? mask ? # 1-wire bitbanging via gpio
-gpioow* at gpio?
-onewire* at gpioow?
+#gpioow* at gpio?
+#onewire* at gpioow?
# 1-Wire devices
-owtemp* at onewire? # Temperature sensors
+#owtemp* at onewire? # Temperature sensors
# i2c support
-gpioiic* at gpio?
-iic* at gpioiic?
+#gpioiic* at gpio?
+#iic* at gpioiic?
# Keylock support
#gpiolock* at gpio?
Home |
Main Index |
Thread Index |
Old Index