Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci 1010 has clock quadrupler but without PPL, so us...
details: https://anonhg.NetBSD.org/src/rev/81f9e0d35b22
branches: trunk
changeset: 507159:81f9e0d35b22
user: bouyer <bouyer%NetBSD.org@localhost>
date: Thu Mar 15 17:41:28 2001 +0000
description:
1010 has clock quadrupler but without PPL, so use SF_CHIP_DBLR.
diffstat:
sys/dev/pci/siop_pci_common.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r caa7f9c0310d -r 81f9e0d35b22 sys/dev/pci/siop_pci_common.c
--- a/sys/dev/pci/siop_pci_common.c Thu Mar 15 17:38:59 2001 +0000
+++ b/sys/dev/pci/siop_pci_common.c Thu Mar 15 17:41:28 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: siop_pci_common.c,v 1.7 2001/03/12 10:00:51 bouyer Exp $ */
+/* $NetBSD: siop_pci_common.c,v 1.8 2001/03/15 17:41:28 bouyer Exp $ */
/*
* Copyright (c) 2000 Manuel Bouyer.
@@ -166,7 +166,7 @@
"Symbios Logic 53c1010-33 (ultra2-wide scsi)",
SF_PCI_RL | SF_PCI_CLS | SF_PCI_WRI | SF_PCI_RM |
SF_CHIP_FIFO | SF_CHIP_PF | SF_CHIP_RAM |
- SF_CHIP_LS | SF_CHIP_10REGS | SF_CHIP_DFBC |
+ SF_CHIP_LS | SF_CHIP_10REGS | SF_CHIP_DFBC | SF_CHIP_DBLR |
SF_BUS_ULTRA2 | SF_BUS_WIDE,
7, 31, 7, 62, 8192
},
Home |
Main Index |
Thread Index |
Old Index