Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/dev Identify ourselves as a SCSI channel to t...
details: https://anonhg.NetBSD.org/src/rev/28999ff65750
branches: trunk
changeset: 471836:28999ff65750
user: pk <pk%NetBSD.org@localhost>
date: Mon Apr 12 23:01:00 1999 +0000
description:
Identify ourselves as a SCSI channel to the DMA chip.
diffstat:
sys/arch/sparc/dev/dma_obio.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a720b098e7f7 -r 28999ff65750 sys/arch/sparc/dev/dma_obio.c
--- a/sys/arch/sparc/dev/dma_obio.c Mon Apr 12 22:17:21 1999 +0000
+++ b/sys/arch/sparc/dev/dma_obio.c Mon Apr 12 23:01:00 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dma_obio.c,v 1.2 1998/08/29 21:43:46 pk Exp $ */
+/* $NetBSD: dma_obio.c,v 1.3 1999/04/12 23:01:00 pk Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -101,5 +101,7 @@
return;
}
+ /* Any point in setting `sc_burst' to anything here? */
+ sc->sc_channel = L64854_CHANNEL_SCSI;
lsi64854_attach(sc);
}
Home |
Main Index |
Thread Index |
Old Index