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 fmv* at isapnp? for FMV-183.



details:   https://anonhg.NetBSD.org/src/rev/ece011d7f59c
branches:  trunk
changeset: 538717:ece011d7f59c
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Oct 27 10:28:39 2002 +0000

description:
Add fmv* at isapnp? for FMV-183.

diffstat:

 sys/arch/i386/conf/GENERIC |  7 ++++---
 sys/arch/i386/conf/INSTALL |  5 +++--
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (61 lines):

diff -r ec80929b5882 -r ece011d7f59c sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Oct 27 08:00:26 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Oct 27 10:28:39 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.520 2002/10/24 18:22:53 junyoung Exp $
+# $NetBSD: GENERIC,v 1.521 2002/10/27 10:28:39 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.520 $"
+#ident                 "GENERIC-$Revision: 1.521 $"
 
 maxusers       32              # estimated number of users
 
@@ -646,6 +646,7 @@
 # ISA Plug-and-Play network interfaces
 an*    at isapnp?                      # Aironet 802.11
 ep*    at isapnp?                      # 3Com 3c509 Ethernet
+fmv*   at isapnp?                      # Fujitsu FMV-183
 le*    at isapnp?                      # AMD PCnet-ISA Ethernet
 ne*    at isapnp?                      # NE2000-compatible Ethernet
 tr*    at isapnp?                      # IBM/3COM TROPIC Token-Ring
@@ -677,7 +678,7 @@
 ep*    at isa? port ? irq ?                    # 3C509 ethernet cards
 ef0    at isa? port 0x360 iomem 0xd0000 irq 7  # 3C507
 ai0    at isa? port 0x360 iomem 0xd0000 irq 7  # StarLAN
-fmv0   at isa? port 0x2a0 irq ?                # FMV-180 series
+fmv0   at isa? port 0x2a0 irq ?                # FMV-181/182
 ix0    at isa? port 0x300 irq 10               # EtherExpress/16
 iy0    at isa? port 0x360 irq ?                # EtherExpress PRO 10 ISA
 lc0    at isa? port 0x320 iomem ? irq ?        # DEC EtherWORKS III (LEMAC)
diff -r ec80929b5882 -r ece011d7f59c sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Sun Oct 27 08:00:26 2002 +0000
+++ b/sys/arch/i386/conf/INSTALL        Sun Oct 27 10:28:39 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.207 2002/10/16 02:46:03 lukem Exp $
+#      $NetBSD: INSTALL,v 1.208 2002/10/27 10:28:40 tsutsui Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -496,6 +496,7 @@
 # ISA Plug-and-Play network interfaces
 an*    at isapnp?                      # # Aironet 802.11
 ep*    at isapnp?                      # 3Com 3c509 Ethernet
+fmv*   at isapnp?                      # Fujitsu FMV-183
 le*    at isapnp?                      # AMD PCnet-ISA Ethernet
 ne*    at isapnp?                      # NE2000-compatible Ethernet
 tr*    at isapnp?                      # IBM/3COM TROPIC Token-Ring
@@ -525,7 +526,7 @@
 ep*    at isa? port ? irq ?                    # 3C509 ethernet cards
 ef0    at isa? port 0x360 iomem 0xd0000 irq 7  # 3C507
 ai0    at isa? port 0x360 iomem 0xd0000 irq 7  # StarLAN
-fmv0   at isa? port 0x2a0 irq ?                # FMV-180 series
+fmv0   at isa? port 0x2a0 irq ?                # FMV-181/182
 ix0    at isa? port 0x300 irq 10               # EtherExpress/16
 iy0    at isa? port 0x360 irq ?                # EtherExpress PRO 10 ISA
 lc0    at isa? port 0x320 iomem ? irq ?        # DEC EtherWORKS III (LEMAC)



Home | Main Index | Thread Index | Old Index