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 Add MI and ISA gpib(4) stuff. (compile te...



details:   https://anonhg.NetBSD.org/src/rev/82fc13d5166e
branches:  trunk
changeset: 747381:82fc13d5166e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Sep 12 18:53:22 2009 +0000

description:
Add MI and ISA gpib(4) stuff. (compile test only)

diffstat:

 sys/arch/i386/conf/ALL |  15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 3d7e0dfdc7f2 -r 82fc13d5166e sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sat Sep 12 18:52:25 2009 +0000
+++ b/sys/arch/i386/conf/ALL    Sat Sep 12 18:53:22 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.208 2009/09/12 18:09:47 tsutsui Exp $
+# $NetBSD: ALL,v 1.209 2009/09/12 18:53:22 tsutsui Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.208 $"
+#ident                 "ALL-$Revision: 1.209 $"
 
 maxusers       32              # estimated number of users
 
@@ -613,6 +613,17 @@
 lpt1   at isa? port 0x278
 lpt2   at isa? port 0x3bc
 
+# ISA IEEE488 GPIB interfaces
+cec0   at isa? port 0x2b8 irq 5 drq 1
+gpib*  at cec?
+
+# IEEE488 GPIB support
+ppi*   at gpib?
+cs80bus* at gpib?
+ct*    at cs80bus? slave ? punit ?
+mt*    at cs80bus? slave ? punit ?
+rd*    at cs80bus? slave ? punit ?
+
 # Hardware monitors
 
 amdtemp* at pci? dev ? function ?      # AMD CPU Temperature sensors



Home | Main Index | Thread Index | Old Index