Subject: CVS commit: syssrc/sys/arch/i386/pci
To: None <source-changes@netbsd.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 12/07/2001 10:07:59
Module Name:	syssrc
Committed By:	onoe
Date:		Fri Dec  7 08:07:58 UTC 2001

Modified Files:
	syssrc/sys/arch/i386/pci: pci_intr_fixup.c

Log Message:
Add 82801BAM as piix.
Do not initialize global variables 'pciintr_icu_tag' to NULL.
Its type is 'const struct pciintr_icu *' (typedef'ed) and gcc sometimes(!)
put it in Text region.  So force arrrange it to BSS.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 syssrc/sys/arch/i386/pci/pci_intr_fixup.c

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