diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-25 20:55:20 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-25 20:55:20 +0000 |
commit | 67c5e549c62002932ecd05a22cd11a8c07acfa14 (patch) | |
tree | a33b7854ad4bcc4cd31bc1d60b398b29afdc96bf /sys/dev | |
parent | e25d8072b7cde5f18b03978caac64b8c1b8190bb (diff) |
Add Intel i82562 PCI device ID. This is the Ethernet controller found on the
Intel 815E motherboard; from FreeBSD.
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 7a57c3f8ce6..795a04c40a8 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.324 2000/09/22 18:03:52 aaron Exp $ + $OpenBSD: pcidevs,v 1.325 2000/09/25 20:55:19 aaron Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1093,6 +1093,7 @@ product INTEL 82801AB_SMB 0x2423 82801AB SMBus product INTEL 82801AB_ACA 0x2425 82801AB AC-97 Audio product INTEL 82801AB_ACM 0x2426 82801AB AC-97 Modem product INTEL 82801AB_HPB 0x2428 82801AB Hub-to-PCI +product INTEL 82562 0x2449 82562 product INTEL 82371SB_ISA 0x7000 82371SB (Triton II) PCI-ISA product INTEL 82371SB_IDE 0x7010 82371SB (Triton II) IDE product INTEL 82371USB 0x7020 82371SB (Triton II) USB |