diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-23 19:20:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-23 19:20:30 +0000 |
commit | 268523b1a75fefb1d62daadb6a4e6bd74337e585 (patch) | |
tree | fb3d84e80a2d5dec4c7ef97618fe7b21957ac0eb /sys/dev | |
parent | 82f917cc4e3bc126443de38e6b7a0b328fe85554 (diff) |
correct pci id for the sunix 8 port puc
Diffstat (limited to 'sys/dev')
-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 |