Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 03/16/2002 20:44:18
Module Name: syssrc
Committed By: chs
Date: Sat Mar 16 18:44:17 UTC 2002
Modified Files:
syssrc/sys/dev/pci: if_tlp_pci.c
Log Message:
decode the sub-system IDs on adaptec cards so we can differentiate between
multi-port cards (which need the shared-rom/intr stuff) and single-port cards
(which must not have it). previously we enabled sharing for all adaptec cards,
which caused problems if you had multiple single-port cards on the same PCI bus.
To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 syssrc/sys/dev/pci/if_tlp_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.