From owner-cvs-all Fri Dec 10 0:19:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C391D15085; Fri, 10 Dec 1999 00:19:20 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA21609; Fri, 10 Dec 1999 00:19:20 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <199912100819.AAA21609@freefall.freebsd.org> From: Warner Losh Date: Fri, 10 Dec 1999 00:19:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/12/10 00:19:20 PST Modified files: sys/isa sio.c Log: 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. Revision Changes Path 1.279 +19 -13 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message