freebsd-dev/sys/isa
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
..
ic $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
atkbd_isa.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
atkbdc_isa.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
atrtc.c This adds the i386 specific support for systems with a MicroChannel 1999-09-03 02:04:28 +00:00
fd.c Remove five now unused fields from struct cdevsw. They should never 1999-09-25 18:24:47 +00:00
fdc.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fdreg.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
isa_common.c * Add struct resource_list* argument to resource_list_alloc and 1999-10-12 21:35:51 +00:00
isa_common.h Change isa_get/set_flags() to device_get/set_flags(). 1999-09-07 08:42:49 +00:00
isa_if.m * Add struct resource_list* argument to resource_list_alloc and 1999-10-12 21:35:51 +00:00
isahint.c * Add struct resource_list* argument to resource_list_alloc and 1999-10-12 21:35:51 +00:00
isareg.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
isavar.h * Add struct resource_list* argument to resource_list_alloc and 1999-10-12 21:35:51 +00:00
joy.c Oh foo. I got carried away. :-( "joy.h" is used to size an array. 1999-10-11 16:09:00 +00:00
pnp.c Factor out the PnP resource parser so that it can be re-used by pnpbios 1999-10-09 13:11:46 +00:00
pnpparse.c Factor out the PnP resource parser so that it can be re-used by pnpbios 1999-10-09 13:11:46 +00:00
pnpreg.h s/LOGIGAL/LOGICAL/ 1999-09-02 05:13:01 +00:00
pnpvar.h Factor out the PnP resource parser so that it can be re-used by pnpbios 1999-10-09 13:11:46 +00:00
ppc.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ppcreg.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
psm.c Remove five now unused fields from struct cdevsw. They should never 1999-09-25 18:24:47 +00:00
rtc.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
sio.c Add support for the USRobotics Courier V.Everything (USR0101) modem. 1999-10-11 15:06:14 +00:00
sioreg.h Restore the old sio* - bruce can fix it himself. 1999-09-08 10:59:03 +00:00
syscons_isa.c Change isa_get/set_flags() to device_get/set_flags(). 1999-09-07 08:42:49 +00:00
vga_isa.c * Add struct resource_list* argument to resource_list_alloc and 1999-10-12 21:35:51 +00:00