summaryrefslogtreecommitdiffstats
path: root/src/drivers/bus/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* pxe_netdev now holds a reference to the network device.Michael Brown2007-07-021-0/+3
* Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown2007-03-101-3/+3
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Add device description fields to struct device.Michael Brown2007-01-101-0/+4
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-5/+11
* Added support for wildcard device/vendor ID matchesMichael Brown2007-01-081-1/+4
* Add device to hierarchy before calling the driver's probe() function; thisMichael Brown2007-01-081-21/+16Star
* Remove warning (at least on platforms with uint32_t == unsigned long).Michael Brown2006-12-201-1/+1
* Use stdlib.h for malloc() instead of malloc.h.Michael Brown2006-12-201-1/+1
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-271-0/+1
* Strip down i386 PCI configuration space I/O to the bare minimum. AMichael Brown2006-05-171-11/+4Star
* Restructured PCI subsystem to fit the new device model.Michael Brown2006-05-161-298/+270Star
* Header rearrangement.Michael Brown2006-04-241-1/+1
* Merge from Etherboot 5.4Michael Brown2006-03-161-4/+5
* Added "name" field to bus structure.Michael Brown2005-04-251-7/+8
* Updated all common buses to new API.Michael Brown2005-04-221-10/+10
* Tweaked API to minimise changes to existing drivers even further.Michael Brown2005-04-211-9/+9
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-211-118/+135
* Use only the header files that we needMichael Brown2005-04-171-1/+3
* Place the call to adjust_pci_device() back in the individual drivers,Michael Brown2005-04-161-3/+0Star
* ConsistencyMichael Brown2005-04-161-1/+2
* Speed up PCI bus scanning by skipping fns 1-7 if fn 0 is not present.Michael Brown2005-04-161-1/+22
* Read number of PCI buses returned by BIOS so that we can scan moreMichael Brown2005-04-161-0/+11
* Made debug messages more consistent.Michael Brown2005-04-161-1/+1
* Improved debug messages.Michael Brown2005-04-161-13/+13
* Improve debug message legibility.Michael Brown2005-04-151-1/+1
* 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-27/+27
* Standardised debug mechanism in place now.Michael Brown2005-04-141-7/+0Star
* Use the magic of common symbols to allow struct dev to effectively grow atMichael Brown2005-04-141-4/+27
* htons was used in ISAPnP code just due to ISAPnP storing bytes inMichael Brown2005-04-131-2/+2
* Minor fixupsMichael Brown2005-04-131-2/+3
* Remove debugging by defaultMichael Brown2005-04-121-2/+0Star
* Make adjust_pci_device global, since many drivers call it.Michael Brown2005-04-121-1/+1
* Fix up find_pci_device so that it can be used for scanning for devicesMichael Brown2005-04-121-37/+32Star
* New PCI scan functions now work.Michael Brown2005-04-121-77/+114
* New device probing mechanism written, not tested.Michael Brown2005-04-111-0/+126
* Moved in functions from old core/pci.c that we want to keep.Michael Brown2005-04-111-0/+144