| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ttl is a uint32_t | Michael Brown | 2005-04-30 | 1 | -1/+1 |
| | | |||||
| * | DNS resolver rewritten, moved to proto/dns.c | Michael Brown | 2005-04-30 | 2 | -58/+81 |
| | | |||||
| * | tftp moved to separate file. | Michael Brown | 2005-04-30 | 1 | -4/+20 |
| | | |||||
| * | Protocols get passed a pointer to the filename portion as well as just the | Michael Brown | 2005-04-30 | 1 | -0/+1 |
| | | | | | URL. | ||||
| * | tftp prototypes moved to tftp.h | Michael Brown | 2005-04-30 | 1 | -2/+0![]() |
| | | |||||
| * | Added debugging. | Michael Brown | 2005-04-30 | 1 | -0/+1 |
| | | |||||
| * | loadkernel no longer exists; it is now download_url and lives in nic.c. | Michael Brown | 2005-04-30 | 1 | -6/+2![]() |
| | | |||||
| * | Protocols also take a pointer to a sockaddr_in. | Michael Brown | 2005-04-30 | 1 | -1/+2 |
| | | |||||
| * | Use struct in_addr rather than just "in_addr". | Michael Brown | 2005-04-30 | 1 | -2/+14 |
| | | | | | Add struct sockaddr_in. | ||||
| * | Moved strtoul prototype into stdlib.h for consistency | Michael Brown | 2005-04-30 | 1 | -0/+6 |
| | | |||||
| * | First version | Michael Brown | 2005-04-29 | 1 | -0/+15 |
| | | |||||
| * | First version | Michael Brown | 2005-04-29 | 1 | -0/+33 |
| | | |||||
| * | First version | Michael Brown | 2005-04-28 | 1 | -0/+22 |
| | | |||||
| * | isa.c uses the new table infrastructure. | Michael Brown | 2005-04-27 | 1 | -2/+1![]() |
| | | |||||
| * | dev.c uses the new tables infrastructure. | Michael Brown | 2005-04-27 | 1 | -11/+4![]() |
| | | |||||
| * | Use PREFIX_OBJECT to give the init_fn table variables meaningful names. | Michael Brown | 2005-04-27 | 1 | -1/+1 |
| | | |||||
| * | Added PREFIX_OBJECT() function to be able to easily prepend any string | Michael Brown | 2005-04-27 | 1 | -2/+3 |
| | | | | | to the object name in order to generate e.g. per-file variables. | ||||
| * | console.c uses the generic table mechanism | Michael Brown | 2005-04-27 | 1 | -1/+2 |
| | | |||||
| * | 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 |
| | | | | | keep adding new tables to each architecture's linker scripts. | ||||
| * | 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 |
| | | | | | | thinks they are. Other bus drivers modified for consistency. | ||||
| * | 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 |
| | | | | | (Detected using "make symcheck" :) | ||||
| * | 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 |
| | | | | | DBG() several times to build up a line. | ||||
| * | 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![]() |
| | | | | | changes. | ||||
| * | Created a bus/device API that allows for the ROM prefix to specify an | Michael Brown | 2005-04-21 | 7 | -288/+341 |
| | | | | | | initial device, and will also allow for e.g. a device menu to be presented to the user. | ||||
| * | 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![]() |
| | | | | | | Move ISA probe address logic from config.c into isa.c, create header file config/isa.h. | ||||
| * | 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![]() |
| | | | | | putchar() as well. | ||||
| * | 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 |
| | | | | | all return unsigned quantities. | ||||
| * | 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 |
| | | | | | quickly. | ||||
| * | Make isa_probe_addr a simple integer rather than a struct, to facilitate | Michael Brown | 2005-04-16 | 1 | -6/+4![]() |
| | | | | | specification of ISA_PROBE_ADDRS. | ||||
| * | 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 |
| | | |||||

