summaryrefslogtreecommitdiffstats
path: root/sys/dev/sn/if_sn_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Include required machine/bus.himp2004-05-281-0/+2
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-9/+4
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* It turns out that the module dependency on pccard is in error. Sinceimp2004-05-081-1/+0
* Convert to bus_space.imp2003-10-251-0/+42
* Use __FBSDID().obrien2003-08-241-4/+4
* DSP Solutions, Inc made the XJEM1144 and XJACK ethernet cards. Updateimp2003-08-211-1/+1
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-2/+3
* Make sure that pp_name is non-null before setting the deviceimp2003-04-101-1/+2
* Don't bogusly depend on pcic. pccard should be enough.imp2002-08-081-1/+0
* Minor whitespace nits. remove #if 1 and #endif pair, but not code between.imp2002-07-211-0/+1
* Migrate to PCMCIA_CARD() macrosimp2001-11-151-9/+3
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingimp2001-11-111-9/+9
* Use PCCARD_CIS_xxx #defines for the table of oem ids. These usuallyimp2001-01-211-5/+6
* Add isa support:imp2000-12-131-12/+1
* Make sn_pccard_products[] staticpeter2000-11-251-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Implement sn_pccard_match. The match routines are the compromiseimp2000-09-281-11/+24
* Remove 8 unnecessary includes from phk's scriptimp2000-09-201-3/+0
* Implement indirection in the pccard probe/attach. This should make itimp2000-09-191-5/+26
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-1/+1
* Don't execute MAC address initialization for non-pccard sn devices.hosokawa2000-01-221-1/+4
* Added support for hex-encoded MAC address of Megahertz X-Jack Ethernet Cardhosokawa2000-01-211-0/+13
* Newbusify the driver.imp1999-12-221-0/+99
OpenPOWER on IntegriCloud