diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-09-16 00:27:36 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-09-16 00:27:36 +0000 |
commit | 89877886429c63a20b17e8eb8c4257dd8fdf59ee (patch) | |
tree | 55963ebe6cccf20ec3263af1f494fc4967c28cd0 | |
parent | 088f9de659724f599db53b958369e886ca28ce36 (diff) |
Update siop devices to include 1010-66 (66Mhz PCI Ultra3 chip).
From NetBSD. First step in siop update/resync.
-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 47904abc097..2a68059c6bc 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.545 2002/09/14 22:46:07 mickey Exp $ + $OpenBSD: pcidevs,v 1.546 2002/09/16 00:27:35 krw Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1759,7 +1759,8 @@ product SYMBIOS 885 0x000d 53c885 product SYMBIOS 875 0x000f 53c875 product SYMBIOS 1510 0x0010 53c1510 product SYMBIOS 895A 0x0012 53c895A -product SYMBIOS 1010 0x0020 53c1010 +product SYMBIOS 1010 0x0020 53c1010-33 +product SYMBIOS 1010_2 0x0021 53c1010-66 product SYMBIOS 875J 0x008f 53c875J /* Packet Engines products */ |