| Commit message (Expand) | Author | Age | Files | Lines |
| * | Updated to current API | Michael Brown | 2005-04-21 | 1 | -10/+8 |
| * | Made macros more like the previous driver API, to minimise required | Michael Brown | 2005-04-21 | 2 | -6/+5 |
| * | Created a bus/device API that allows for the ROM prefix to specify an | Michael Brown | 2005-04-21 | 16 | -553/+722 |
| * | Force a standard format upon debug messages. | Michael Brown | 2005-04-21 | 1 | -1/+1 |
| * | Typo | Michael Brown | 2005-04-21 | 1 | -1/+2 |
| * | bswap_16() exists; no need to use __bswap_16() | Michael Brown | 2005-04-21 | 1 | -2/+2 |
| * | Trying to create a bus API. | Michael Brown | 2005-04-20 | 1 | -0/+161 |
| * | First versions | Michael Brown | 2005-04-19 | 2 | -0/+39 |
| * | Moved floppy.c to i386 arch, since it's i386-specific. | Michael Brown | 2005-04-18 | 1 | -0/+0 |
| * | Added remaining bus functions. | Michael Brown | 2005-04-18 | 1 | -12/+121 |
| * | Code fixed to operate correctly. | Michael Brown | 2005-04-18 | 1 | -23/+26 |
| * | Extracted from firmware/pcbios/bios.c | Michael Brown | 2005-04-18 | 1 | -0/+56 |
| * | Added arch/i386/drivers/bus | Michael Brown | 2005-04-18 | 1 | -1/+1 |
| * | Moved disk functions to drivers/bus/bios_disks.c | Michael Brown | 2005-04-18 | 2 | -59/+0 |
| * | blib definition moved to Makefile.housekeeping. | Michael Brown | 2005-04-18 | 1 | -3/+0 |
| * | Fix endianness of dhcp device id structure. | Michael Brown | 2005-04-18 | 1 | -5/+8 |
| * | "make bin/xxx DEBUG=yyy,zzz" now works seemingly perfectly. :) | Michael Brown | 2005-04-18 | 1 | -4/+5 |
| * | "make xxx DEBUG=yyy,zzz" now working, but the "up to date" message is | Michael Brown | 2005-04-18 | 1 | -27/+27 |
| * | Be nice to emacs | Michael Brown | 2005-04-18 | 1 | -0/+2 |
| * | Ignore buildserial-related files. | Michael Brown | 2005-04-18 | 1 | -0/+1 |
| * | Note to self: save files before checking in. | Michael Brown | 2005-04-18 | 1 | -4/+7 |
| * | Added warning about not using Config for single-object options. | Michael Brown | 2005-04-18 | 2 | -4/+32 |
| * | This is, of course, the neater and much more obvious way to do it. | Michael Brown | 2005-04-18 | 1 | -9/+3 |
| * | Fix BUILD_SERIAL. | Michael Brown | 2005-04-18 | 5 | -65/+111 |
| * | Move RELOCATE into config.h | Michael Brown | 2005-04-18 | 4 | -57/+33 |
| * | Moved console options to config.h | Michael Brown | 2005-04-18 | 2 | -24/+17 |
| * | CONFIG_PCI and CONFIG_ISA no longer exist | Michael Brown | 2005-04-18 | 1 | -3/+1 |
| * | Save a few bytes by using naturally-sized ints. | Michael Brown | 2005-04-18 | 2 | -5/+5 |
| * | Split out EISA driver into a separate file, since 3c509s can only take 16K | Michael Brown | 2005-04-17 | 2 | -37/+40 |
| * | Avoid deleting .cvsignore | Michael Brown | 2005-04-17 | 1 | -2/+2 |
| * | Serial port configuration moved to config.h | Michael Brown | 2005-04-17 | 1 | -22/+0 |
| * | Whoops | Michael Brown | 2005-04-17 | 1 | -1/+1 |
| * | Allow serial port options to be specified in a relatively friendly format. | Michael Brown | 2005-04-17 | 2 | -14/+24 |
| * | Working format. | Michael Brown | 2005-04-17 | 1 | -6/+5 |
| * | Add MKCONFIG utility, and add "-I ." to CFLAGS so that we can work | Michael Brown | 2005-04-17 | 1 | -1/+2 |
| * | Use mkconfig.pl to generate fragments from config.h | Michael Brown | 2005-04-17 | 1 | -2/+6 |
| * | If we end up with fragments that are older than config.h, set the | Michael Brown | 2005-04-17 | 1 | -4/+29 |
| * | All .h files in this directory are generated from the top-level config.h | Michael Brown | 2005-04-17 | 1 | -0/+1 |
| * | Generate phony targets, so that we don't get screwed by missing config | Michael Brown | 2005-04-17 | 1 | -1/+2 |
| * | First version | Michael Brown | 2005-04-17 | 1 | -0/+163 |
| * | Experiment; let's see if we can get individual config header files working. | Michael Brown | 2005-04-17 | 1 | -0/+36 |
| * | Found a home for MAKEROM_FLAGS_3c503. | Michael Brown | 2005-04-17 | 1 | -2/+6 |
| * | 3c509/3c529 no longer use legacy INCLUDE_xxx mechanism. | Michael Brown | 2005-04-17 | 1 | -9/+2 |
| * | xstart16() fixed up to use new REAL_EXEC mechanism. | Michael Brown | 2005-04-17 | 1 | -23/+24 |
| * | Made copy_{to,from}_real volatile, so that they don't get optimised away. | Michael Brown | 2005-04-17 | 1 | -18/+49 |
| * | We don't refer to _bss and _ebss any more. | Michael Brown | 2005-04-17 | 1 | -4/+0 |
| * | Re-add the "." progress indicator. | Michael Brown | 2005-04-17 | 1 | -0/+2 |
| * | Use only the header files that we need | Michael Brown | 2005-04-17 | 6 | -6/+10 |
| * | Need stddef.h to get size_t | Michael Brown | 2005-04-17 | 1 | -0/+1 |
| * | printf and sprintf now defined in vsprintf.h, drag in console.h to get | Michael Brown | 2005-04-17 | 1 | -3/+1 |