From owner-cvs-all Tue Dec 7 17:42:49 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 6715314F9F; Tue, 7 Dec 1999 17:42:46 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA16986; Tue, 7 Dec 1999 17:42:46 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <199912080142.RAA16986@freefall.freebsd.org> From: Warner Losh Date: Tue, 7 Dec 1999 17:42:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pcic i82365.c i82365_isa.c i82365_isasubr.c i82365_isavar.h i82365var.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/12/07 17:42:45 PST Modified files: sys/dev/pcic i82365.c i82365_isa.c i82365_isasubr.c i82365_isavar.h i82365var.h Log: o Implement IRQ activation. We do this in bus_{setup,teardown}_intr, per discussions on -arch. This is different than -current's pccard code, but shouldn't have any real difference. o More code cleanup. Next step: convert bus_space_* mapping stuff to newbus. Revision Changes Path 1.7 +70 -113 src/sys/dev/pcic/i82365.c 1.8 +3 -3 src/sys/dev/pcic/i82365_isa.c 1.6 +1 -73 src/sys/dev/pcic/i82365_isasubr.c 1.5 +1 -10 src/sys/dev/pcic/i82365_isavar.h 1.7 +5 -1 src/sys/dev/pcic/i82365var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message