summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dev.c uses the new tables infrastructure.Michael Brown2005-04-273-30/+13Star
* Missing includeMichael Brown2005-04-271-0/+2
* Post-relocation functions use the generic table mechanism.Michael Brown2005-04-273-10/+8Star
* Use PREFIX_OBJECT to give the init_fn table variables meaningful names.Michael Brown2005-04-271-1/+1
* Special handling for symbols of the form "xxx_end", to make table endMichael Brown2005-04-271-4/+8
* Added PREFIX_OBJECT() function to be able to easily prepend any stringMichael Brown2005-04-271-2/+3
* console.c uses the generic table mechanismMichael Brown2005-04-273-10/+8Star
* Linker no longer provides start and end symbols for each table; theseMichael Brown2005-04-271-5/+1Star
* Use new generic tables infrastructureMichael Brown2005-04-272-12/+14
* Added a generalised table infrastructure, so that we don't have toMichael Brown2005-04-271-0/+56
* Produce a sorted list of all local symbols in the map file.Michael Brown2005-04-272-0/+3
* Use symbol size as a third index, mainly so that zero-length symbolsMichael Brown2005-04-271-7/+9
* First versionMichael Brown2005-04-271-0/+34
* Added back in the actual call to load().Michael Brown2005-04-264-22/+59
* Add isapnp_max_csn to reduce scan time.Michael Brown2005-04-261-2/+20
* ISA bus driver updated to report devices as present only if a driverMichael Brown2005-04-2610-62/+86
* PCI_DRIVER changedMichael Brown2005-04-261-2/+1Star
* Automatically updated withMichael Brown2005-04-2633-78/+40Star
* BIOS floppy handling code moved to where it will really live.Michael Brown2005-04-253-79/+92
* Added arch/i386/drivers/diskMichael Brown2005-04-251-1/+3
* Improved debug messagesMichael Brown2005-04-251-12/+13
* s/{name,describe}/{name,describe}_device/Michael Brown2005-04-251-4/+5
* Renamed describe to describe_device for consistencyMichael Brown2005-04-252-5/+5
* Added "name" field to struct bus_driverMichael Brown2005-04-251-7/+8
* Added DBG2Michael Brown2005-04-252-5/+12
* Added "name" field to bus structure.Michael Brown2005-04-257-159/+212
* Allow for multiple debug levelsMichael Brown2005-04-251-5/+18
* Prevent hundreds of errors from "make symcheck". The prefix exit pathMichael Brown2005-04-2311-29/+0Star
* Fixed to properly catch multiply defined symbols.Michael Brown2005-04-231-1/+1
* Symbol errors caught by symcheck.plMichael Brown2005-04-233-3/+3
* Added "make symcheck"Michael Brown2005-04-231-0/+9
* First working versionMichael Brown2005-04-231-0/+73
* Should be an <= comparison, not a < comparison.Michael Brown2005-04-231-2/+2
* Coerced into compiling.Michael Brown2005-04-221-13/+13
* Make it easier to comment out individual SRC directories when thingsMichael Brown2005-04-221-2/+4
* TypoMichael Brown2005-04-221-1/+1
* Ensured that all drivers call xxx_fill_nic().Michael Brown2005-04-226-14/+9Star
* Coerced into compilingMichael Brown2005-04-2211-34/+35
* Updated to new device probing APIMichael Brown2005-04-221-13/+20
* Coerced into compilingMichael Brown2005-04-223-11/+9Star
* Coerced into compiling.Michael Brown2005-04-221-3/+3
* Coerced into actually compiling.Michael Brown2005-04-221-4/+4
* Fields in struct pci_device slightly changed.Michael Brown2005-04-221-4/+2Star
* isapnp_read_port can be set directly, rather than via a function call.Michael Brown2005-04-221-1/+1
* Updated debug messagesMichael Brown2005-04-221-9/+11
* Documented where to get hold of the datasheet.Michael Brown2005-04-221-5/+7
* Updated to new API.Michael Brown2005-04-221-11/+12
* Debug message fixes.Michael Brown2005-04-223-3/+7
* Updated to new bus API, and improved using the 3c5x9 reference manual.Michael Brown2005-04-221-112/+274
* Need to leave structure zeroedMichael Brown2005-04-222-2/+2