summaryrefslogtreecommitdiffstats
path: root/src/drivers/bus/isapnp.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [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
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-191-1/+1
* [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
* This comment is no longer relevant.Michael Brown2007-07-031-5/+0Star
* Implemented (untested) PXENV_START_UNDI.Michael Brown2007-07-031-1/+1
* pxe_netdev now holds a reference to the network device.Michael Brown2007-07-021-0/+2
* Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown2007-03-101-331/+273Star
* Added soon-to-be-requisite missing include.Michael Brown2006-06-051-0/+1
* Some versions of doxygen seem to object to "@ret None" or similar.Michael Brown2005-05-241-19/+19
* Use "#var" rather than "@c var" for doxygen.Michael Brown2005-05-201-7/+7
* DoxygenationMichael Brown2005-05-191-58/+196
* Add isapnp_max_csn to reduce scan time.Michael Brown2005-04-261-2/+20
* Added "name" field to bus structure.Michael Brown2005-04-251-35/+52
* Debug message fixes.Michael Brown2005-04-221-2/+3
* Added friendly enable/disable functionsMichael Brown2005-04-221-3/+3
* Updated all common buses to new API.Michael Brown2005-04-221-96/+144
* Use only the header files that we needMichael Brown2005-04-171-1/+1
* Remove debugging call to getchar()Michael Brown2005-04-161-3/+0Star
* Now known to work with an old Adaptec 1505 that I found lying around.Michael Brown2005-04-161-23/+52
* Improved debugging outputMichael Brown2005-04-161-4/+10
* Need to do isolation when find_isapnp_device is first called,Michael Brown2005-04-151-8/+9
* Fix debug messageMichael Brown2005-04-151-8/+6Star
* We now correctly use logical devices.Michael Brown2005-04-151-87/+106
* Added debugging messages for activation/deactivation of logical devices.Michael Brown2005-04-151-0/+7
* Read current ioaddr and irqno from PnP registers.Michael Brown2005-04-151-2/+28
* Don't verify checksum except after serial isolationMichael Brown2005-04-151-10/+7Star
* Reduce binary size by factoring out common parameterised calls toMichael Brown2005-04-151-13/+19
* Activation code now generalised as well.Michael Brown2005-04-151-150/+144Star
* Cleaned up isolation protocol.Michael Brown2005-04-151-196/+330
* Moved core/isapnp.c to drivers/bus/isapnp.cMichael Brown2005-04-151-0/+382