From 81b3059a983b4fd1737e56fe1ef0406032285346 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sat, 7 Jan 1995 05:17:59 +0000 Subject: [PATCH] ESP_ID -> ESP_SELID --- sys/arch/sparc/dev/esp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sparc/dev/esp.c b/sys/arch/sparc/dev/esp.c index 8ac935921e38..fc5d26bc481c 100644 --- a/sys/arch/sparc/dev/esp.c +++ b/sys/arch/sparc/dev/esp.c @@ -1,4 +1,4 @@ -/* $NetBSD: esp.c,v 1.15 1995/01/02 20:21:01 pk Exp $ */ +/* $NetBSD: esp.c,v 1.16 1995/01/07 05:17:59 mycroft Exp $ */ /* * Copyright (c) 1994 Peter Galbavy @@ -192,7 +192,7 @@ espselect(sc, target, lun, cmd, clen) * The docs say the target register is never reset, and I * can't think of a better place to set it */ - esp[ESP_ID] = target; + esp[ESP_SELID] = target; esp[ESP_SYNCOFF] = sc->sc_tinfo[target].offset; esp[ESP_SYNCTP] = 250 / sc->sc_tinfo[target].period;