diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-16 20:39:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-16 20:39:24 +0000 |
commit | 8f373440e0f4ccbdc8c3653bc0273a9ac8cd0ae5 (patch) | |
tree | fffabffa241c55aaf3adb68a50f6e77da81c9cde /sys/dev | |
parent | cd3c8d2f7a729d7a1cd19fc3f16ac8fb7d19ee6a (diff) |
document that other vendors use the hifn pci id too
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/hifn7751.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/hifn7751.c b/sys/dev/pci/hifn7751.c index 41443dd2932..1a95a93f7b7 100644 --- a/sys/dev/pci/hifn7751.c +++ b/sys/dev/pci/hifn7751.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hifn7751.c,v 1.10 2000/03/16 20:33:47 deraadt Exp $ */ +/* $OpenBSD: hifn7751.c,v 1.11 2000/03/16 20:39:23 deraadt Exp $ */ /* * Invertex AEON / Hi/fn 7751 driver @@ -305,6 +305,11 @@ struct pci2id { { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } }, { + /* + * Other vendors share this PCI ID as well, such as + * http://www.powercrypt.com, and obviously they also + * use the same key. + */ PCI_VENDOR_HIFN, PCI_PRODUCT_HIFN_7751, { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |