OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: David Gwynne (dlgcvs.openbsd.org)
Date: Sat Jul 29 2006 - 00:08:41 CDT


CVSROOT: /cvs
Module name: src
Changes by: dlgcvs.openbsd.org 2006/07/28 23:08:41

Modified files:
        sys/dev/pci : files.pci
Added files:
        sys/dev/pci : arc.c

Log message:
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