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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed debug message
Michael Brown
2005-04-15
1
-2
/
+2
*
Fix debug message
Michael Brown
2005-04-15
1
-8
/
+6
*
Now compiles.
Michael Brown
2005-04-15
1
-19
/
+14
*
Don't even try to compile until the code is tidied up.
Michael Brown
2005-04-15
1
-0
/
+7
*
This at least compiles now. Haven't separated out the EMBEDDED code yet.
Michael Brown
2005-04-15
1
-241
/
+230
*
Not sure why I made these cosmetic changes, but I appear to have done so.
Michael Brown
2005-04-15
1
-3
/
+3
*
Added "classical" ISA example.
Michael Brown
2005-04-15
1
-0
/
+63
*
Added EISA, ISAPnP and MCA examples.
Michael Brown
2005-04-15
1
-7
/
+117
*
Updated to new PCI bus interface.
Michael Brown
2005-04-15
1
-89
/
+100
*
Updated to work with new ISAPnP bus code.
Michael Brown
2005-04-15
1
-189
/
+142
*
We now correctly use logical devices.
Michael Brown
2005-04-15
2
-89
/
+113
*
Canonicalised tag names
Michael Brown
2005-04-15
1
-39
/
+39
*
Move the concept of logical devices inside the struct isapnp_device.
Michael Brown
2005-04-15
1
-12
/
+18
*
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
2
-2
/
+33
*
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
2
-151
/
+149
*
Cleaned up isolation protocol.
Michael Brown
2005-04-15
2
-244
/
+441
*
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
4
-3
/
+8
*
Cleaner separation of find_t509_device/fill_t509_device.
Michael Brown
2005-04-15
1
-4
/
+11
*
Moved core/isapnp.c to drivers/bus/isapnp.c
Michael Brown
2005-04-15
1
-0
/
+0
*
Updated to new ISA API, but this driver probably has deeper problems.
Michael Brown
2005-04-14
1
-92
/
+95
*
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
[next]