Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 04/18/2002 18:32:30
Module Name:	syssrc
Committed By:	martin
Date:		Thu Apr 18 15:32:30 UTC 2002

Modified Files:
	syssrc/sys/dev/pci: isic_pci_elsa_qs1p.c

Log Message:
Duh, 0 bits enable interrupts in the IPAC!
So to disable them all better use 0xff instead of 0x00 as mask. Noted
by Matthias Drochner.

Move some initialization unrelated to interrupts back to its place at
attach time.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/pci/isic_pci_elsa_qs1p.c

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