freebsd-nq/sys/dev/pcm
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
..
isa * Add struct resource_list* argument to resource_list_alloc and 1999-10-12 21:35:51 +00:00
pci Make interrupts shareable with RF_SHAREABLE. This is untested, but 1999-10-09 03:52:07 +00:00
ac97.c
ac97.h
channel.c * add a non-reset device- will not reset the channel on open. you 1999-09-28 21:43:35 +00:00
channel.h * add a non-reset device- will not reset the channel on open. you 1999-09-28 21:43:35 +00:00
datatypes.h * add a non-reset device- will not reset the channel on open. you 1999-09-28 21:43:35 +00:00
dsp.c * add a non-reset device- will not reset the channel on open. you 1999-09-28 21:43:35 +00:00
dsp.h
fake.c
feeder.c * add a non-reset device- will not reset the channel on open. you 1999-09-28 21:43:35 +00:00
mixer.c
mixer.h
sound.c * add a non-reset device- will not reset the channel on open. you 1999-09-28 21:43:35 +00:00
sound.h * add a non-reset device- will not reset the channel on open. you 1999-09-28 21:43:35 +00:00