diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-11-27 16:47:06 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-11-27 16:47:06 +0000 |
commit | 93ceca04c90ec0cfefe6e930c606726fcb20b0f9 (patch) | |
tree | fcc36e766059035934b3e213aafddfb97ce8a4eb /sys/dev/pci/files.pci | |
parent | 24161faad1a18b988866377a2a63dba92b46f4dc (diff) |
IBM ServeRAID controllers driver.
Way far from complete but enough to fdisk and disklabel logical drives.
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 18d98f256ed..18f6070d4d3 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.219 2006/11/25 17:18:31 mbalmer Exp $ +# $OpenBSD: files.pci,v 1.220 2006/11/27 16:47:05 grange 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. @@ -87,6 +87,11 @@ file dev/pci/ami_pci.c ami_pci attach mfi at pci with mfi_pci file dev/pci/mfi_pci.c mfi_pci +# IBM ServeRAID controllers +device ips: scsi +attach ips at pci +file dev/pci/ips.c ips + # I2O attach iop at pci with iop_pci file dev/pci/iop_pci.c iop_pci |