diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-02-07 00:33:05 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-02-07 00:33:05 +0000 |
commit | aa1b9218a068bee309a7955bcc937df8e1bc4103 (patch) | |
tree | 1270d378c8b925505195a34f9742075ac4f5798c /sys/dev/pci/pcidevs | |
parent | f8937e16f74e7d7928b897443f2f80a71d603949 (diff) |
Rough but working driver for ICP-Vortex RAID
Diffstat (limited to 'sys/dev/pci/pcidevs')
-rw-r--r-- | sys/dev/pci/pcidevs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index a16598533bd..6384f6c6ca9 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.214 2000/02/01 05:39:41 deraadt Exp $ + $OpenBSD: pcidevs,v 1.215 2000/02/07 00:33:03 niklas Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1463,10 +1463,10 @@ product VORTEX GDT_6x27 0x0007 GDT6127/6527 product VORTEX GDT_6537 0x0008 GDT6537 product VORTEX GDT_6557 0x0009 GDT6557/6557-ECC /* GDT_PCINEW, wide SCSI controllers */ -product VORTEX GDT_6x15 0x00010 GDT6115/6515 -product VORTEX GDT_6x25 0x00011 GDT6125/6525 -product VORTEX GDT_6535 0x00012 GDT6535 -product VORTEX GDT_6555 0x00013 GDT6555/6555-ECC +product VORTEX GDT_6x15 0x0010 GDT6115/6515 +product VORTEX GDT_6x25 0x0011 GDT6125/6525 +product VORTEX GDT_6535 0x0012 GDT6535 +product VORTEX GDT_6555 0x0013 GDT6555/6555-ECC /* GDT_MPR, RP series, wide/ultra SCSI */ product VORTEX GDT_6x17RP 0x0100 GDT6117RP/GDT6517RP product VORTEX GDT_6x27RP 0x0101 GDT6127RP/GDT6527RP |