Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/i386/conf Pull up revision 1.7 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/57ee676c6f6a
branches:  netbsd-1-5
changeset: 490293:57ee676c6f6a
user:      he <he%NetBSD.org@localhost>
date:      Tue Dec 12 21:28:46 2000 +0000

description:
Pull up revision 1.7 (requested by he):
  Add a driver for an(4), Aironet and Cisco wireless pcmcia cards.

diffstat:

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

diffs (42 lines):

diff -r 22799c9d1bba -r 57ee676c6f6a sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Tue Dec 12 21:28:24 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Tue Dec 12 21:28:46 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.2.2.3 2000/10/30 22:27:19 tv Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.2.2.4 2000/12/12 21:28:46 he Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.2.2.3 $"
+#ident                 "GENERIC-$Revision: 1.2.2.4 $"
 
 maxusers       32              # estimated number of users
 
@@ -455,6 +455,7 @@
 rtk*   at pci? dev ? function ?        # Realtek 8129/8139
 
 # PCMCIA network interfaces
+an*    at pcmcia? function ?           # Aironet PC4500/PC4800 (802.11)
 awi*   at pcmcia? function ?           # BayStack 650/660 (802.11FH/DS)
 cnw*   at pcmcia? function ?           # Xircom/Netwave AirSurfer
 ep*    at pcmcia? function ?           # 3Com 3c589 and 3c562 Ethernet
diff -r 22799c9d1bba -r 57ee676c6f6a sys/arch/i386/conf/INSTALL_LAPTOP
--- a/sys/arch/i386/conf/INSTALL_LAPTOP Tue Dec 12 21:28:24 2000 +0000
+++ b/sys/arch/i386/conf/INSTALL_LAPTOP Tue Dec 12 21:28:46 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_LAPTOP,v 1.4.2.4 2000/11/01 02:52:54 tv Exp $
+#      $NetBSD: INSTALL_LAPTOP,v 1.4.2.5 2000/12/12 21:28:46 he Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -374,6 +374,7 @@
 rtk*   at pci? dev ? function ?        # Realtek 8129/8139
 
 # PCMCIA network interfaces
+an*    at pcmcia? function ?           # Aironet PC4500/PC4800 (802.11)
 awi*   at pcmcia? function ?           # BayStack 650 (802.11FH)
 cnw*   at pcmcia? function ?           # Xircom/Netwave AirSurfer
 ep*    at pcmcia? function ?           # 3Com 3c589 and 3c562 Ethernet



Home | Main Index | Thread Index | Old Index