Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/3a92ace58788
branches:  netbsd-1-4
changeset: 470596:3a92ace58788
user:      he <he%NetBSD.org@localhost>
date:      Fri May 12 19:11:31 2000 +0000

description:
Pull up revision 1.3 (requested by he):
  Add a driver for ``wi'', Lucent "Orinoco"/Wavelan.
  Here: install header required by wiconfig program.

diffstat:

 sys/dev/pcmcia/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r fc5da4b7dc93 -r 3a92ace58788 sys/dev/pcmcia/Makefile
--- a/sys/dev/pcmcia/Makefile   Thu May 11 10:31:17 2000 +0000
+++ b/sys/dev/pcmcia/Makefile   Fri May 12 19:11:31 2000 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.2 1998/07/19 17:28:15 christos Exp $
+#      $NetBSD: Makefile,v 1.2.8.1 2000/05/12 19:11:31 he Exp $
 
 # use 'make -f Makefile.pcmciadevs' to make pcmciadevs.h and pcmciadevs_data.h
 
 INCSDIR= /usr/include/dev/pcmcia
 
-INCS=  pcmciachip.h pcmciareg.h pcmciavar.h
+INCS=  pcmciachip.h pcmciareg.h pcmciavar.h if_wi_ieee.h
 
 .include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index