From owner-cvs-sys Mon Mar 3 16:27:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA09085 for cvs-sys-outgoing; Mon, 3 Mar 1997 16:27:45 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA09076; Mon, 3 Mar 1997 16:27:42 -0800 (PST) Date: Mon, 3 Mar 1997 16:27:42 -0800 (PST) From: Nate Williams Message-Id: <199703040027.QAA09076@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pccard driver.h pccard.c pcic.c skel.c slot.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 97/03/03 16:27:41 Branch: sys/pccard RELENG_2_2 Modified: sys/pccard driver.h pccard.c pcic.c skel.c slot.h Log: YAMFC: - Added PCIC resume function - Cleaned up includes - Better handling of PCIC controller IRQ's (Dynamically determine a free IRQ instead of just grabbing one.) - Cleaned up VLSI-PCIC chipset detection better, necessary for some newer laptops such as the NEC 6030H. OK'd by: joerg Revision Changes Path 1.1.6.1 +2 -2 src/sys/pccard/driver.h 1.27.2.1 +20 -15 src/sys/pccard/pccard.c 1.23.2.1 +80 -59 src/sys/pccard/pcic.c 1.1.6.1 +0 -2 src/sys/pccard/skel.c 1.7.2.2 +4 -1 src/sys/pccard/slot.h