From owner-cvs-sys Wed Oct 22 19:27:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA21167 for cvs-sys-outgoing; Wed, 22 Oct 1997 19:27:41 -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 TAA21022; Wed, 22 Oct 1997 19:25:32 -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 TAA07380; Wed, 22 Oct 1997 19:25:16 -0700 (PDT) Date: Wed, 22 Oct 1997 19:25:16 -0700 (PDT) Message-Id: <199710230225.TAA07380@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/22 19:25:15 PDT Modified files: sys/pccard pccard.c Log: Back our V1.36, due to reports of badness. (IRQ's are again allocated from the 'lower' interrupts to the 'higher' interrupts.) We need to find a way to set the interrupt for the controller in the config file. Determined by: handy@sag.space.lockheed.com Revision Changes Path 1.40 +1 -1 src/sys/pccard/pccard.c