diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-12-09 05:10:44 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-12-09 05:10:44 +0000 |
commit | 7b2baa710681879167c220b8f2d1cbff81478bb1 (patch) | |
tree | 7e998f1f54bb8f34417b622f2f3f59fafac2ef2c /sys/dev/pci/files.pci | |
parent | 146fd3fa2f58d7af3af23b415570aa879db671c6 (diff) |
the start of a driver for ahci controllers. this does nothing but map the
register space and hook an interrupt up for the controller i have, but it
is going into the tree so i can work on it.
commit early, commit often
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 199e4768333..48e2a17e5d3 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.221 2006/12/06 20:07:52 martin Exp $ +# $OpenBSD: files.pci,v 1.222 2006/12/09 05:10:43 dlg Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -79,6 +79,11 @@ device arc: scsi attach arc at pci file dev/pci/arc.c arc +# Advanced Host Controller Interface for Serial ATA +device ahci +attach ahci at pci +file dev/pci/ahci.c ahci + # AMI MegaRAID Express x00/Elite 1500/Express 1x00 RAID Controllers attach ami at pci with ami_pci file dev/pci/ami_pci.c ami_pci |