index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
bus
/
pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "convert to zalloc"
Holger Lubitz
2007-07-07
1
-1
/
+2
*
convert to zalloc
Holger Lubitz
2007-07-06
1
-2
/
+1
*
pxe_netdev now holds a reference to the network device.
Michael Brown
2007-07-02
1
-0
/
+3
*
Updated ISAPnP, EISA, MCA and ISA buses to current device model.
Michael Brown
2007-03-10
1
-3
/
+3
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
Add device description fields to struct device.
Michael Brown
2007-01-10
1
-0
/
+4
*
Add "name" field to struct device to allow human-readable hardware device
Michael Brown
2007-01-10
1
-5
/
+11
*
Added support for wildcard device/vendor ID matches
Michael Brown
2007-01-08
1
-1
/
+4
*
Add device to hierarchy before calling the driver's probe() function; this
Michael Brown
2007-01-08
1
-21
/
+16
*
Remove warning (at least on platforms with uint32_t == unsigned long).
Michael Brown
2006-12-20
1
-1
/
+1
*
Use stdlib.h for malloc() instead of malloc.h.
Michael Brown
2006-12-20
1
-1
/
+1
*
We don't actually have a stdio.h header file. Our printf() functions are
Michael Brown
2006-09-27
1
-1
/
+0
*
added stdio.h to includes for DBG compilation
Marty Connor
2006-09-27
1
-0
/
+1
*
Strip down i386 PCI configuration space I/O to the bare minimum. A
Michael Brown
2006-05-17
1
-11
/
+4
*
Restructured PCI subsystem to fit the new device model.
Michael Brown
2006-05-16
1
-298
/
+270
*
Header rearrangement.
Michael Brown
2006-04-24
1
-1
/
+1
*
Merge from Etherboot 5.4
Michael Brown
2006-03-16
1
-4
/
+5
*
Added "name" field to bus structure.
Michael Brown
2005-04-25
1
-7
/
+8
*
Updated all common buses to new API.
Michael Brown
2005-04-22
1
-10
/
+10
*
Tweaked API to minimise changes to existing drivers even further.
Michael Brown
2005-04-21
1
-9
/
+9
*
Created a bus/device API that allows for the ROM prefix to specify an
Michael Brown
2005-04-21
1
-118
/
+135
*
Use only the header files that we need
Michael Brown
2005-04-17
1
-1
/
+3
*
Place the call to adjust_pci_device() back in the individual drivers,
Michael Brown
2005-04-16
1
-3
/
+0
*
Consistency
Michael Brown
2005-04-16
1
-1
/
+2
*
Speed up PCI bus scanning by skipping fns 1-7 if fn 0 is not present.
Michael Brown
2005-04-16
1
-1
/
+22
*
Read number of PCI buses returned by BIOS so that we can scan more
Michael Brown
2005-04-16
1
-0
/
+11
*
Made debug messages more consistent.
Michael Brown
2005-04-16
1
-1
/
+1
*
Improved debug messages.
Michael Brown
2005-04-16
1
-13
/
+13
*
Improve debug message legibility.
Michael Brown
2005-04-15
1
-1
/
+1
*
Standardised debug messages to make it easy to get a bus scan printout
Michael Brown
2005-04-15
1
-1
/
+1
*
bus header files must include dev.h to get struct dev.
Michael Brown
2005-04-14
1
-1
/
+0
*
Tweak API to allow separation of bus-scanning and device-probing logic.
Michael Brown
2005-04-14
1
-27
/
+27
*
Standardised debug mechanism in place now.
Michael Brown
2005-04-14
1
-7
/
+0
*
Use the magic of common symbols to allow struct dev to effectively grow at
Michael Brown
2005-04-14
1
-4
/
+27
*
htons was used in ISAPnP code just due to ISAPnP storing bytes in
Michael Brown
2005-04-13
1
-2
/
+2
*
Minor fixups
Michael Brown
2005-04-13
1
-2
/
+3
*
Remove debugging by default
Michael Brown
2005-04-12
1
-2
/
+0
*
Make adjust_pci_device global, since many drivers call it.
Michael Brown
2005-04-12
1
-1
/
+1
*
Fix up find_pci_device so that it can be used for scanning for devices
Michael Brown
2005-04-12
1
-37
/
+32
*
New PCI scan functions now work.
Michael Brown
2005-04-12
1
-77
/
+114
*
New device probing mechanism written, not tested.
Michael Brown
2005-04-11
1
-0
/
+126
*
Moved in functions from old core/pci.c that we want to keep.
Michael Brown
2005-04-11
1
-0
/
+144