As the commit message says, be careful if you're following -current and
you have a recent sata controller. There's a chance it will claim to be
supported by ahci(4), which means your disks will change their name
from wd to sd. If that happens, simply rename them in /etc/fstab and
reboot, everything will be ok.
If it isn't ok, then email me ([EMAIL PROTECTED]) and Chris Pascoe
([EMAIL PROTECTED]) with a bug report and we'll have a look at it.
dlg
----- Forwarded message from David Gwynne <[EMAIL PROTECTED]> -----
Date: Tue, 27 Mar 2007 01:31:15 -0600 (MDT)
From: David Gwynne <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2007/03/27 01:31:15
Modified files:
sys/dev/pci : ahci.c
Log message:
attach ahci based on the pci class and interface fields, not just on a
list of pci devices.
WARNING: this will cause your disks to change name (wd -> sd) on a
supported controller.
----- End forwarded message -----