diff options
author | 2000-09-22 18:01:33 +0000 | |
---|---|---|
committer | 2000-09-22 18:01:33 +0000 | |
commit | 02dacee28ab0f110f1a1ad9afd095566631d8450 (patch) | |
tree | 956039d31964087616b7210f7006315ce3dbdb83 | |
parent | Move the PI_MAGIC define outside the INET6 ifdef block (doh!) (diff) | |
download | wireguard-openbsd-02dacee28ab0f110f1a1ad9afd095566631d8450.tar.xz wireguard-openbsd-02dacee28ab0f110f1a1ad9afd095566631d8450.zip |
shorten
-rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 2244d52b19a..a8b34463dbc 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.322 2000/09/22 15:09:38 aaron Exp $ + $OpenBSD: pcidevs,v 1.323 2000/09/22 18:01:33 aaron Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -523,6 +523,7 @@ vendor LAVA 0x1407 Lava vendor INVERTEX 0x14e1 Invertex vendor AIRONET 0x14b9 Aironet vendor BROADCOM 0x14e4 Broadcom +vendor CONEXANT 0x14f1 Conexant vendor DELTA 0x1500 Delta vendor BLUESTEEL 0x15ab Bluesteel Networks vendor VMWARE 0x15ad VMware @@ -1525,7 +1526,7 @@ product SMC 83C170 0x0005 83C170 (EPIC/100) /* Sony products */ product SONY CXD1947A 0x8009 CXD1947A FireWire product SONY CXD3222 0x8039 CXD3222 FireWire -product SONY MEMSTICK_SLOT 0x808a Memory Stick Media Slot +product SONY MEMSTICK_SLOT 0x808a Memory Stick Slot /* STB products */ product STB2 RIVA128 0x0018 Velocity128 |