From owner-cvs-all Sat Dec 9 1:15:41 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 01:15:39 2000 Return-Path: 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 0013637B400; Sat, 9 Dec 2000 01:15:38 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB99Fcw09454; Sat, 9 Dec 2000 01:15:38 -0800 (PST) (envelope-from msmith) Message-Id: <200012090915.eB99Fcw09454@freefall.freebsd.org> From: Mike Smith Date: Sat, 9 Dec 2000 01:15:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci isa_pci.c pci.c pcib_if.m X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/12/09 01:15:38 PST Modified files: sys/dev/pci isa_pci.c pci.c pcib_if.m Log: - Fix the device database parsing code so that it actually works. - Improve the formatting for devices identified by the database. - Fix the pcib_route_interrupt method definition, as an old version snuck in here somehow 8( - Remove a couple of the vendor/device IDs for PCI:ISA bridges which correctly identify themselves. Submitted by: peter Revision Changes Path 1.2 +1 -3 src/sys/dev/pci/isa_pci.c 1.168 +30 -10 src/sys/dev/pci/pci.c 1.4 +2 -2 src/sys/dev/pci/pcib_if.m To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message