Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 12/23/2002 04:12:49
Module Name: src
Committed By: tsutsui
Date: Mon Dec 23 02:12:49 UTC 2002
Modified Files:
src/sys/dev/pci: if_rtk_pci.c
Log Message:
Don't use PCI_PRODUCT_DELTA_8139 (0x1360) for args of pci_conf_read() and
pci_conf_write(); use PCI_INTERRUPT_REG (0x3c) instead. (How does it work?)
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/dev/pci/if_rtk_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.