Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 05/31/2007 21:26:48
Module Name:	src
Committed By:	bouyer
Date:		Thu May 31 21:26:48 UTC 2007

Modified Files:
	src/sys/dev/pci: jmide.c

Log Message:
Move mapping of AHCI register so that jmide knows if it fails, and avoids
calling ahci_intr() (which would cause a panic).
Try to use the pciide function for SATA drives if attaching ahci fails (this
doesn't seems to work though, it may be BIOS dependant).
Thanks to Gary Duzan for testing multiple pacthes.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/dev/pci/jmide.c

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