aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/bus/mca.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-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/+0
2007-07-07Revert "convert to zalloc"Holger Lubitz1-1/+2
2007-07-06convert to zallocHolger Lubitz1-2/+1
2007-03-10Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown1-128/+148
2006-06-05Added soon-to-be-requisite missing include.Michael Brown1-0/+1
2005-04-25Added "name" field to bus structure.Michael Brown1-7/+8
2005-04-22Debug message fixes.Michael Brown1-1/+1
2005-04-22Need to leave structure zeroedMichael Brown1-1/+1
2005-04-22ConsistencyMichael Brown1-1/+1
2005-04-22Fix up fill_mca_nic.Michael Brown1-2/+1
2005-04-22Updated all common buses to new API.Michael Brown1-54/+87
2005-04-17Use only the header files that we needMichael Brown1-1/+1
2005-04-16Improved debugging outputMichael Brown1-3/+15
2005-04-14Standardised debug messages to make it easy to get a bus scan printoutMichael Brown1-1/+2
2005-04-14bus header files must include dev.h to get struct dev.Michael Brown1-1/+0
2005-04-14Tweak API to allow separation of bus-scanning and device-probing logic.Michael Brown1-24/+25
2005-04-14Standardised debug mechanism in place now.Michael Brown1-9/+0
2005-04-14Use the magic of common symbols to allow struct dev to effectively grow atMichael Brown1-6/+16
2005-04-13Don't use htons, for compatibility with PCI :(Michael Brown1-3/+2
2005-04-13Extracted from 3c509.cMichael Brown1-0/+114