| Commit message (Expand) | Author | Age | Files | Lines |
| * | Updated to current API. | Michael Brown | 2005-04-22 | 5 | -26/+29 |
| * | Updated to new API. | Michael Brown | 2005-04-22 | 1 | -56/+68 |
| * | Consistency | Michael Brown | 2005-04-22 | 4 | -4/+4 |
| * | Updated to new device API. | Michael Brown | 2005-04-22 | 3 | -34/+51 |
| * | Fix up fill_mca_nic. | Michael Brown | 2005-04-22 | 2 | -3/+8 |
| * | Added friendly enable/disable functions | Michael Brown | 2005-04-22 | 4 | -9/+24 |
| * | Updated all common buses to new API. | Michael Brown | 2005-04-22 | 9 | -366/+537 |
| * | Revert debug message prefix back to none, since we sometimes want to use | Michael Brown | 2005-04-22 | 1 | -1/+1 |
| * | Automatically updated with the program | Michael Brown | 2005-04-21 | 26 | -162/+225 |
| * | Tweaked API to minimise changes to existing drivers even further. | Michael Brown | 2005-04-21 | 4 | -12/+12 |
| * | 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 |