Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/i386/pci
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.
Home |
Main Index |
Thread Index |
Old Index