summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep/if_ep_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-2/+2
* Make a pass and cleanup the printfs from this driver.imp2005-07-011-11/+7
* o When calling ep_get_macaddr(), provide it a local buffer. Add a commentimp2005-06-261-2/+2
* u_intXX_t -> uintXX_t while I'm here.imp2005-01-201-19/+19
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Remove duplicate $FreeBSD$imp2004-07-221-3/+0
* Pass sc to GO_WINDOW macro.imp2003-10-261-1/+1
* Whole grab-bag of changes:imp2003-10-251-1/+1
* Transition to using bus_space macros rather than the inb/outb/etc.imp2003-10-181-1/+1
* Style fixes of the whitespace variety. Fix long lines and tabs.markm2003-08-301-10/+18
* Use __FBSDID().obrien2003-08-241-0/+3
* Style(9) cleanup. There was no consistent style in this driver, andmarkm2003-07-171-129/+109
* - Free interrupt handler in ep_free().mdodd2003-03-291-0/+1
* Checksum the configuration EEPROM.mdodd2003-03-291-0/+43
* Register dependency on the elink module.mdodd2003-03-291-0/+3
* Fix compilation on non-i386 machines. Inconsistent conditionalmarcel2003-02-231-3/+5
* Bandaid the bits that use the elink_foo() functions which aremdodd2003-02-131-1/+9
* Fixed to support 3Com 3C569B for PC-98.nyan2000-12-091-0/+8
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove 7 unnecessary includes frmo phk's scriptimp2000-09-201-1/+0
* Properly detect ISA cards in EISA mode and skip them in the ISA identifymdodd2000-07-181-2/+10
* Fix a bug in the last commit. >> 4 instead of >> 8. *bap*mdodd2000-01-231-6/+6
* Add the ID for the 3c509-TPC.mdodd2000-01-231-0/+12
* Whitespace cleanups.mdodd1999-12-061-4/+4
* Add a delay (per the databook) to the get_eeprom_data() loop somdodd1999-12-061-9/+12
* Standardize device descriptions so that there is parity between PnPmdodd1999-12-061-10/+10
* Correctly implement the non-PnP enumeration of ISA board.mdodd1999-12-061-14/+36
* HEADS UP! All 3c5x9 users!mdodd1999-10-271-260/+232
* - Split out the ISA and PCCARD specific code.mdodd1999-09-261-0/+344
OpenPOWER on IntegriCloud