summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Collapse)AuthorAgeFilesLines
* ttl is a uint32_tMichael Brown2005-04-301-1/+1
|
* DNS resolver rewritten, moved to proto/dns.cMichael Brown2005-04-302-58/+81
|
* tftp moved to separate file.Michael Brown2005-04-301-4/+20
|
* Protocols get passed a pointer to the filename portion as well as just theMichael Brown2005-04-301-0/+1
| | | | URL.
* tftp prototypes moved to tftp.hMichael Brown2005-04-301-2/+0Star
|
* Added debugging.Michael Brown2005-04-301-0/+1
|
* loadkernel no longer exists; it is now download_url and lives in nic.c.Michael Brown2005-04-301-6/+2Star
|
* Protocols also take a pointer to a sockaddr_in.Michael Brown2005-04-301-1/+2
|
* Use struct in_addr rather than just "in_addr".Michael Brown2005-04-301-2/+14
| | | | Add struct sockaddr_in.
* Moved strtoul prototype into stdlib.h for consistencyMichael Brown2005-04-301-0/+6
|
* First versionMichael Brown2005-04-291-0/+15
|
* First versionMichael Brown2005-04-291-0/+33
|
* First versionMichael Brown2005-04-281-0/+22
|
* isa.c uses the new table infrastructure.Michael Brown2005-04-271-2/+1Star
|
* dev.c uses the new tables infrastructure.Michael Brown2005-04-271-11/+4Star
|
* Use PREFIX_OBJECT to give the init_fn table variables meaningful names.Michael Brown2005-04-271-1/+1
|
* Added PREFIX_OBJECT() function to be able to easily prepend any stringMichael Brown2005-04-271-2/+3
| | | | to the object name in order to generate e.g. per-file variables.
* console.c uses the generic table mechanismMichael Brown2005-04-271-1/+2
|
* Use new generic tables infrastructureMichael Brown2005-04-271-10/+12
|
* Added a generalised table infrastructure, so that we don't have toMichael Brown2005-04-271-0/+56
| | | | keep adding new tables to each architecture's linker scripts.
* Added back in the actual call to load().Michael Brown2005-04-262-1/+17
|
* ISA bus driver updated to report devices as present only if a driverMichael Brown2005-04-266-17/+24
| | | | | thinks they are. Other bus drivers modified for consistency.
* BIOS floppy handling code moved to where it will really live.Michael Brown2005-04-251-0/+5
|
* Renamed describe to describe_device for consistencyMichael Brown2005-04-251-1/+1
|
* Added "name" field to bus structure.Michael Brown2005-04-251-2/+3
|
* Allow for multiple debug levelsMichael Brown2005-04-251-5/+18
|
* Should be an <= comparison, not a < comparison.Michael Brown2005-04-231-2/+2
| | | | (Detected using "make symcheck" :)
* ConsistencyMichael Brown2005-04-223-3/+3
|
* Fix up fill_mca_nic.Michael Brown2005-04-221-1/+7
|
* Added friendly enable/disable functionsMichael Brown2005-04-222-3/+17
|
* Updated all common buses to new API.Michael Brown2005-04-224-46/+85
|
* Revert debug message prefix back to none, since we sometimes want to useMichael Brown2005-04-221-1/+1
| | | | DBG() several times to build up a line.
* Tweaked API to minimise changes to existing drivers even further.Michael Brown2005-04-212-2/+2
|
* Made macros more like the previous driver API, to minimise requiredMichael Brown2005-04-212-6/+5Star
| | | | changes.
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-217-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 Brown2005-04-211-1/+1
|
* Trying to create a bus API.Michael Brown2005-04-201-0/+161
|
* Move RELOCATE into config.hMichael Brown2005-04-181-7/+0Star
| | | | | Move ISA probe address logic from config.c into isa.c, create header file config/isa.h.
* Need stddef.h to get size_tMichael Brown2005-04-171-0/+1
|
* printf and sprintf now defined in vsprintf.h, drag in console.h to getMichael Brown2005-04-171-3/+1Star
| | | | putchar() as well.
* Gave vsprintf.c its own header file, and made console.h include it.Michael Brown2005-04-172-0/+15
|
* Automatically drag in console.h if DBG() is being defined as printf().Michael Brown2005-04-171-0/+1
|
* Avoid signed/unsigned warnings by explicitly making PCI_{BUS,DEV,FUNC}Michael Brown2005-04-161-4/+4
| | | | all return unsigned quantities.
* Optimise ISAPNP_READ_PORT_STEPMichael Brown2005-04-161-1/+7
|
* Now known to work with an old Adaptec 1505 that I found lying around.Michael Brown2005-04-161-1/+1
|
* Speed up PCI bus scanning by skipping fns 1-7 if fn 0 is not present.Michael Brown2005-04-161-0/+1
|
* Read number of PCI buses returned by BIOS so that we can scan moreMichael Brown2005-04-161-0/+7
| | | | quickly.
* Make isa_probe_addr a simple integer rather than a struct, to facilitateMichael Brown2005-04-161-6/+4Star
| | | | specification of ISA_PROBE_ADDRS.
* We now correctly use logical devices.Michael Brown2005-04-151-2/+7
|
* Canonicalised tag namesMichael Brown2005-04-151-39/+39
|