Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/19/2003 19:29:10
Module Name:	src
Committed By:	thorpej
Date:		Fri Dec 19 19:29:10 UTC 2003

Modified Files:
	src/sys/dev/pci: pciidevar.h

Log Message:
While legacy PCI IDE controllers have only 2 channels, it is quite common
for modern PCI SATA controllers to have more.  Define a new PCIIDE_MAX_CHANNELS
which to specify the maximum number of channels we support, and use it to
allocate channel resources.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/dev/pci/pciidevar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.