Date: Sun, 5 Oct 1997 19:56:16 -0700 (PDT) From: Nate Williams <nate@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pccard.c Message-ID: <199710060256.TAA05490@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710060256.TAA05490>