freebsd-dev/sys/dev/pccard
Warner Losh f40d7afa05 Fix the panics for real this time. When something can't be allocated,
we need to delete the info from the list as well as zero out the res
pointer we saved in the code.

Also made a few style(9) changes while I was at it.  Don't use if
(ptr) or if (!ptr), but compare against NULL.  Compare against NULL
rather than 0.  Don't have useless blocks.

There are likely other problems as well, but at least the wi based
wireless card with memory listed in its cis doesn't panic the system
when the card is inserted.
2001-05-10 06:55:39 +00:00
..
card_if.m First step towards making loadable modules independent of having 2001-03-22 06:00:07 +00:00
devlist2h.awk
files.pccard
Makefile.pccarddevs We do not, and hopefully never will, use the static pccard device table. 2001-01-07 03:58:57 +00:00
pccard_cis_quirks.c
pccard_cis.c
pccard.c Fix the panics for real this time. When something can't be allocated, 2001-05-10 06:55:39 +00:00
pccarddevs Add zoom air 4000. 2001-03-22 05:51:58 +00:00
pccarddevs.h Sync to last changes. 2001-03-22 05:52:42 +00:00
pccardreg.h
pccardvar.h Add additional enumeration types for CARD_SET_RES_FLAGS. 2001-05-08 23:56:47 +00:00
power_if.m