diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-07-29 05:08:42 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-07-29 05:08:42 +0000 |
commit | dd0aac721520e9d3b6543e2d976ae827db4306d4 (patch) | |
tree | 6d6e9bbfe16c7cdcdf887cee3ceb6675640a9729 /sys/dev/pci/files.pci | |
parent | d7ff7ad916f39ed0453d8acfc5c6d57c6758dc85 (diff) |
here's the real reason i removed the if_arc network goo: i wanted its name.
this is the start of a driver supporting the areca raid controllers. so far
it probes, attaches, establishes the interrupt, allocates all the necessary
memory and queries the firmware for operating params. the io path is yet to
be done. that is going to be hard to do since i dont have any sata disks to
plug into it.
thanks go to Billion Wu and Erich Chen from Areca for their assistance.
ok deraadt@
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 0161b1ad6d4..8ad0c052100 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.210 2006/07/27 00:45:59 brad Exp $ +# $OpenBSD: files.pci,v 1.211 2006/07/29 05:08:41 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. @@ -74,6 +74,11 @@ file dev/pci/bha_pci.c bha_pci attach twe at pci with twe_pci file dev/pci/twe_pci.c twe_pci +# Areca RAID Controllers +device arc +attach arc at pci +file dev/pci/arc.c arc + # 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 |