Doug Rabson
25afb89b1c
* Add struct resource_list* argument to resource_list_alloc and
...
resource_list_release. This removes the dependancy on the
layout of ivars.
* Move set_resource, get_resource and delete_resource from
isa_if.m to bus_if.m.
* Simplify driver code by providing wrappers to those methods:
bus_set_resource(dev, type, rid, start, count);
bus_get_resource(dev, type, rid, startp, countp);
bus_get_resource_start(dev, type, rid);
bus_get_resource_count(dev, type, rid);
bus_delete_resource(dev, type, rid);
* Delete isa_get_rsrc and use bus_get_resource_start instead.
* Fix a stupid typo in isa_alloc_resource reported by Takahashi
Yoshihiro <nyan@FreeBSD.org>.
* Print a diagnostic message if we can't assign resources to a PnP
device.
* Change device_print_prettyname() so that it doesn't print
"(no driver assigned)-1" for anonymous devices.
1999-10-12 21:35:51 +00:00
..
1999-10-12 21:35:51 +00:00
1999-08-28 01:08:13 +00:00
1999-10-11 15:19:12 +00:00
1999-10-11 15:19:12 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
1999-10-11 15:19:12 +00:00
1999-10-12 09:33:53 +00:00
1999-08-28 01:08:13 +00:00
1999-10-10 16:18:36 +00:00
1999-10-04 11:42:41 +00:00
1999-10-11 15:19:12 +00:00
1999-10-11 15:19:12 +00:00
1999-08-28 01:08:13 +00:00
1999-10-11 20:33:17 +00:00
1999-10-11 15:19:12 +00:00
1999-10-11 15:19:12 +00:00
1999-09-19 08:36:03 +00:00
1999-10-11 20:33:17 +00:00
1999-10-04 18:29:51 +00:00
1999-10-11 15:19:12 +00:00
1999-09-27 00:21:43 +00:00
1999-08-28 01:08:13 +00:00
1999-10-03 12:18:29 +00:00
1999-10-11 15:19:12 +00:00
1999-08-28 01:08:13 +00:00
1999-08-30 16:21:32 +00:00
1999-10-09 19:44:32 +00:00
1999-10-09 20:42:17 +00:00
1999-10-11 15:19:12 +00:00
1999-10-11 15:00:09 +00:00
1999-10-11 15:19:12 +00:00
1999-10-11 15:19:12 +00:00
1999-10-12 13:14:18 +00:00
1999-08-28 01:08:13 +00:00
1999-08-19 16:06:08 +00:00
1999-09-29 15:03:48 +00:00
1999-10-11 15:19:12 +00:00
1999-08-28 01:08:13 +00:00
1999-10-10 16:18:36 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
1999-08-30 21:17:07 +00:00
1999-08-28 01:08:13 +00:00
1998-05-19 21:11:53 +00:00
1999-08-28 01:08:13 +00:00
1999-10-11 15:19:12 +00:00
1999-10-11 15:19:12 +00:00
1999-02-28 22:14:16 +00:00
1999-08-28 01:08:13 +00:00
1999-05-13 09:19:14 +00:00
1999-09-10 23:34:30 +00:00
1999-08-28 01:08:13 +00:00
1999-04-17 08:36:07 +00:00
1999-02-16 10:49:55 +00:00
1999-10-05 21:19:41 +00:00
1999-08-28 01:08:13 +00:00
1999-10-12 21:35:51 +00:00
1999-08-28 01:08:13 +00:00
1999-10-02 07:34:11 +00:00
1999-10-11 15:19:12 +00:00
1999-09-13 12:59:41 +00:00
1999-09-13 12:59:41 +00:00
1999-09-25 14:43:40 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
1999-09-25 18:24:47 +00:00
1999-10-11 15:19:12 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
1999-10-12 02:54:23 +00:00
1999-08-28 01:08:13 +00:00
1999-10-11 15:19:12 +00:00
1999-10-11 14:50:03 +00:00
1999-08-28 01:08:13 +00:00
1999-09-25 18:24:47 +00:00
1999-10-11 15:19:12 +00:00
1999-09-20 19:08:48 +00:00
1999-10-11 15:19:12 +00:00
1999-09-19 17:00:25 +00:00
1999-10-12 09:33:53 +00:00
1999-10-12 09:29:53 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
1999-09-25 18:24:47 +00:00
1999-09-29 15:03:48 +00:00
1999-09-25 18:24:47 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
1999-09-25 18:24:47 +00:00
1999-09-29 15:03:48 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
1999-10-11 15:19:12 +00:00
1999-10-09 20:42:17 +00:00
1999-10-09 20:42:17 +00:00
1999-10-09 20:42:17 +00:00
1999-10-11 15:19:12 +00:00
1999-10-11 15:19:12 +00:00
1999-10-11 15:19:12 +00:00
1999-10-11 15:19:12 +00:00
1999-10-03 12:18:29 +00:00
1999-09-29 20:05:33 +00:00
1999-09-19 06:24:21 +00:00
1999-09-11 00:46:08 +00:00
1999-10-11 15:19:12 +00:00
1999-10-11 15:19:12 +00:00
1999-08-28 01:08:13 +00:00
1999-10-03 12:18:29 +00:00
1999-09-19 06:24:21 +00:00
1999-10-11 15:19:12 +00:00
1999-10-11 15:19:12 +00:00
1999-09-19 17:00:25 +00:00
1999-09-26 18:31:51 +00:00
1999-09-26 18:31:51 +00:00
1999-09-26 18:10:59 +00:00