imp 2006-06-02 06:33:35 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: Zero out the devices when they are deleted. We can access the pointer after the bus detaches which can lead to core dumps. This is quite rare. Revision Changes Path 1.146 +5 -1 src/sys/dev/pccbb/pccbb.c