Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cats/conf Add fmv and ne at isapnp, which are also ...



details:   https://anonhg.NetBSD.org/src/rev/79f7d9c4f1d2
branches:  trunk
changeset: 538722:79f7d9c4f1d2
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Oct 27 17:57:13 2002 +0000

description:
Add fmv and ne at isapnp, which are also working on cats.

diffstat:

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

diffs (36 lines):

diff -r 9244bd58dfab -r 79f7d9c4f1d2 sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC        Sun Oct 27 16:53:20 2002 +0000
+++ b/sys/arch/cats/conf/GENERIC        Sun Oct 27 17:57:13 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.41 2002/10/25 00:08:43 chris Exp $
+# $NetBSD: GENERIC,v 1.42 2002/10/27 17:57:13 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -431,6 +431,8 @@
 
 # ISA Plug-and-Play network interfaces
 ep*    at isapnp?                      # 3Com 3c509 Ethernet
+fmv*   at isapnp?                      # Fujitsu FMV-183
+ne*    at isapnp?                      # NE2000-compatible
 
 # ISA serial interfaces
 com0   at isa? port 0x3f8 irq 4        # Standard PC serial ports
diff -r 9244bd58dfab -r 79f7d9c4f1d2 sys/arch/cats/conf/INSTALL
--- a/sys/arch/cats/conf/INSTALL        Sun Oct 27 16:53:20 2002 +0000
+++ b/sys/arch/cats/conf/INSTALL        Sun Oct 27 17:57:13 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.22 2002/09/18 02:43:56 lukem Exp $
+#      $NetBSD: INSTALL,v 1.23 2002/10/27 17:57:14 tsutsui Exp $
 #
 #      CATSINST -- CHALTECH CATS Install kernel
 #
@@ -358,6 +358,8 @@
 
 # ISA Plug-and-Play network interfaces
 ep*    at isapnp?                      # 3Com 3c509 Ethernet
+fmv*   at isapnp?                      # Fujitsu FMV-183
+ne*    at isapnp?                      # NE2000 compat
 
 # ISA serial interfaces
 com0   at isa? port 0x3f8 irq 4        # Standard PC serial ports



Home | Main Index | Thread Index | Old Index