summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Add debugging for CNAME records.Michael Brown2005-05-011-2/+13
* NMB packets are so similar to DNS packets; we may as well add NMB as aMichael Brown2005-05-011-0/+22
* Do not include etherboot.hMichael Brown2005-05-012-5/+11
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-217-288/+341
* 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
* 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
* 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
* 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