summaryrefslogtreecommitdiff
path: root/sys/dev/sn/if_sn_isa.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* Add support for Farallon EtherMAC PC Card.Warner Losh2005-07-061-5/+14
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Don't establish the ISR in the sn_activate routine. I've had twoWarner Losh2003-11-101-5/+0
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+3
* Add isa support:Warner Losh2000-12-131-8/+5
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Remove 8 unnecessary includes from phk's scriptWarner Losh2000-09-201-5/+0
* Implement indirection in the pccard probe/attach. This should make itWarner Losh2000-09-191-1/+1
* Don't claim devices that we fail to probe for. Reverse the sense of a testWarner Losh2000-05-071-2/+2
* Re-enable probe for isa and correct the plug and play issue thatWarner Losh2000-04-081-2/+2
* Don't execute MAC address initialization for non-pccard sn devices.Tatsumi Hosokawa2000-01-221-0/+7
* Two nits and disable isa probe due to its overly agressive claiming ofWarner Losh1999-12-281-1/+2
* Newbusify the driver.Warner Losh1999-12-221-0/+91