summaryrefslogtreecommitdiffstats
path: root/src/drivers/bus/eisa.c
Commit message (Expand)AuthorAgeFilesLines
* [device] Make driver name a generic device propertyMichael Brown2011-04-081-2/+2
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-2/+2
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-6/+1Star
* [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown2008-10-121-1/+1
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-021-1/+1
* Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown2007-03-101-147/+153
* Added soon-to-be-requisite missing include.Michael Brown2006-06-051-0/+1
* Added "name" field to bus structure.Michael Brown2005-04-251-7/+8
* Debug message fixes.Michael Brown2005-04-221-0/+3
* Need to leave structure zeroedMichael Brown2005-04-221-1/+1
* Added friendly enable/disable functionsMichael Brown2005-04-221-3/+4
* Updated all common buses to new API.Michael Brown2005-04-221-61/+94
* Use only the header files that we needMichael Brown2005-04-171-1/+1
* Made debug messages more consistent.Michael Brown2005-04-161-3/+7
* Standardised debug messages to make it easy to get a bus scan printoutMichael Brown2005-04-151-1/+1
* bus header files must include dev.h to get struct dev.Michael Brown2005-04-141-1/+0Star
* Tweak API to allow separation of bus-scanning and device-probing logic.Michael Brown2005-04-141-30/+26Star
* Standardised debug mechanism in place now.Michael Brown2005-04-141-9/+0Star
* Use the magic of common symbols to allow struct dev to effectively grow atMichael Brown2005-04-141-6/+20
* Extraced from 3c509.cMichael Brown2005-04-131-0/+136