summaryrefslogtreecommitdiff
path: root/sys/dev/sn/if_sn_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Use the bus_*() routines rather than bus_space_*() for register operations.John Baldwin2009-11-171-2/+0
* Use new convenience function to read CIS rather than the older, harder toWarner Losh2005-09-131-2/+1
* Some preliminary support for Megahertz XJEM and CCEM (same cards really)Warner Losh2005-08-151-28/+159
* Comment out a few entries in the sn_pccard_products table untilWarner Losh2005-07-131-26/+39
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8Warner Losh2005-07-101-2/+5
* Fix the build. The SMC_8020BT define doesn't exist yet.Scott Long2005-07-091-0/+2
* Noticed that NetBSD's sm driver has the PSION GOLDCARD listed, so listWarner Losh2005-07-091-3/+2
* Add support for Farallon EtherMAC PC Card.Warner Losh2005-07-061-30/+34
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-3/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* Only attach to network functions. I'm not aware of any multifunctionWarner Losh2005-01-201-0/+10
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Include required machine/bus.hWarner Losh2004-05-281-0/+2
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-9/+4
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* It turns out that the module dependency on pccard is in error. SinceWarner Losh2004-05-081-1/+0
* 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