Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/thorpej_scsipi]: src/sys/dev/sbus Make it work again.



details:   https://anonhg.NetBSD.org/src/rev/82e6b5102d4e
branches:  thorpej_scsipi
changeset: 477340:82e6b5102d4e
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Nov 27 14:10:45 2000 +0000

description:
Make it work again.

diffstat:

 sys/dev/sbus/esp_sbus.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 2f66a08e55fc -r 82e6b5102d4e sys/dev/sbus/esp_sbus.c
--- a/sys/dev/sbus/esp_sbus.c   Sat Nov 25 13:32:52 2000 +0000
+++ b/sys/dev/sbus/esp_sbus.c   Mon Nov 27 14:10:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: esp_sbus.c,v 1.6.8.2 2000/11/20 11:43:04 bouyer Exp $  */
+/*     $NetBSD: esp_sbus.c,v 1.6.8.3 2000/11/27 14:10:45 bouyer Exp $  */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -395,7 +395,9 @@
        ncr53c9x_dmaselect = 1;
 
        /* Do the common parts of attachment. */
-       ncr53c9x_attach(sc, NULL, NULL);
+       sc->sc_adapter.adapt_minphys = minphys;
+       sc->sc_adapter.adapt_request = ncr53c9x_scsipi_request;
+       ncr53c9x_attach(sc);
 
 }
 



Home | Main Index | Thread Index | Old Index