summaryrefslogtreecommitdiffstats
path: root/src/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
...
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-051-2/+2
* [pci] Add pci_find_next() to iterate over existent PCI devicesMichael Brown2013-08-051-21/+44
* [settings] Expose PCI configuration space via settings mechanismMichael Brown2013-07-131-0/+124
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-204-4/+8
* [isa] Avoid spurious compiler warning on gcc 4.7Michael Brown2012-07-201-3/+3
* [device] Make driver name a generic device propertyMichael Brown2011-04-084-6/+7
* [pci] Modularise PCI device supportMichael Brown2011-02-171-47/+79
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-171-3/+3
* [pci] Replace pci_max_bus() with pci_num_bus()Michael Brown2011-02-171-1/+1
* [pci] Use single "busdevfn" field in struct pci_deviceMichael Brown2011-02-171-60/+57Star
* [pci] Add ability to resize a VPD fieldMichael Brown2011-01-191-0/+161
* [pci] Allow pci_vpd_init() return status to be ignoredMichael Brown2011-01-191-0/+8
* [legal] Add FILE_LICENCE macro to some GPL-v2-or-later filesShao Miller2010-12-041-0/+2
* [pci] Add support for reading and writing PCI Vital Product Data (VPD)Michael Brown2010-11-251-0/+386
* [pci] Standardise debug message formatMichael Brown2010-11-241-19/+17Star
* [virtio] Replace virtio-net with native iPXE driverStefan Hajnoczi2010-07-171-6/+6
* [build] Rename gPXE to iPXEMichael Brown2010-04-2010-21/+21
* [pci] Save and restore PCI command registerBernhard Kohl2010-01-221-0/+5
* [pci] Add generic configuration space backup/restore facilityMichael Brown2009-10-141-0/+90
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-186-0/+12
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-135-30/+5Star
* [pci] Enable memory cycles in adjust_pci_device()Michael Brown2008-12-121-1/+2
* [virtio] Split virtio-net.c into several files.Laurent Vivier2008-11-192-0/+198
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-192-2/+2
* [isa] Fix a small typo in isa.c.Pantelis Koukousoulas2008-11-081-2/+2
* [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown2008-10-124-4/+4
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-023-3/+2Star
* Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
* Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
* Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
* Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
* Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* 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-022-0/+5
* Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown2007-03-106-744/+696Star
* 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-102-7/+15
* 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-272-2/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-272-0/+2