summaryrefslogtreecommitdiff
path: root/sys/dev/sn/if_sn_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.2.0_cvscvs2svn2004-01-101-1/+1
* Convert to bus_space.Warner Losh2003-10-251-0/+42
* Use __FBSDID().David E. O'Brien2003-08-241-4/+4
* DSP Solutions, Inc made the XJEM1144 and XJACK ethernet cards. UpdateWarner Losh2003-08-211-1/+1
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-2/+3
* Make sure that pp_name is non-null before setting the deviceWarner Losh2003-04-101-1/+2
* Don't bogusly depend on pcic. pccard should be enough.Warner Losh2002-08-081-1/+0
* Minor whitespace nits. remove #if 1 and #endif pair, but not code between.Warner Losh2002-07-211-0/+1
* Migrate to PCMCIA_CARD() macrosWarner Losh2001-11-151-9/+3
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingWarner Losh2001-11-111-9/+9
* Use PCCARD_CIS_xxx #defines for the table of oem ids. These usuallyWarner Losh2001-01-211-5/+6
* Add isa support:Warner Losh2000-12-131-12/+1
* Make sn_pccard_products[] staticPeter Wemm2000-11-251-1/+1
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Implement sn_pccard_match. The match routines are the compromiseWarner Losh2000-09-281-11/+24
* Remove 8 unnecessary includes from phk's scriptWarner Losh2000-09-201-3/+0
* Implement indirection in the pccard probe/attach. This should make itWarner Losh2000-09-191-5/+26
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-1/+1
* Don't execute MAC address initialization for non-pccard sn devices.Tatsumi Hosokawa2000-01-221-1/+4
* Added support for hex-encoded MAC address of Megahertz X-Jack Ethernet CardTatsumi Hosokawa2000-01-211-0/+13
* Newbusify the driver.Warner Losh1999-12-221-0/+99