aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/bus/isapnp.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-03-13[tables] Redefine methods for accessing linker tablesMichael Brown1-6/+1
2008-11-19[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown1-1/+1
2008-10-12[ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown1-1/+1
2008-03-02Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev1-1/+1
2007-07-07Revert "convert to zalloc"Holger Lubitz1-1/+2
2007-07-06convert to zallocHolger Lubitz1-2/+1
2007-07-03This comment is no longer relevant.Michael Brown1-5/+0
2007-07-03Implemented (untested) PXENV_START_UNDI.Michael Brown1-1/+1
2007-07-02pxe_netdev now holds a reference to the network device.Michael Brown1-0/+2
2007-03-10Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown1-331/+273
2006-06-05Added soon-to-be-requisite missing include.Michael Brown1-0/+1
2005-05-24Some versions of doxygen seem to object to "@ret None" or similar.Michael Brown1-19/+19
2005-05-20Use "#var" rather than "@c var" for doxygen.Michael Brown1-7/+7
2005-05-19DoxygenationMichael Brown1-58/+196
2005-04-26Add isapnp_max_csn to reduce scan time.Michael Brown1-2/+20
2005-04-25Added "name" field to bus structure.Michael Brown1-35/+52
2005-04-22Debug message fixes.Michael Brown1-2/+3
2005-04-22Added friendly enable/disable functionsMichael Brown1-3/+3
2005-04-22Updated all common buses to new API.Michael Brown1-96/+144
2005-04-17Use only the header files that we needMichael Brown1-1/+1
2005-04-16Remove debugging call to getchar()Michael Brown1-3/+0
2005-04-16Now known to work with an old Adaptec 1505 that I found lying around.Michael Brown1-23/+52
2005-04-16Improved debugging outputMichael Brown1-4/+10
2005-04-15Need to do isolation when find_isapnp_device is first called,Michael Brown1-8/+9
2005-04-15Fix debug messageMichael Brown1-8/+6
2005-04-15We now correctly use logical devices.Michael Brown1-87/+106
2005-04-15Added debugging messages for activation/deactivation of logical devices.Michael Brown1-0/+7
2005-04-15Read current ioaddr and irqno from PnP registers.Michael Brown1-2/+28
2005-04-15Don't verify checksum except after serial isolationMichael Brown1-10/+7
2005-04-15Reduce binary size by factoring out common parameterised calls toMichael Brown1-13/+19
2005-04-15Activation code now generalised as well.Michael Brown1-150/+144
2005-04-15Cleaned up isolation protocol.Michael Brown1-196/+330
2005-04-14Moved core/isapnp.c to drivers/bus/isapnp.cMichael Brown1-0/+382