Michael Brown
dad5274522
Add "name" field to struct device to allow human-readable hardware device
...
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).
2007-01-10 04:22:09 +00:00
Marty Connor
1da4faa896
include stdio.h to suppress printf warning, general warnings fixups
2006-09-27 04:04:55 +00:00
Michael Brown
f37e0a06d7
dev.c uses the new tables infrastructure.
2005-04-27 12:20:54 +00:00
Michael Brown
f5dde85e16
Improved debug messages
2005-04-25 19:28:49 +00:00
Michael Brown
b18e419a81
Updated debug messages
2005-04-22 16:02:12 +00:00
Michael Brown
98ff29345e
Created a bus/device API that allows for the ROM prefix to specify an
...
initial device, and will also allow for e.g. a device menu to be presented
to the user.
2005-04-21 18:18:29 +00:00
Michael Brown
c41e89af41
Fixed debug message
2005-04-15 16:58:08 +00:00
Michael Brown
ce8dea0dff
Separate out bus-scanning and device-probing logic.
2005-04-14 13:33:03 +00:00
Michael Brown
bb293ca5c2
Global struct dev is now in main.c
2005-04-12 16:49:11 +00:00
Michael Brown
17c1ca90e7
New device probing mechanism
2005-04-12 16:38:23 +00:00