Subject: PR/27423 CVS commit: src/sys/dev/pci
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: netbsd-bugs
Date: 03/25/2005 14:52:02
The following reply was made to PR kern/27423; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/27423 CVS commit: src/sys/dev/pci
Date: Fri, 25 Mar 2005 14:51:39 +0000 (UTC)
Module Name: src
Committed By: tsutsui
Date: Fri Mar 25 14:51:39 UTC 2005
Modified Files:
src/sys/dev/pci: pciconf.c pciconf.h
Log Message:
Allow MD PCI code to specify or disable PCI_COMMAND_PARITY_ENABLE
and PCI_CMMAND_SERR_ENABLE in MI pci_configure_bus(9).
Patch from PR kern/27423 by KIYOHARA Takashi with some changes by me,
approved by Allen Briggs.
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/dev/pci/pciconf.c
cvs rdiff -r1.8 -r1.9 src/sys/dev/pci/pciconf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.