Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/conf Add ep* at isapnp and ep* at isa.



details:   https://anonhg.NetBSD.org/src/rev/d0f1854081fd
branches:  trunk
changeset: 494548:d0f1854081fd
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jul 08 01:24:35 2000 +0000

description:
Add ep* at isapnp and ep* at isa.
3c509 works fine on my CATS.

diffstat:

 sys/arch/arm32/conf/CATS     |  6 +++++-
 sys/arch/arm32/conf/CATSINST |  6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (54 lines):

diff -r e70e4077a9fb -r d0f1854081fd sys/arch/arm32/conf/CATS
--- a/sys/arch/arm32/conf/CATS  Sat Jul 08 00:53:39 2000 +0000
+++ b/sys/arch/arm32/conf/CATS  Sat Jul 08 01:24:35 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CATS,v 1.35 2000/06/14 22:02:20 veego Exp $
+#      $NetBSD: CATS,v 1.36 2000/07/08 01:24:35 tsutsui Exp $
 #
 #      CATS -- CHALTECH CATS Development kernel
 #
@@ -367,6 +367,9 @@
 # ISA Plug-and-Play serial interfaces
 com*   at isapnp?                      # Modems and serial boards
 
+# ISA Plug-and-Play network interfaces
+ep*    at isapnp?                      # 3Com 3c509 Ethernet
+
 # ISA serial interfaces
 com0   at isa? port 0x3f8 irq 4        # Standard PC serial ports
 com1   at isa? port 0x2f8 irq 3
@@ -386,6 +389,7 @@
 # ISA network interface
 #ne0   at isa? port 0x280 irq 9
 #ne1   at isa? port 0x300 irq 10
+#ep*   at isa? port ? irq ?
 
 # The spkr driver provides a simple tone interface to the built in speaker.
 spkr0  at pcppi?                       # PC speaker
diff -r e70e4077a9fb -r d0f1854081fd sys/arch/arm32/conf/CATSINST
--- a/sys/arch/arm32/conf/CATSINST      Sat Jul 08 00:53:39 2000 +0000
+++ b/sys/arch/arm32/conf/CATSINST      Sat Jul 08 01:24:35 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CATSINST,v 1.19 2000/06/14 22:02:21 veego Exp $
+#      $NetBSD: CATSINST,v 1.20 2000/07/08 01:24:35 tsutsui Exp $
 #
 #      CATSINST -- CHALTECH CATS Install kernel
 #
@@ -367,6 +367,9 @@
 # ISA Plug-and-Play serial interfaces
 com*   at isapnp?                      # Modems and serial boards
 
+# ISA Plug-and-Play network interfaces
+ep*    at isapnp?                      # 3Com 3c509 Ethernet
+
 # ISA serial interfaces
 com0   at isa? port 0x3f8 irq 4        # Standard PC serial ports
 com1   at isa? port 0x2f8 irq 3
@@ -386,6 +389,7 @@
 # ISA network interface
 #ne0   at isa? port 0x280 irq 9
 #ne1   at isa? port 0x300 irq 10
+#ep*   at isa? port ? irq ?
 
 # The spkr driver provides a simple tone interface to the built in speaker.
 spkr0  at pcppi?                       # PC speaker



Home | Main Index | Thread Index | Old Index