| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Gave vsprintf.c its own header file, and made console.h include it. | Michael Brown | 2005-04-17 | 3 | -1/+19 |
| * | Automatically drag in console.h if DBG() is being defined as printf(). | Michael Brown | 2005-04-17 | 1 | -0/+1 |
| * | Need to prevent intermediate targets from being deleted, otherwise the | Michael Brown | 2005-04-17 | 1 | -4/+5 |
| * | Use the correct case for -Ddebug_<object> | Michael Brown | 2005-04-17 | 1 | -1/+1 |
| * | Improved building of debugging objects. You can now specify a "DEBUG=" | Michael Brown | 2005-04-17 | 2 | -16/+38 |
| * | Place the call to adjust_pci_device() back in the individual drivers, | Michael Brown | 2005-04-16 | 9 | -6/+16 |
| * | Avoid signed/unsigned warnings by explicitly making PCI_{BUS,DEV,FUNC} | Michael Brown | 2005-04-16 | 1 | -4/+4 |
| * | ...this time with the correct syntax. :( | Michael Brown | 2005-04-16 | 1 | -1/+1 |
| * | Added activate_isapnp_device() line | Michael Brown | 2005-04-16 | 1 | -1/+2 |
| * | Optimise ISAPNP_READ_PORT_STEP | Michael Brown | 2005-04-16 | 1 | -1/+7 |
| * | Remove debugging call to getchar() | Michael Brown | 2005-04-16 | 1 | -3/+0 |
| * | Now known to work with an old Adaptec 1505 that I found lying around. | Michael Brown | 2005-04-16 | 2 | -24/+53 |
| * | Consistency | Michael Brown | 2005-04-16 | 1 | -1/+2 |
| * | Speed up PCI bus scanning by skipping fns 1-7 if fn 0 is not present. | Michael Brown | 2005-04-16 | 2 | -1/+23 |
| * | Read number of PCI buses returned by BIOS so that we can scan more | Michael Brown | 2005-04-16 | 3 | -12/+37 |
| * | Improved debugging output | Michael Brown | 2005-04-16 | 3 | -7/+27 |
| * | Made debug messages more consistent. | Michael Brown | 2005-04-16 | 2 | -4/+8 |
| * | Improved debug messages. | Michael Brown | 2005-04-16 | 1 | -13/+13 |
| * | CONFIG_PCI_DIRECT no longer exists | Michael Brown | 2005-04-16 | 1 | -7/+0 |
| * | Add ISA_PROBE_ADDRS list. | Michael Brown | 2005-04-16 | 1 | -0/+18 |
| * | Make isa_probe_addr a simple integer rather than a struct, to facilitate | Michael Brown | 2005-04-16 | 7 | -32/+29 |
| * | Improve debug message legibility. | Michael Brown | 2005-04-15 | 1 | -1/+1 |