diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-01-02 09:31:27 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-01-02 09:31:27 +0000 |
commit | dacfcf87464c1d38758e272415d4bf607be881e7 (patch) | |
tree | 6fce5ddab53d8076854186d6175d4fd2fb172391 /sys/dev | |
parent | 743b56ad6ebbf1a76814167c86e05eafdae19768 (diff) |
Fix typo in 82801IH LPC entry.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index dab8e3d56f5..69ca62e4994 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1307 2007/12/30 01:54:49 brad Exp $ +$OpenBSD: pcidevs,v 1.1308 2008/01/02 09:31:26 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2223,7 +2223,7 @@ product INTEL 82801H_PCIE_5 0x2847 82801H PCIE product INTEL 82801H_PCIE_6 0x2849 82801H PCIE product INTEL 82801H_HDA 0x284b 82801H HD Audio product INTEL 82801HBM_IDE 0x2850 82801HBM IDE -product INTEL 82801IH_LPC 0x2912 82810IH LPC +product INTEL 82801IH_LPC 0x2912 82801IH LPC product INTEL 82801IO_LPC 0x2914 82801IO LPC product INTEL 82801IR_LPC 0x2916 82801IR LPC product INTEL 82801IB_LPC 0x2918 82801IB LPC |