summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* disable() is a voidMichael Brown2005-04-221-1/+1
* Must not go beyond end of driver's probe list.Michael Brown2005-04-221-1/+4
* Updated to current API.Michael Brown2005-04-225-26/+29
* Updated to new API.Michael Brown2005-04-221-56/+68
* ConsistencyMichael Brown2005-04-224-4/+4
* Updated to new device API.Michael Brown2005-04-223-34/+51
* Fix up fill_mca_nic.Michael Brown2005-04-222-3/+8
* Added friendly enable/disable functionsMichael Brown2005-04-224-9/+24
* Updated all common buses to new API.Michael Brown2005-04-229-366/+537
* Revert debug message prefix back to none, since we sometimes want to useMichael Brown2005-04-221-1/+1
* Automatically updated with the programMichael Brown2005-04-2126-162/+225
* Tweaked API to minimise changes to existing drivers even further.Michael Brown2005-04-214-12/+12
* Updated to current APIMichael Brown2005-04-211-10/+8Star
* Made macros more like the previous driver API, to minimise requiredMichael Brown2005-04-212-6/+5Star
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-2116-553/+722
* Force a standard format upon debug messages.Michael Brown2005-04-211-1/+1
* TypoMichael Brown2005-04-211-1/+2
* bswap_16() exists; no need to use __bswap_16()Michael Brown2005-04-211-2/+2
* Trying to create a bus API.Michael Brown2005-04-201-0/+161
* First versionsMichael Brown2005-04-192-0/+39
* Moved floppy.c to i386 arch, since it's i386-specific.Michael Brown2005-04-181-0/+0
* Added remaining bus functions.Michael Brown2005-04-181-12/+121
* Code fixed to operate correctly.Michael Brown2005-04-181-23/+26
* Extracted from firmware/pcbios/bios.cMichael Brown2005-04-181-0/+56
* Added arch/i386/drivers/busMichael Brown2005-04-181-1/+1
* Moved disk functions to drivers/bus/bios_disks.cMichael Brown2005-04-182-59/+0Star
* blib definition moved to Makefile.housekeeping.Michael Brown2005-04-181-3/+0Star
* Fix endianness of dhcp device id structure.Michael Brown2005-04-181-5/+8
* "make bin/xxx DEBUG=yyy,zzz" now works seemingly perfectly. :)Michael Brown2005-04-181-4/+5
* "make xxx DEBUG=yyy,zzz" now working, but the "up to date" message isMichael Brown2005-04-181-27/+27
* Be nice to emacsMichael Brown2005-04-181-0/+2
* Ignore buildserial-related files.Michael Brown2005-04-181-0/+1
* Note to self: save files before checking in.Michael Brown2005-04-181-4/+7
* Added warning about not using Config for single-object options.Michael Brown2005-04-182-4/+32
* This is, of course, the neater and much more obvious way to do it.Michael Brown2005-04-181-9/+3Star
* Fix BUILD_SERIAL.Michael Brown2005-04-185-65/+111
* Move RELOCATE into config.hMichael Brown2005-04-184-57/+33Star
* Moved console options to config.hMichael Brown2005-04-182-24/+17Star
* CONFIG_PCI and CONFIG_ISA no longer existMichael Brown2005-04-181-3/+1Star