Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci get back to looking at config flags
details: https://anonhg.NetBSD.org/src/rev/6a1dfec55577
branches: trunk
changeset: 479705:6a1dfec55577
user: mjacob <mjacob%NetBSD.org@localhost>
date: Mon Dec 20 00:33:17 1999 +0000
description:
get back to looking at config flags
diffstat:
sys/dev/pci/isp_pci.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 95b9f1b3dc7e -r 6a1dfec55577 sys/dev/pci/isp_pci.c
--- a/sys/dev/pci/isp_pci.c Mon Dec 20 00:22:56 1999 +0000
+++ b/sys/dev/pci/isp_pci.c Mon Dec 20 00:33:17 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_pci.c,v 1.48 1999/12/16 05:35:46 mjacob Exp $ */
+/* $NetBSD: isp_pci.c,v 1.49 1999/12/20 00:33:17 mjacob Exp $ */
/*
* PCI specific probe and attach routines for Qlogic ISP SCSI adapters.
* Matthew Jacob (mjacob%nas.nasa.gov@localhost)
@@ -465,6 +465,7 @@
isp->isp_osinfo.seed += (isp->isp_osinfo._dev.dv_unit + 1);
}
+ isp->isp_confopts = self->dv_cfdata->cf_flags;
ISP_LOCK(isp);
isp_reset(isp);
if (isp->isp_state != ISP_RESETSTATE) {
Home |
Main Index |
Thread Index |
Old Index