mdodd
52caff0893
resource_list_{alloc,release}() takes a struct resource_list * as its
...
first arg.
Reminded by: Andy Farkas <andyf@speednet.com.au>
1999-11-06 07:38:01 +00:00
mdodd
0ea963e811
- Restore correct operation of bt_mca.
...
- Work around a problem not yet solved in the tree (but solved in mine.)
device_get_ivars() should never be cast to a struct resource_list *
The solution, under review, involves the creation of a
device_get_resource_list() function. More later.
1999-10-09 04:02:02 +00:00
mdodd
29cc7c5de3
device_get_ivars() called twice. Remove second call and assignment.
...
Noticed by: Peter
1999-09-26 18:05:37 +00:00
mdodd
ef98056c7d
Rip out the nastiness I cribbed from the EISA bus code and actually
...
implement the resource management code correctly, using approved
interfaces.
While I'm here, clean up a few things.
1999-09-26 07:02:05 +00:00
mdodd
07b096998f
This is the rest of the MCA support; new_bus code to be exact.
...
Should we ever find ourselves on an RS/6000 this code should work
with few changes.
1999-09-03 03:40:00 +00:00