Date: Mon, 1 Apr 2002 18:38:35 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wavelan_ieee.h if_wi.c if_wi_pccard.c if_wi_pci.c if_wireg.h if_wivar.h src/sys/modules/wi Makefile Message-ID: <200204020238.g322cZo32556@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2002/04/01 18:38:35 PST Modified files: sys/dev/wi if_wavelan_ieee.h if_wi.c if_wireg.h sys/modules/wi Makefile Added files: sys/dev/wi if_wi_pccard.c if_wi_pci.c if_wivar.h Log: First cut at breaking out the bus attachment from the bus independent part of the driver. Also, move the softc and some other stuff to if_wivar.h from if_wireg.h to make future merging activities easier. Revision Changes Path 1.10 +0 -6 src/sys/dev/wi/if_wavelan_ieee.h 1.88 +8 -325 src/sys/dev/wi/if_wi.c 1.1 +186 -0 src/sys/dev/wi/if_wi_pccard.c (new) 1.1 +235 -0 src/sys/dev/wi/if_wi_pci.c (new) 1.26 +0 -142 src/sys/dev/wi/if_wireg.h 1.1 +183 -0 src/sys/dev/wi/if_wivar.h (new) 1.13 +2 -6 src/sys/modules/wi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204020238.g322cZo32556>