Date: Tue, 7 Dec 1999 17:42:45 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> 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 Message-ID: <199912080142.RAA16986@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912080142.RAA16986>