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 (
Expand
)
Author
Age
Files
Lines
...
*
Now known to work with an old Adaptec 1505 that I found lying around.
Michael Brown
2005-04-16
1
-23
/
+52
*
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
*
Improved debugging output
Michael Brown
2005-04-16
3
-7
/
+27
*
Made debug messages more consistent.
Michael Brown
2005-04-16
2
-4
/
+8
*
Improved debug messages.
Michael Brown
2005-04-16
1
-13
/
+13
*
Make isa_probe_addr a simple integer rather than a struct, to facilitate
Michael Brown
2005-04-16
1
-3
/
+6
*
Improve debug message legibility.
Michael Brown
2005-04-15
1
-1
/
+1
*
Need to do isolation when find_isapnp_device is first called,
Michael Brown
2005-04-15
1
-8
/
+9
*
Fix debug message
Michael Brown
2005-04-15
1
-8
/
+6
*
We now correctly use logical devices.
Michael Brown
2005-04-15
1
-87
/
+106
*
Added debugging messages for activation/deactivation of logical devices.
Michael Brown
2005-04-15
1
-0
/
+7
*
Read current ioaddr and irqno from PnP registers.
Michael Brown
2005-04-15
1
-2
/
+28
*
Don't verify checksum except after serial isolation
Michael Brown
2005-04-15
1
-10
/
+7
*
Reduce binary size by factoring out common parameterised calls to
Michael Brown
2005-04-15
1
-13
/
+19
*
Activation code now generalised as well.
Michael Brown
2005-04-15
1
-150
/
+144
*
Cleaned up isolation protocol.
Michael Brown
2005-04-15
1
-196
/
+330
*
Standardised debug message.
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
3
-3
/
+4
*
Moved core/isapnp.c to drivers/bus/isapnp.c
Michael Brown
2005-04-15
1
-0
/
+382
*
Added a generalised ISA device-probing mechanism.
Michael Brown
2005-04-14
1
-0
/
+123
*
bus header files must include dev.h to get struct dev.
Michael Brown
2005-04-14
3
-3
/
+0
*
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
*
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
*
Created separate isa_ids.h file and a utility function to print out ISA
Michael Brown
2005-04-13
1
-0
/
+24
*
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
*
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]