Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Remove gpio. It's not a time to use se...



details:   https://anonhg.NetBSD.org/src/rev/c7d1a18e9716
branches:  trunk
changeset: 507825:c7d1a18e9716
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Sun Apr 01 10:42:34 2001 +0000

description:
Remove gpio.  It's not a time to use separate gpio node yet.

diffstat:

 sys/arch/macppc/conf/GENERIC |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r a6f69d709756 -r c7d1a18e9716 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Sun Apr 01 10:40:45 2001 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Sun Apr 01 10:42:34 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.93 2001/03/05 11:31:14 tsubai Exp $
+#      $NetBSD: GENERIC,v 1.94 2001/04/01 10:42:34 tsubai Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include                "arch/macppc/conf/std.macppc"
 
-#ident                 "GENERIC-$Revision: 1.93 $"
+#ident                 "GENERIC-$Revision: 1.94 $"
 
 maxusers       32
 
@@ -176,8 +176,6 @@
 esp*   at obio? flags 0x00ff           # 53c9x SCSI
 mesh*  at obio? flags 0xffff           # MESH SCSI
 nvram* at obio?                        # nvram
-gpio*  at obio?                        # gpio
-gpio*  at gpio?                        # extint
 adb*   at obio?                        # Apple Desktop Bus
 aed*   at adb?                         # ADB Event Device
 akbd*  at adb?                         # ADB keyboard



Home | Main Index | Thread Index | Old Index