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 an at isapnp.



details:   https://anonhg.NetBSD.org/src/rev/ef5ecee33e26
branches:  trunk
changeset: 500731:ef5ecee33e26
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Dec 17 20:35:45 2000 +0000

description:
Add an at isapnp.

diffstat:

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

diffs (25 lines):

diff -r 1d1605667ec5 -r ef5ecee33e26 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Dec 17 20:34:40 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Dec 17 20:35:45 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.383 2000/12/14 04:11:26 onoe Exp $
+#      $NetBSD: GENERIC,v 1.384 2000/12/17 20:35:45 thorpej Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.383 $"
+#ident                 "GENERIC-$Revision: 1.384 $"
 
 maxusers       32              # estimated number of users
 
@@ -575,6 +575,7 @@
 ep*    at isapnp?                      # 3Com 3c509 Ethernet
 ne*    at isapnp?                      # NE2000-compatible Ethernet
 tr*    at isapnp?                      # IBM/3COM TROPIC Token-Ring
+an*    at isapnp?                      # Aironet 802.11
 
 # PCMCIA network interfaces
 an*    at pcmcia? function ?           # Aironet PC4500/PC4800 (802.11)



Home | Main Index | Thread Index | Old Index