summaryrefslogtreecommitdiffstats
path: root/sys/dev/sn/if_sn_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Use the bus_*() routines rather than bus_space_*() for register operations.jhb2009-11-171-2/+0
* Use new convenience function to read CIS rather than the older, harder toimp2005-09-131-2/+1
* Some preliminary support for Megahertz XJEM and CCEM (same cards really)imp2005-08-151-28/+159
* Comment out a few entries in the sn_pccard_products table untilimp2005-07-131-27/+40
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8imp2005-07-101-2/+5
* Fix the build. The SMC_8020BT define doesn't exist yet.scottl2005-07-091-0/+2
* Noticed that NetBSD's sm driver has the PSION GOLDCARD listed, so listimp2005-07-091-3/+2
* Add support for Farallon EtherMAC PC Card.imp2005-07-061-30/+34
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-3/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Only attach to network functions. I'm not aware of any multifunctionimp2005-01-201-0/+10
* 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