summaryrefslogtreecommitdiffstats
path: root/src/core/dev.c
Commit message (Collapse)AuthorAgeFilesLines
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-4/+8
| | | | | | | | | | | 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).
* include stdio.h to suppress printf warning, general warnings fixupsMarty Connor2006-09-271-1/+1
|
* dev.c uses the new tables infrastructure.Michael Brown2005-04-271-10/+9Star
|
* Improved debug messagesMichael Brown2005-04-251-12/+13
|
* Updated debug messagesMichael Brown2005-04-221-9/+11
|
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-211-33/+136
| | | | | initial device, and will also allow for e.g. a device menu to be presented to the user.
* Fixed debug messageMichael Brown2005-04-151-2/+2
|
* Separate out bus-scanning and device-probing logic.Michael Brown2005-04-141-5/+30
|
* Global struct dev is now in main.cMichael Brown2005-04-121-3/+0Star
|
* New device probing mechanismMichael Brown2005-04-121-0/+44