diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-11-21 22:19:11 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-11-21 22:19:11 +0000 |
commit | 0328b68e05b9850f99337f0dbbb38e7cd002278f (patch) | |
tree | d5b8685b4f0cceed28ea155dd77140b5b53b3ed9 /sys/dev | |
parent | 55f878399cca48d19c4b0c509422809c7f61467b (diff) |
I forgot the 82801E LPC controller id in the last commit.
Diffstat (limited to 'sys/dev')
-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 |