Michael Brown
|
0fe74493f4
|
Protocols now load data into a buffer; they don't execute it.
|
2005-05-09 14:27:29 +00:00 |
|
Michael Brown
|
f37e0a06d7
|
dev.c uses the new tables infrastructure.
|
2005-04-27 12:20:54 +00:00 |
|
Michael Brown
|
fda36a0c1a
|
Added back in the actual call to load().
|
2005-04-26 17:12:07 +00:00 |
|
Michael Brown
|
3dbdeb588f
|
ISA bus driver updated to report devices as present only if a driver
thinks they are.
Other bus drivers modified for consistency.
|
2005-04-26 12:30:14 +00:00 |
|
Michael Brown
|
3b14360f5c
|
Renamed describe to describe_device for consistency
|
2005-04-25 19:27:25 +00:00 |
|
Michael Brown
|
5bace628ae
|
Added "name" field to bus structure.
|
2005-04-25 18:54:15 +00:00 |
|
Michael Brown
|
e59607bcb1
|
Should be an <= comparison, not a < comparison.
(Detected using "make symcheck" :)
|
2005-04-23 14:34:00 +00:00 |
|
Michael Brown
|
cfe3a663af
|
Tweaked API to minimise changes to existing drivers even further.
|
2005-04-21 19:04:53 +00:00 |
|
Michael Brown
|
8153a0fa7e
|
Made macros more like the previous driver API, to minimise required
changes.
|
2005-04-21 18:30: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
|
2e309f9eec
|
Fix BOOT_DRIVER to assign unique and meaningful name to structure.
|
2005-04-14 14:30:03 +00:00 |
|
Michael Brown
|
ce8dea0dff
|
Separate out bus-scanning and device-probing logic.
|
2005-04-14 13:33:03 +00:00 |
|
Michael Brown
|
1f26be34b8
|
Allow for multiple BOOT_DRIVER()s in the same file, provided that they
have different probe functions.
|
2005-04-14 12:02:19 +00:00 |
|
Michael Brown
|
75d864432c
|
Use the magic of common symbols to allow struct dev to effectively grow at
link time to accommodate whatever bus objects are included.
|
2005-04-14 10:10:54 +00:00 |
|
Michael Brown
|
a4f1a058a4
|
Add EISA as a bus type.
|
2005-04-13 12:20:59 +00:00 |
|
Michael Brown
|
ac1c0a753d
|
Add MCA devices
|
2005-04-13 03:00:50 +00:00 |
|
Michael Brown
|
95da907d5f
|
Add print_info method to dev_operations.
|
2005-04-12 22:43:25 +00:00 |
|
Michael Brown
|
762fa9a478
|
Fix up find_pci_device so that it can be used for scanning for devices
*other* than the main boot device.
|
2005-04-12 18:04:03 +00:00 |
|
Michael Brown
|
17c1ca90e7
|
New device probing mechanism
|
2005-04-12 16:38:23 +00:00 |
|
Michael Brown
|
3d6123e69a
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
|