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
*
dev.c uses the new tables infrastructure.
Michael Brown
2005-04-27
3
-30
/
+13
*
Missing include
Michael Brown
2005-04-27
1
-0
/
+2
*
Post-relocation functions use the generic table mechanism.
Michael Brown
2005-04-27
3
-10
/
+8
*
Use PREFIX_OBJECT to give the init_fn table variables meaningful names.
Michael Brown
2005-04-27
1
-1
/
+1
*
Special handling for symbols of the form "xxx_end", to make table end
Michael Brown
2005-04-27
1
-4
/
+8
*
Added PREFIX_OBJECT() function to be able to easily prepend any string
Michael Brown
2005-04-27
1
-2
/
+3
*
console.c uses the generic table mechanism
Michael Brown
2005-04-27
3
-10
/
+8
*
Linker no longer provides start and end symbols for each table; these
Michael Brown
2005-04-27
1
-5
/
+1
*
Use new generic tables infrastructure
Michael Brown
2005-04-27
2
-12
/
+14
*
Added a generalised table infrastructure, so that we don't have to
Michael Brown
2005-04-27
1
-0
/
+56
*
Produce a sorted list of all local symbols in the map file.
Michael Brown
2005-04-27
2
-0
/
+3
*
Use symbol size as a third index, mainly so that zero-length symbols
Michael Brown
2005-04-27
1
-7
/
+9
*
First version
Michael Brown
2005-04-27
1
-0
/
+34
*
Added back in the actual call to load().
Michael Brown
2005-04-26
4
-22
/
+59
*
Add isapnp_max_csn to reduce scan time.
Michael Brown
2005-04-26
1
-2
/
+20
*
ISA bus driver updated to report devices as present only if a driver
Michael Brown
2005-04-26
10
-62
/
+86
*
PCI_DRIVER changed
Michael Brown
2005-04-26
1
-2
/
+1
*
Automatically updated with
Michael Brown
2005-04-26
33
-78
/
+40
*
BIOS floppy handling code moved to where it will really live.
Michael Brown
2005-04-25
3
-79
/
+92
*
Added arch/i386/drivers/disk
Michael Brown
2005-04-25
1
-1
/
+3
*
Improved debug messages
Michael Brown
2005-04-25
1
-12
/
+13
*
s/{name,describe}/{name,describe}_device/
Michael Brown
2005-04-25
1
-4
/
+5
*
Renamed describe to describe_device for consistency
Michael Brown
2005-04-25
2
-5
/
+5
*
Added "name" field to struct bus_driver
Michael Brown
2005-04-25
1
-7
/
+8
*
Added DBG2
Michael Brown
2005-04-25
2
-5
/
+12
*
Added "name" field to bus structure.
Michael Brown
2005-04-25
7
-159
/
+212
*
Allow for multiple debug levels
Michael Brown
2005-04-25
1
-5
/
+18
*
Prevent hundreds of errors from "make symcheck". The prefix exit path
Michael Brown
2005-04-23
11
-29
/
+0
*
Fixed to properly catch multiply defined symbols.
Michael Brown
2005-04-23
1
-1
/
+1
*
Symbol errors caught by symcheck.pl
Michael Brown
2005-04-23
3
-3
/
+3
*
Added "make symcheck"
Michael Brown
2005-04-23
1
-0
/
+9
*
First working version
Michael Brown
2005-04-23
1
-0
/
+73
*
Should be an <= comparison, not a < comparison.
Michael Brown
2005-04-23
1
-2
/
+2
*
Coerced into compiling.
Michael Brown
2005-04-22
1
-13
/
+13
*
Make it easier to comment out individual SRC directories when things
Michael Brown
2005-04-22
1
-2
/
+4
*
Typo
Michael Brown
2005-04-22
1
-1
/
+1
*
Ensured that all drivers call xxx_fill_nic().
Michael Brown
2005-04-22
6
-14
/
+9
*
Coerced into compiling
Michael Brown
2005-04-22
11
-34
/
+35
*
Updated to new device probing API
Michael Brown
2005-04-22
1
-13
/
+20
*
Coerced into compiling
Michael Brown
2005-04-22
3
-11
/
+9
*
Coerced into compiling.
Michael Brown
2005-04-22
1
-3
/
+3
*
Coerced into actually compiling.
Michael Brown
2005-04-22
1
-4
/
+4
*
Fields in struct pci_device slightly changed.
Michael Brown
2005-04-22
1
-4
/
+2
*
isapnp_read_port can be set directly, rather than via a function call.
Michael Brown
2005-04-22
1
-1
/
+1
*
Updated debug messages
Michael Brown
2005-04-22
1
-9
/
+11
*
Documented where to get hold of the datasheet.
Michael Brown
2005-04-22
1
-5
/
+7
*
Updated to new API.
Michael Brown
2005-04-22
1
-11
/
+12
*
Debug message fixes.
Michael Brown
2005-04-22
3
-3
/
+7
*
Updated to new bus API, and improved using the 3c5x9 reference manual.
Michael Brown
2005-04-22
1
-112
/
+274
*
Need to leave structure zeroed
Michael Brown
2005-04-22
2
-2
/
+2
[next]