summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Save a few bytes by using naturally-sized ints.Michael Brown2005-04-182-5/+5
* Split out EISA driver into a separate file, since 3c509s can only take 16KMichael Brown2005-04-172-37/+40
* Avoid deleting .cvsignoreMichael Brown2005-04-171-2/+2
* Serial port configuration moved to config.hMichael Brown2005-04-171-22/+0Star
* WhoopsMichael Brown2005-04-171-1/+1
* Allow serial port options to be specified in a relatively friendly format.Michael Brown2005-04-172-14/+24
* Working format.Michael Brown2005-04-171-6/+5Star
* Add MKCONFIG utility, and add "-I ." to CFLAGS so that we can workMichael Brown2005-04-171-1/+2
* Use mkconfig.pl to generate fragments from config.hMichael Brown2005-04-171-2/+6
* If we end up with fragments that are older than config.h, set theMichael Brown2005-04-171-4/+29
* All .h files in this directory are generated from the top-level config.hMichael Brown2005-04-171-0/+1
* Generate phony targets, so that we don't get screwed by missing configMichael Brown2005-04-171-1/+2
* First versionMichael Brown2005-04-171-0/+163