Subject: CVS commit: src/sys/dev/acpi
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 01/09/2003 14:23:29
Module Name:	src
Committed By:	jdolecek
Date:		Thu Jan  9 12:23:28 UTC 2003

Modified Files:
	src/sys/dev/acpi: com_acpi.c fdc_acpi.c lpt_acpi.c

Log Message:
need to select proper IST for interrupt - IST_NONE is almost certainly not
  right

this makes fdc@acpi and com@acpi actually work on my machine; lpt@acpi
change untested, but should be same as fdc and com


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/dev/acpi/com_acpi.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/acpi/fdc_acpi.c
cvs rdiff -r1.1 -r1.2 src/sys/dev/acpi/lpt_acpi.c

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