diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-04-15 00:15:13 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-04-15 00:15:13 +0000 |
commit | 94f701c118821bcb1e667a24039b0258b3d26751 (patch) | |
tree | 5b39e11533ad40dcda533cba5ed33f6d5f2f9fd5 /sys | |
parent | fc89cd43f1fb5dc703f6d43b4066dfeab0259910 (diff) |
Add support for non-RAID part of the ITExpress IT8212F.
From Hans-Guenter Weigand hgw at d1906.inka.de.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pciide.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index 70b1c338102..3eba6a80982 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.232 2006/04/09 00:51:58 brad Exp $ */ +/* $OpenBSD: pciide.c,v 1.233 2006/04/15 00:15:12 jsg Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -847,6 +847,10 @@ const struct pciide_product_desc pciide_nvidia_products[] = { }; const struct pciide_product_desc pciide_ite_products[] = { + { PCI_PRODUCT_ITEXPRESS_IT8211F, + IDE_PCI_CLASS_OVERRIDE, + ite_chip_map + }, { PCI_PRODUCT_ITEXPRESS_IT8212F, IDE_PCI_CLASS_OVERRIDE, ite_chip_map |