diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-09-15 13:44:24 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-09-15 13:44:24 +0000 |
commit | f9808055048483a33f5789eb2926fac514f757b8 (patch) | |
tree | 2d6a3ee3faca1a410b786f78e0b8219658dba914 /sys/dev/pci/files.pci | |
parent | 42a3e69c05af72afbc1d37574fba7729b828289b (diff) |
3ware escalade is coming
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 6b3132f2369..9fe134326c3 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.83 2000/09/06 01:46:45 rahnds Exp $ +# $OpenBSD: files.pci,v 1.84 2000/09/15 13:44:23 mickey 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. @@ -63,6 +63,10 @@ file dev/ic/adwmcode.c adw_pci attach bha at pci with bha_pci file dev/pci/bha_pci.c bha_pci +# 3ware 5x000/6x000 RAID controllers +attach twe at pci with twe_pci +file dev/pci/twe_pci.c twe_pci + # Ensoniq AudioPCI S5016, 1371 device eap: audio, auconv, mulaw, ac97 attach eap at pci |