From owner-cvs-sys Sat Jan 11 09:55:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA26186 for cvs-sys-outgoing; Sat, 11 Jan 1997 09:55:00 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA26179; Sat, 11 Jan 1997 09:54:58 -0800 (PST) Date: Sat, 11 Jan 1997 09:54:58 -0800 (PST) From: Nate Williams Message-Id: <199701111754.JAA26179@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pccard pcic.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 97/01/11 09:54:58 Modified: sys/pccard pcic.c Log: Now that all of the IRQ's should be allocated by the time this pccard_configure() is called (except for LKm's :( ), build a list of unassigned interrupts for the PCCARD code to use. Reviewed by: bde Revision Changes Path 1.25 +40 -3 src/sys/pccard/pcic.c