1993-05-04 12:27:29 +04:00
|
|
|
/*
|
1994-02-25 21:08:21 +03:00
|
|
|
* Copyright (c) 1994 Charles Hannum.
|
1993-03-21 12:45:37 +03:00
|
|
|
* Copyright (c) 1990 The Regents of the University of California.
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* This code is derived from software contributed to Berkeley by
|
|
|
|
* William Jolitz.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. All advertising materials mentioning features or use of this software
|
|
|
|
* must display the following acknowledgement:
|
|
|
|
* This product includes software developed by the University of
|
|
|
|
* California, Berkeley and its contributors.
|
|
|
|
* 4. Neither the name of the University nor the names of its contributors
|
|
|
|
* may be used to endorse or promote products derived from this software
|
|
|
|
* without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
* SUCH DAMAGE.
|
|
|
|
*
|
1993-05-22 11:56:12 +04:00
|
|
|
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
|
1994-03-10 23:05:30 +03:00
|
|
|
* $Id: wd.c,v 1.66 1994/03/10 20:05:32 mycroft Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
|
|
|
|
1994-02-26 20:10:12 +03:00
|
|
|
#define INSTRUMENT /* instrumentation stuff by Brad Parker */
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
#include "wd.h"
|
1994-02-25 21:30:37 +03:00
|
|
|
#if NWDC > 0
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1993-12-20 12:05:17 +03:00
|
|
|
#include <sys/param.h>
|
|
|
|
#include <sys/dkbad.h>
|
|
|
|
#include <sys/systm.h>
|
1994-02-25 21:30:37 +03:00
|
|
|
#include <sys/kernel.h>
|
1993-12-20 12:05:17 +03:00
|
|
|
#include <sys/conf.h>
|
|
|
|
#include <sys/file.h>
|
|
|
|
#include <sys/stat.h>
|
|
|
|
#include <sys/ioctl.h>
|
|
|
|
#include <sys/disklabel.h>
|
|
|
|
#include <sys/buf.h>
|
|
|
|
#include <sys/uio.h>
|
|
|
|
#include <sys/malloc.h>
|
1994-03-10 08:18:33 +03:00
|
|
|
#include <sys/device.h>
|
1993-12-20 12:05:17 +03:00
|
|
|
#include <sys/syslog.h>
|
1993-04-06 14:06:28 +04:00
|
|
|
#ifdef INSTRUMENT
|
1993-12-20 12:05:17 +03:00
|
|
|
#include <sys/dkstat.h>
|
1993-04-06 14:06:28 +04:00
|
|
|
#endif
|
1993-12-20 12:05:17 +03:00
|
|
|
|
|
|
|
#include <vm/vm.h>
|
|
|
|
|
|
|
|
#include <machine/cpu.h>
|
1994-01-03 19:23:06 +03:00
|
|
|
#include <machine/cpufunc.h>
|
1993-12-20 12:05:17 +03:00
|
|
|
#include <machine/pio.h>
|
|
|
|
|
|
|
|
#include <i386/isa/isa.h>
|
|
|
|
#include <i386/isa/isa_device.h>
|
|
|
|
#include <i386/isa/icu.h>
|
|
|
|
#include <i386/isa/wdreg.h>
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-02-25 21:08:21 +03:00
|
|
|
#define WDCNDELAY 100000 /* delay = 100us; so 10s for a controller state change */
|
|
|
|
#define WDCDELAY 100
|
1994-03-10 08:18:33 +03:00
|
|
|
#define RECOVERYTIME hz/2 /* time to recover from an error */
|
1993-07-05 07:20:57 +04:00
|
|
|
|
1994-03-03 00:42:31 +03:00
|
|
|
#if 0
|
1994-03-10 08:18:33 +03:00
|
|
|
/* If you enable this, it will report any delays more than 100us * N long. */
|
|
|
|
#define WDCNDELAY_DEBUG 50
|
1994-03-03 00:42:31 +03:00
|
|
|
#endif
|
1993-07-07 09:50:35 +04:00
|
|
|
|
1993-07-06 04:42:43 +04:00
|
|
|
#define WDIORETRIES 5 /* number of retries before giving up */
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-03-03 00:42:31 +03:00
|
|
|
#define WDUNIT(dev) ((minor(dev) & 0xf8) >> 3)
|
|
|
|
#define WDPART(dev) ((minor(dev) & 0x07) )
|
1994-02-25 19:40:47 +03:00
|
|
|
#define makewddev(maj, unit, part) (makedev(maj, ((unit << 3) + part)))
|
1993-03-21 12:45:37 +03:00
|
|
|
#define WDRAW 3 /* 'd' partition isn't a partition! */
|
|
|
|
|
|
|
|
#define b_cylin b_resid /* cylinder number for doing IO to */
|
|
|
|
/* shares an entry in the buf struct */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Drive states. Used to initialize drive.
|
|
|
|
*/
|
1994-03-10 08:18:33 +03:00
|
|
|
#define CLOSED 0 /* disk is closed */
|
1993-03-21 12:45:37 +03:00
|
|
|
#define WANTOPEN 1 /* open requested, not started */
|
|
|
|
#define RECAL 2 /* doing restore */
|
|
|
|
#define OPEN 3 /* done with open */
|
|
|
|
|
|
|
|
/*
|
1994-02-25 19:40:47 +03:00
|
|
|
* Drive status.
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
1994-03-10 08:18:33 +03:00
|
|
|
struct wd_softc {
|
|
|
|
struct device sc_dev;
|
|
|
|
|
|
|
|
long sc_bcount; /* byte count left */
|
|
|
|
long sc_mbcount; /* total byte count left */
|
|
|
|
short sc_skip; /* blocks already transferred */
|
|
|
|
short sc_mskip; /* blocks already transferred for multi */
|
|
|
|
char sc_unit; /* physical unit number */
|
|
|
|
char sc_lunit; /* logical unit number */
|
|
|
|
char sc_state; /* control state */
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
u_long sc_copenpart; /* character units open on this drive */
|
|
|
|
u_long sc_bopenpart; /* block units open on this drive */
|
|
|
|
u_long sc_openpart; /* all units open on this drive */
|
|
|
|
short sc_wlabel; /* label writable? */
|
|
|
|
short sc_flags; /* drive characteistics found */
|
|
|
|
#define WDF_SINGLE 0x00004 /* sector at a time mode */
|
|
|
|
#define WDF_ERROR 0x00008 /* processing a disk error */
|
|
|
|
#define WDF_BSDLABEL 0x00010 /* has a BSD disk label */
|
|
|
|
#define WDF_BADSECT 0x00020 /* has a bad144 badsector table */
|
|
|
|
#define WDF_WRITEPROT 0x00040 /* manual unit write protect */
|
|
|
|
struct buf sc_q;
|
|
|
|
struct wdparams sc_params; /* ESDI/IDE drive/controller parameters */
|
|
|
|
struct disklabel sc_label; /* device configuration data */
|
|
|
|
struct cpu_disklabel sc_cpulabel;
|
|
|
|
long sc_badsect[127]; /* 126 plus trailing -1 marker */
|
|
|
|
} *wd_softc[NWD];
|
|
|
|
|
|
|
|
struct wdc_softc {
|
|
|
|
struct device sc_dev;
|
|
|
|
|
|
|
|
struct buf sc_q;
|
|
|
|
u_char sc_status; /* copy of status register */
|
|
|
|
u_char sc_error; /* copy of error register */
|
|
|
|
u_short sc_iobase; /* i/o port base */
|
|
|
|
int sc_timeout; /* timeout counter */
|
|
|
|
} wdc_softc[NWDC];
|
|
|
|
|
1994-03-10 23:05:30 +03:00
|
|
|
int wdcprobe(), wdcattach(), wdprobe(), wdattach(), wdintr();
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
struct isa_driver wdcdriver = {
|
1994-03-10 23:05:30 +03:00
|
|
|
wdcprobe, wdcattach, "wdc",
|
1993-03-21 12:45:37 +03:00
|
|
|
};
|
|
|
|
|
1994-03-10 22:57:20 +03:00
|
|
|
struct isa_driver wddriver = {
|
|
|
|
wdprobe, wdattach, "wd",
|
|
|
|
};
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
void wdfinish __P((struct wd_softc *, struct buf *));
|
|
|
|
static void wdstart __P((struct wd_softc *));
|
|
|
|
static void wdcstart __P((struct wdc_softc *));
|
|
|
|
static int wdcommand __P((struct wd_softc *, int, int, int, int, int));
|
1994-03-04 06:43:48 +03:00
|
|
|
static int wdcontrol __P((struct buf *));
|
1994-03-10 08:18:33 +03:00
|
|
|
static int wdsetctlr __P((struct wd_softc *));
|
|
|
|
static int wdgetctlr __P((struct wd_softc *));
|
|
|
|
static void bad144intern __P((struct wd_softc *));
|
|
|
|
static int wdcreset __P((struct wdc_softc *));
|
|
|
|
static void wdcrestart __P((struct wdc_softc *));
|
|
|
|
static void wdcunwedge __P((struct wdc_softc *));
|
|
|
|
static void wdctimeout __P((struct wdc_softc *));
|
1994-03-07 08:54:44 +03:00
|
|
|
void wddisksort __P((struct buf *, struct buf *));
|
1994-03-10 08:18:33 +03:00
|
|
|
static void wderror __P((void *, struct buf *, char *));
|
|
|
|
int wdcwait __P((struct wdc_softc *, int));
|
|
|
|
#define wait_for_drq(d) wdcwait(d, WDCS_DRQ)
|
|
|
|
#define wait_for_ready(d) wdcwait(d, WDCS_READY | WDCS_SEEKCMPLT)
|
|
|
|
#define wait_for_unbusy(d) wdcwait(d, 0)
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Probe for controller.
|
|
|
|
*/
|
|
|
|
int
|
1994-03-10 23:05:30 +03:00
|
|
|
wdcprobe(dev)
|
1994-03-10 22:57:20 +03:00
|
|
|
struct isa_device *dev;
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1994-03-10 08:18:33 +03:00
|
|
|
struct wd_softc *wd;
|
|
|
|
struct wdc_softc *wdc;
|
|
|
|
u_short iobase;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-03-10 22:57:20 +03:00
|
|
|
if (dev->id_unit >= NWDC)
|
1994-02-25 19:40:47 +03:00
|
|
|
return 0;
|
1994-03-10 22:57:20 +03:00
|
|
|
wdc = &wdc_softc[dev->id_unit];
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* XXX HACK */
|
1994-03-10 22:57:20 +03:00
|
|
|
sprintf(wdc->sc_dev.dv_xname, "%s%d", wdcdriver.name, dev->id_unit);
|
|
|
|
wdc->sc_dev.dv_unit = dev->id_unit;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 22:57:20 +03:00
|
|
|
wdc->sc_iobase = iobase = dev->id_iobase;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Check if we have registers that work. */
|
|
|
|
outb(iobase+wd_error, 0x5a); /* Error register not writable. */
|
|
|
|
outb(iobase+wd_cyl_lo, 0xa5); /* But all of cyllo are implemented. */
|
|
|
|
if (inb(iobase+wd_error) == 0x5a || inb(iobase+wd_cyl_lo) != 0xa5)
|
|
|
|
return 0;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wdcreset(wdc) != 0) {
|
|
|
|
delay(500000);
|
|
|
|
if (wdcreset(wdc) != 0)
|
|
|
|
return 0;
|
|
|
|
}
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/*
|
|
|
|
* XXX wdcommand() accepts a wd_softc, so we have to make it one.
|
|
|
|
*/
|
|
|
|
wd = (void *)malloc(sizeof(struct wd_softc), M_TEMP, M_NOWAIT);
|
|
|
|
bzero(wd, sizeof(struct wd_softc));
|
|
|
|
wd->sc_unit = 0;
|
|
|
|
wd->sc_lunit = 0;
|
|
|
|
wd->sc_dev.dv_parent = (void *)wdc;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Execute a controller only command. */
|
|
|
|
if (wdcommand(wd, 0, 0, 0, 0, WDCC_DIAGNOSE) != 0 ||
|
|
|
|
wait_for_unbusy(wdc) != 0)
|
|
|
|
goto lose;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
wdctimeout(wdc);
|
|
|
|
|
|
|
|
free(wd, M_TEMP);
|
1994-02-25 19:40:47 +03:00
|
|
|
return 8;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
lose:
|
|
|
|
free(wd, M_TEMP);
|
1994-02-25 19:40:47 +03:00
|
|
|
return 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
1994-03-10 23:05:30 +03:00
|
|
|
int
|
|
|
|
wdcattach(dev)
|
|
|
|
struct isa_device *dev;
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
int
|
|
|
|
wdprobe(dev)
|
|
|
|
struct isa_device *dev;
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/*
|
1994-03-10 08:18:33 +03:00
|
|
|
* Called for the controller too. Attach each drive if possible.
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
|
|
|
int
|
1994-03-10 22:57:20 +03:00
|
|
|
wdattach(dev)
|
|
|
|
struct isa_device *dev;
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1994-03-10 08:18:33 +03:00
|
|
|
int lunit;
|
|
|
|
struct wd_softc *wd;
|
|
|
|
struct wdc_softc *wdc;
|
1994-03-04 07:15:24 +03:00
|
|
|
int i, blank;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 22:57:20 +03:00
|
|
|
if (dev->id_masunit >= NWDC)
|
1994-02-25 19:40:47 +03:00
|
|
|
return 0;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 22:57:20 +03:00
|
|
|
lunit = dev->id_unit;
|
1993-05-04 12:27:29 +04:00
|
|
|
if (lunit == -1) {
|
1994-03-10 08:18:33 +03:00
|
|
|
printf("%s: cannot support unit ?\n", wdc->sc_dev.dv_xname);
|
1993-05-04 12:27:29 +04:00
|
|
|
return 0;
|
|
|
|
}
|
1993-04-15 11:52:08 +04:00
|
|
|
if (lunit >= NWD)
|
1994-02-25 19:40:47 +03:00
|
|
|
return 0;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 22:57:20 +03:00
|
|
|
wdc = &wdc_softc[dev->id_masunit];
|
1994-03-10 08:18:33 +03:00
|
|
|
|
|
|
|
wd_softc[lunit] = wd =
|
|
|
|
(void *)malloc(sizeof(struct wd_softc), M_TEMP, M_NOWAIT);
|
|
|
|
bzero(wd, sizeof(struct wd_softc));
|
1994-03-10 22:57:20 +03:00
|
|
|
wd->sc_unit = dev->id_physid;
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_lunit = lunit;
|
|
|
|
|
|
|
|
/* XXX HACK */
|
1994-03-10 22:57:20 +03:00
|
|
|
sprintf(wd->sc_dev.dv_xname, "%s%d", wddriver.name, dev->id_unit);
|
|
|
|
wd->sc_dev.dv_unit = dev->id_unit;
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_dev.dv_parent = (void *)wdc;
|
|
|
|
|
|
|
|
if (wdgetctlr(wd) != 0)
|
1993-04-15 11:52:08 +04:00
|
|
|
return 0;
|
1994-03-04 07:15:24 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
printf("%s at %s targ %d: ", wd->sc_dev.dv_xname, wdc->sc_dev.dv_xname,
|
1994-03-10 22:57:20 +03:00
|
|
|
dev->id_physid);
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wd->sc_params.wdp_heads == 0)
|
1994-03-04 07:15:24 +03:00
|
|
|
printf("(unknown size) <");
|
|
|
|
else
|
|
|
|
printf("%dMB %d cyl, %d head, %d sec <",
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_label.d_ncylinders * wd->sc_label.d_secpercyl /
|
1994-03-04 07:15:24 +03:00
|
|
|
(1048576 / DEV_BSIZE),
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_label.d_ncylinders, wd->sc_label.d_ntracks,
|
|
|
|
wd->sc_label.d_nsectors);
|
|
|
|
for (i = blank = 0; i < sizeof(wd->sc_params.wdp_model); i++) {
|
|
|
|
char c = wd->sc_params.wdp_model[i];
|
1994-03-04 07:15:24 +03:00
|
|
|
if (c == '\0')
|
|
|
|
break;
|
|
|
|
if (c != ' ') {
|
|
|
|
if (blank)
|
|
|
|
printf(" %c", c);
|
|
|
|
else
|
|
|
|
printf("%c", c);
|
|
|
|
blank = 0;
|
|
|
|
} else
|
|
|
|
blank = 1;
|
|
|
|
}
|
|
|
|
printf(">\n");
|
|
|
|
|
1993-04-15 11:52:08 +04:00
|
|
|
return 1;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/*
|
|
|
|
* Read/write routine for a buffer. Finds the proper unit, range checks
|
|
|
|
* arguments, and schedules the transfer. Does not wait for the transfer to
|
|
|
|
* complete. Multi-page transfers are supported. All I/O requests must be a
|
|
|
|
* multiple of a sector in length.
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
1994-03-10 08:18:33 +03:00
|
|
|
void
|
1994-03-04 06:43:48 +03:00
|
|
|
wdstrategy(bp)
|
|
|
|
struct buf *bp;
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1994-03-04 06:43:48 +03:00
|
|
|
struct buf *dp;
|
1994-03-10 08:18:33 +03:00
|
|
|
struct wd_softc *wd; /* disk unit to do the IO */
|
|
|
|
struct wdc_softc *wdc;
|
1994-03-03 00:42:31 +03:00
|
|
|
int lunit = WDUNIT(bp->b_dev);
|
1994-02-25 19:40:47 +03:00
|
|
|
int s;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Valid unit, controller, and request? */
|
1993-04-06 14:06:28 +04:00
|
|
|
if (lunit >= NWD || bp->b_blkno < 0 ||
|
1994-02-25 19:40:47 +03:00
|
|
|
howmany(bp->b_bcount, DEV_BSIZE) >= (1 << NBBY) ||
|
1994-03-10 08:18:33 +03:00
|
|
|
(wd = wd_softc[lunit]) == 0) {
|
1993-03-21 12:45:37 +03:00
|
|
|
bp->b_error = EINVAL;
|
|
|
|
bp->b_flags |= B_ERROR;
|
|
|
|
goto done;
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* "Soft" write protect check. */
|
|
|
|
if ((wd->sc_flags & WDF_WRITEPROT) && (bp->b_flags & B_READ) == 0) {
|
1993-03-21 12:45:37 +03:00
|
|
|
bp->b_error = EROFS;
|
|
|
|
bp->b_flags |= B_ERROR;
|
|
|
|
goto done;
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Have partitions and want to use them? */
|
|
|
|
if ((wd->sc_flags & WDF_BSDLABEL) != 0 && WDPART(bp->b_dev) != WDRAW) {
|
1993-03-21 12:45:37 +03:00
|
|
|
/*
|
1994-03-10 08:18:33 +03:00
|
|
|
* Do bounds checking, adjust transfer. if error, process.
|
|
|
|
* If end of partition, just return.
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
1994-03-10 08:18:33 +03:00
|
|
|
if (bounds_check_with_label(bp, &wd->sc_label,
|
|
|
|
wd->sc_wlabel) <= 0)
|
1993-03-21 12:45:37 +03:00
|
|
|
goto done;
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Otherwise, process transfer request. */
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Don't bother doing rotational optimization. */
|
1994-02-25 19:43:48 +03:00
|
|
|
bp->b_cylin = 0;
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Queue transfer on drive, activate drive and controller if idle. */
|
|
|
|
dp = &wd->sc_q;
|
1993-03-21 12:45:37 +03:00
|
|
|
s = splbio();
|
1994-02-26 22:00:51 +03:00
|
|
|
wddisksort(dp, bp);
|
1993-03-21 12:45:37 +03:00
|
|
|
if (dp->b_active == 0)
|
1994-03-10 08:18:33 +03:00
|
|
|
wdstart(wd); /* Start drive. */
|
|
|
|
wdc = (void *)wd->sc_dev.dv_parent;
|
|
|
|
if (wdc->sc_q.b_active == 0)
|
|
|
|
wdcstart(wdc); /* Start controller. */
|
1993-03-21 12:45:37 +03:00
|
|
|
splx(s);
|
1994-03-10 08:18:33 +03:00
|
|
|
return;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
done:
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Toss transfer; we're done early. */
|
1993-03-21 12:45:37 +03:00
|
|
|
biodone(bp);
|
|
|
|
}
|
|
|
|
|
1994-02-26 22:00:51 +03:00
|
|
|
/*
|
|
|
|
* Need to skip over multitransfer bufs.
|
|
|
|
*/
|
|
|
|
void
|
1994-03-04 06:43:48 +03:00
|
|
|
wddisksort(dp, bp)
|
|
|
|
struct buf *dp, *bp;
|
1994-02-26 22:00:51 +03:00
|
|
|
{
|
1994-03-04 06:43:48 +03:00
|
|
|
struct buf *ap;
|
1994-02-26 22:00:51 +03:00
|
|
|
|
|
|
|
while ((ap = dp->b_actf) && ap->b_flags & B_XXX)
|
|
|
|
dp = ap;
|
|
|
|
disksort(dp, bp);
|
|
|
|
}
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/*
|
1994-03-10 08:18:33 +03:00
|
|
|
* Routine to queue a command to the controller. The unit's request is linked
|
|
|
|
* into the active list for the controller. If the controller is idle, the
|
|
|
|
* transfer is started.
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
|
|
|
static void
|
1994-03-10 08:18:33 +03:00
|
|
|
wdstart(wd)
|
|
|
|
struct wd_softc *wd;
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1994-03-10 08:18:33 +03:00
|
|
|
struct buf *dp;
|
|
|
|
struct wdc_softc *wdc;
|
|
|
|
|
|
|
|
dp = &wd->sc_q;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Unit already active? */
|
1993-03-21 12:45:37 +03:00
|
|
|
if (dp->b_active)
|
|
|
|
return;
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Anything to start? */
|
1994-03-03 02:27:13 +03:00
|
|
|
if (dp->b_actf == NULL)
|
1993-03-21 12:45:37 +03:00
|
|
|
return;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Link onto controller queue. */
|
1993-03-21 12:45:37 +03:00
|
|
|
dp->b_forw = NULL;
|
1994-03-10 08:18:33 +03:00
|
|
|
wdc = (void *)wd->sc_dev.dv_parent;
|
|
|
|
if (wdc->sc_q.b_forw == NULL)
|
|
|
|
wdc->sc_q.b_forw = dp;
|
1993-03-21 12:45:37 +03:00
|
|
|
else
|
1994-03-10 08:18:33 +03:00
|
|
|
wdc->sc_q.b_actl->b_forw = dp;
|
|
|
|
wdc->sc_q.b_actl = dp;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Mark the drive unit as busy. */
|
1993-03-21 12:45:37 +03:00
|
|
|
dp->b_active = 1;
|
|
|
|
}
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
void
|
|
|
|
wdfinish(wd, bp)
|
|
|
|
struct wd_softc *wd;
|
|
|
|
struct buf *bp;
|
|
|
|
{
|
|
|
|
struct wdc_softc *wdc = (void *)wd->sc_dev.dv_parent;
|
|
|
|
|
|
|
|
#ifdef INSTRUMENT
|
|
|
|
dk_busy &= ~(1 << wd->sc_unit);
|
|
|
|
#endif
|
|
|
|
wd->sc_flags &= ~(WDF_SINGLE | WDF_ERROR);
|
|
|
|
wdc->sc_q.b_errcnt = 0;
|
|
|
|
/*
|
|
|
|
* If this is the only buf or the last buf in the transfer (taking into
|
|
|
|
* account any residual, in case we erred)...
|
|
|
|
*/
|
|
|
|
wd->sc_mbcount -= wd->sc_bcount;
|
|
|
|
if (wd->sc_mbcount == 0) {
|
|
|
|
/*
|
|
|
|
* ...then move this drive to the end of the queue to give
|
|
|
|
* others a `fair' chance.
|
|
|
|
*/
|
|
|
|
wdc->sc_q.b_forw = wd->sc_q.b_forw;
|
|
|
|
wd->sc_mskip = 0;
|
|
|
|
wd->sc_q.b_active = 0;
|
|
|
|
if (wd->sc_q.b_actf)
|
|
|
|
wdstart(wd);
|
|
|
|
}
|
|
|
|
bp->b_resid = wd->sc_bcount;
|
|
|
|
bp->b_flags &= ~B_XXX;
|
|
|
|
wd->sc_skip = 0;
|
|
|
|
wd->sc_q.b_actf = bp->b_actf;
|
|
|
|
biodone(bp);
|
|
|
|
}
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/*
|
1994-03-10 08:18:33 +03:00
|
|
|
* Controller startup routine. This does the calculation, and starts a
|
|
|
|
* single-sector read or write operation. Called to start a transfer, or from
|
|
|
|
* the interrupt routine to continue a multi-sector transfer.
|
1993-03-21 12:45:37 +03:00
|
|
|
* RESTRICTIONS:
|
|
|
|
* 1. The transfer length must be an exact multiple of the sector size.
|
|
|
|
*/
|
|
|
|
static void
|
1994-03-10 08:18:33 +03:00
|
|
|
wdcstart(wdc)
|
|
|
|
struct wdc_softc *wdc;
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1994-03-10 08:18:33 +03:00
|
|
|
struct wd_softc *wd; /* disk unit for IO */
|
|
|
|
struct buf *bp;
|
1993-03-21 12:45:37 +03:00
|
|
|
struct disklabel *lp;
|
|
|
|
struct buf *dp;
|
1994-03-03 04:58:21 +03:00
|
|
|
long blknum, cylin, head, sector;
|
1994-03-05 11:17:06 +03:00
|
|
|
long secpertrk, secpercyl;
|
1993-04-06 14:06:28 +04:00
|
|
|
int xfrblknum;
|
1994-03-05 11:17:06 +03:00
|
|
|
int lunit;
|
1994-03-10 08:18:33 +03:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
loop:
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Is there a drive for the controller to do a transfer with? */
|
|
|
|
dp = wdc->sc_q.b_forw;
|
1994-03-03 02:27:13 +03:00
|
|
|
if (dp == NULL) {
|
1994-03-10 08:18:33 +03:00
|
|
|
wdc->sc_q.b_active = 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
return;
|
1994-03-03 02:27:13 +03:00
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Is there a transfer to this drive? If not, deactivate drive. */
|
1993-03-21 12:45:37 +03:00
|
|
|
bp = dp->b_actf;
|
|
|
|
if (bp == NULL) {
|
1994-03-03 02:27:13 +03:00
|
|
|
dp->b_active = 0;
|
1994-03-10 08:18:33 +03:00
|
|
|
wdc->sc_q.b_forw = dp->b_forw;
|
1993-03-21 12:45:37 +03:00
|
|
|
goto loop;
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Obtain controller and drive information */
|
1994-03-03 00:42:31 +03:00
|
|
|
lunit = WDUNIT(bp->b_dev);
|
1994-03-10 08:18:33 +03:00
|
|
|
wd = wd_softc[lunit];
|
1994-03-03 00:42:31 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wdc->sc_q.b_errcnt >= WDIORETRIES) {
|
|
|
|
wderror(wd, bp, "hard error");
|
|
|
|
bp->b_error = EIO;
|
|
|
|
bp->b_flags |= B_ERROR;
|
|
|
|
wdfinish(wd, bp);
|
|
|
|
goto loop;
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Clear any pending timeout, just in case. */
|
|
|
|
wdc->sc_timeout = 0;
|
|
|
|
|
|
|
|
/* If not really a transfer, do control operations specially. */
|
|
|
|
if (wd->sc_state < OPEN) {
|
1993-03-21 12:45:37 +03:00
|
|
|
(void) wdcontrol(bp);
|
|
|
|
return;
|
|
|
|
}
|
1994-03-10 08:18:33 +03:00
|
|
|
|
|
|
|
/*
|
|
|
|
* WDF_ERROR is set by wdcunwedge() and wdintr() when an error is
|
|
|
|
* encountered *only* in multi-sector mode. We switch to single-sector
|
|
|
|
* mode and retry the operation from the start.
|
|
|
|
*/
|
|
|
|
if (wd->sc_flags & WDF_ERROR) {
|
|
|
|
/* Switch to single-sector mode. */
|
|
|
|
wd->sc_flags &= ~WDF_ERROR;
|
|
|
|
wd->sc_flags |= WDF_SINGLE;
|
|
|
|
wd->sc_skip = 0;
|
|
|
|
wd->sc_mskip = 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Calculate transfer details. */
|
|
|
|
blknum = bp->b_blkno + wd->sc_skip;
|
1994-02-26 03:00:17 +03:00
|
|
|
#ifdef WDDEBUG
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wd->sc_skip == 0)
|
|
|
|
printf("\nwdcstart %d: %s %d@%d; map ", lunit,
|
1994-02-25 19:40:47 +03:00
|
|
|
(bp->b_flags & B_READ) ? "read" : "write", bp->b_bcount,
|
|
|
|
blknum);
|
1993-03-21 12:45:37 +03:00
|
|
|
else
|
1994-03-10 08:18:33 +03:00
|
|
|
printf(" %d)%x", wd->sc_skip, inb(wd->sc_iobase+wd_altsts));
|
1993-03-21 12:45:37 +03:00
|
|
|
#endif
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wd->sc_skip == 0)
|
|
|
|
wd->sc_bcount = bp->b_bcount;
|
|
|
|
if (wd->sc_mskip == 0) {
|
1993-04-06 14:06:28 +04:00
|
|
|
struct buf *oldbp, *nextbp;
|
|
|
|
oldbp = bp;
|
1994-02-06 13:00:30 +03:00
|
|
|
nextbp = bp->b_actf;
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_mbcount = wd->sc_bcount;
|
1993-04-06 14:06:28 +04:00
|
|
|
oldbp->b_flags |= B_XXX;
|
1994-03-10 08:18:33 +03:00
|
|
|
while (nextbp && (oldbp->b_flags & WDF_SINGLE) == 0 &&
|
1994-02-26 03:00:17 +03:00
|
|
|
oldbp->b_dev == nextbp->b_dev && nextbp->b_blkno ==
|
|
|
|
(oldbp->b_blkno + (oldbp->b_bcount / DEV_BSIZE)) &&
|
1994-02-25 19:40:47 +03:00
|
|
|
(oldbp->b_flags & B_READ) == (nextbp->b_flags & B_READ)) {
|
1994-03-10 08:18:33 +03:00
|
|
|
if ((wd->sc_mbcount + nextbp->b_bcount) / DEV_BSIZE >= 240)
|
1993-04-06 14:06:28 +04:00
|
|
|
break;
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_mbcount += nextbp->b_bcount;
|
1994-02-26 22:00:51 +03:00
|
|
|
nextbp->b_flags |= B_XXX;
|
1993-04-06 14:06:28 +04:00
|
|
|
oldbp = nextbp;
|
1994-02-06 13:00:30 +03:00
|
|
|
nextbp = nextbp->b_actf;
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
lp = &wd->sc_label;
|
1993-03-21 12:45:37 +03:00
|
|
|
secpertrk = lp->d_nsectors;
|
|
|
|
secpercyl = lp->d_secpercyl;
|
1994-03-10 08:18:33 +03:00
|
|
|
if ((wd->sc_flags & WDF_BSDLABEL) != 0 && WDPART(bp->b_dev) != WDRAW)
|
1994-03-03 00:42:31 +03:00
|
|
|
blknum += lp->d_partitions[WDPART(bp->b_dev)].p_offset;
|
1993-03-21 12:45:37 +03:00
|
|
|
cylin = blknum / secpercyl;
|
|
|
|
head = (blknum % secpercyl) / secpertrk;
|
|
|
|
sector = blknum % secpertrk;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/*
|
|
|
|
* Check for bad sectors if we have them, and not formatting. Only do
|
|
|
|
* this in single-sector mode, or when starting a multiple-sector
|
|
|
|
* transfer.
|
|
|
|
*/
|
|
|
|
if ((wd->sc_flags & WDF_BADSECT) &&
|
1994-02-26 03:00:17 +03:00
|
|
|
#ifdef B_FORMAT
|
1994-02-25 19:40:47 +03:00
|
|
|
(bp->b_flags & B_FORMAT) == 0 &&
|
1993-03-21 12:45:37 +03:00
|
|
|
#endif
|
1994-03-10 08:18:33 +03:00
|
|
|
(wd->sc_mskip == 0 || (wd->sc_flags & WDF_SINGLE))) {
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
long blkchk, blkend, blknew;
|
|
|
|
int i;
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
blkend = blknum + howmany(wd->sc_mbcount, DEV_BSIZE) - 1;
|
|
|
|
for (i = 0; (blkchk = wd->sc_badsect[i]) != -1; i++) {
|
1994-02-25 19:40:47 +03:00
|
|
|
if (blkchk > blkend)
|
1994-03-10 08:18:33 +03:00
|
|
|
break; /* Transfer is completely OK; done. */
|
1994-02-25 19:40:47 +03:00
|
|
|
if (blkchk == blknum) {
|
|
|
|
blknew =
|
|
|
|
lp->d_secperunit - lp->d_nsectors - i - 1;
|
1993-04-06 14:06:28 +04:00
|
|
|
cylin = blknew / secpercyl;
|
|
|
|
head = (blknew % secpercyl) / secpertrk;
|
|
|
|
sector = blknew % secpertrk;
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_flags |= WDF_SINGLE;
|
|
|
|
/* Found and replaced first blk of transfer; done. */
|
1993-04-06 14:06:28 +04:00
|
|
|
break;
|
|
|
|
} else if (blkchk > blknum) {
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_flags |= WDF_SINGLE;
|
|
|
|
break; /* Bad block inside transfer; done. */
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
}
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wd->sc_flags & WDF_SINGLE) {
|
|
|
|
wd->sc_mbcount = wd->sc_bcount;
|
|
|
|
wd->sc_mskip = wd->sc_skip;
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
#ifdef WDDEBUG
|
1994-03-03 00:42:31 +03:00
|
|
|
printf("c%d h%d s%d ", cylin, head, sector);
|
1993-04-06 14:06:28 +04:00
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
sector++; /* Sectors begin with 1, not 0. */
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
wdc->sc_q.b_active = 1; /* Mark controller active. */
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
#ifdef INSTRUMENT
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wd->sc_skip == 0) {
|
|
|
|
dk_busy |= 1 << wd->sc_lunit;
|
|
|
|
dk_wds[wd->sc_lunit] += bp->b_bcount >> 6;
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* If starting a multisector transfer, or doing single transfers. */
|
|
|
|
if (wd->sc_mskip == 0 || (wd->sc_flags & WDF_SINGLE)) {
|
1994-03-05 11:17:06 +03:00
|
|
|
int command, count;
|
1994-03-03 00:42:31 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
#ifdef INSTRUMENT
|
|
|
|
++dk_seek[wd->sc_lunit];
|
|
|
|
++dk_xfer[wd->sc_lunit];
|
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-02-25 19:40:47 +03:00
|
|
|
#ifdef B_FORMAT
|
1993-03-21 12:45:37 +03:00
|
|
|
if (bp->b_flags & B_FORMAT) {
|
1994-03-05 11:17:06 +03:00
|
|
|
sector = lp->d_gap3;
|
|
|
|
count = lp->d_nsectors;
|
|
|
|
command = WDCC_FORMAT;
|
1993-03-21 12:45:37 +03:00
|
|
|
} else {
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wd->sc_flags & WDF_SINGLE)
|
1994-03-05 11:17:06 +03:00
|
|
|
count = 1;
|
1993-04-06 14:06:28 +04:00
|
|
|
else
|
1994-03-10 08:18:33 +03:00
|
|
|
count = howmany(wd->sc_mbcount, DEV_BSIZE);
|
1994-03-05 11:17:06 +03:00
|
|
|
command =
|
|
|
|
(bp->b_flags & B_READ) ? WDCC_READ : WDCC_WRITE;
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
|
|
|
#else
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wd->sc_flags & WDF_SINGLE)
|
1994-03-05 11:17:06 +03:00
|
|
|
count = 1;
|
1993-03-21 12:45:37 +03:00
|
|
|
else
|
1994-03-10 08:18:33 +03:00
|
|
|
count = howmany(wd->sc_mbcount, DEV_BSIZE);
|
1994-03-05 11:17:06 +03:00
|
|
|
command = (bp->b_flags & B_READ) ? WDCC_READ : WDCC_WRITE;
|
1993-03-21 12:45:37 +03:00
|
|
|
#endif
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Initiate command! */
|
|
|
|
if (wdcommand(wd, cylin, head, sector, count, command) != 0) {
|
|
|
|
wderror(wd, NULL,
|
|
|
|
"wdcstart: timeout waiting for unbusy");
|
|
|
|
wdcunwedge(wdc);
|
|
|
|
return;
|
1994-03-03 00:42:31 +03:00
|
|
|
}
|
1994-02-26 03:00:17 +03:00
|
|
|
#ifdef WDDEBUG
|
1994-02-25 19:40:47 +03:00
|
|
|
printf("sector %d cylin %d head %d addr %x sts %x\n", sector,
|
1994-03-10 08:18:33 +03:00
|
|
|
cylin, head, bp->b_un.b_addr, inb(wd->sc_iobase+wd_altsts));
|
1993-03-21 12:45:37 +03:00
|
|
|
#endif
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
wdc->sc_timeout = 4;
|
1994-03-05 11:17:06 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* If this is a read operation, just go away until it's done. */
|
1994-03-05 11:17:06 +03:00
|
|
|
if (bp->b_flags & B_READ)
|
1993-04-06 14:06:28 +04:00
|
|
|
return;
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wait_for_drq(wdc) < 0) {
|
|
|
|
wderror(wd, NULL, "wdcstart: timeout waiting for drq");
|
|
|
|
wdcunwedge(wdc);
|
|
|
|
return;
|
1993-07-05 07:20:57 +04:00
|
|
|
}
|
1994-03-05 11:17:06 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Then send it! */
|
|
|
|
outsw(wdc->sc_iobase+wd_data, bp->b_un.b_addr + wd->sc_skip * DEV_BSIZE,
|
1994-02-26 03:00:17 +03:00
|
|
|
DEV_BSIZE / sizeof(short));
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/*
|
|
|
|
* Interrupt routine for the controller. Acknowledge the interrupt, check for
|
|
|
|
* errors on the current operation, mark it done if necessary, and start the
|
|
|
|
* next request. Also check for a partially done transfer, and continue with
|
|
|
|
* the next chunk if so.
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
1994-03-10 08:18:33 +03:00
|
|
|
int
|
1994-03-04 06:43:48 +03:00
|
|
|
wdintr(ctrlr)
|
|
|
|
int ctrlr;
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1994-03-10 08:18:33 +03:00
|
|
|
struct wdc_softc *wdc = &wdc_softc[ctrlr];
|
|
|
|
struct wd_softc *wd;
|
|
|
|
struct buf *bp;
|
1994-03-03 00:42:31 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Clear the pending interrupt. */
|
|
|
|
(void) inb(wdc->sc_iobase+wd_status);
|
1994-03-05 02:43:14 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
if (!wdc->sc_q.b_active) {
|
|
|
|
printf("%s: extra interrupt\n", wdc->sc_dev.dv_xname);
|
|
|
|
return 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
bp = wdc->sc_q.b_forw->b_actf;
|
|
|
|
wd = wd_softc[WDUNIT(bp->b_dev)];
|
|
|
|
wdc->sc_timeout = 0;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-02-26 03:00:17 +03:00
|
|
|
#ifdef WDDEBUG
|
1993-04-06 14:06:28 +04:00
|
|
|
printf("I%d ", ctrlr);
|
1993-03-21 12:45:37 +03:00
|
|
|
#endif
|
1993-05-10 09:53:22 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wait_for_unbusy(wdc) < 0) {
|
|
|
|
wderror(wd, NULL, "wdintr: timeout waiting for unbusy");
|
|
|
|
wdc->sc_status |= WDCS_ERR; /* XXX */
|
1993-12-13 13:16:56 +03:00
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Is it not a transfer, but a control operation? */
|
|
|
|
if (wd->sc_state < OPEN) {
|
|
|
|
wdc->sc_q.b_active = 0;
|
|
|
|
if (wdcontrol(bp))
|
|
|
|
wdcstart(wdc);
|
|
|
|
return 1;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Have we an error? */
|
|
|
|
if (wdc->sc_status & (WDCS_ERR | WDCS_ECCCOR)) {
|
1994-03-03 00:42:31 +03:00
|
|
|
lose:
|
1994-02-26 03:00:17 +03:00
|
|
|
#ifdef WDDEBUG
|
1994-03-10 08:18:33 +03:00
|
|
|
wderror(wd, NULL, "wdintr");
|
1993-03-21 12:45:37 +03:00
|
|
|
#endif
|
1994-03-10 08:18:33 +03:00
|
|
|
if ((wd->sc_flags & WDF_SINGLE) == 0) {
|
|
|
|
wd->sc_flags |= WDF_ERROR;
|
|
|
|
goto restart;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
#ifdef B_FORMAT
|
|
|
|
if (bp->b_flags & B_FORMAT) {
|
1994-02-26 20:10:12 +03:00
|
|
|
bp->b_error = EIO;
|
1993-03-21 12:45:37 +03:00
|
|
|
bp->b_flags |= B_ERROR;
|
|
|
|
goto done;
|
|
|
|
}
|
|
|
|
#endif
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Error or error correction? */
|
|
|
|
if (wdc->sc_status & WDCS_ERR) {
|
|
|
|
if (++wdc->sc_q.b_errcnt >= WDIORETRIES) {
|
|
|
|
wderror(wd, bp, "hard error");
|
1994-02-26 22:00:51 +03:00
|
|
|
bp->b_error = EIO;
|
1994-03-10 08:18:33 +03:00
|
|
|
bp->b_flags |= B_ERROR; /* Flag the error. */
|
|
|
|
goto done;
|
|
|
|
} else
|
|
|
|
goto restart;
|
1994-03-07 06:18:35 +03:00
|
|
|
} else
|
1994-03-10 08:18:33 +03:00
|
|
|
wderror(wd, bp, "soft ecc");
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* If this was a read, fetch the data. */
|
|
|
|
if (bp->b_flags & B_READ) {
|
|
|
|
/* Ready to receive data? */
|
|
|
|
if (wait_for_drq(wdc) != 0) {
|
|
|
|
wderror(wd, NULL, "wdintr: read error detected late");
|
|
|
|
wdcunwedge(wdc);
|
|
|
|
return 1;
|
1993-12-13 13:16:56 +03:00
|
|
|
}
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Suck in data. */
|
|
|
|
insw(wdc->sc_iobase+wd_data,
|
|
|
|
bp->b_un.b_addr + wd->sc_skip * DEV_BSIZE,
|
|
|
|
DEV_BSIZE / sizeof(short));
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* If we encountered any abnormalities, flag it as a soft error. */
|
|
|
|
if (wdc->sc_q.b_errcnt) {
|
|
|
|
wderror(wd, bp, "soft error");
|
|
|
|
wdc->sc_q.b_errcnt = 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1994-03-10 08:18:33 +03:00
|
|
|
|
|
|
|
/* Ready for the next block, if any. */
|
|
|
|
wd->sc_skip++;
|
|
|
|
wd->sc_mskip++;
|
|
|
|
wd->sc_bcount -= DEV_BSIZE;
|
|
|
|
wd->sc_mbcount -= DEV_BSIZE;
|
1994-02-26 22:00:51 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* See if more to transfer. */
|
|
|
|
if (wd->sc_bcount > 0)
|
|
|
|
goto restart;
|
1994-02-26 20:10:12 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
done:
|
|
|
|
/* Done with this transfer, with or without error. */
|
|
|
|
wdfinish(wd, bp);
|
|
|
|
|
|
|
|
restart:
|
|
|
|
/* Start the next transfer, if any. */
|
|
|
|
wdc->sc_q.b_active = 0;
|
|
|
|
wdcstart(wdc);
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
return 1;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Initialize a drive.
|
|
|
|
*/
|
|
|
|
int
|
1994-03-04 06:43:48 +03:00
|
|
|
wdopen(dev, flag, fmt, p)
|
|
|
|
dev_t dev;
|
|
|
|
int flag;
|
|
|
|
int fmt;
|
|
|
|
struct proc *p;
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1994-03-03 04:58:21 +03:00
|
|
|
int lunit;
|
1994-03-10 08:18:33 +03:00
|
|
|
struct wd_softc *wd;
|
1994-03-03 00:42:31 +03:00
|
|
|
int part = WDPART(dev), mask = 1 << part;
|
1993-04-06 14:06:28 +04:00
|
|
|
struct partition *pp;
|
1993-03-21 12:45:37 +03:00
|
|
|
char *msg;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-03 00:42:31 +03:00
|
|
|
lunit = WDUNIT(dev);
|
1993-04-06 14:06:28 +04:00
|
|
|
if (lunit >= NWD)
|
1994-02-25 19:40:47 +03:00
|
|
|
return ENXIO;
|
1994-03-10 08:18:33 +03:00
|
|
|
wd = wd_softc[lunit];
|
|
|
|
if (wd == 0)
|
1994-02-25 19:40:47 +03:00
|
|
|
return ENXIO;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
if ((wd->sc_flags & WDF_BSDLABEL) == 0) {
|
|
|
|
wd->sc_flags |= WDF_WRITEPROT;
|
|
|
|
wd->sc_q.b_actf = NULL;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
/*
|
1994-03-10 08:18:33 +03:00
|
|
|
* Use the default sizes until we've read the label, or longer
|
|
|
|
* if there isn't one there.
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
1994-03-10 08:18:33 +03:00
|
|
|
bzero(&wd->sc_label, sizeof(wd->sc_label));
|
|
|
|
wd->sc_label.d_type = DTYPE_ST506;
|
|
|
|
wd->sc_label.d_ncylinders = 1024;
|
|
|
|
wd->sc_label.d_secsize = DEV_BSIZE;
|
|
|
|
wd->sc_label.d_ntracks = 8;
|
|
|
|
wd->sc_label.d_nsectors = 17;
|
|
|
|
wd->sc_label.d_secpercyl = 17*8;
|
|
|
|
wd->sc_label.d_secperunit = 17*8*1024;
|
|
|
|
wd->sc_state = WANTOPEN;
|
|
|
|
|
|
|
|
/* Read label using "raw" partition. */
|
1994-03-04 06:43:48 +03:00
|
|
|
#ifdef notdef
|
1994-03-10 08:18:33 +03:00
|
|
|
/* wdsetctlr(wd); */ /* Maybe do this TIH */
|
1994-03-03 00:42:31 +03:00
|
|
|
msg = readdisklabel(makewddev(major(dev), WDUNIT(dev), WDRAW),
|
1994-03-10 08:18:33 +03:00
|
|
|
wdstrategy, &wd->sc_label, &wd->sc_cpulabel);
|
|
|
|
wdsetctlr(wd);
|
1993-04-06 14:06:28 +04:00
|
|
|
#endif
|
1994-03-03 00:42:31 +03:00
|
|
|
if (msg = readdisklabel(makewddev(major(dev), WDUNIT(dev),
|
1994-03-10 08:18:33 +03:00
|
|
|
WDRAW), wdstrategy, &wd->sc_label, &wd->sc_cpulabel)) {
|
|
|
|
log(LOG_WARNING, "%s: cannot find label (%s)\n",
|
|
|
|
wd->sc_dev.dv_xname, msg);
|
1994-03-07 06:18:35 +03:00
|
|
|
if (part != WDRAW)
|
1994-02-26 20:10:12 +03:00
|
|
|
return EINVAL; /* XXX needs translation */
|
1993-03-21 12:45:37 +03:00
|
|
|
} else {
|
1994-03-10 08:18:33 +03:00
|
|
|
wdsetctlr(wd);
|
|
|
|
wd->sc_flags |= WDF_BSDLABEL;
|
|
|
|
wd->sc_flags &= ~WDF_WRITEPROT;
|
|
|
|
if (wd->sc_label.d_flags & D_BADSECT)
|
|
|
|
wd->sc_flags |= WDF_BADSECT;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wd->sc_flags & WDF_BADSECT)
|
|
|
|
bad144intern(wd);
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1993-04-06 14:06:28 +04:00
|
|
|
/*
|
1994-03-05 11:17:06 +03:00
|
|
|
* Warn if a partition is opened that overlaps another partition which
|
|
|
|
* is open unless one is the "raw" partition (whole disk).
|
1993-04-06 14:06:28 +04:00
|
|
|
*/
|
1994-03-10 08:18:33 +03:00
|
|
|
if ((wd->sc_openpart & mask) == 0 && part != WDRAW) {
|
1994-02-26 20:10:12 +03:00
|
|
|
int start, end;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
pp = &wd->sc_label.d_partitions[part];
|
1993-04-06 14:06:28 +04:00
|
|
|
start = pp->p_offset;
|
|
|
|
end = pp->p_offset + pp->p_size;
|
1994-03-10 08:18:33 +03:00
|
|
|
for (pp = wd->sc_label.d_partitions;
|
|
|
|
pp < &wd->sc_label.d_partitions[wd->sc_label.d_npartitions];
|
1994-02-26 03:00:17 +03:00
|
|
|
pp++) {
|
|
|
|
if (pp->p_offset + pp->p_size <= start ||
|
|
|
|
pp->p_offset >= end)
|
1993-04-06 14:06:28 +04:00
|
|
|
continue;
|
1994-03-10 08:18:33 +03:00
|
|
|
if (pp - wd->sc_label.d_partitions == WDRAW)
|
1993-04-06 14:06:28 +04:00
|
|
|
continue;
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wd->sc_openpart & (1 << (pp - wd->sc_label.d_partitions)))
|
1993-04-06 14:06:28 +04:00
|
|
|
log(LOG_WARNING,
|
1994-03-10 08:18:33 +03:00
|
|
|
"%s%c: overlaps open partition (%c)\n",
|
|
|
|
wd->sc_dev.dv_xname, part + 'a',
|
|
|
|
pp - wd->sc_label.d_partitions + 'a');
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
|
|
|
}
|
1994-03-10 08:18:33 +03:00
|
|
|
if (part >= wd->sc_label.d_npartitions && part != WDRAW)
|
1994-02-25 19:40:47 +03:00
|
|
|
return ENXIO;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Insure only one open at a time. */
|
1993-04-06 14:06:28 +04:00
|
|
|
switch (fmt) {
|
|
|
|
case S_IFCHR:
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_copenpart |= mask;
|
1993-04-06 14:06:28 +04:00
|
|
|
break;
|
|
|
|
case S_IFBLK:
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_bopenpart |= mask;
|
1993-04-06 14:06:28 +04:00
|
|
|
break;
|
|
|
|
}
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_openpart = wd->sc_copenpart | wd->sc_bopenpart;
|
1994-03-05 11:17:06 +03:00
|
|
|
|
1994-02-25 19:40:47 +03:00
|
|
|
return 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Implement operations other than read/write.
|
1994-03-10 08:18:33 +03:00
|
|
|
* Called from wdcstart or wdintr during opens and formats.
|
1993-03-21 12:45:37 +03:00
|
|
|
* Uses finite-state-machine to track progress of operation in progress.
|
|
|
|
* Returns 0 if operation still in progress, 1 if completed.
|
|
|
|
*/
|
|
|
|
static int
|
1994-03-04 06:43:48 +03:00
|
|
|
wdcontrol(bp)
|
|
|
|
struct buf *bp;
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1994-03-10 08:18:33 +03:00
|
|
|
struct wd_softc *wd = wd_softc[WDUNIT(bp->b_dev)];
|
|
|
|
struct wdc_softc *wdc = (void *)wd->sc_dev.dv_parent;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
switch (wd->sc_state) {
|
|
|
|
case WANTOPEN: /* Set SDH, step rate, do restore. */
|
1994-02-26 20:10:12 +03:00
|
|
|
tryagainrecal:
|
1994-03-10 08:18:33 +03:00
|
|
|
wdgetctlr(wd); /* XXX Is this necessary? */
|
|
|
|
wdc->sc_q.b_active = 1;
|
|
|
|
if (wdcommand(wd, 0, 0, 0, 0, WDCC_RESTORE | WD_STEP) != 0) {
|
|
|
|
wderror(wd, NULL, "wdcontrol: wdcommand failed");
|
|
|
|
wdcunwedge(wdc);
|
|
|
|
return 0;
|
1993-07-06 04:42:43 +04:00
|
|
|
}
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_state = RECAL;
|
1994-02-25 19:40:47 +03:00
|
|
|
return 0;
|
1994-03-04 06:43:48 +03:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
case RECAL:
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wdc->sc_status & WDCS_ERR || wdsetctlr(wd) != 0) {
|
|
|
|
wderror(wd, NULL, "wdcontrol: recal failed");
|
|
|
|
wdcunwedge(wdc);
|
|
|
|
return 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1994-03-10 08:18:33 +03:00
|
|
|
wdc->sc_q.b_errcnt = 0;
|
|
|
|
wd->sc_state = OPEN;
|
1993-03-21 12:45:37 +03:00
|
|
|
/*
|
1994-03-07 08:54:44 +03:00
|
|
|
* The rest of the initialization can be done by normal means.
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
1994-02-25 19:40:47 +03:00
|
|
|
return 1;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
1994-03-05 11:17:06 +03:00
|
|
|
#ifdef DIAGNOSTIC
|
|
|
|
panic("wdcontrol: impossible");
|
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
1994-03-10 08:18:33 +03:00
|
|
|
* Send a command and wait uninterruptibly until controller is finished.
|
|
|
|
* Return -1 if controller busy for too long, otherwise return non-zero if
|
|
|
|
* error. Intended for brief controller commands at critical points.
|
|
|
|
* Assumes interrupts are blocked.
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
|
|
|
static int
|
1994-03-10 08:18:33 +03:00
|
|
|
wdcommand(wd, cylin, head, sector, count, cmd)
|
|
|
|
struct wd_softc *wd;
|
1994-03-05 11:17:06 +03:00
|
|
|
int cylin, head, sector, count;
|
1994-03-04 06:43:48 +03:00
|
|
|
int cmd;
|
1993-04-06 14:06:28 +04:00
|
|
|
{
|
1994-03-10 08:18:33 +03:00
|
|
|
struct wdc_softc *wdc = (void *)wd->sc_dev.dv_parent;
|
1994-03-05 11:17:06 +03:00
|
|
|
int stat;
|
1994-03-10 08:18:33 +03:00
|
|
|
u_short iobase;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Controller ready for command? */
|
|
|
|
if (wait_for_unbusy(wdc) < 0)
|
1994-02-25 20:45:28 +03:00
|
|
|
return -1;
|
1994-03-05 11:17:06 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Select drive. */
|
|
|
|
iobase = wdc->sc_iobase;
|
|
|
|
outb(iobase+wd_sdh, WDSD_IBM | (wd->sc_unit << 4) | head);
|
1994-03-05 11:17:06 +03:00
|
|
|
if (cmd == WDCC_DIAGNOSE || cmd == WDCC_IDC)
|
1994-03-10 08:18:33 +03:00
|
|
|
stat = wait_for_unbusy(wdc);
|
1994-03-05 11:17:06 +03:00
|
|
|
else
|
1994-03-10 08:18:33 +03:00
|
|
|
stat = wdcwait(wdc, WDCS_READY);
|
1994-03-05 11:17:06 +03:00
|
|
|
if (stat < 0)
|
|
|
|
return -1;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Load parameters. */
|
|
|
|
outb(iobase+wd_precomp, wd->sc_label.d_precompcyl / 4);
|
|
|
|
outb(iobase+wd_cyl_lo, cylin);
|
|
|
|
outb(iobase+wd_cyl_hi, cylin >> 8);
|
|
|
|
outb(iobase+wd_sector, sector);
|
|
|
|
outb(iobase+wd_seccnt, count);
|
1994-03-05 11:17:06 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Send command, await results. */
|
|
|
|
outb(iobase+wd_command, cmd);
|
1994-02-25 20:45:28 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
return 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
1994-03-10 08:18:33 +03:00
|
|
|
* Issue IDC to drive to tell it just what geometry it is to be.
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
|
|
|
static int
|
1994-03-10 08:18:33 +03:00
|
|
|
wdsetctlr(wd)
|
|
|
|
struct wd_softc *wd;
|
1993-04-06 14:06:28 +04:00
|
|
|
{
|
1994-03-10 08:18:33 +03:00
|
|
|
struct wdc_softc *wdc = (void *)wd->sc_dev.dv_parent;
|
1994-03-07 08:54:44 +03:00
|
|
|
|
1994-02-26 03:00:17 +03:00
|
|
|
#ifdef WDDEBUG
|
1994-03-10 08:18:33 +03:00
|
|
|
printf("wd(%d,%d) C%dH%dS%d\n", wd->sc_ctrlr, wd->sc_unit,
|
|
|
|
wd->sc_label.d_ncylinders, wd->sc_label.d_ntracks,
|
|
|
|
wd->sc_label.d_nsectors);
|
1994-02-26 03:00:17 +03:00
|
|
|
#endif
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wdcommand(wd, wd->sc_label.d_ncylinders, wd->sc_label.d_ntracks - 1,
|
|
|
|
0, wd->sc_label.d_nsectors, WDCC_IDC) != 0 ||
|
|
|
|
wdcwait(wdc, WDCS_READY) != 0) {
|
|
|
|
wderror(wd, NULL, "wdsetctlr: failed");
|
1994-03-03 00:42:31 +03:00
|
|
|
return -1;
|
1994-03-04 20:45:22 +03:00
|
|
|
}
|
1994-03-05 11:17:06 +03:00
|
|
|
return 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
1994-03-10 08:18:33 +03:00
|
|
|
* Issue READP to drive to ask it what it is.
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
|
|
|
static int
|
1994-03-10 08:18:33 +03:00
|
|
|
wdgetctlr(wd)
|
|
|
|
struct wd_softc *wd;
|
1993-04-06 14:06:28 +04:00
|
|
|
{
|
1994-03-10 08:18:33 +03:00
|
|
|
struct wdc_softc *wdc = (void *)wd->sc_dev.dv_parent;
|
1994-03-07 08:54:44 +03:00
|
|
|
int i;
|
1993-03-21 12:45:37 +03:00
|
|
|
char tb[DEV_BSIZE];
|
|
|
|
struct wdparams *wp;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wdcommand(wd, 0, 0, 0, 0, WDCC_READP) != 0 ||
|
|
|
|
wait_for_drq(wdc) != 0) {
|
1994-03-05 11:17:06 +03:00
|
|
|
/*
|
1994-03-10 08:18:33 +03:00
|
|
|
* If WDCC_READP fails then we might have an old drive so we
|
|
|
|
* try a seek to 0; if that passes then the drive is there but
|
|
|
|
* it's OLD AND KRUSTY.
|
1994-03-05 11:17:06 +03:00
|
|
|
*/
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wdcommand(wd, 0, 0, 0, 0, WDCC_RESTORE | WD_STEP) != 0 ||
|
|
|
|
wait_for_ready(wdc) != 0)
|
1994-03-05 11:17:06 +03:00
|
|
|
return -1;
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
strncpy(wd->sc_label.d_typename, "ST506",
|
|
|
|
sizeof wd->sc_label.d_typename);
|
|
|
|
strncpy(wd->sc_params.wdp_model, "Unknown Type",
|
|
|
|
sizeof wd->sc_params.wdp_model);
|
|
|
|
wd->sc_label.d_type = DTYPE_ST506;
|
1994-03-05 11:17:06 +03:00
|
|
|
} else {
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Obtain parameters. */
|
|
|
|
wp = &wd->sc_params;
|
|
|
|
insw(wdc->sc_iobase+wd_data, tb, sizeof(tb) / sizeof(short));
|
1993-05-10 09:53:22 +04:00
|
|
|
bcopy(tb, wp, sizeof(struct wdparams));
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Shuffle string byte order. */
|
1994-02-25 19:40:47 +03:00
|
|
|
for (i = 0; i < sizeof(wp->wdp_model); i += 2) {
|
1993-05-10 09:53:22 +04:00
|
|
|
u_short *p;
|
1994-02-25 19:40:47 +03:00
|
|
|
p = (u_short *)(wp->wdp_model + i);
|
1993-05-10 09:53:22 +04:00
|
|
|
*p = ntohs(*p);
|
1993-04-15 10:39:00 +04:00
|
|
|
}
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
strncpy(wd->sc_label.d_typename, "ESDI/IDE",
|
|
|
|
sizeof wd->sc_label.d_typename);
|
|
|
|
wd->sc_label.d_type = DTYPE_ESDI;
|
|
|
|
bcopy(wp->wdp_model+20, wd->sc_label.d_packname, 14-1);
|
1993-05-10 09:53:22 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Update disklabel given drive information. */
|
|
|
|
wd->sc_label.d_ncylinders =
|
1994-02-26 03:00:17 +03:00
|
|
|
wp->wdp_fixedcyl + wp->wdp_removcyl /*+- 1*/;
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_label.d_ntracks = wp->wdp_heads;
|
|
|
|
wd->sc_label.d_nsectors = wp->wdp_sectors;
|
|
|
|
wd->sc_label.d_secpercyl =
|
|
|
|
wd->sc_label.d_ntracks * wd->sc_label.d_nsectors;
|
|
|
|
wd->sc_label.d_partitions[1].p_size =
|
|
|
|
wd->sc_label.d_secpercyl * wp->wdp_sectors;
|
|
|
|
wd->sc_label.d_partitions[1].p_offset = 0;
|
1993-04-15 10:39:00 +04:00
|
|
|
}
|
1993-05-10 09:53:22 +04:00
|
|
|
|
|
|
|
#if 0
|
1994-02-25 19:40:47 +03:00
|
|
|
printf("gc %x cyl %d trk %d sec %d type %d sz %d model %s\n",
|
|
|
|
wp->wdp_config, wp->wdp_fixedcyl + wp->wdp_removcyl, wp->wdp_heads,
|
|
|
|
wp->wdp_sectors, wp->wdp_cntype, wp->wdp_cnsbsz, wp->wdp_model);
|
1993-05-10 09:53:22 +04:00
|
|
|
#endif
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_label.d_subtype |= DSTYPE_GEOMETRY;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* XXX sometimes possibly needed */
|
1994-03-10 08:18:33 +03:00
|
|
|
(void) inb(wdc->sc_iobase+wd_status);
|
1994-03-07 08:54:44 +03:00
|
|
|
|
1994-02-25 19:40:47 +03:00
|
|
|
return 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
int
|
1994-03-04 06:43:48 +03:00
|
|
|
wdclose(dev, flag, fmt)
|
|
|
|
dev_t dev;
|
|
|
|
int flag;
|
|
|
|
int fmt;
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1994-03-10 08:18:33 +03:00
|
|
|
struct wd_softc *wd = wd_softc[WDUNIT(dev)];
|
1994-03-03 00:42:31 +03:00
|
|
|
int part = WDPART(dev), mask = 1 << part;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
switch (fmt) {
|
|
|
|
case S_IFCHR:
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_copenpart &= ~mask;
|
1993-04-06 14:06:28 +04:00
|
|
|
break;
|
|
|
|
case S_IFBLK:
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_bopenpart &= ~mask;
|
1993-04-06 14:06:28 +04:00
|
|
|
break;
|
|
|
|
}
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_openpart = wd->sc_copenpart | wd->sc_bopenpart;
|
1994-03-05 11:17:06 +03:00
|
|
|
|
1994-02-25 19:40:47 +03:00
|
|
|
return 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
int
|
1994-03-04 06:43:48 +03:00
|
|
|
wdioctl(dev, cmd, addr, flag, p)
|
|
|
|
dev_t dev;
|
|
|
|
int cmd;
|
|
|
|
caddr_t addr;
|
|
|
|
int flag;
|
|
|
|
struct proc *p;
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1994-03-03 00:42:31 +03:00
|
|
|
int lunit = WDUNIT(dev);
|
1994-03-10 08:18:33 +03:00
|
|
|
struct wd_softc *wd = wd_softc[lunit];
|
1994-03-03 04:58:21 +03:00
|
|
|
int error;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
switch (cmd) {
|
|
|
|
case DIOCSBAD:
|
1993-04-06 14:06:28 +04:00
|
|
|
if ((flag & FWRITE) == 0)
|
1994-03-03 04:58:21 +03:00
|
|
|
return EBADF;
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_cpulabel.bad = *(struct dkbad *)addr;
|
|
|
|
bad144intern(wd);
|
1994-03-03 04:58:21 +03:00
|
|
|
return 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
case DIOCGDINFO:
|
1994-03-10 08:18:33 +03:00
|
|
|
*(struct disklabel *)addr = wd->sc_label;
|
1994-03-03 04:58:21 +03:00
|
|
|
return 0;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
case DIOCGPART:
|
1994-03-10 08:18:33 +03:00
|
|
|
((struct partinfo *)addr)->disklab = &wd->sc_label;
|
1993-04-06 14:06:28 +04:00
|
|
|
((struct partinfo *)addr)->part =
|
1994-03-10 08:18:33 +03:00
|
|
|
&wd->sc_label.d_partitions[WDPART(dev)];
|
1994-03-03 04:58:21 +03:00
|
|
|
return 0;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
case DIOCSDINFO:
|
|
|
|
if ((flag & FWRITE) == 0)
|
1994-03-03 04:58:21 +03:00
|
|
|
return EBADF;
|
1994-03-10 08:18:33 +03:00
|
|
|
error = setdisklabel(&wd->sc_label,
|
1994-03-03 04:58:21 +03:00
|
|
|
(struct disklabel *)addr,
|
1994-03-10 08:18:33 +03:00
|
|
|
/*(wd->sc_flags & WDF_BSDLABEL) ? wd->sc_openpart : */0,
|
|
|
|
&wd->sc_cpulabel);
|
1993-04-06 14:06:28 +04:00
|
|
|
if (error == 0) {
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_flags |= WDF_BSDLABEL;
|
|
|
|
wdsetctlr(wd);
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1994-03-03 04:58:21 +03:00
|
|
|
return error;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-02-26 03:00:17 +03:00
|
|
|
case DIOCWLABEL:
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_flags &= ~WDF_WRITEPROT;
|
1993-04-06 14:06:28 +04:00
|
|
|
if ((flag & FWRITE) == 0)
|
1994-03-03 04:58:21 +03:00
|
|
|
return EBADF;
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_wlabel = *(int *)addr;
|
1994-03-03 04:58:21 +03:00
|
|
|
return 0;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-02-26 03:00:17 +03:00
|
|
|
case DIOCWDINFO:
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_flags &= ~WDF_WRITEPROT;
|
1993-04-06 14:06:28 +04:00
|
|
|
if ((flag & FWRITE) == 0)
|
1994-03-03 04:58:21 +03:00
|
|
|
return EBADF;
|
1994-03-10 08:18:33 +03:00
|
|
|
error = setdisklabel(&wd->sc_label,
|
1994-02-25 19:40:47 +03:00
|
|
|
(struct disklabel *)addr,
|
1994-03-10 08:18:33 +03:00
|
|
|
/*(wd->sc_flags & WDF_BSDLABEL) ? wd->sc_openpart :*/0,
|
|
|
|
&wd->sc_cpulabel);
|
1994-03-03 04:58:21 +03:00
|
|
|
if (error == 0) {
|
1993-04-06 14:06:28 +04:00
|
|
|
int wlab;
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_flags |= WDF_BSDLABEL;
|
|
|
|
wdsetctlr(wd);
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Simulate opening partition 0 so write succeeds. */
|
|
|
|
wd->sc_openpart |= (1 << 0); /* XXX */
|
|
|
|
wlab = wd->sc_wlabel;
|
|
|
|
wd->sc_wlabel = 1;
|
|
|
|
error = writedisklabel(dev, wdstrategy, &wd->sc_label,
|
|
|
|
&wd->sc_cpulabel);
|
|
|
|
wd->sc_openpart = wd->sc_copenpart | wd->sc_bopenpart;
|
|
|
|
wd->sc_wlabel = wlab;
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
1994-03-03 04:58:21 +03:00
|
|
|
return error;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
#ifdef notyet
|
|
|
|
case DIOCGDINFOP:
|
1994-03-10 08:18:33 +03:00
|
|
|
*(struct disklabel **)addr = &wd->sc_label;
|
1994-03-03 04:58:21 +03:00
|
|
|
return 0;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
case DIOCWFORMAT:
|
|
|
|
if ((flag & FWRITE) == 0)
|
1994-03-03 04:58:21 +03:00
|
|
|
return EBADF;
|
|
|
|
{
|
|
|
|
register struct format_op *fop;
|
|
|
|
struct iovec aiov;
|
|
|
|
struct uio auio;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-03 04:58:21 +03:00
|
|
|
fop = (struct format_op *)addr;
|
|
|
|
aiov.iov_base = fop->df_buf;
|
|
|
|
aiov.iov_len = fop->df_count;
|
|
|
|
auio.uio_iov = &aiov;
|
|
|
|
auio.uio_iovcnt = 1;
|
|
|
|
auio.uio_resid = fop->df_count;
|
|
|
|
auio.uio_segflg = 0;
|
|
|
|
auio.uio_offset =
|
1994-03-10 08:18:33 +03:00
|
|
|
fop->df_startblk * wd->sc_label.d_secsize;
|
|
|
|
error = physio(wdformat, NULL, dev, B_WRITE, minphys,
|
|
|
|
&auio);
|
1994-03-03 04:58:21 +03:00
|
|
|
fop->df_count -= auio.uio_resid;
|
1994-03-10 08:18:33 +03:00
|
|
|
fop->df_reg[0] = wdc->sc_status;
|
|
|
|
fop->df_reg[1] = wdc->sc_error;
|
1994-03-03 04:58:21 +03:00
|
|
|
return error;
|
|
|
|
}
|
1993-03-21 12:45:37 +03:00
|
|
|
#endif
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
default:
|
1994-03-03 04:58:21 +03:00
|
|
|
return ENOTTY;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1994-03-03 04:58:21 +03:00
|
|
|
|
|
|
|
#ifdef DIAGNOSTIC
|
|
|
|
panic("wdioctl: impossible");
|
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
1994-02-26 03:00:17 +03:00
|
|
|
#ifdef B_FORMAT
|
1993-03-21 12:45:37 +03:00
|
|
|
int
|
|
|
|
wdformat(struct buf *bp)
|
|
|
|
{
|
1994-02-26 03:00:17 +03:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
bp->b_flags |= B_FORMAT;
|
1994-02-25 19:40:47 +03:00
|
|
|
return wdstrategy(bp);
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
int
|
1994-03-04 06:43:48 +03:00
|
|
|
wdsize(dev)
|
|
|
|
dev_t dev;
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1994-03-03 00:42:31 +03:00
|
|
|
int lunit = WDUNIT(dev), part = WDPART(dev);
|
1994-03-10 08:18:33 +03:00
|
|
|
struct wd_softc *wd;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
if (lunit >= NWD)
|
1994-02-25 19:40:47 +03:00
|
|
|
return -1;
|
1994-03-10 08:18:33 +03:00
|
|
|
wd = wd_softc[lunit];
|
|
|
|
if (wd == 0)
|
1994-02-25 19:40:47 +03:00
|
|
|
return -1;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wd->sc_state < OPEN || (wd->sc_flags & WDF_BSDLABEL) == 0) {
|
1993-04-06 14:06:28 +04:00
|
|
|
int val;
|
1994-02-26 03:00:17 +03:00
|
|
|
val = wdopen(makewddev(major(dev), lunit, WDRAW), FREAD,
|
|
|
|
S_IFBLK, 0);
|
1994-03-04 06:43:48 +03:00
|
|
|
/* XXX Clear the open flag? */
|
1993-04-06 14:06:28 +04:00
|
|
|
if (val != 0)
|
1994-02-25 19:40:47 +03:00
|
|
|
return -1;
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
if ((wd->sc_flags & (WDF_WRITEPROT | WDF_BSDLABEL)) != WDF_BSDLABEL)
|
1994-02-25 19:40:47 +03:00
|
|
|
return -1;
|
1994-02-26 20:10:12 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
return (int)wd->sc_label.d_partitions[part].p_size;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/*
|
|
|
|
* Dump core after a system crash.
|
|
|
|
*/
|
1993-03-21 12:45:37 +03:00
|
|
|
int
|
1994-03-04 06:43:48 +03:00
|
|
|
wddump(dev)
|
|
|
|
dev_t dev;
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1994-03-10 08:18:33 +03:00
|
|
|
struct wd_softc *wd; /* disk unit to do the IO */
|
|
|
|
struct wdc_softc *wdc;
|
|
|
|
long num; /* number of sectors to write */
|
|
|
|
int lunit, part;
|
1994-02-26 20:10:12 +03:00
|
|
|
long blkoff, blknum;
|
1994-03-07 08:54:44 +03:00
|
|
|
long cylin, head, sector;
|
1994-03-05 11:17:06 +03:00
|
|
|
long secpertrk, secpercyl, nblocks;
|
1993-03-21 12:45:37 +03:00
|
|
|
char *addr;
|
1994-02-26 20:10:12 +03:00
|
|
|
static wddoingadump = 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
extern caddr_t CADDR1;
|
1993-12-24 16:56:14 +03:00
|
|
|
extern struct pte *CMAP1;
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
addr = (char *)0; /* starting address */
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-05-28 13:10:52 +04:00
|
|
|
#if DO_NOT_KNOW_HOW
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Toss any characters present prior to dump, ie. non-blocking getc. */
|
1993-05-28 13:10:52 +04:00
|
|
|
while (cngetc())
|
1993-03-21 12:45:37 +03:00
|
|
|
;
|
1993-05-28 13:10:52 +04:00
|
|
|
#endif
|
1994-03-05 11:17:06 +03:00
|
|
|
|
1994-03-03 00:42:31 +03:00
|
|
|
lunit = WDUNIT(dev);
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Check for acceptable drive number. */
|
1993-04-06 14:06:28 +04:00
|
|
|
if (lunit >= NWD)
|
1994-02-25 19:40:47 +03:00
|
|
|
return ENXIO;
|
1994-03-10 08:18:33 +03:00
|
|
|
wd = wd_softc[lunit];
|
|
|
|
/* Was it ever initialized? */
|
|
|
|
if (wd == 0 || wd->sc_state < OPEN || wd->sc_flags & WDF_WRITEPROT)
|
1994-02-25 19:40:47 +03:00
|
|
|
return ENXIO;
|
1994-02-26 20:10:12 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
wdc = (void *)wd->sc_dev.dv_parent;
|
|
|
|
|
|
|
|
/* Convert to disk sectors. */
|
|
|
|
num = ctob(physmem) / wd->sc_label.d_secsize;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
secpertrk = wd->sc_label.d_nsectors;
|
|
|
|
secpercyl = wd->sc_label.d_secpercyl;
|
|
|
|
part = WDPART(dev);
|
|
|
|
nblocks = wd->sc_label.d_partitions[part].p_size;
|
|
|
|
blkoff = wd->sc_label.d_partitions[part].p_offset;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-05 11:17:06 +03:00
|
|
|
/*printf("part %x, nblocks %d, dumplo %d, num %d\n", part, nblocks,
|
1994-03-03 00:42:31 +03:00
|
|
|
dumplo, num);*/
|
1994-03-05 11:17:06 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Check transfer bounds against partition size. */
|
1994-02-26 20:10:12 +03:00
|
|
|
if (dumplo < 0 || dumplo + num > nblocks)
|
1994-02-25 19:40:47 +03:00
|
|
|
return EINVAL;
|
1994-03-05 11:17:06 +03:00
|
|
|
|
|
|
|
if (wddoingadump)
|
|
|
|
return EFAULT;
|
1993-04-06 14:06:28 +04:00
|
|
|
wddoingadump = 1;
|
1994-03-05 11:17:06 +03:00
|
|
|
|
|
|
|
/* Recalibrate. */
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wdcommand(wd, 0, 0, 0, 0, WDCC_RESTORE | WD_STEP) != 0 ||
|
|
|
|
wait_for_ready(wdc) != 0 || wdsetctlr(wd) != 0) {
|
|
|
|
wderror(wd, NULL, "wddump: recal failed");
|
1994-03-03 00:42:31 +03:00
|
|
|
return EIO;
|
1994-03-07 08:54:44 +03:00
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
blknum = dumplo + blkoff;
|
|
|
|
while (num > 0) {
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Compute disk address. */
|
1993-03-21 12:45:37 +03:00
|
|
|
cylin = blknum / secpercyl;
|
|
|
|
head = (blknum % secpercyl) / secpertrk;
|
|
|
|
sector = blknum % secpertrk;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wd->sc_flags & WDF_BADSECT) {
|
1993-04-06 14:06:28 +04:00
|
|
|
long newblk;
|
|
|
|
int i;
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
for (i = 0; wd->sc_badsect[i] != -1; i++) {
|
|
|
|
if (blknum < wd->sc_badsect[i]) {
|
|
|
|
/* Sorted list, passed our block by. */
|
1994-02-26 03:00:17 +03:00
|
|
|
break;
|
1994-03-10 08:18:33 +03:00
|
|
|
} else if (blknum == wd->sc_badsect[i]) {
|
|
|
|
newblk = wd->sc_label.d_secperunit -
|
|
|
|
wd->sc_label.d_nsectors - i - 1;
|
1993-04-06 14:06:28 +04:00
|
|
|
cylin = newblk / secpercyl;
|
|
|
|
head = (newblk % secpercyl) / secpertrk;
|
|
|
|
sector = newblk % secpertrk;
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Found and replaced; done. */
|
1993-04-06 14:06:28 +04:00
|
|
|
break;
|
|
|
|
}
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
1993-03-21 12:45:37 +03:00
|
|
|
sector++; /* origin 1 */
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
#ifdef notdef
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Let's just talk about this first. */
|
1994-03-05 11:17:06 +03:00
|
|
|
printf("cylin %d, head %d, sector %d, addr 0x%x", cylin, head,
|
|
|
|
sector, addr);
|
1993-03-21 12:45:37 +03:00
|
|
|
#endif
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wdcommand(wd, cylin, head, sector, 1, WDCC_WRITE) != 0) {
|
|
|
|
wderror(wd, NULL, "wddump: wdcommand failed");
|
1994-03-07 08:54:44 +03:00
|
|
|
return EIO;
|
|
|
|
}
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wait_for_drq(wdc) != 0) {
|
|
|
|
wderror(wd, NULL, "wddump: timeout waiting for drq");
|
1994-03-03 00:42:31 +03:00
|
|
|
return EIO;
|
1994-03-07 08:54:44 +03:00
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
#ifdef notdef /* Cannot use this since this address was mapped differently. */
|
1994-02-26 20:10:12 +03:00
|
|
|
pmap_enter(kernel_pmap, CADDR1, trunc_page(addr), VM_PROT_READ, TRUE);
|
|
|
|
#else
|
|
|
|
*(int *)CMAP1 = PG_V | PG_KW | ctob((long)addr);
|
|
|
|
tlbflush();
|
|
|
|
#endif
|
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
outsw(wdc->sc_iobase+wd_data, CADDR1 + ((int)addr & PGOFSET),
|
1994-03-03 00:42:31 +03:00
|
|
|
DEV_BSIZE / sizeof(short));
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-05-10 09:53:22 +04:00
|
|
|
/* Check data request (should be done). */
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wait_for_ready(wdc) != 0) {
|
|
|
|
wderror(wd, NULL, "wddump: timeout waiting for ready");
|
1994-03-07 08:54:44 +03:00
|
|
|
return EIO;
|
|
|
|
}
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wdc->sc_status & WDCS_DRQ) {
|
|
|
|
wderror(wd, NULL, "wddump: extra drq");
|
1994-02-25 19:40:47 +03:00
|
|
|
return EIO;
|
1994-03-07 08:54:44 +03:00
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1994-02-26 20:10:12 +03:00
|
|
|
if ((unsigned)addr % 1048576 == 0)
|
|
|
|
printf("%d ", num / (1048576 / DEV_BSIZE));
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Update block count. */
|
1993-03-21 12:45:37 +03:00
|
|
|
num--;
|
1993-04-06 14:06:28 +04:00
|
|
|
blknum++;
|
1994-02-26 20:10:12 +03:00
|
|
|
(int)addr += DEV_BSIZE;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-05-28 13:10:52 +04:00
|
|
|
#if DO_NOT_KNOW_HOW
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Operator aborting dump? non-blocking getc() */
|
1993-05-28 13:10:52 +04:00
|
|
|
if (cngetc())
|
1994-02-25 19:40:47 +03:00
|
|
|
return EINTR;
|
1993-05-28 13:10:52 +04:00
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1994-02-25 19:40:47 +03:00
|
|
|
return 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Internalize the bad sector table.
|
|
|
|
*/
|
|
|
|
void
|
1994-03-10 08:18:33 +03:00
|
|
|
bad144intern(wd)
|
|
|
|
struct wd_softc *wd;
|
1993-04-06 14:06:28 +04:00
|
|
|
{
|
|
|
|
int i;
|
1994-03-04 06:43:48 +03:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
if ((wd->sc_flags & WDF_BADSECT) == 0)
|
1994-03-04 06:43:48 +03:00
|
|
|
return;
|
|
|
|
|
|
|
|
for (i = 0; i < 127; i++)
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_badsect[i] = -1;
|
1994-03-04 06:43:48 +03:00
|
|
|
for (i = 0; i < 126; i++) {
|
1994-03-10 08:18:33 +03:00
|
|
|
if (wd->sc_cpulabel.bad.bt_bad[i].bt_cyl == 0xffff)
|
1994-03-04 06:43:48 +03:00
|
|
|
break;
|
1994-03-10 08:18:33 +03:00
|
|
|
wd->sc_badsect[i] =
|
|
|
|
wd->sc_cpulabel.bad.bt_bad[i].bt_cyl *
|
|
|
|
wd->sc_label.d_secpercyl +
|
|
|
|
(wd->sc_cpulabel.bad.bt_bad[i].bt_trksec >> 8) *
|
|
|
|
wd->sc_label.d_nsectors +
|
|
|
|
(wd->sc_cpulabel.bad.bt_bad[i].bt_trksec & 0x00ff);
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
1993-12-13 13:16:56 +03:00
|
|
|
static int
|
1994-03-10 08:18:33 +03:00
|
|
|
wdcreset(wdc)
|
|
|
|
struct wdc_softc *wdc;
|
1993-07-06 04:42:43 +04:00
|
|
|
{
|
1994-03-10 08:18:33 +03:00
|
|
|
u_short iobase = wdc->sc_iobase;
|
1993-07-06 04:42:43 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Reset the device. */
|
|
|
|
outb(iobase+wd_ctlr, WDCTL_RST | WDCTL_IDS);
|
1994-03-06 20:18:43 +03:00
|
|
|
delay(1000);
|
1994-03-10 08:18:33 +03:00
|
|
|
outb(iobase+wd_ctlr, WDCTL_IDS);
|
1994-03-06 20:18:43 +03:00
|
|
|
delay(1000);
|
1994-03-10 08:18:33 +03:00
|
|
|
(void) inb(iobase+wd_error);
|
|
|
|
outb(iobase+wd_ctlr, WDCTL_4BIT);
|
|
|
|
|
|
|
|
if (wait_for_unbusy(wdc) < 0) {
|
|
|
|
printf("%s: reset failed\n", wdc->sc_dev.dv_xname);
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
wdcrestart(wdc)
|
|
|
|
struct wdc_softc *wdc;
|
|
|
|
{
|
|
|
|
int s = splbio();
|
|
|
|
|
|
|
|
wdc->sc_q.b_active = 0;
|
|
|
|
wdcstart(wdc);
|
|
|
|
splx(s);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Unwedge the controller after an unexpected error. We do this by resetting
|
|
|
|
* it, marking all drives for recalibration, and stalling the queue for a short
|
|
|
|
* period to give the reset time to finish.
|
|
|
|
* NOTE: We use a timeout here, so this routine must not be called during
|
|
|
|
* autoconfig or dump.
|
|
|
|
*/
|
|
|
|
static void
|
|
|
|
wdcunwedge(wdc)
|
|
|
|
struct wdc_softc *wdc;
|
|
|
|
{
|
|
|
|
int lunit;
|
|
|
|
|
|
|
|
wdc->sc_timeout = 0;
|
|
|
|
(void) wdcreset(wdc);
|
|
|
|
|
|
|
|
/* Schedule recalibrate for all drives on this controller. */
|
|
|
|
for (lunit = 0; lunit < NWD; lunit++) {
|
|
|
|
struct wd_softc *wd = wd_softc[lunit];
|
|
|
|
if (!wd || (void *)wd->sc_dev.dv_parent != wdc)
|
|
|
|
continue;
|
|
|
|
if (wd->sc_state > WANTOPEN)
|
|
|
|
wd->sc_state = WANTOPEN;
|
|
|
|
if (wd->sc_q.b_active && (wd->sc_flags & WDF_SINGLE) == 0)
|
|
|
|
wd->sc_flags |= WDF_ERROR;
|
|
|
|
}
|
|
|
|
|
|
|
|
++wdc->sc_q.b_errcnt;
|
1993-07-06 04:42:43 +04:00
|
|
|
|
1994-03-10 08:18:33 +03:00
|
|
|
/* Wake up in a little bit and restart the operation. */
|
|
|
|
timeout((timeout_t)wdcrestart, (caddr_t)wdc, RECOVERYTIME);
|
1994-02-25 20:45:28 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
int
|
1994-03-10 08:18:33 +03:00
|
|
|
wdcwait(wdc, mask)
|
|
|
|
struct wdc_softc *wdc;
|
1994-02-26 22:00:51 +03:00
|
|
|
int mask;
|
1994-02-25 20:45:28 +03:00
|
|
|
{
|
1994-03-10 08:18:33 +03:00
|
|
|
u_short iobase = wdc->sc_iobase;
|
1994-02-25 20:45:28 +03:00
|
|
|
int timeout = 0;
|
1994-03-07 08:54:44 +03:00
|
|
|
u_char status;
|
1994-02-25 20:45:28 +03:00
|
|
|
|
|
|
|
for (;;) {
|
1994-03-10 08:18:33 +03:00
|
|
|
wdc->sc_status = status = inb(iobase+wd_altsts);
|
1994-03-07 08:54:44 +03:00
|
|
|
if ((status & WDCS_BUSY) == 0 && (status & mask) == mask)
|
1994-03-03 04:58:21 +03:00
|
|
|
break;
|
1994-02-25 20:45:28 +03:00
|
|
|
if (++timeout > WDCNDELAY)
|
|
|
|
return -1;
|
1994-03-06 20:18:43 +03:00
|
|
|
delay(WDCDELAY);
|
1993-07-06 04:42:43 +04:00
|
|
|
}
|
1994-03-07 08:54:44 +03:00
|
|
|
if (status & WDCS_ERR)
|
1994-03-10 08:18:33 +03:00
|
|
|
wdc->sc_error = inb(iobase+wd_error);
|
1993-07-07 09:50:35 +04:00
|
|
|
#ifdef WDCNDELAY_DEBUG
|
1994-02-25 19:40:47 +03:00
|
|
|
if (timeout > WDCNDELAY_DEBUG)
|
1994-03-10 08:18:33 +03:00
|
|
|
printf("%s: busy-wait took %dus\n", wdc->sc_dev.dv_xname,
|
1994-03-03 00:42:31 +03:00
|
|
|
WDCDELAY * timeout);
|
1993-07-07 09:50:35 +04:00
|
|
|
#endif
|
1994-03-07 08:54:44 +03:00
|
|
|
return status & WDCS_ERR;
|
1993-07-06 04:42:43 +04:00
|
|
|
}
|
1993-12-13 13:16:56 +03:00
|
|
|
|
1994-03-05 11:17:06 +03:00
|
|
|
static void
|
1994-03-10 08:18:33 +03:00
|
|
|
wdctimeout(wdc)
|
|
|
|
struct wdc_softc *wdc;
|
1993-12-13 13:16:56 +03:00
|
|
|
{
|
1994-03-04 06:43:48 +03:00
|
|
|
int s = splbio();
|
1994-03-10 08:18:33 +03:00
|
|
|
|
|
|
|
if (wdc->sc_timeout && --wdc->sc_timeout == 0) {
|
|
|
|
wderror(wdc, NULL, "lost interrupt");
|
|
|
|
wdcunwedge(wdc);
|
1993-12-13 13:16:56 +03:00
|
|
|
}
|
1994-03-10 08:18:33 +03:00
|
|
|
timeout((timeout_t)wdctimeout, (caddr_t)wdc, hz);
|
1994-03-04 06:43:48 +03:00
|
|
|
splx(s);
|
1993-12-13 13:16:56 +03:00
|
|
|
}
|
1994-02-25 21:30:37 +03:00
|
|
|
|
1994-03-07 08:54:44 +03:00
|
|
|
static void
|
1994-03-10 08:18:33 +03:00
|
|
|
wderror(dev, bp, msg)
|
|
|
|
void *dev;
|
1994-03-07 08:54:44 +03:00
|
|
|
struct buf *bp;
|
|
|
|
char *msg;
|
|
|
|
{
|
1994-03-10 08:18:33 +03:00
|
|
|
struct wd_softc *wd = dev;
|
|
|
|
struct wdc_softc *wdc = dev;
|
|
|
|
|
1994-03-07 08:54:44 +03:00
|
|
|
if (bp)
|
1994-03-10 08:18:33 +03:00
|
|
|
diskerr(bp, "wd", msg, LOG_PRINTF, wd->sc_skip, &wd->sc_label);
|
1994-03-07 08:54:44 +03:00
|
|
|
else
|
1994-03-10 08:18:33 +03:00
|
|
|
printf("%s: %s: status %b error %b\n", wdc->sc_dev.dv_xname,
|
|
|
|
msg, wdc->sc_status, WDCS_BITS, wdc->sc_error, WDERR_BITS);
|
1994-03-07 08:54:44 +03:00
|
|
|
}
|
|
|
|
|
1994-02-25 21:30:37 +03:00
|
|
|
#endif /* NWDC > 0 */
|