diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-26 13:56:30 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-26 13:56:30 +0000 |
commit | 8fe9c7bc21f345725c469dd44f0aec7c6720fb1a (patch) | |
tree | c0803146a5d1a34fba11199d117b07741e1d5391 /sys/dev | |
parent | 5fa9402eb9d92cd65030eafee708176485899827 (diff) |
add the PCI id for the ServerWorks HT-1000 SMbus controller.
From the Linux i2c-piix4 driver via gwk@
piixpm0 at pci0 dev 2 function 0 "ServerWorks HT-1000" rev 0x00
iic0 at piixpm0
admcts0 at iic0 addr 0x2c
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/piixpm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/piixpm.c b/sys/dev/pci/piixpm.c index 5e781f21337..ebb678e614c 100644 --- a/sys/dev/pci/piixpm.c +++ b/sys/dev/pci/piixpm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: piixpm.c,v 1.20 2006/02/27 08:25:02 grange Exp $ */ +/* $OpenBSD: piixpm.c,v 1.21 2006/06/26 13:56:29 brad Exp $ */ /* * Copyright (c) 2005, 2006 Alexander Yurchenko <grange@openbsd.org> @@ -91,6 +91,7 @@ const struct pci_matchid piixpm_ids[] = { { PCI_VENDOR_RCC, PCI_PRODUCT_RCC_OSB4 }, { PCI_VENDOR_RCC, PCI_PRODUCT_RCC_CSB5 }, { PCI_VENDOR_RCC, PCI_PRODUCT_RCC_CSB6 }, + { PCI_VENDOR_RCC, PCI_PRODUCT_RCC_HT_1000 }, { PCI_VENDOR_SMSC, PCI_PRODUCT_SMSC_VICTORY66_PM }, { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB200_SMB }, { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_IXP_SMB_300 }, |