From owner-cvs-all Mon Sep 3 22:50:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4421D37B408; Mon, 3 Sep 2001 22:50:09 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f845o9a83765; Mon, 3 Sep 2001 22:50:09 -0700 (PDT) (envelope-from imp) Message-Id: <200109040550.f845o9a83765@freefall.freebsd.org> From: Warner Losh Date: Mon, 3 Sep 2001 22:50:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c pcic_pci.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/09/03 22:50:09 PDT Modified files: sys/pccard pcic_pci.c pcic_pci.h Log: Add support for changing the way that ToPIC csc interrupts are routed. # Note: The ToPIC 100 and the ToPIC 97 datasheets are in disagreement # as to if this bit is supposed to be set or cleared to enable INTA routing # so I made my best guess. Also, comments about the various chipsets, including some grumpy ones about how vague the O2micro datasheets are. Revision Changes Path 1.89 +37 -5 src/sys/pccard/pcic_pci.c 1.31 +7 -1 src/sys/pccard/pcic_pci.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message