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 le* at isapnp?



details:   https://anonhg.NetBSD.org/src/rev/f0d17837adb4
branches:  trunk
changeset: 537677:f0d17837adb4
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Oct 04 16:24:47 2002 +0000

description:
Add le* at isapnp?

diffstat:

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

diffs (43 lines):

diff -r e81e7ebf21d8 -r f0d17837adb4 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Fri Oct 04 16:16:32 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Fri Oct 04 16:24:47 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.514 2002/10/04 03:17:00 itojun Exp $
+# $NetBSD: GENERIC,v 1.515 2002/10/04 16:24:47 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.514 $"
+#ident                 "GENERIC-$Revision: 1.515 $"
 
 maxusers       32              # estimated number of users
 
@@ -638,6 +638,7 @@
 # ISA Plug-and-Play network interfaces
 an*    at isapnp?                      # Aironet 802.11
 ep*    at isapnp?                      # 3Com 3c509 Ethernet
+le*    at isapnp?                      # AMD PCnet-ISA Ethernet
 ne*    at isapnp?                      # NE2000-compatible Ethernet
 tr*    at isapnp?                      # IBM/3COM TROPIC Token-Ring
 
diff -r e81e7ebf21d8 -r f0d17837adb4 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Fri Oct 04 16:16:32 2002 +0000
+++ b/sys/arch/i386/conf/INSTALL        Fri Oct 04 16:24:47 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.205 2002/10/01 12:56:42 fvdl Exp $
+#      $NetBSD: INSTALL,v 1.206 2002/10/04 16:24:48 tsutsui Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -497,6 +497,7 @@
 # ISA Plug-and-Play network interfaces
 an*    at isapnp?                      # # Aironet 802.11
 ep*    at isapnp?                      # 3Com 3c509 Ethernet
+le*    at isapnp?                      # AMD PCnet-ISA Ethernet
 ne*    at isapnp?                      # NE2000-compatible Ethernet
 tr*    at isapnp?                      # IBM/3COM TROPIC Token-Ring
 



Home | Main Index | Thread Index | Old Index