From owner-cvs-sys Sun Oct 5 19:56:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA27272 for cvs-sys-outgoing; Sun, 5 Oct 1997 19:56:43 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA27250; Sun, 5 Oct 1997 19:56:33 -0700 (PDT) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA05490; Sun, 5 Oct 1997 19:56:16 -0700 (PDT) Date: Sun, 5 Oct 1997 19:56:16 -0700 (PDT) Message-Id: <199710060256.TAA05490@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pccard.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/10/05 19:56:16 PDT Modified files: sys/pccard pccard.c Log: - Allocate the 'PCIC' interrupt from the last available (higher #) IRQ instead of the first available, like Win95 does. This appears to help on some machines, and avoids potential problems with built-in serial ports which tend to live at IRQ 3, which is usually picked with the old method. Revision Changes Path 1.36 +1 -1 src/sys/pccard/pccard.c