Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/dev/pcmcia Pull up revision 1.30 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/4df1d1639433
branches:  netbsd-1-5
changeset: 490291:4df1d1639433
user:      he <he%NetBSD.org@localhost>
date:      Tue Dec 12 21:27:48 2000 +0000

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

diffstat:

 sys/dev/pcmcia/files.pcmcia |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1bc68837e576 -r 4df1d1639433 sys/dev/pcmcia/files.pcmcia
--- a/sys/dev/pcmcia/files.pcmcia       Tue Dec 12 21:27:27 2000 +0000
+++ b/sys/dev/pcmcia/files.pcmcia       Tue Dec 12 21:27:48 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pcmcia,v 1.28.2.1 2000/07/14 14:37:41 onoe Exp $
+#      $NetBSD: files.pcmcia,v 1.28.2.2 2000/12/12 21:27:48 he Exp $
 #
 # Config.new file and device description for machine-independent PCMCIA code.
 # Included by ports that need it.
@@ -102,3 +102,7 @@
 # IBM Tropic-based Token Ring cards
 attach tr at pcmcia with tr_pcmcia
 file   dev/pcmcia/if_tr_pcmcia.c               tr_pcmcia
+
+# Aironet PC4500/PC4800
+attach an at pcmcia with an_pcmcia
+file   dev/pcmcia/if_an_pcmcia.c               an_pcmcia



Home | Main Index | Thread Index | Old Index