freebsd-dev/sys/pccard
MIHIRA Sanpei Yoshiro 975ce2575a fix some minor problem in PIOCSRESOURCE ioctl.
- If resource which was allocated for pcic was
  requested via this ioctl, bus_alloc_resource
  would be succeeded and that resource was
  returned as free resource.  So check whether
  requested resource was used for pcic or not
  before bus_alloc_resource test.

- merge SYS_RES_IRQ routine into other SYS_RES_*
  routine and clean up.

problem reported by:	Yohei Terada <terada@jiro.c.u-tokyo.ac.jp>
2000-10-01 12:36:14 +00:00
..
cardinfo.h add PIOCSRESOURCE(IOC_GET_RESOURCE_RANGE) 2000-09-17 15:37:53 +00:00
cis.h MFPAO3. Improvement of of pccard cis tuple parsing capability. 2000-04-26 15:36:43 +00:00
driver.h Make pccardc beep actually work. The kernel was doing the wrong thing 1999-12-02 19:46:41 +00:00
i82365.h Add support for PnP ISA cards, and some laptop PnP support: 2000-03-10 05:43:29 +00:00
pccard_beep.c Make pccardc beep actually work. The kernel was doing the wrong thing 1999-12-02 19:46:41 +00:00
pccard_nbk.c Add pccard_product_lookup comatibility shim 2000-09-28 07:22:30 +00:00
pccard_nbk.h Massive rewrite of pccard to convert it to newbus. 1999-10-25 02:41:58 +00:00
pccard.c fix some minor problem in PIOCSRESOURCE ioctl. 2000-10-01 12:36:14 +00:00
pcic98reg.h Add $FreeBSD$ 2000-05-01 20:32:07 +00:00
pcic_pci.c Spelling police in a comment: Defalut -> Default. 2000-09-29 21:14:05 +00:00
pcic_pci.h Add TI-1031 id. It doesn't work yet, but it is nice to have it. 2000-08-29 04:40:17 +00:00
pcic.c o Remove 9 unnecessary includes. 2000-09-20 20:02:49 +00:00
pcic.h add PIOCSRESOURCE(IOC_GET_RESOURCE_RANGE) 2000-09-17 15:37:53 +00:00
slot.h Add support for PnP ISA cards, and some laptop PnP support: 2000-03-10 05:43:29 +00:00