Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 02/05/1999 22:29:54
Module Name:	src
Committed By:	cgd
Date:		Sat Feb  6 06:29:54 UTC 1999

Modified Files:
	src/sys/dev/pci: puc.c pucdata.c pucvar.h
Log Message:
add code to cope with multiple ports per BAR, as are found, for instance,
on the 8 port card Simon Gerraty has.  In general, cards which have
this lots of ports also have a separate interrupt status register, but
this change is just to talk to the various ports independently.  It works,
but it's not optimal.  (XXX still need a good name for the card in the
comments, and to update the manual page.)