diff options
author | 2004-05-10 10:42:19 +0000 | |
---|---|---|
committer | 2004-05-10 10:42:19 +0000 | |
commit | ec7e1aeaead75e6efec1afddf274f603a6ca632e (patch) | |
tree | 93178a355aae3378673dcb1e14d783f6b812fdf6 | |
parent | Make the time getting frame buffer depth earlier. Without this (diff) | |
download | wireguard-openbsd-ec7e1aeaead75e6efec1afddf274f603a6ca632e.tar.xz wireguard-openbsd-ec7e1aeaead75e6efec1afddf274f603a6ca632e.zip |
PCI IDs found on an MSI865 system; NEC Firewire and Intel dumb-modem
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index fdf3d57e397..2d14d2fceaf 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.731 2004/05/06 17:21:18 peter Exp $ +$OpenBSD: pcidevs,v 1.732 2004/05/10 10:42:19 peter Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1277,6 +1277,7 @@ product INTEL 82801EB_USB_1 0x24d2 82801EB/ER USB product INTEL 82801EB_SMB 0x24d3 82801EB/ER SMBus product INTEL 82801EB_USB_2 0x24d4 82801EB/ER USB product INTEL 82801EB_ACA 0x24d5 82801EB/ER AC97 Audio +product INTEL 82801EB_MODEM 0x24d6 82801EB/ER AC97 Modem product INTEL 82801EB_USB_3 0x24d7 82801EB/ER USB product INTEL 82801EB_IDE 0x24db 82801EB/ER IDE product INTEL 82801EB_USB_5 0x24dd 82801EB/ER USB @@ -1602,6 +1603,7 @@ product NEC USB 0x0035 USB product NEC POWERVR2 0x0046 PowerVR PCX2 product NEC MARTH 0x0074 I/O product NEC PKUG 0x007d I/O +product NEC uPD72874 0x00f2 Firewire product NEC USB2 0x00e0 USB 2.0 product NEC VERSAMAESTRO 0x8058 Versa Maestro product NEC VERSAPRONXVA26D 0x803c Versa Va26D Maestro |