summaryrefslogtreecommitdiffstats
path: root/src/core/init.c
Commit message (Collapse)AuthorAgeFilesLines
* Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-041-21/+101
|
* We don't actually use the reset functions anywhere, and nothing reallyMichael Brown2007-07-031-9/+0Star
| | | | provides them.
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-2/+4
| | | | | | | | | | | names. Add "dev" pointer in struct net_device to tie network interfaces back to a hardware device. Force natural alignment of data types in __table() macros. This seems to prevent gcc from taking the unilateral decision to occasionally increase their alignment (which screws up the table packing).
* Move init.h to gpxe/init.h.Michael Brown2006-04-301-1/+1
|
* Use new generic tables infrastructureMichael Brown2005-04-271-2/+2
|
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-0/+44