| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use new generic tables infrastructure | Michael Brown | 2005-04-27 | 1 | -10/+12 |
| * | Added a generalised table infrastructure, so that we don't have to | Michael Brown | 2005-04-27 | 1 | -0/+56 |
| * | Added back in the actual call to load(). | Michael Brown | 2005-04-26 | 2 | -1/+17 |
| * | ISA bus driver updated to report devices as present only if a driver | Michael Brown | 2005-04-26 | 6 | -17/+24 |
| * | BIOS floppy handling code moved to where it will really live. | Michael Brown | 2005-04-25 | 1 | -0/+5 |
| * | Renamed describe to describe_device for consistency | Michael Brown | 2005-04-25 | 1 | -1/+1 |
| * | Added "name" field to bus structure. | Michael Brown | 2005-04-25 | 1 | -2/+3 |
| * | Allow for multiple debug levels | Michael Brown | 2005-04-25 | 1 | -5/+18 |
| * | Should be an <= comparison, not a < comparison. | Michael Brown | 2005-04-23 | 1 | -2/+2 |
| * | Consistency | Michael Brown | 2005-04-22 | 3 | -3/+3 |
| * | Fix up fill_mca_nic. | Michael Brown | 2005-04-22 | 1 | -1/+7 |
| * | Added friendly enable/disable functions | Michael Brown | 2005-04-22 | 2 | -3/+17 |
| * | Updated all common buses to new API. | Michael Brown | 2005-04-22 | 4 | -46/+85 |
| * | Revert debug message prefix back to none, since we sometimes want to use | Michael Brown | 2005-04-22 | 1 | -1/+1 |
| * | Tweaked API to minimise changes to existing drivers even further. | Michael Brown | 2005-04-21 | 2 | -2/+2 |
| * | 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 | 7 | -288/+341 |
| * | Force a standard format upon debug messages. | Michael Brown | 2005-04-21 | 1 | -1/+1 |
| * | Trying to create a bus API. | Michael Brown | 2005-04-20 | 1 | -0/+161 |
| * | Move RELOCATE into config.h | Michael Brown | 2005-04-18 | 1 | -7/+0 |
| * | 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 | 2 | -0/+15 |
| * | Automatically drag in console.h if DBG() is being defined as printf(). | Michael Brown | 2005-04-17 | 1 | -0/+1 |
| * | Avoid signed/unsigned warnings by explicitly making PCI_{BUS,DEV,FUNC} | Michael Brown | 2005-04-16 | 1 | -4/+4 |
| * | Optimise ISAPNP_READ_PORT_STEP | Michael Brown | 2005-04-16 | 1 | -1/+7 |
| * | Now known to work with an old Adaptec 1505 that I found lying around. | Michael Brown | 2005-04-16 | 1 | -1/+1 |
| * | Speed up PCI bus scanning by skipping fns 1-7 if fn 0 is not present. | Michael Brown | 2005-04-16 | 1 | -0/+1 |
| * | Read number of PCI buses returned by BIOS so that we can scan more | Michael Brown | 2005-04-16 | 1 | -0/+7 |
| * | Make isa_probe_addr a simple integer rather than a struct, to facilitate | Michael Brown | 2005-04-16 | 1 | -6/+4 |
| * | We now correctly use logical devices. | Michael Brown | 2005-04-15 | 1 | -2/+7 |
| * | Canonicalised tag names | Michael Brown | 2005-04-15 | 1 | -39/+39 |
| * | Move the concept of logical devices inside the struct isapnp_device. | Michael Brown | 2005-04-15 | 1 | -12/+18 |
| * | Read current ioaddr and irqno from PnP registers. | Michael Brown | 2005-04-15 | 1 | -0/+5 |
| * | Activation code now generalised as well. | Michael Brown | 2005-04-15 | 1 | -1/+5 |
| * | Cleaned up isolation protocol. | Michael Brown | 2005-04-15 | 1 | -48/+111 |
| * | Typo | Michael Brown | 2005-04-14 | 1 | -1/+1 |
| * | Added a generalised ISA device-probing mechanism. | Michael Brown | 2005-04-14 | 1 | -14/+65 |
| * | Fix BOOT_DRIVER to assign unique and meaningful name to structure. | Michael Brown | 2005-04-14 | 1 | -2/+2 |
| * | bus header files must include dev.h to get struct dev. | Michael Brown | 2005-04-14 | 3 | -1/+5 |
| * | Tweak API to allow separation of bus-scanning and device-probing logic. | Michael Brown | 2005-04-14 | 3 | -9/+7 |
| * | Separate out bus-scanning and device-probing logic. | Michael Brown | 2005-04-14 | 1 | -5/+19 |
| * | Allow for multiple BOOT_DRIVER()s in the same file, provided that they | Michael Brown | 2005-04-14 | 1 | -1/+1 |
| * | We need the ISA product ID mask available separately for 3c509.c. | Michael Brown | 2005-04-14 | 1 | -2/+3 |
| * | Automatically create DBG() macro based on debug_<object> macro. | Michael Brown | 2005-04-14 | 1 | -0/+20 |
| * | Use the magic of common symbols to allow struct dev to effectively grow at | Michael Brown | 2005-04-14 | 4 | -14/+17 |
| * | Extraced from 3c509.c | Michael Brown | 2005-04-13 | 1 | -0/+76 |
| * | Add EISA as a bus type. | Michael Brown | 2005-04-13 | 1 | -4/+11 |
| * | Created separate isa_ids.h file and a utility function to print out ISA | Michael Brown | 2005-04-13 | 3 | -8/+48 |
| * | Add MCA devices | Michael Brown | 2005-04-13 | 1 | -0/+3 |