diff options
author | 2005-11-21 22:19:10 +0000 | |
---|---|---|
committer | 2005-11-21 22:19:10 +0000 | |
commit | fa33c879039e7505ff43404f3feb333ff3e8e4fc (patch) | |
tree | 7762741203cf15202b813c740372764e3662c4ff | |
parent | normalise the values read off the hw for the voltages (diff) | |
download | wireguard-openbsd-fa33c879039e7505ff43404f3feb333ff3e8e4fc.tar.xz wireguard-openbsd-fa33c879039e7505ff43404f3feb333ff3e8e4fc.zip |
I forgot the 82801E LPC controller id in the last commit.
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index b50a0301734..e65dbefc124 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.966 2005/11/21 04:20:26 brad Exp $ +$OpenBSD: pcidevs,v 1.967 2005/11/21 22:19:10 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1552,6 +1552,7 @@ product INTEL 82801BAM_IDE 0x244a 82801BAM IDE product INTEL 82801BA_IDE 0x244b 82801BA IDE product INTEL 82801BAM_LPC 0x244c 82801BAM LPC product INTEL 82801BA_AGP 0x244e 82801BA AGP +product INTEL 82801E_LPC 0x2450 82801E LPC product INTEL 82801E_LAN_1 0x2459 82801E LAN product INTEL 82801E_LAN_2 0x245d 82801E LAN product INTEL 82801CA_LPC 0x2480 82801CA LPC |