Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 03/25/2005 14:51:39
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.