summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2014-01-21 03:42:22 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2014-01-21 03:42:22 +0000
commit9f133ffb0c31e8c160a981f1543a14d6f4559f24 (patch)
tree2a26c573cfae4b58f51815380ac9e457bcab878f /sys/arch/sparc/dev
parentbb9a1191e0b56b7583778b6749ab47d213808042 (diff)
dtucker@ pointed out i suck at grep.
fix ncr53c9x fallout.
Diffstat (limited to 'sys/arch/sparc/dev')
-rw-r--r--sys/arch/sparc/dev/esp.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/sys/arch/sparc/dev/esp.c b/sys/arch/sparc/dev/esp.c
index d7f6960f19e..112f696c10c 100644
--- a/sys/arch/sparc/dev/esp.c
+++ b/sys/arch/sparc/dev/esp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: esp.c,v 1.33 2010/07/10 19:32:24 miod Exp $ */
+/* $OpenBSD: esp.c,v 1.34 2014/01/21 03:42:21 dlg Exp $ */
/* $NetBSD: esp.c,v 1.69 1997/08/27 11:24:18 bouyer Exp $ */
/*
@@ -133,13 +133,6 @@ struct cfattach esp_ca = {
sizeof(struct esp_softc), espmatch, espattach
};
-struct scsi_adapter esp_switch = {
- ncr53c9x_scsi_cmd,
- scsi_minphys, /* no max at this level; handled by DMA code */
- NULL,
- NULL,
-};
-
/*
* Functions and the switch for the MI code.
*/
@@ -508,7 +501,7 @@ espattach(parent, self, aux)
sc->sc_features |= NCR_F_DMASELECT;
/* Do the common parts of attachment. */
- ncr53c9x_attach(sc, &esp_switch);
+ ncr53c9x_attach(sc);
bootpath_store(1, NULL);
}