NetBSD/sys/dev/cardbus
kanaoka bbfd611e6d - Add (missed)"csc->cc_ih = NULL;" in com_cardbus_disable().
- Check "csc->cc_ih != NULL" before cardbus_intr_disestablish()
   in com_cardbus_detach().

This fixed panic when the card removed.
The card is a "Xircom RealPort Cardbus Ethernet 10/100+Modem 56".

Reported & Tested by Peter Postma <peter.postma@chello.nl>
on current-users.
2004-03-11 16:34:54 +00:00
..
Makefile.cardbusdevs
adv_cardbus.c Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
ahc_cardbus.c adapt to latest ahc(4) changes, so that this wouldn't panic kernel on boot 2004-01-19 23:15:36 +00:00
cardbus.c Use aprint_normal() in cfprint routines. 2003-01-01 00:10:15 +00:00
cardbus_exrom.c
cardbus_exrom.h
cardbus_map.c
cardbusdevs + NetGear FA511 2003-10-24 17:04:16 +00:00
cardbusdevs.h + NetGear FA511 2003-10-24 17:04:16 +00:00
cardbusdevs_data.h + NetGear FA511 2003-10-24 17:04:16 +00:00
cardbusreg.h
cardbusvar.h function prototype must not have variable name 2003-07-08 10:06:28 +00:00
cardslot.c Fix some typos. From Tom Cosgrove via jmc@openbsd. 2003-11-02 09:52:33 +00:00
cardslotvar.h function prototype must not have variable name 2003-07-08 10:06:28 +00:00
com_cardbus.c - Add (missed)"csc->cc_ih = NULL;" in com_cardbus_disable(). 2004-03-11 16:34:54 +00:00
devlist2h.awk Fixes from PR#23177. Various lint/logic fixes: 2003-12-15 07:32:20 +00:00
ehci_cardbus.c Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
files.cardbus RealTek -> Realtek. 2004-02-13 10:00:54 +00:00
fwohci_cardbus.c Make it compile in big endian. 2003-03-22 11:32:38 +00:00
if_ath_cardbus.c add support ath on cardbus 2003-10-14 17:47:03 +00:00
if_atw_cardbus.c Move the RF Microdevices RF3000 & Silicon Laboratories SI4126/SI4136 2004-02-17 21:20:55 +00:00
if_ex_cardbus.c Fix some typos. From Tom Cosgrove via jmc@openbsd. 2003-11-02 09:52:33 +00:00
if_fxp_cardbus.c Add trailing ; to CFATTACH_DECL. 2002-10-02 16:33:28 +00:00
if_rtk_cardbus.c Add (missed)"csc->sc_ih = NULL;" in rtk_cardbus_disable(). 2004-03-11 12:19:14 +00:00
if_tlp_cardbus.c + NetGear FA511 2003-10-24 17:04:16 +00:00
ohci_cardbus.c make a kernel with the combination ohci@cardbus + ehci@pci link 2003-03-11 11:59:31 +00:00
rbus.c Fix some typos. From Tom Cosgrove via jmc@openbsd. 2003-11-02 09:52:33 +00:00
rbus.h function prototype must not have variable name 2003-07-08 10:06:28 +00:00
rbus_ppb.c fix uninitialised variable warning. XXX: not sure if this is correct 2003-11-24 06:11:56 +00:00
usb_cardbus.h