diff options
author | 2002-05-23 19:20:29 +0000 | |
---|---|---|
committer | 2002-05-23 19:20:29 +0000 | |
commit | 43d4cee1cedb25c73a05e7b66047e35fdd7e87a2 (patch) | |
tree | 6961c1e1dbc7b7f869f642707301077cdc876ae6 | |
parent | sync (diff) | |
download | wireguard-openbsd-43d4cee1cedb25c73a05e7b66047e35fdd7e87a2.tar.xz wireguard-openbsd-43d4cee1cedb25c73a05e7b66047e35fdd7e87a2.zip |
correct pci id for the sunix 8 port puc
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 176e47130c6..9b4233ec04b 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.511 2002/05/22 15:30:36 mickey Exp $ + $OpenBSD: pcidevs,v 1.512 2002/05/23 19:20:29 deraadt Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1958,7 +1958,7 @@ product SUNDANCE ST201 0x0201 ST201 product SUNDANCE ST2021 0x2021 ST2021 Gigabit Ethernet /* Sunix */ -product SUNIX 4065A 0x4065 4065A +product SUNIX 4065A 0x7168 4065A /* Surecom products */ product SURECOM NE34 0x0e34 Surecom NE-34 |