diff options
author | David Zeuthen <david@fubar.dk> | 2004-04-26 16:52:54 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2004-04-26 16:52:54 +0000 |
commit | 2c043493418bd3d8420f9d31a9e52b09140c5234 (patch) | |
tree | 560ca835d64473c3347a6bda6a5ad1ab07e53d76 /tools/device-manager/Const.py.in | |
parent | 1fd4f037c460bcd08ff21692c953b7ff4bfe8818 (diff) |
new file because with the recent change in how probing is handled, myHAL_0_2_90
CD-ROM wasn't added until 30 seconds late into the process as the macio
glue wasn't handled
add linux/macio_bus_device.c
add macio_bus_handler to bus_device_handlers
Add macio mapping
Diffstat (limited to 'tools/device-manager/Const.py.in')
-rw-r--r-- | tools/device-manager/Const.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/device-manager/Const.py.in b/tools/device-manager/Const.py.in index a5e1af4a..9b6e5f3d 100644 --- a/tools/device-manager/Const.py.in +++ b/tools/device-manager/Const.py.in @@ -27,6 +27,7 @@ BUS_NAMES = {"usb" : "USB", "block" : "Block", "ide" : "IDE", "ide_host" : "IDE Host", + "macio" : "MacIO", "ieee1394_host" : "IEEE1394 Host", "ieee1394_node" : "IEEE1394 Node", "ieee1394" : "IEEE1394 Device"} |