diff options
author | 2006-04-15 00:15:12 +0000 | |
---|---|---|
committer | 2006-04-15 00:15:12 +0000 | |
commit | 7f8e342ebe13ec31d483ce996dc163bec8a4238b (patch) | |
tree | 1059079f21714b401f910e0549ee2888e70fe362 /sys/dev/pci/pciide.c | |
parent | spaces (diff) | |
download | wireguard-openbsd-7f8e342ebe13ec31d483ce996dc163bec8a4238b.tar.xz wireguard-openbsd-7f8e342ebe13ec31d483ce996dc163bec8a4238b.zip |
Add support for non-RAID part of the ITExpress IT8212F.
From Hans-Guenter Weigand hgw at d1906.inka.de.
Diffstat (limited to 'sys/dev/pci/pciide.c')
-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 |