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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Tweak API to allow separation of bus-scanning and device-probing logic.
Michael Brown
2005-04-14
3
-81
/
+78
|
*
Standardised debug mechanism in place now.
Michael Brown
2005-04-14
3
-25
/
+0
|
*
Use the magic of common symbols to allow struct dev to effectively grow at
Michael Brown
2005-04-14
3
-16
/
+63
|
|
|
|
link time to accommodate whatever bus objects are included.
*
Extraced from 3c509.c
Michael Brown
2005-04-13
1
-0
/
+136
|
*
Don't use htons, for compatibility with PCI :(
Michael Brown
2005-04-13
1
-3
/
+2
|
*
Use __bswap_16, since we're not dealing with quantities to go onto the network.
Michael Brown
2005-04-13
1
-2
/
+2
|
*
htons was used in ISAPnP code just due to ISAPnP storing bytes in
Michael Brown
2005-04-13
1
-2
/
+2
|
|
|
|
reverse order.
*
Created separate isa_ids.h file and a utility function to print out ISA
Michael Brown
2005-04-13
1
-0
/
+24
|
|
|
|
IDs in a human-readable format.
*
Minor fixups
Michael Brown
2005-04-13
1
-2
/
+3
|
*
Extracted from 3c509.c
Michael Brown
2005-04-13
1
-0
/
+114
|
*
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
|
|
|
|
*other* than the main boot device.
*
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
[prev]