From owner-cvs-all Fri Oct 15 22:11:52 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 A0226150F2; Fri, 15 Oct 1999 22:11:47 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA61311; Fri, 15 Oct 1999 22:11:47 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199910160511.WAA61311@freefall.freebsd.org> From: Warner Losh Date: Fri, 15 Oct 1999 22:11:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard.c pcic.c slot.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/10/15 22:11:46 PDT Modified files: sys/pccard pccard.c pcic.c slot.h Log: Remove name field from controller information. Fix name setting in pc98 case that I missed before. Attempt to get the irq for the PCIC first from the loader env var and second from the config system. I've been able to boot my laptop with a kernel that hardwired the irq to 10. This should allow boot -c to finally start working for pcic irq, but I've not tested that. Add $FreeBSD$ to slot.h. Revision Changes Path 1.90 +3 -3 src/sys/pccard/pccard.c 1.79 +41 -36 src/sys/pccard/pcic.c 1.18 +2 -1 src/sys/pccard/slot.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message