]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Make pccard work at all by including card.h
authorimp <imp@FreeBSD.org>
Fri, 10 Dec 1999 08:19:19 +0000 (08:19 +0000)
committerimp <imp@FreeBSD.org>
Fri, 10 Dec 1999 08:19:19 +0000 (08:19 +0000)
commit80e1fa6d2b3103c945cfa35609e82a85af2c4d16
tree34d0ca67f7493cdc1a809645c2ca6a3ad09f892c
parent6b39bc9227ef12484c9d917544b719d1da6c6b2e
o Make pccard work at all by including card.h
o fix return type of sio_pccard_detach
o don't free softc in deatch, since that is done by newbus
o disconnect interrupt we used to have.  Add cookie to com so that we can
  tear down the interrupt on unload
o Set gone earlier, but likely doesn't matter

This makes sio pccards work again.  Cards that are active when ejects may
not work (but they might, softc goes away quickly).

These changes are unreviewed by bde.  I'll make any style changes he wants.
sys/dev/sio/sio.c
sys/isa/sio.c