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
Commit message (
Expand
)
Author
Age
Files
Lines
*
This code is unbelievably ugly, has never been fixed up to work with
Michael Brown
2005-04-14
2
-1363
/
+0
*
Updated to general ISA bus API.
Michael Brown
2005-04-14
1
-122
/
+108
*
Typo
Michael Brown
2005-04-14
1
-1
/
+1
*
Updated to common ISA bus API.
Michael Brown
2005-04-14
1
-161
/
+118
*
Added a generalised ISA device-probing mechanism.
Michael Brown
2005-04-14
2
-14
/
+188
*
name should be const
Michael Brown
2005-04-14
1
-1
/
+1
*
Fixed up automatic modifications by hand.
Michael Brown
2005-04-14
8
-45
/
+44
*
Automatically modified by
Michael Brown
2005-04-14
22
-88
/
+22
*
Fix up the automatic modifications.
Michael Brown
2005-04-14
1
-10
/
+11
*
Made amenable to automatic update.
Michael Brown
2005-04-14
1
-1
/
+0
*
This is the only driver that has a genuine reason to call
Michael Brown
2005-04-14
1
-8
/
+3
*
Automatically updated using
Michael Brown
2005-04-14
23
-48
/
+23
*
Updated to new device API.
Michael Brown
2005-04-14
3
-71
/
+59
*
Fix BOOT_DRIVER to assign unique and meaningful name to structure.
Michael Brown
2005-04-14
1
-2
/
+2
*
bus header files must include dev.h to get struct dev.
Michael Brown
2005-04-14
6
-4
/
+5
*
Updated to current device API.
Michael Brown
2005-04-14
1
-20
/
+20
*
Tweak API to allow separation of bus-scanning and device-probing logic.
Michael Brown
2005-04-14
6
-90
/
+85
*
Separate out bus-scanning and device-probing logic.
Michael Brown
2005-04-14
3
-12
/
+62
*
Split 3c509.c into 3c509.9 and 3c529.c, with shared code in 3c5x9.c.
Michael Brown
2005-04-14
4
-622
/
+683
*
Allow for multiple BOOT_DRIVER()s in the same file, provided that they
Michael Brown
2005-04-14
1
-1
/
+1
*
Standardised debug mechanism in place now.
Michael Brown
2005-04-14
10
-70
/
+14
*
compiler.h is now always included on the command line.
Michael Brown
2005-04-14
6
-7
/
+0
*
We need the ISA product ID mask available separately for 3c509.c.
Michael Brown
2005-04-14
1
-2
/
+3
*
Always include compiler.h.
Michael Brown
2005-04-14
1
-0
/
+16
*
Automatically create DBG() macro based on debug_<object> macro.
Michael Brown
2005-04-14
1
-0
/
+20
*
Use the magic of common symbols to allow struct dev to effectively grow at
Michael Brown
2005-04-14
8
-49
/
+84
*
Stripped references to variables in C code.
Michael Brown
2005-04-13
1
-7
/
+1
*
EISA support now provided by eisa.c
Michael Brown
2005-04-13
1
-11
/
+0
*
Extraced from 3c509.c
Michael Brown
2005-04-13
2
-0
/
+212
*
Add EISA as a bus type.
Michael Brown
2005-04-13
1
-4
/
+11
*
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
4
-8
/
+72
*
Add MCA devices
Michael Brown
2005-04-13
1
-0
/
+3
*
Minor fixups
Michael Brown
2005-04-13
1
-2
/
+3
*
Extracted from 3c509.c
Michael Brown
2005-04-13
2
-0
/
+189
*
Whoops
Michael Brown
2005-04-13
1
-2
/
+2
*
Finished by hand
Michael Brown
2005-04-13
3
-113
/
+104
*
Finished by hand
Michael Brown
2005-04-13
4
-50
/
+60
*
Finished by hand
Michael Brown
2005-04-13
5
-91
/
+101
*
Fix type of dummy_irq()
Michael Brown
2005-04-13
2
-2
/
+2
*
Finished by hand
Michael Brown
2005-04-13
9
-177
/
+192
*
Hand-finished
Michael Brown
2005-04-13
2
-30
/
+37
*
Avoid compiler warnings.
Michael Brown
2005-04-13
1
-2
/
+2
*
Use NIC's connect method.
Michael Brown
2005-04-13
1
-2
/
+8
*
Add mbps and duplex to struct nic, since some drivers (e.g. rtl8139)
Michael Brown
2005-04-13
1
-0
/
+7
*
Hand-finished
Michael Brown
2005-04-13
1
-30
/
+27
*
Automatically updated using
Michael Brown
2005-04-13
31
-144
/
+272
*
Manual tweaks to get all drivers to follow the "disable, poll, transmit,
Michael Brown
2005-04-13
6
-4
/
+6
[next]