1993-05-04 12:27:29 +04:00
|
|
|
/*
|
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-02-10 18:17:34 +03:00
|
|
|
* $Id: wd.c,v 1.36 1994/02/10 15:17:34 mycroft Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
|
|
|
|
1993-04-06 14:06:28 +04:00
|
|
|
/* Note: This code heavily modified by tih@barsoom.nhh.no; use at own risk! */
|
|
|
|
/* The following defines represent only a very small part of the mods, most */
|
1993-05-10 09:53:22 +04:00
|
|
|
/* of them are not marked in any way. -tih */
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
#define TIHMODS /* wdopen() workaround, some splx() calls */
|
|
|
|
#define QUIETWORKS /* define this when wdopen() can actually set DKFL_QUIET */
|
|
|
|
#define INSTRUMENT /* Add instrumentation stuff by Brad Parker */
|
1993-07-06 04:42:43 +04:00
|
|
|
#define TIPCAT /* theo says: whatever it is, it looks important! */
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1993-04-06 14:06:28 +04:00
|
|
|
/* TODO: peel out buffer at low ipl, speed improvement */
|
|
|
|
/* TODO: find and fix the timing bugs apparent on some controllers */
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
#include "wd.h"
|
1993-04-06 14:06:28 +04: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>
|
|
|
|
#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>
|
|
|
|
#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
|
|
|
|
1993-07-06 04:42:43 +04:00
|
|
|
#ifndef WDCNDELAY
|
1993-07-28 06:20:34 +04:00
|
|
|
#define WDCNDELAY 400000 /* delay = 25us; so 10s for a controller state change */
|
1993-07-05 07:20:57 +04:00
|
|
|
#endif
|
1993-07-06 04:42:43 +04:00
|
|
|
#define WDCDELAY 25
|
1993-07-05 07:20:57 +04:00
|
|
|
|
1993-07-07 09:50:35 +04:00
|
|
|
/* if you enable this, it will report any delays more than 25us * N long */
|
|
|
|
/*#define WDCNDELAY_DEBUG 6 */
|
|
|
|
|
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
|
|
|
|
|
|
|
#define wdnoreloc(dev) (minor(dev) & 0x80) /* ignore partition table */
|
|
|
|
#define wddospart(dev) (minor(dev) & 0x40) /* use dos partitions */
|
|
|
|
#define wdunit(dev) ((minor(dev) & 0x38) >> 3)
|
|
|
|
#define wdpart(dev) (minor(dev) & 0x7)
|
|
|
|
#define makewddev(maj, unit, part) (makedev(maj,((unit<<3)+part)))
|
|
|
|
#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.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define CLOSED 0 /* disk is closed. */
|
|
|
|
#define WANTOPEN 1 /* open requested, not started */
|
|
|
|
#define RECAL 2 /* doing restore */
|
|
|
|
#define OPEN 3 /* done with open */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* The structure of a disk drive.
|
|
|
|
*/
|
|
|
|
struct disk {
|
|
|
|
long dk_bc; /* byte count left */
|
1993-04-06 14:06:28 +04:00
|
|
|
long dk_bct; /* total byte count left */
|
1993-03-21 12:45:37 +03:00
|
|
|
short dk_skip; /* blocks already transferred */
|
1993-04-06 14:06:28 +04:00
|
|
|
short dk_skipm; /* blocks already transferred for multi */
|
|
|
|
char dk_ctrlr; /* physical controller number */
|
1993-03-21 12:45:37 +03:00
|
|
|
char dk_unit; /* physical unit number */
|
1993-04-06 14:06:28 +04:00
|
|
|
char dk_lunit; /* logical unit number */
|
1993-03-21 12:45:37 +03:00
|
|
|
char dk_state; /* control state */
|
|
|
|
u_char dk_status; /* copy of status reg. */
|
|
|
|
u_char dk_error; /* copy of error reg. */
|
|
|
|
short dk_port; /* i/o port base */
|
|
|
|
|
1993-04-06 14:06:28 +04:00
|
|
|
u_long dk_copenpart; /* character units open on this drive */
|
|
|
|
u_long dk_bopenpart; /* block units open on this drive */
|
|
|
|
u_long dk_openpart; /* all units open on this drive */
|
1993-03-21 12:45:37 +03:00
|
|
|
short dk_wlabel; /* label writable? */
|
|
|
|
short dk_flags; /* drive characteistics found */
|
|
|
|
#define DKFL_DOSPART 0x00001 /* has DOS partition table */
|
|
|
|
#define DKFL_QUIET 0x00002 /* report errors back, but don't complain */
|
|
|
|
#define DKFL_SINGLE 0x00004 /* sector at a time mode */
|
|
|
|
#define DKFL_ERROR 0x00008 /* processing a disk error */
|
|
|
|
#define DKFL_BSDLABEL 0x00010 /* has a BSD disk label */
|
|
|
|
#define DKFL_BADSECT 0x00020 /* has a bad144 badsector table */
|
|
|
|
#define DKFL_WRITEPROT 0x00040 /* manual unit write protect */
|
|
|
|
struct wdparams dk_params; /* ESDI/IDE drive/controller parameters */
|
|
|
|
struct disklabel dk_dd; /* device configuration data */
|
1993-05-21 02:48:23 +04:00
|
|
|
struct cpu_disklabel dk_cpd;
|
1993-04-06 14:06:28 +04:00
|
|
|
long dk_badsect[127]; /* 126 plus trailing -1 marker */
|
1993-03-21 12:45:37 +03:00
|
|
|
};
|
|
|
|
|
1993-04-15 11:52:08 +04:00
|
|
|
struct board {
|
|
|
|
short dkc_port;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct board wdcontroller[NWDC];
|
1993-04-06 14:06:28 +04:00
|
|
|
struct disk *wddrives[NWD]; /* table of units */
|
|
|
|
struct buf wdtab[NWDC]; /* various per-controller info */
|
|
|
|
struct buf wdutab[NWD]; /* head of queue per drive */
|
|
|
|
struct buf rwdbuf[NWD]; /* buffers for raw IO */
|
|
|
|
long wdxfer[NWD]; /* count of transfers */
|
1993-12-13 13:16:56 +03:00
|
|
|
int wdtimeoutstatus[NWD]; /* timeout counters */
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
int wdprobe(), wdattach();
|
|
|
|
|
|
|
|
struct isa_driver wdcdriver = {
|
|
|
|
wdprobe, wdattach, "wdc",
|
1993-03-21 12:45:37 +03:00
|
|
|
};
|
|
|
|
|
1993-12-13 13:16:56 +03:00
|
|
|
static void wdustart(struct disk *);
|
|
|
|
static void wdstart(int);
|
|
|
|
static int wdcommand(struct disk *, int);
|
|
|
|
static int wdcontrol(struct buf *);
|
|
|
|
static int wdsetctlr(dev_t, struct disk *);
|
|
|
|
static int wdgetctlr(int, struct disk *);
|
|
|
|
static void bad144intern(struct disk *);
|
|
|
|
static void wddisksort();
|
|
|
|
static int wdreset(int, int, int);
|
|
|
|
static int wdtimeout(caddr_t);
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Probe for controller.
|
|
|
|
*/
|
|
|
|
int
|
|
|
|
wdprobe(struct isa_device *dvp)
|
|
|
|
{
|
|
|
|
struct disk *du;
|
|
|
|
int wdc;
|
|
|
|
|
1993-04-06 14:06:28 +04:00
|
|
|
if (dvp->id_unit >= NWDC)
|
1993-03-21 12:45:37 +03:00
|
|
|
return(0);
|
|
|
|
|
1993-04-06 14:06:28 +04:00
|
|
|
du = (struct disk *) malloc (sizeof(struct disk), M_TEMP, M_NOWAIT);
|
|
|
|
bzero(du, sizeof(struct disk));
|
|
|
|
|
|
|
|
du->dk_ctrlr = dvp->id_unit;
|
|
|
|
du->dk_unit = 0;
|
|
|
|
du->dk_lunit = 0;
|
1993-04-15 11:52:08 +04:00
|
|
|
wdcontroller[dvp->id_unit].dkc_port = dvp->id_iobase;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
wdc = du->dk_port = dvp->id_iobase;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* check if we have registers that work */
|
1993-04-06 14:06:28 +04:00
|
|
|
outb(wdc+wd_error, 0x5a); /* error register not writable */
|
|
|
|
outb(wdc+wd_cyl_lo, 0xa5); /* but all of cyllo are implemented */
|
|
|
|
if(inb(wdc+wd_error) == 0x5a || inb(wdc+wd_cyl_lo) != 0xa5)
|
1993-03-21 12:45:37 +03:00
|
|
|
goto nodevice;
|
|
|
|
|
1993-07-06 04:42:43 +04:00
|
|
|
wdreset(dvp->id_unit, wdc, 0);
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
/* execute a controller only command */
|
|
|
|
if (wdcommand(du, WDCC_DIAGNOSE) < 0)
|
|
|
|
goto nodevice;
|
|
|
|
|
1993-04-06 14:06:28 +04:00
|
|
|
bzero(&wdtab[du->dk_ctrlr], sizeof(struct buf));
|
|
|
|
|
|
|
|
free(du, M_TEMP);
|
1993-04-09 20:25:07 +04:00
|
|
|
return (8);
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
nodevice:
|
|
|
|
free(du, M_TEMP);
|
|
|
|
return (0);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
1993-04-15 11:52:08 +04:00
|
|
|
* Called for the controller too
|
1993-03-21 12:45:37 +03:00
|
|
|
* Attach each drive if possible.
|
|
|
|
*/
|
|
|
|
int
|
|
|
|
wdattach(struct isa_device *dvp)
|
|
|
|
{
|
1993-04-06 14:06:28 +04:00
|
|
|
int unit, lunit;
|
|
|
|
struct disk *du;
|
|
|
|
|
1993-04-15 11:52:08 +04:00
|
|
|
if (dvp->id_masunit == -1)
|
|
|
|
return(0);
|
|
|
|
if (dvp->id_masunit >= NWDC)
|
1993-04-06 14:06:28 +04:00
|
|
|
return(0);
|
|
|
|
|
1993-04-15 11:52:08 +04:00
|
|
|
lunit = dvp->id_unit;
|
1993-05-04 12:27:29 +04:00
|
|
|
if (lunit == -1) {
|
|
|
|
printf("wdc%d: cannot support unit ?\n", dvp->id_masunit);
|
|
|
|
return 0;
|
|
|
|
}
|
1993-04-15 11:52:08 +04:00
|
|
|
if (lunit >= NWD)
|
|
|
|
return(0);
|
|
|
|
unit = dvp->id_physid;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-04-15 11:52:08 +04:00
|
|
|
du = wddrives[lunit] = (struct disk *)
|
|
|
|
malloc(sizeof(struct disk), M_TEMP, M_NOWAIT);
|
|
|
|
bzero(du, sizeof(struct disk));
|
|
|
|
bzero(&wdutab[lunit], sizeof(struct buf));
|
|
|
|
bzero(&rwdbuf[lunit], sizeof(struct buf));
|
|
|
|
wdxfer[lunit] = 0;
|
1993-12-13 13:16:56 +03:00
|
|
|
wdtimeoutstatus[lunit] = 0;
|
|
|
|
wdtimeout(lunit);
|
1993-04-15 11:52:08 +04:00
|
|
|
du->dk_ctrlr = dvp->id_masunit;
|
|
|
|
du->dk_unit = unit;
|
|
|
|
du->dk_lunit = lunit;
|
|
|
|
du->dk_port = wdcontroller[dvp->id_masunit].dkc_port;
|
|
|
|
|
|
|
|
if(wdgetctlr(unit, du) == 0) {
|
|
|
|
int i, blank;
|
|
|
|
|
1993-05-10 09:53:22 +04:00
|
|
|
printf("wd%d at wdc%d targ %d: ",
|
|
|
|
dvp->id_unit, dvp->id_masunit, dvp->id_physid);
|
|
|
|
if(du->dk_params.wdp_heads==0)
|
|
|
|
printf("(unknown size) <");
|
|
|
|
else
|
|
|
|
printf("%dMB %d cyl, %d head, %d sec <",
|
|
|
|
du->dk_dd.d_ncylinders * du->dk_dd.d_secpercyl / 2048,
|
|
|
|
du->dk_dd.d_ncylinders, du->dk_dd.d_ntracks,
|
|
|
|
du->dk_dd.d_nsectors);
|
1993-04-15 11:52:08 +04:00
|
|
|
for (i=blank=0; i<sizeof(du->dk_params.wdp_model); i++) {
|
|
|
|
char c = du->dk_params.wdp_model[i];
|
1993-08-01 23:22:24 +04:00
|
|
|
if (!c)
|
|
|
|
break;
|
1993-04-15 11:52:08 +04:00
|
|
|
if (blank && c == ' ')
|
|
|
|
continue;
|
|
|
|
if (blank && c != ' ') {
|
|
|
|
printf(" %c", c);
|
|
|
|
blank = 0;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
if (c == ' ')
|
|
|
|
blank = 1;
|
|
|
|
else
|
|
|
|
printf("%c", c);
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1993-04-15 11:52:08 +04:00
|
|
|
printf(">\n");
|
|
|
|
} else {
|
1993-05-09 08:25:48 +04:00
|
|
|
/*printf("wd%d at wdc%d slave %d -- error\n",
|
1993-05-10 09:53:22 +04:00
|
|
|
lunit, dvp->id_masunit, unit);*/
|
1993-04-15 11:52:08 +04:00
|
|
|
wddrives[lunit] = 0;
|
|
|
|
free(du, M_TEMP);
|
|
|
|
return 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1993-04-15 11:52:08 +04:00
|
|
|
return 1;
|
1993-03-21 12:45:37 +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.
|
|
|
|
*/
|
|
|
|
int
|
|
|
|
wdstrategy(register struct buf *bp)
|
|
|
|
{
|
|
|
|
register struct buf *dp;
|
|
|
|
struct disk *du; /* Disk unit to do the IO. */
|
1993-04-06 14:06:28 +04:00
|
|
|
int lunit = wdunit(bp->b_dev);
|
1993-03-21 12:45:37 +03:00
|
|
|
int s;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* valid unit, controller, and request? */
|
1993-04-06 14:06:28 +04:00
|
|
|
if (lunit >= NWD || bp->b_blkno < 0 ||
|
|
|
|
howmany(bp->b_bcount, DEV_BSIZE) >= (1<<NBBY) ||
|
|
|
|
(du = wddrives[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
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* "soft" write protect check */
|
|
|
|
if ((du->dk_flags & DKFL_WRITEPROT) && (bp->b_flags & B_READ) == 0) {
|
|
|
|
bp->b_error = EROFS;
|
|
|
|
bp->b_flags |= B_ERROR;
|
|
|
|
goto done;
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* have partitions and want to use them? */
|
|
|
|
if ((du->dk_flags & DKFL_BSDLABEL) != 0 && wdpart(bp->b_dev) != WDRAW) {
|
|
|
|
/*
|
|
|
|
* do bounds checking, adjust transfer. if error, process.
|
|
|
|
* if end of partition, just return
|
|
|
|
*/
|
|
|
|
if (bounds_check_with_label(bp, &du->dk_dd, du->dk_wlabel) <= 0)
|
|
|
|
goto done;
|
|
|
|
/* otherwise, process transfer request */
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* queue transfer on drive, activate drive and controller if idle */
|
1993-04-06 14:06:28 +04:00
|
|
|
dp = &wdutab[lunit];
|
1993-03-21 12:45:37 +03:00
|
|
|
s = splbio();
|
1993-04-06 14:06:28 +04:00
|
|
|
wddisksort(dp, bp);
|
1993-03-21 12:45:37 +03:00
|
|
|
if (dp->b_active == 0)
|
|
|
|
wdustart(du); /* start drive */
|
1993-04-06 14:06:28 +04:00
|
|
|
if (wdtab[du->dk_ctrlr].b_active == 0)
|
|
|
|
wdstart(du->dk_ctrlr); /* start controller */
|
1993-03-21 12:45:37 +03:00
|
|
|
splx(s);
|
1993-04-06 14:06:28 +04:00
|
|
|
return 0;
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
done:
|
|
|
|
/* toss transfer, we're done early */
|
|
|
|
biodone(bp);
|
1993-04-06 14:06:28 +04:00
|
|
|
return 0;
|
1993-03-21 12:45:37 +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.
|
|
|
|
*/
|
|
|
|
static void
|
|
|
|
wdustart(register struct disk *du)
|
|
|
|
{
|
1993-04-06 14:06:28 +04:00
|
|
|
register struct buf *bp, *dp = &wdutab[du->dk_lunit];
|
|
|
|
int ctrlr = du->dk_ctrlr;
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* unit already active? */
|
|
|
|
if (dp->b_active)
|
|
|
|
return;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* anything to start? */
|
|
|
|
bp = dp->b_actf;
|
|
|
|
if (bp == NULL)
|
|
|
|
return;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* link onto controller queue */
|
|
|
|
dp->b_forw = NULL;
|
1993-04-06 14:06:28 +04:00
|
|
|
if (wdtab[ctrlr].b_actf == NULL)
|
|
|
|
wdtab[ctrlr].b_actf = dp;
|
1993-03-21 12:45:37 +03:00
|
|
|
else
|
1993-04-06 14:06:28 +04:00
|
|
|
wdtab[ctrlr].b_actl->b_forw = dp;
|
|
|
|
wdtab[ctrlr].b_actl = dp;
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* mark the drive unit as busy */
|
|
|
|
dp->b_active = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 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.
|
|
|
|
* RESTRICTIONS:
|
|
|
|
* 1. The transfer length must be an exact multiple of the sector size.
|
|
|
|
*/
|
|
|
|
static void
|
1993-04-06 14:06:28 +04:00
|
|
|
wdstart(int ctrlr)
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
|
|
|
register struct disk *du; /* disk unit for IO */
|
|
|
|
register struct buf *bp;
|
|
|
|
struct disklabel *lp;
|
|
|
|
struct buf *dp;
|
1993-04-06 14:06:28 +04:00
|
|
|
long blknum, cylin, head, sector;
|
1993-07-05 07:20:57 +04:00
|
|
|
long secpertrk, secpercyl, addr, timeout;
|
1993-04-06 14:06:28 +04:00
|
|
|
int lunit, wdc;
|
|
|
|
int xfrblknum;
|
|
|
|
unsigned char status;
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
loop:
|
|
|
|
/* is there a drive for the controller to do a transfer with? */
|
1993-04-06 14:06:28 +04:00
|
|
|
dp = wdtab[ctrlr].b_actf;
|
1993-03-21 12:45:37 +03:00
|
|
|
if (dp == NULL)
|
|
|
|
return;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* is there a transfer to this drive ? if so, link it on
|
|
|
|
the controller's queue */
|
|
|
|
bp = dp->b_actf;
|
|
|
|
if (bp == NULL) {
|
1993-04-06 14:06:28 +04:00
|
|
|
wdtab[ctrlr].b_actf = dp->b_forw;
|
1993-03-21 12:45:37 +03:00
|
|
|
goto loop;
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* obtain controller and drive information */
|
1993-04-06 14:06:28 +04:00
|
|
|
lunit = wdunit(bp->b_dev);
|
|
|
|
du = wddrives[lunit];
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* if not really a transfer, do control operations specially */
|
|
|
|
if (du->dk_state < OPEN) {
|
|
|
|
(void) wdcontrol(bp);
|
|
|
|
return;
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* calculate transfer details */
|
|
|
|
blknum = bp->b_blkno + du->dk_skip;
|
|
|
|
#ifdef WDDEBUG
|
|
|
|
if (du->dk_skip == 0)
|
1993-04-06 14:06:28 +04:00
|
|
|
printf("\nwdstart %d: %s %d@%d; map ", lunit,
|
1993-03-21 12:45:37 +03:00
|
|
|
(bp->b_flags & B_READ) ? "read" : "write",
|
|
|
|
bp->b_bcount, blknum);
|
|
|
|
else
|
1993-04-06 14:06:28 +04:00
|
|
|
printf(" %d)%x", du->dk_skip, inb(du->dk_port+wd_altsts));
|
1993-03-21 12:45:37 +03:00
|
|
|
#endif
|
|
|
|
addr = (int) bp->b_un.b_addr;
|
1993-04-06 14:06:28 +04:00
|
|
|
if (du->dk_skip == 0) {
|
1993-03-21 12:45:37 +03:00
|
|
|
du->dk_bc = bp->b_bcount;
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
|
|
|
if (du->dk_skipm == 0) {
|
|
|
|
struct buf *oldbp, *nextbp;
|
|
|
|
oldbp = bp;
|
1994-02-06 13:00:30 +03:00
|
|
|
nextbp = bp->b_actf;
|
1993-04-06 14:06:28 +04:00
|
|
|
du->dk_bct = du->dk_bc;
|
|
|
|
oldbp->b_flags |= B_XXX;
|
|
|
|
while( nextbp
|
|
|
|
&& (oldbp->b_flags & DKFL_SINGLE) == 0
|
|
|
|
&& oldbp->b_dev == nextbp->b_dev
|
|
|
|
&& nextbp->b_blkno == (oldbp->b_blkno + (oldbp->b_bcount/DEV_BSIZE))
|
|
|
|
&& (oldbp->b_flags & B_READ) == (nextbp->b_flags & B_READ)) {
|
|
|
|
if( (du->dk_bct+nextbp->b_bcount)/DEV_BSIZE >= 240) {
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
du->dk_bct += nextbp->b_bcount;
|
|
|
|
oldbp->b_flags |= B_XXX;
|
|
|
|
oldbp = nextbp;
|
1994-02-06 13:00:30 +03:00
|
|
|
nextbp = nextbp->b_actf;
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
lp = &du->dk_dd;
|
|
|
|
secpertrk = lp->d_nsectors;
|
|
|
|
secpercyl = lp->d_secpercyl;
|
1993-03-21 21:04:42 +03:00
|
|
|
if ((du->dk_flags & DKFL_BSDLABEL) != 0 && wdpart(bp->b_dev) != WDRAW)
|
|
|
|
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
|
|
|
|
|
|
|
/* 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. */
|
|
|
|
#ifdef B_FORMAT
|
|
|
|
if ((du->dk_flags & DKFL_BADSECT) && !(bp->b_flags & B_FORMAT) &&
|
|
|
|
((du->dk_skipm == 0) || (du->dk_flags & DKFL_SINGLE))) {
|
|
|
|
#else
|
|
|
|
if ((du->dk_flags & DKFL_BADSECT) &&
|
|
|
|
((du->dk_skipm == 0) || (du->dk_flags & DKFL_SINGLE))) {
|
1993-03-21 12:45:37 +03:00
|
|
|
#endif
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
long blkchk, blkend, blknew;
|
|
|
|
int i;
|
|
|
|
|
|
|
|
blkend = blknum + howmany(du->dk_bct, DEV_BSIZE) - 1;
|
|
|
|
for (i = 0; (blkchk = du->dk_badsect[i]) != -1; i++) {
|
|
|
|
if (blkchk > blkend) {
|
|
|
|
break; /* transfer is completely OK; done */
|
|
|
|
} else if (blkchk == blknum) {
|
|
|
|
blknew = lp->d_secperunit - lp->d_nsectors - i - 1;
|
|
|
|
cylin = blknew / secpercyl;
|
|
|
|
head = (blknew % secpercyl) / secpertrk;
|
|
|
|
sector = blknew % secpertrk;
|
|
|
|
du->dk_flags |= DKFL_SINGLE;
|
|
|
|
/* found and replaced first blk of transfer; done */
|
|
|
|
break;
|
|
|
|
} else if (blkchk > blknum) {
|
|
|
|
du->dk_flags |= DKFL_SINGLE;
|
|
|
|
break; /* bad block inside transfer; done */
|
|
|
|
}
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
if( du->dk_flags & DKFL_SINGLE) {
|
|
|
|
du->dk_bct = du->dk_bc;
|
|
|
|
du->dk_skipm = du->dk_skip;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ifdef WDDEBUG
|
|
|
|
pg("c%d h%d s%d ", cylin, head, sector);
|
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1993-04-06 14:06:28 +04:00
|
|
|
sector += 1; /* sectors begin with 1, not 0 */
|
|
|
|
|
|
|
|
wdtab[ctrlr].b_active = 1; /* mark controller active */
|
1993-03-21 12:45:37 +03:00
|
|
|
wdc = du->dk_port;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
#ifdef INSTRUMENT
|
|
|
|
/* instrumentation */
|
|
|
|
if (du->dk_unit >= 0 && du->dk_skip == 0) {
|
|
|
|
dk_busy |= 1 << du->dk_lunit;
|
|
|
|
dk_wds[du->dk_lunit] += bp->b_bcount >> 6;
|
|
|
|
}
|
|
|
|
if (du->dk_unit >= 0 && du->dk_skipm == 0) {
|
|
|
|
++dk_seek[du->dk_lunit];
|
|
|
|
++dk_xfer[du->dk_lunit];
|
|
|
|
}
|
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1993-07-05 07:20:57 +04:00
|
|
|
retry:
|
1993-03-21 12:45:37 +03:00
|
|
|
/* if starting a multisector transfer, or doing single transfers */
|
1993-04-06 14:06:28 +04:00
|
|
|
if (du->dk_skipm == 0 || (du->dk_flags & DKFL_SINGLE)) {
|
|
|
|
if (wdtab[ctrlr].b_errcnt && (bp->b_flags & B_READ) == 0) {
|
1993-03-21 12:45:37 +03:00
|
|
|
du->dk_bc += DEV_BSIZE;
|
1993-04-06 14:06:28 +04:00
|
|
|
du->dk_bct += DEV_BSIZE;
|
|
|
|
}
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
/* controller idle? */
|
1993-07-06 04:42:43 +04:00
|
|
|
for (timeout=0; inb(wdc+wd_status) & WDCS_BUSY; ) {
|
|
|
|
DELAY(WDCDELAY);
|
|
|
|
if (++timeout < WDCNDELAY)
|
1993-07-05 07:20:57 +04:00
|
|
|
continue;
|
1993-07-06 04:42:43 +04:00
|
|
|
wdreset(ctrlr, wdc, 1);
|
1993-07-05 07:20:57 +04:00
|
|
|
break;
|
|
|
|
}
|
1993-07-07 09:50:35 +04:00
|
|
|
#ifdef WDCNDELAY_DEBUG
|
|
|
|
if(timeout>WDCNDELAY_DEBUG)
|
|
|
|
printf("wdc%d: timeout took %dus\n", ctrlr, WDCDELAY * timeout);
|
|
|
|
#endif
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* stuff the task file */
|
|
|
|
outb(wdc+wd_precomp, lp->d_precompcyl / 4);
|
|
|
|
#ifdef B_FORMAT
|
|
|
|
if (bp->b_flags & B_FORMAT) {
|
|
|
|
outb(wdc+wd_sector, lp->d_gap3);
|
|
|
|
outb(wdc+wd_seccnt, lp->d_nsectors);
|
|
|
|
} else {
|
1993-04-06 14:06:28 +04:00
|
|
|
if (du->dk_flags & DKFL_SINGLE)
|
|
|
|
outb(wdc+wd_seccnt, 1);
|
|
|
|
else
|
|
|
|
outb(wdc+wd_seccnt, howmany(du->dk_bct, DEV_BSIZE));
|
|
|
|
outb(wdc+wd_sector, sector);
|
|
|
|
}
|
|
|
|
#else
|
1993-03-21 12:45:37 +03:00
|
|
|
if (du->dk_flags & DKFL_SINGLE)
|
|
|
|
outb(wdc+wd_seccnt, 1);
|
|
|
|
else
|
1993-04-06 14:06:28 +04:00
|
|
|
outb(wdc+wd_seccnt, howmany(du->dk_bct, DEV_BSIZE));
|
1993-03-21 12:45:37 +03:00
|
|
|
outb(wdc+wd_sector, sector);
|
|
|
|
#endif
|
|
|
|
outb(wdc+wd_cyl_lo, cylin);
|
|
|
|
outb(wdc+wd_cyl_hi, cylin >> 8);
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* set up the SDH register (select drive) */
|
1993-04-06 14:06:28 +04:00
|
|
|
outb(wdc+wd_sdh, WDSD_IBM | (du->dk_unit<<4) | (head & 0xf));
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* wait for drive to become ready */
|
1993-07-06 04:42:43 +04:00
|
|
|
for (timeout=0; (inb(wdc+wd_status) & WDCS_READY) == 0; ) {
|
|
|
|
DELAY(WDCDELAY);
|
|
|
|
if (++timeout < WDCNDELAY)
|
1993-07-05 07:20:57 +04:00
|
|
|
continue;
|
1993-07-06 04:42:43 +04:00
|
|
|
wdreset(ctrlr, wdc, 1);
|
1993-07-05 07:20:57 +04:00
|
|
|
goto retry;
|
|
|
|
}
|
1993-07-07 09:50:35 +04:00
|
|
|
#ifdef WDCNDELAY_DEBUG
|
|
|
|
if(timeout>WDCNDELAY_DEBUG)
|
|
|
|
printf("wdc%d: timeout took %dus\n", ctrlr, WDCDELAY * timeout);
|
|
|
|
#endif
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* initiate command! */
|
|
|
|
#ifdef B_FORMAT
|
|
|
|
if (bp->b_flags & B_FORMAT)
|
|
|
|
outb(wdc+wd_command, WDCC_FORMAT);
|
|
|
|
else
|
1993-04-06 14:06:28 +04:00
|
|
|
outb(wdc+wd_command,
|
|
|
|
(bp->b_flags & B_READ)? WDCC_READ : WDCC_WRITE);
|
|
|
|
#else
|
|
|
|
outb(wdc+wd_command, (bp->b_flags & B_READ)? WDCC_READ : WDCC_WRITE);
|
1993-03-21 12:45:37 +03:00
|
|
|
#endif
|
|
|
|
#ifdef WDDEBUG
|
|
|
|
printf("sector %d cylin %d head %d addr %x sts %x\n",
|
1993-04-06 14:06:28 +04:00
|
|
|
sector, cylin, head, addr, inb(wdc+wd_altsts));
|
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
|
|
|
/* if this is a read operation, just go away until it's done. */
|
1993-12-13 13:16:56 +03:00
|
|
|
if (bp->b_flags & B_READ) {
|
|
|
|
wdtimeoutstatus[lunit] = 2;
|
1993-04-06 14:06:28 +04:00
|
|
|
return;
|
1993-12-13 13:16:56 +03:00
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* ready to send data? */
|
1993-07-06 04:42:43 +04:00
|
|
|
for (timeout=0; (inb(wdc+wd_altsts) & WDCS_DRQ) == 0; ) {
|
|
|
|
DELAY(WDCDELAY);
|
|
|
|
if (++timeout < WDCNDELAY)
|
1993-07-05 07:20:57 +04:00
|
|
|
continue;
|
1993-07-06 04:42:43 +04:00
|
|
|
wdreset(ctrlr, wdc, 1);
|
1993-07-05 07:20:57 +04:00
|
|
|
goto retry;
|
|
|
|
}
|
1993-07-07 09:50:35 +04:00
|
|
|
#ifdef WDCNDELAY_DEBUG
|
|
|
|
if(timeout>WDCNDELAY_DEBUG)
|
|
|
|
printf("wdc%d: timeout took %dus\n", ctrlr, WDCDELAY * timeout);
|
|
|
|
#endif
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* then send it! */
|
1993-04-06 14:06:28 +04:00
|
|
|
outagain:
|
1993-03-21 12:45:37 +03:00
|
|
|
outsw (wdc+wd_data, addr+du->dk_skip * DEV_BSIZE,
|
|
|
|
DEV_BSIZE/sizeof(short));
|
|
|
|
du->dk_bc -= DEV_BSIZE;
|
1993-04-06 14:06:28 +04:00
|
|
|
du->dk_bct -= DEV_BSIZE;
|
1993-12-13 13:16:56 +03:00
|
|
|
wdtimeoutstatus[lunit] = 2;
|
1993-03-21 12:45:37 +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.
|
|
|
|
*/
|
|
|
|
void
|
|
|
|
wdintr(struct intrframe wdif)
|
|
|
|
{
|
|
|
|
register struct disk *du;
|
|
|
|
register struct buf *bp, *dp;
|
1993-12-13 13:16:56 +03:00
|
|
|
int status, wdc, ctrlr, timeout;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
ctrlr = wdif.if_vec;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1993-04-06 14:06:28 +04:00
|
|
|
if (!wdtab[ctrlr].b_active) {
|
|
|
|
printf("wdc%d: extra interrupt\n", ctrlr);
|
1993-03-21 12:45:37 +03:00
|
|
|
return;
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
dp = wdtab[ctrlr].b_actf;
|
1993-03-21 12:45:37 +03:00
|
|
|
bp = dp->b_actf;
|
|
|
|
du = wddrives[wdunit(bp->b_dev)];
|
|
|
|
wdc = du->dk_port;
|
1993-12-13 13:16:56 +03:00
|
|
|
wdtimeoutstatus[wdunit(bp->b_dev)] = 0;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +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
|
|
|
|
1993-12-13 13:16:56 +03:00
|
|
|
for (timeout=0; ((status=inb(wdc+wd_status)) & WDCS_BUSY); ) {
|
|
|
|
DELAY(WDCDELAY);
|
|
|
|
if (++timeout < WDCNDELAY/20)
|
|
|
|
continue;
|
|
|
|
wdstart(ctrlr);
|
|
|
|
/* #ifdef WDDEBUG */
|
|
|
|
printf("wdc%d: timeout in wdintr WDCS_BUSY\n", ctrlr);
|
|
|
|
/* #endif */
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* is it not a transfer, but a control operation? */
|
|
|
|
if (du->dk_state < OPEN) {
|
|
|
|
if (wdcontrol(bp))
|
1993-04-06 14:06:28 +04:00
|
|
|
wdstart(ctrlr);
|
1993-03-21 12:45:37 +03:00
|
|
|
return;
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* have we an error? */
|
|
|
|
if (status & (WDCS_ERR | WDCS_ECCCOR)) {
|
|
|
|
du->dk_status = status;
|
|
|
|
du->dk_error = inb(wdc + wd_error);
|
|
|
|
#ifdef WDDEBUG
|
|
|
|
printf("status %x error %x\n", status, du->dk_error);
|
|
|
|
#endif
|
|
|
|
if((du->dk_flags & DKFL_SINGLE) == 0) {
|
|
|
|
du->dk_flags |= DKFL_ERROR;
|
|
|
|
goto outt;
|
|
|
|
}
|
|
|
|
#ifdef B_FORMAT
|
|
|
|
if (bp->b_flags & B_FORMAT) {
|
|
|
|
bp->b_flags |= B_ERROR;
|
|
|
|
goto done;
|
|
|
|
}
|
|
|
|
#endif
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* error or error correction? */
|
|
|
|
if (status & WDCS_ERR) {
|
1993-07-06 04:42:43 +04:00
|
|
|
if (++wdtab[ctrlr].b_errcnt < WDIORETRIES) {
|
1993-04-06 14:06:28 +04:00
|
|
|
wdtab[ctrlr].b_active = 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
} else {
|
1993-04-06 14:06:28 +04:00
|
|
|
if((du->dk_flags & DKFL_QUIET) == 0) {
|
1993-03-21 12:45:37 +03:00
|
|
|
diskerr(bp, "wd", "hard error",
|
|
|
|
LOG_PRINTF, du->dk_skip,
|
|
|
|
&du->dk_dd);
|
|
|
|
#ifdef WDDEBUG
|
|
|
|
printf( "status %b error %b\n",
|
|
|
|
status, WDCS_BITS,
|
|
|
|
inb(wdc+wd_error), WDERR_BITS);
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
bp->b_flags |= B_ERROR; /* flag the error */
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
} else if((du->dk_flags & DKFL_QUIET) == 0) {
|
|
|
|
diskerr(bp, "wd", "soft ecc", 0,
|
|
|
|
du->dk_skip, &du->dk_dd);
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
outt:
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/*
|
|
|
|
* If this was a successful read operation, fetch the data.
|
|
|
|
*/
|
1993-04-06 14:06:28 +04:00
|
|
|
if (((bp->b_flags & (B_READ | B_ERROR)) == B_READ) && wdtab[ctrlr].b_active) {
|
1993-03-21 12:45:37 +03:00
|
|
|
int chk, dummy;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
chk = min(DEV_BSIZE / sizeof(short), du->dk_bc / sizeof(short));
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* ready to receive data? */
|
1993-12-13 13:16:56 +03:00
|
|
|
for (timeout=0; (inb(wdc+wd_status) & WDCS_DRQ) == 0; ) {
|
|
|
|
DELAY(WDCDELAY);
|
|
|
|
if (++timeout < WDCNDELAY/20)
|
|
|
|
continue;
|
|
|
|
wdstart(ctrlr);
|
|
|
|
/* #ifdef WDDEBUG */
|
|
|
|
printf("wdc%d: timeout in wdintr WDCS_DRQ\n", ctrlr);
|
|
|
|
/* #endif */
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* suck in data */
|
|
|
|
insw (wdc+wd_data,
|
|
|
|
(int)bp->b_un.b_addr + du->dk_skip * DEV_BSIZE, chk);
|
|
|
|
du->dk_bc -= chk * sizeof(short);
|
1993-04-06 14:06:28 +04:00
|
|
|
du->dk_bct -= chk * sizeof(short);
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* for obselete fractional sector reads */
|
1993-04-06 14:06:28 +04:00
|
|
|
while (chk++ < (DEV_BSIZE / sizeof(short)))
|
|
|
|
insw(wdc+wd_data, &dummy, 1);
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
wdxfer[du->dk_lunit]++;
|
|
|
|
if (wdtab[ctrlr].b_active) {
|
|
|
|
#ifdef INSTRUMENT
|
|
|
|
if (du->dk_unit >= 0)
|
|
|
|
dk_busy &=~ (1 << du->dk_unit);
|
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
if ((bp->b_flags & B_ERROR) == 0) {
|
1993-04-06 14:06:28 +04:00
|
|
|
du->dk_skip++; /* Add to succ. sect */
|
|
|
|
du->dk_skipm++; /* Add to succ. sect for multitransfer */
|
|
|
|
if (wdtab[ctrlr].b_errcnt && (du->dk_flags & DKFL_QUIET) == 0)
|
1993-03-21 12:45:37 +03:00
|
|
|
diskerr(bp, "wd", "soft error", 0,
|
|
|
|
du->dk_skip, &du->dk_dd);
|
1993-04-06 14:06:28 +04:00
|
|
|
wdtab[ctrlr].b_errcnt = 0;
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* see if more to transfer */
|
|
|
|
if (du->dk_bc > 0 && (du->dk_flags & DKFL_ERROR) == 0) {
|
1993-04-06 14:06:28 +04:00
|
|
|
if( (du->dk_flags & DKFL_SINGLE)
|
1993-07-05 08:44:48 +04:00
|
|
|
|| (du->dk_flags & B_READ) == 0) {
|
1993-04-06 14:06:28 +04:00
|
|
|
wdstart(ctrlr);
|
|
|
|
return; /* next chunk is started */
|
1993-07-05 08:44:48 +04:00
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
} else if ((du->dk_flags & (DKFL_SINGLE|DKFL_ERROR)) == DKFL_ERROR) {
|
1993-03-21 12:45:37 +03:00
|
|
|
du->dk_skip = 0;
|
1993-04-06 14:06:28 +04:00
|
|
|
du->dk_skipm = 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
du->dk_flags &= ~DKFL_ERROR;
|
|
|
|
du->dk_flags |= DKFL_SINGLE;
|
1993-04-06 14:06:28 +04:00
|
|
|
wdstart(ctrlr);
|
1993-03-21 12:45:37 +03:00
|
|
|
return; /* redo xfer sector by sector */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
done:
|
|
|
|
/* done with this transfer, with or without error */
|
|
|
|
du->dk_flags &= ~DKFL_SINGLE;
|
1993-04-06 14:06:28 +04:00
|
|
|
wdtab[ctrlr].b_errcnt = 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
du->dk_skip = 0;
|
1993-04-06 14:06:28 +04:00
|
|
|
if( du->dk_bct == 0) {
|
|
|
|
wdtab[ctrlr].b_actf = dp->b_forw;
|
|
|
|
du->dk_skipm = 0;
|
|
|
|
dp->b_active = 0;
|
|
|
|
}
|
1994-02-06 13:00:30 +03:00
|
|
|
dp->b_actf = bp->b_actf;
|
1993-03-21 12:45:37 +03:00
|
|
|
dp->b_errcnt = 0;
|
|
|
|
bp->b_resid = 0;
|
1993-04-06 14:06:28 +04:00
|
|
|
bp->b_flags &= ~B_XXX;
|
1993-03-21 12:45:37 +03:00
|
|
|
biodone(bp);
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* anything more on drive queue? */
|
1993-04-06 14:06:28 +04:00
|
|
|
if (dp->b_actf && du->dk_bct == 0)
|
1993-03-21 12:45:37 +03:00
|
|
|
wdustart(du);
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* anything more for controller to do? */
|
1993-04-06 14:06:28 +04:00
|
|
|
if (wdtab[ctrlr].b_actf)
|
|
|
|
wdstart(ctrlr);
|
|
|
|
|
|
|
|
if (!wdtab[ctrlr].b_actf)
|
|
|
|
wdtab[ctrlr].b_active = 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Initialize a drive.
|
|
|
|
*/
|
|
|
|
int
|
|
|
|
wdopen(dev_t dev, int flags, int fmt, struct proc *p)
|
|
|
|
{
|
1993-04-06 14:06:28 +04:00
|
|
|
register unsigned int lunit;
|
1993-03-21 12:45:37 +03:00
|
|
|
register struct disk *du;
|
1993-04-06 14:06:28 +04:00
|
|
|
int part = wdpart(dev), mask = 1 << part;
|
|
|
|
struct partition *pp;
|
|
|
|
int error = 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
char *msg;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
lunit = wdunit(dev);
|
|
|
|
if (lunit >= NWD)
|
|
|
|
return (ENXIO);
|
|
|
|
|
|
|
|
du = wddrives[lunit];
|
|
|
|
|
|
|
|
if (du == 0)
|
|
|
|
return (ENXIO);
|
|
|
|
|
|
|
|
#ifdef QUIETWORKS
|
|
|
|
if (part == WDRAW)
|
|
|
|
du->dk_flags |= DKFL_QUIET;
|
|
|
|
else
|
|
|
|
du->dk_flags &= ~DKFL_QUIET;
|
|
|
|
#else
|
|
|
|
du->dk_flags &= ~DKFL_QUIET;
|
|
|
|
#endif
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
if ((du->dk_flags & DKFL_BSDLABEL) == 0) {
|
|
|
|
du->dk_flags |= DKFL_WRITEPROT;
|
1993-04-06 14:06:28 +04:00
|
|
|
wdutab[lunit].b_actf = NULL;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Use the default sizes until we've read the label,
|
|
|
|
* or longer if there isn't one there.
|
|
|
|
*/
|
|
|
|
bzero(&du->dk_dd, sizeof(du->dk_dd));
|
|
|
|
#undef d_type /* fix goddamn segments.h! XXX */
|
|
|
|
du->dk_dd.d_type = DTYPE_ST506;
|
|
|
|
du->dk_dd.d_ncylinders = 1024;
|
|
|
|
du->dk_dd.d_secsize = DEV_BSIZE;
|
|
|
|
du->dk_dd.d_ntracks = 8;
|
|
|
|
du->dk_dd.d_nsectors = 17;
|
|
|
|
du->dk_dd.d_secpercyl = 17*8;
|
1993-04-06 14:06:28 +04:00
|
|
|
du->dk_dd.d_secperunit = 17*8*1024;
|
1993-03-21 12:45:37 +03:00
|
|
|
du->dk_state = WANTOPEN;
|
|
|
|
|
1993-04-06 14:06:28 +04:00
|
|
|
/* read label using "raw" partition */
|
|
|
|
#if defined(TIHMODS) && defined(garbage)
|
|
|
|
/* wdsetctlr(dev, du); */ /* Maybe do this TIH */
|
|
|
|
msg = readdisklabel(makewddev(major(dev), wdunit(dev), WDRAW),
|
1993-05-21 02:48:23 +04:00
|
|
|
wdstrategy, &du->dk_dd, &du->dk_cpd);
|
1993-04-06 14:06:28 +04:00
|
|
|
wdsetctlr(dev, du);
|
|
|
|
msg = readdisklabel(makewddev(major(dev), wdunit(dev), WDRAW),
|
1993-05-21 02:48:23 +04:00
|
|
|
wdstrategy, &du->dk_dd, &du->dk_cpd);
|
1993-04-06 14:06:28 +04:00
|
|
|
if (msg) {
|
|
|
|
#ifdef QUIETWORKS
|
|
|
|
if((du->dk_flags & DKFL_QUIET) == 0) {
|
|
|
|
log(LOG_WARNING, "wd%d: cannot find label (%s)\n",
|
|
|
|
lunit, msg);
|
|
|
|
error = EINVAL; /* XXX needs translation */
|
|
|
|
}
|
|
|
|
#else
|
|
|
|
log(LOG_WARNING, "wd%d: cannot find label (%s)\n", lunit, msg);
|
|
|
|
if(part != WDRAW) {
|
|
|
|
error = EINVAL; /* XXX needs translation */
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
goto done;
|
|
|
|
} else {
|
|
|
|
wdsetctlr(dev, du);
|
|
|
|
du->dk_flags |= DKFL_BSDLABEL;
|
|
|
|
du->dk_flags &= ~DKFL_WRITEPROT;
|
|
|
|
if (du->dk_dd.d_flags & D_BADSECT)
|
|
|
|
du->dk_flags |= DKFL_BADSECT;
|
|
|
|
}
|
|
|
|
#else
|
1993-03-21 12:45:37 +03:00
|
|
|
if (msg = readdisklabel(makewddev(major(dev), wdunit(dev), WDRAW),
|
1993-05-21 02:48:23 +04:00
|
|
|
wdstrategy, &du->dk_dd, &du->dk_cpd) ) {
|
1993-04-06 14:06:28 +04:00
|
|
|
if((du->dk_flags & DKFL_QUIET) == 0) {
|
1993-03-21 12:45:37 +03:00
|
|
|
log(LOG_WARNING, "wd%d: cannot find label (%s)\n",
|
1993-04-06 14:06:28 +04:00
|
|
|
lunit, msg);
|
1993-03-21 12:45:37 +03:00
|
|
|
error = EINVAL; /* XXX needs translation */
|
|
|
|
}
|
|
|
|
goto done;
|
|
|
|
} else {
|
|
|
|
wdsetctlr(dev, du);
|
|
|
|
du->dk_flags |= DKFL_BSDLABEL;
|
|
|
|
du->dk_flags &= ~DKFL_WRITEPROT;
|
|
|
|
if (du->dk_dd.d_flags & D_BADSECT)
|
|
|
|
du->dk_flags |= DKFL_BADSECT;
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
done:
|
1993-04-06 14:06:28 +04:00
|
|
|
if (error) {
|
1993-03-21 12:45:37 +03:00
|
|
|
return(error);
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
1993-04-06 14:06:28 +04:00
|
|
|
if (du->dk_flags & DKFL_BADSECT)
|
|
|
|
bad144intern(du);
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1993-04-06 14:06:28 +04:00
|
|
|
/*
|
|
|
|
* Warn if a partion is opened
|
|
|
|
* that overlaps another partition which is open
|
|
|
|
* unless one is the "raw" partition (whole disk).
|
|
|
|
*/
|
|
|
|
if ((du->dk_openpart & mask) == 0 /*&& part != RAWPART*/ && part != WDRAW) {
|
|
|
|
int start, end;
|
|
|
|
|
|
|
|
pp = &du->dk_dd.d_partitions[part];
|
|
|
|
start = pp->p_offset;
|
|
|
|
end = pp->p_offset + pp->p_size;
|
|
|
|
for (pp = du->dk_dd.d_partitions;
|
|
|
|
pp < &du->dk_dd.d_partitions[du->dk_dd.d_npartitions]; pp++) {
|
|
|
|
if (pp->p_offset + pp->p_size <= start || pp->p_offset >= end)
|
|
|
|
continue;
|
|
|
|
/*if (pp - du->dk_dd.d_partitions == RAWPART)
|
|
|
|
continue; */
|
|
|
|
if (pp - du->dk_dd.d_partitions == WDRAW)
|
|
|
|
continue;
|
|
|
|
if (du->dk_openpart & (1 << (pp - du->dk_dd.d_partitions)))
|
|
|
|
log(LOG_WARNING,
|
|
|
|
"wd%d%c: overlaps open partition (%c)\n",
|
|
|
|
lunit, part + 'a',
|
|
|
|
pp - du->dk_dd.d_partitions + 'a');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (part >= du->dk_dd.d_npartitions && part != WDRAW) {
|
|
|
|
return (ENXIO);
|
|
|
|
}
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* insure only one open at a time */
|
1993-04-06 14:06:28 +04:00
|
|
|
du->dk_openpart |= mask;
|
|
|
|
switch (fmt) {
|
|
|
|
case S_IFCHR:
|
|
|
|
du->dk_copenpart |= mask;
|
|
|
|
break;
|
|
|
|
case S_IFBLK:
|
|
|
|
du->dk_bopenpart |= mask;
|
|
|
|
break;
|
|
|
|
}
|
1993-03-21 12:45:37 +03:00
|
|
|
return (0);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Implement operations other than read/write.
|
|
|
|
* Called from wdstart or wdintr during opens and formats.
|
|
|
|
* Uses finite-state-machine to track progress of operation in progress.
|
|
|
|
* Returns 0 if operation still in progress, 1 if completed.
|
|
|
|
*/
|
|
|
|
static int
|
|
|
|
wdcontrol(register struct buf *bp)
|
|
|
|
{
|
|
|
|
register struct disk *du;
|
1993-04-06 14:06:28 +04:00
|
|
|
register unit, lunit;
|
1993-03-21 12:45:37 +03:00
|
|
|
unsigned char stat;
|
1993-07-06 04:42:43 +04:00
|
|
|
int s, ctrlr, timeout;
|
1993-04-06 14:06:28 +04:00
|
|
|
int wdc;
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
du = wddrives[wdunit(bp->b_dev)];
|
1993-04-06 14:06:28 +04:00
|
|
|
ctrlr = du->dk_ctrlr;
|
1993-03-21 12:45:37 +03:00
|
|
|
unit = du->dk_unit;
|
1993-04-06 14:06:28 +04:00
|
|
|
lunit = du->dk_lunit;
|
1993-03-21 12:45:37 +03:00
|
|
|
wdc = du->dk_port;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
switch (du->dk_state) {
|
1993-04-06 14:06:28 +04:00
|
|
|
tryagainrecal:
|
1993-03-21 12:45:37 +03:00
|
|
|
case WANTOPEN: /* set SDH, step rate, do restore */
|
|
|
|
#ifdef WDDEBUG
|
1993-04-06 14:06:28 +04:00
|
|
|
printf("wd%d: recal ", lunit);
|
1993-03-21 12:45:37 +03:00
|
|
|
#endif
|
|
|
|
s = splbio(); /* not called from intr level ... */
|
|
|
|
wdgetctlr(unit, du);
|
1993-04-06 14:06:28 +04:00
|
|
|
#ifdef TIPCAT
|
1993-07-06 04:42:43 +04:00
|
|
|
|
|
|
|
for (timeout=0; (inb(wdc+wd_status) & WDCS_READY) == 0; ) {
|
|
|
|
DELAY(WDCDELAY);
|
|
|
|
if (++timeout < WDCNDELAY)
|
|
|
|
continue;
|
|
|
|
wdreset(ctrlr, wdc, 1);
|
|
|
|
goto tryagainrecal;
|
|
|
|
}
|
1993-07-07 09:50:35 +04:00
|
|
|
#ifdef WDCNDELAY_DEBUG
|
|
|
|
if(timeout>WDCNDELAY_DEBUG)
|
|
|
|
printf("wdc%d: timeout took %dus\n", ctrlr, WDCDELAY * timeout);
|
|
|
|
#endif
|
1993-04-06 14:06:28 +04:00
|
|
|
#endif
|
|
|
|
outb(wdc+wd_sdh, WDSD_IBM | (unit << 4));
|
|
|
|
wdtab[ctrlr].b_active = 1;
|
1993-03-21 12:45:37 +03:00
|
|
|
outb(wdc+wd_command, WDCC_RESTORE | WD_STEP);
|
1993-04-06 14:06:28 +04:00
|
|
|
#ifdef TIPCAT
|
1993-07-06 04:42:43 +04:00
|
|
|
for (timeout=0; (inb(wdc+wd_status) & WDCS_READY) == 0; ) {
|
|
|
|
DELAY(WDCDELAY);
|
|
|
|
if (++timeout < WDCNDELAY)
|
|
|
|
continue;
|
|
|
|
wdreset(ctrlr, wdc, 1);
|
|
|
|
goto tryagainrecal;
|
|
|
|
}
|
1993-07-07 09:50:35 +04:00
|
|
|
#ifdef WDCNDELAY_DEBUG
|
|
|
|
if(timeout>WDCNDELAY_DEBUG)
|
|
|
|
printf("wdc%d: timeout took %dus\n", ctrlr, WDCDELAY * timeout);
|
|
|
|
#endif
|
1993-04-06 14:06:28 +04:00
|
|
|
#endif
|
|
|
|
du->dk_state = RECAL;
|
1993-03-21 12:45:37 +03:00
|
|
|
splx(s);
|
|
|
|
return(0);
|
|
|
|
case RECAL:
|
|
|
|
if ((stat = inb(wdc+wd_status)) & WDCS_ERR) {
|
|
|
|
if ((du->dk_flags & DKFL_QUIET) == 0) {
|
1993-04-06 14:06:28 +04:00
|
|
|
printf("wd%d: recal", du->dk_lunit);
|
1993-03-21 12:45:37 +03:00
|
|
|
printf(": status %b error %b\n",
|
1993-04-06 14:06:28 +04:00
|
|
|
stat, WDCS_BITS, inb(wdc+wd_error),
|
|
|
|
WDERR_BITS);
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1993-07-06 04:42:43 +04:00
|
|
|
if (++wdtab[ctrlr].b_errcnt < WDIORETRIES)
|
1993-03-21 12:45:37 +03:00
|
|
|
goto tryagainrecal;
|
|
|
|
bp->b_error = ENXIO; /* XXX needs translation */
|
|
|
|
goto badopen;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* some controllers require this ... */
|
|
|
|
wdsetctlr(bp->b_dev, du);
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
wdtab[ctrlr].b_errcnt = 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
du->dk_state = OPEN;
|
|
|
|
/*
|
|
|
|
* The rest of the initialization can be done
|
|
|
|
* by normal means.
|
|
|
|
*/
|
|
|
|
return(1);
|
|
|
|
default:
|
|
|
|
panic("wdcontrol");
|
|
|
|
}
|
|
|
|
/* NOTREACHED */
|
|
|
|
|
|
|
|
badopen:
|
|
|
|
if ((du->dk_flags & DKFL_QUIET) == 0)
|
|
|
|
printf(": status %b error %b\n",
|
|
|
|
stat, WDCS_BITS, inb(wdc + wd_error), WDERR_BITS);
|
|
|
|
bp->b_flags |= B_ERROR;
|
|
|
|
return(1);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* send a command and wait uninterruptibly until controller is finished.
|
|
|
|
* return -1 if controller busy for too long, otherwise
|
|
|
|
* return status. intended for brief controller commands at critical points.
|
|
|
|
* assumes interrupts are blocked.
|
|
|
|
*/
|
|
|
|
static int
|
1993-04-06 14:06:28 +04:00
|
|
|
wdcommand(struct disk *du, int cmd)
|
|
|
|
{
|
1993-07-06 04:42:43 +04:00
|
|
|
int timeout, stat, wdc;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-07-06 04:42:43 +04:00
|
|
|
/*DELAY(2000);*/
|
1993-03-21 12:45:37 +03:00
|
|
|
wdc = du->dk_port;
|
1993-07-05 07:20:57 +04:00
|
|
|
|
1993-07-06 04:42:43 +04:00
|
|
|
/* controller ready for command? */
|
|
|
|
for (timeout=0; (stat=inb(wdc+wd_status)) & WDCS_BUSY; ) {
|
|
|
|
DELAY(WDCDELAY);
|
|
|
|
if(++timeout > WDCNDELAY)
|
1993-07-05 07:20:57 +04:00
|
|
|
return -1;
|
|
|
|
}
|
1993-07-07 09:50:35 +04:00
|
|
|
#ifdef WDCNDELAY_DEBUG
|
|
|
|
if(timeout>WDCNDELAY_DEBUG)
|
|
|
|
printf("wdc%d: timeout took %dus\n", du->dk_ctrlr, WDCDELAY * timeout);
|
|
|
|
#endif
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* send command, await results */
|
|
|
|
outb(wdc+wd_command, cmd);
|
1993-07-06 04:42:43 +04:00
|
|
|
for (timeout=0; (stat=inb(wdc+wd_status)) & WDCS_BUSY; ) {
|
|
|
|
DELAY(WDCDELAY);
|
|
|
|
if(++timeout > WDCNDELAY)
|
1993-07-05 07:20:57 +04:00
|
|
|
return -1;
|
|
|
|
}
|
1993-07-07 09:50:35 +04:00
|
|
|
#ifdef WDCNDELAY_DEBUG
|
|
|
|
if(timeout>WDCNDELAY_DEBUG)
|
|
|
|
printf("wdc%d: timeout took %dus\n", du->dk_ctrlr, WDCDELAY * timeout);
|
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
if (cmd != WDCC_READP)
|
|
|
|
return (stat);
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* is controller ready to return data? */
|
1993-07-06 04:42:43 +04:00
|
|
|
for (timeout=0; ((stat=inb(wdc+wd_status)) & (WDCS_ERR|WDCS_DRQ)) == 0; ) {
|
|
|
|
DELAY(WDCDELAY);
|
|
|
|
if(++timeout > WDCNDELAY)
|
1993-07-05 07:20:57 +04:00
|
|
|
return -1;
|
|
|
|
}
|
1993-07-07 09:50:35 +04:00
|
|
|
#ifdef WDCNDELAY_DEBUG
|
|
|
|
if(timeout>WDCNDELAY_DEBUG)
|
|
|
|
printf("wdc%d: timeout took %dus\n", du->dk_ctrlr, WDCDELAY * timeout);
|
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
return (stat);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* issue IDC to drive to tell it just what geometry it is to be.
|
|
|
|
*/
|
|
|
|
static int
|
1993-04-06 14:06:28 +04:00
|
|
|
wdsetctlr(dev_t dev, struct disk *du)
|
|
|
|
{
|
1993-03-21 12:45:37 +03:00
|
|
|
int stat, x, wdc;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
printf("wd(%d,%d) C%dH%dS%d\n", du->dk_ctrlr, du->dk_unit,
|
|
|
|
du->dk_dd.d_ncylinders, du->dk_dd.d_ntracks, du->dk_dd.d_nsectors);
|
|
|
|
*/
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
wdc = du->dk_port;
|
1993-07-06 04:42:43 +04:00
|
|
|
|
|
|
|
/*DELAY(2000);*/
|
|
|
|
|
|
|
|
x = splbio();
|
1993-04-06 14:06:28 +04:00
|
|
|
outb(wdc+wd_cyl_lo, du->dk_dd.d_ncylinders); /* TIH: was ...ders+1 */
|
|
|
|
outb(wdc+wd_cyl_hi, (du->dk_dd.d_ncylinders)>>8); /* TIH: was ...ders+1 */
|
|
|
|
outb(wdc+wd_sdh, WDSD_IBM | (du->dk_unit << 4) + du->dk_dd.d_ntracks-1);
|
1993-03-21 12:45:37 +03:00
|
|
|
outb(wdc+wd_seccnt, du->dk_dd.d_nsectors);
|
|
|
|
stat = wdcommand(du, WDCC_IDC);
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
#ifndef TIHMODS
|
1993-03-21 12:45:37 +03:00
|
|
|
if (stat < 0)
|
|
|
|
return(stat);
|
1993-04-06 14:06:28 +04:00
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
if (stat & WDCS_ERR)
|
|
|
|
printf("wdsetctlr: status %b error %b\n",
|
|
|
|
stat, WDCS_BITS, inb(wdc+wd_error), WDERR_BITS);
|
|
|
|
splx(x);
|
|
|
|
return(stat);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* issue READP to drive to ask it what it is.
|
|
|
|
*/
|
|
|
|
static int
|
1993-04-06 14:06:28 +04:00
|
|
|
wdgetctlr(int u, struct disk *du)
|
|
|
|
{
|
1993-03-21 12:45:37 +03:00
|
|
|
int stat, x, i, wdc;
|
|
|
|
char tb[DEV_BSIZE];
|
|
|
|
struct wdparams *wp;
|
1993-07-06 04:42:43 +04:00
|
|
|
int timeout;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
x = splbio(); /* not called from intr level ... */
|
|
|
|
wdc = du->dk_port;
|
1993-04-06 14:06:28 +04:00
|
|
|
#ifdef TIPCAT
|
1993-08-01 23:22:24 +04:00
|
|
|
for (timeout=0; (inb(wdc+wd_status) & WDCS_BUSY); ) {
|
1993-07-06 04:42:43 +04:00
|
|
|
DELAY(WDCDELAY);
|
|
|
|
if(++timeout > WDCNDELAY) {
|
|
|
|
splx(x);
|
|
|
|
return -1;
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
1993-07-07 09:50:35 +04:00
|
|
|
#ifdef WDCNDELAY_DEBUG
|
|
|
|
if(timeout>WDCNDELAY_DEBUG)
|
|
|
|
printf("wdc%d: timeout took %dus\n", du->dk_ctrlr, WDCDELAY * timeout);
|
|
|
|
#endif
|
1993-04-06 14:06:28 +04:00
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
outb(wdc+wd_sdh, WDSD_IBM | (u << 4));
|
1993-08-01 23:22:24 +04:00
|
|
|
#ifdef TIPCAT
|
|
|
|
for (timeout=0; (inb(wdc+wd_status) & WDCS_READY) == 0; ) {
|
|
|
|
DELAY(WDCDELAY);
|
|
|
|
if(++timeout > WDCNDELAY) {
|
|
|
|
splx(x);
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#ifdef WDCNDELAY_DEBUG
|
|
|
|
if(timeout>WDCNDELAY_DEBUG)
|
|
|
|
printf("wdc%d: timeout took %dus\n", du->dk_ctrlr, WDCDELAY * timeout);
|
|
|
|
#endif
|
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
stat = wdcommand(du, WDCC_READP);
|
1993-04-06 14:06:28 +04:00
|
|
|
#ifdef TIPCAT
|
1993-07-06 04:42:43 +04:00
|
|
|
for (timeout=0; (inb(wdc+wd_status) & WDCS_READY) == 0; ) {
|
|
|
|
DELAY(WDCDELAY);
|
|
|
|
if(++timeout > WDCNDELAY) {
|
|
|
|
splx(x);
|
|
|
|
return -1;
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
1993-07-07 09:50:35 +04:00
|
|
|
#ifdef WDCNDELAY_DEBUG
|
|
|
|
if(timeout>WDCNDELAY_DEBUG)
|
|
|
|
printf("wdc%d: timeout took %dus\n", du->dk_ctrlr, WDCDELAY * timeout);
|
|
|
|
#endif
|
1993-04-06 14:06:28 +04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef TIHMODS
|
1993-03-21 12:45:37 +03:00
|
|
|
if (stat < 0)
|
|
|
|
return(stat);
|
1993-04-06 14:06:28 +04:00
|
|
|
#else
|
|
|
|
if (stat < 0) {
|
|
|
|
splx(x);
|
|
|
|
return(stat);
|
|
|
|
}
|
|
|
|
#endif
|
1993-04-15 10:39:00 +04:00
|
|
|
|
1993-05-10 09:53:22 +04:00
|
|
|
if( (stat & WDCS_ERR) == 0) {
|
|
|
|
/* obtain parameters */
|
|
|
|
wp = &du->dk_params;
|
|
|
|
insw(wdc+wd_data, tb, sizeof(tb)/sizeof(short));
|
|
|
|
bcopy(tb, wp, sizeof(struct wdparams));
|
|
|
|
|
|
|
|
/* shuffle string byte order */
|
|
|
|
for (i=0; i < sizeof(wp->wdp_model); i+=2) {
|
|
|
|
u_short *p;
|
|
|
|
p = (u_short *) (wp->wdp_model + i);
|
|
|
|
*p = ntohs(*p);
|
1993-04-15 10:39:00 +04:00
|
|
|
}
|
|
|
|
|
1993-05-10 09:53:22 +04:00
|
|
|
strncpy(du->dk_dd.d_typename, "ESDI/IDE", sizeof du->dk_dd.d_typename);
|
|
|
|
du->dk_dd.d_type = DTYPE_ESDI;
|
|
|
|
bcopy(wp->wdp_model+20, du->dk_dd.d_packname, 14-1);
|
|
|
|
|
|
|
|
/* update disklabel given drive information */
|
|
|
|
du->dk_dd.d_ncylinders = wp->wdp_fixedcyl + wp->wdp_removcyl /*+- 1*/;
|
|
|
|
du->dk_dd.d_ntracks = wp->wdp_heads;
|
|
|
|
du->dk_dd.d_nsectors = wp->wdp_sectors;
|
|
|
|
du->dk_dd.d_secpercyl = du->dk_dd.d_ntracks * du->dk_dd.d_nsectors;
|
|
|
|
du->dk_dd.d_partitions[1].p_size = du->dk_dd.d_secpercyl *
|
|
|
|
wp->wdp_sectors;
|
|
|
|
du->dk_dd.d_partitions[1].p_offset = 0;
|
|
|
|
} else {
|
|
|
|
/*
|
|
|
|
* 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.
|
|
|
|
*/
|
|
|
|
stat = wdcommand(du, WDCC_RESTORE | WD_STEP);
|
|
|
|
if(stat & WDCS_ERR) {
|
|
|
|
splx(x);
|
|
|
|
return(inb(wdc+wd_error));
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-04-15 10:39:00 +04:00
|
|
|
strncpy(du->dk_dd.d_typename, "ST506", sizeof du->dk_dd.d_typename);
|
1993-04-18 14:03:20 +04:00
|
|
|
strncpy(du->dk_params.wdp_model, "Unknown Type",
|
1993-04-15 11:52:08 +04:00
|
|
|
sizeof du->dk_params.wdp_model);
|
1993-04-15 10:39:00 +04:00
|
|
|
du->dk_dd.d_type = DTYPE_ST506;
|
|
|
|
}
|
1993-05-10 09:53:22 +04:00
|
|
|
|
|
|
|
#if 0
|
|
|
|
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);
|
|
|
|
#endif
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* better ... */
|
|
|
|
du->dk_dd.d_subtype |= DSTYPE_GEOMETRY;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* XXX sometimes possibly needed */
|
|
|
|
(void) inb(wdc+wd_status);
|
1993-04-06 14:06:28 +04:00
|
|
|
#ifdef TIHMODS
|
|
|
|
splx(x);
|
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
return (0);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* ARGSUSED */
|
|
|
|
int
|
|
|
|
wdclose(dev_t dev, int flags, int fmt)
|
|
|
|
{
|
|
|
|
register struct disk *du;
|
1993-04-06 14:06:28 +04:00
|
|
|
int part = wdpart(dev), mask = 1 << part;
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
du = wddrives[wdunit(dev)];
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* insure only one open at a time */
|
1993-04-06 14:06:28 +04:00
|
|
|
du->dk_openpart &= ~mask;
|
|
|
|
switch (fmt) {
|
|
|
|
case S_IFCHR:
|
|
|
|
du->dk_copenpart &= ~mask;
|
|
|
|
break;
|
|
|
|
case S_IFBLK:
|
|
|
|
du->dk_bopenpart &= ~mask;
|
|
|
|
break;
|
|
|
|
}
|
1993-03-21 12:45:37 +03:00
|
|
|
return(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
int
|
1994-02-10 00:06:46 +03:00
|
|
|
wdioctl(dev_t dev, int cmd, caddr_t addr, int flag, struct proc *p)
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1993-04-06 14:06:28 +04:00
|
|
|
int lunit = wdunit(dev);
|
1993-03-21 12:45:37 +03:00
|
|
|
register struct disk *du;
|
|
|
|
int error = 0;
|
|
|
|
struct uio auio;
|
|
|
|
struct iovec aiov;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
du = wddrives[lunit];
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
switch (cmd) {
|
|
|
|
case DIOCSBAD:
|
1993-04-06 14:06:28 +04:00
|
|
|
if ((flag & FWRITE) == 0)
|
|
|
|
error = EBADF;
|
|
|
|
else {
|
1993-05-21 02:48:23 +04:00
|
|
|
du->dk_cpd.bad = *(struct dkbad *)addr;
|
1993-04-06 14:06:28 +04:00
|
|
|
bad144intern(du);
|
|
|
|
}
|
1993-03-21 12:45:37 +03:00
|
|
|
break;
|
|
|
|
|
|
|
|
case DIOCGDINFO:
|
|
|
|
*(struct disklabel *)addr = du->dk_dd;
|
|
|
|
break;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
case DIOCGPART:
|
|
|
|
((struct partinfo *)addr)->disklab = &du->dk_dd;
|
|
|
|
((struct partinfo *)addr)->part =
|
|
|
|
&du->dk_dd.d_partitions[wdpart(dev)];
|
|
|
|
break;
|
|
|
|
|
|
|
|
case DIOCSDINFO:
|
|
|
|
if ((flag & FWRITE) == 0)
|
|
|
|
error = EBADF;
|
1993-05-21 02:48:23 +04:00
|
|
|
else {
|
1993-04-06 14:06:28 +04:00
|
|
|
error = setdisklabel(&du->dk_dd, (struct disklabel *)addr,
|
|
|
|
/*(du->dk_flags&DKFL_BSDLABEL) ? du->dk_openpart : */0,
|
1993-05-21 02:48:23 +04:00
|
|
|
&du->dk_cpd);
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
if (error == 0) {
|
1993-03-21 12:45:37 +03:00
|
|
|
du->dk_flags |= DKFL_BSDLABEL;
|
|
|
|
wdsetctlr(dev, du);
|
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
break;
|
|
|
|
|
|
|
|
case DIOCWLABEL:
|
1993-03-21 12:45:37 +03:00
|
|
|
du->dk_flags &= ~DKFL_WRITEPROT;
|
1993-04-06 14:06:28 +04:00
|
|
|
if ((flag & FWRITE) == 0)
|
|
|
|
error = EBADF;
|
|
|
|
else
|
|
|
|
du->dk_wlabel = *(int *)addr;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case DIOCWDINFO:
|
1993-03-21 12:45:37 +03:00
|
|
|
du->dk_flags &= ~DKFL_WRITEPROT;
|
1993-04-06 14:06:28 +04:00
|
|
|
if ((flag & FWRITE) == 0)
|
|
|
|
error = EBADF;
|
|
|
|
else if ((error = setdisklabel(&du->dk_dd, (struct disklabel *)addr,
|
|
|
|
/*(du->dk_flags & DKFL_BSDLABEL) ? du->dk_openpart :*/ 0,
|
1993-05-21 02:48:23 +04:00
|
|
|
&du->dk_cpd)) == 0) {
|
1993-04-06 14:06:28 +04:00
|
|
|
int wlab;
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
du->dk_flags |= DKFL_BSDLABEL;
|
|
|
|
wdsetctlr(dev, du);
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
/* simulate opening partition 0 so write succeeds */
|
1993-05-10 09:53:22 +04:00
|
|
|
du->dk_openpart |= (1 << 0); /* XXX */
|
1993-04-06 14:06:28 +04:00
|
|
|
wlab = du->dk_wlabel;
|
|
|
|
du->dk_wlabel = 1;
|
1993-05-21 02:48:23 +04:00
|
|
|
error = writedisklabel(dev, wdstrategy, &du->dk_dd, &du->dk_cpd);
|
1993-04-06 14:06:28 +04:00
|
|
|
du->dk_openpart = du->dk_copenpart | du->dk_bopenpart;
|
|
|
|
du->dk_wlabel = wlab;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
#ifdef notyet
|
|
|
|
case DIOCGDINFOP:
|
|
|
|
*(struct disklabel **)addr = &(du->dk_dd);
|
|
|
|
break;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
case DIOCWFORMAT:
|
|
|
|
if ((flag & FWRITE) == 0)
|
|
|
|
error = EBADF;
|
|
|
|
else {
|
|
|
|
register struct format_op *fop;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +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;
|
1993-04-06 14:06:28 +04:00
|
|
|
auio.uio_offset = fop->df_startblk * du->dk_dd.d_secsize;
|
|
|
|
error = physio(wdformat, &rwdbuf[lunit], dev, B_WRITE,
|
1993-03-21 12:45:37 +03:00
|
|
|
minphys, &auio);
|
|
|
|
fop->df_count -= auio.uio_resid;
|
|
|
|
fop->df_reg[0] = du->dk_status;
|
|
|
|
fop->df_reg[1] = du->dk_error;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
#endif
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
default:
|
|
|
|
error = ENOTTY;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
return (error);
|
|
|
|
}
|
|
|
|
|
|
|
|
#ifdef B_FORMAT
|
|
|
|
int
|
|
|
|
wdformat(struct buf *bp)
|
|
|
|
{
|
|
|
|
bp->b_flags |= B_FORMAT;
|
|
|
|
return (wdstrategy(bp));
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
int
|
|
|
|
wdsize(dev_t dev)
|
|
|
|
{
|
1993-04-06 14:06:28 +04:00
|
|
|
int lunit = wdunit(dev), part = wdpart(dev);
|
1993-03-21 12:45:37 +03:00
|
|
|
struct disk *du;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
if (lunit >= NWD)
|
1993-03-21 12:45:37 +03:00
|
|
|
return(-1);
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
if ((du = wddrives[lunit]) == 0)
|
1993-03-21 12:45:37 +03:00
|
|
|
return (-1);
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
if (du->dk_state < OPEN || (du->dk_flags & DKFL_BSDLABEL) == 0) {
|
|
|
|
int val;
|
|
|
|
val = wdopen(makewddev(major(dev), lunit, WDRAW), FREAD, S_IFBLK, 0);
|
|
|
|
if (val != 0)
|
|
|
|
return (-1);
|
|
|
|
}
|
|
|
|
|
|
|
|
if ((du->dk_flags & (DKFL_WRITEPROT|DKFL_BSDLABEL)) != DKFL_BSDLABEL)
|
|
|
|
return (-1);
|
|
|
|
else
|
|
|
|
return((int)du->dk_dd.d_partitions[part].p_size);
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
1993-05-10 09:53:22 +04:00
|
|
|
extern char *vmmap; /* poor name! */
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1993-04-06 14:06:28 +04:00
|
|
|
/* dump core after a system crash */
|
1993-03-21 12:45:37 +03:00
|
|
|
int
|
1993-04-06 14:06:28 +04:00
|
|
|
wddump(dev_t dev)
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
|
|
|
register struct disk *du; /* disk unit to do the IO */
|
|
|
|
long num; /* number of sectors to write */
|
1993-04-06 14:06:28 +04:00
|
|
|
int ctrlr, lunit, part, wdc;
|
|
|
|
long blkoff, blknum;
|
1993-03-21 12:45:37 +03:00
|
|
|
long cylin, head, sector, stat;
|
|
|
|
long secpertrk, secpercyl, nblocks, i;
|
|
|
|
char *addr;
|
1993-04-06 14:06:28 +04: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;
|
|
|
|
|
1993-03-21 12:45:37 +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
|
|
|
|
/* toss any characters present prior to dump, ie. non-blocking getc */
|
|
|
|
while (cngetc())
|
1993-03-21 12:45:37 +03:00
|
|
|
;
|
1993-05-28 13:10:52 +04:00
|
|
|
#endif
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* size of memory to dump */
|
1993-04-06 14:06:28 +04:00
|
|
|
lunit = wdunit(dev); /* eventually support floppies? */
|
1993-03-21 12:45:37 +03:00
|
|
|
part = wdpart(dev); /* file system */
|
|
|
|
/* check for acceptable drive number */
|
1993-04-06 14:06:28 +04:00
|
|
|
if (lunit >= NWD)
|
|
|
|
return(ENXIO);
|
|
|
|
|
|
|
|
du = wddrives[lunit];
|
|
|
|
if (du == 0)
|
|
|
|
return(ENXIO);
|
1993-03-21 12:45:37 +03:00
|
|
|
/* was it ever initialized ? */
|
1993-04-06 14:06:28 +04:00
|
|
|
if (du->dk_state < OPEN)
|
|
|
|
return (ENXIO);
|
|
|
|
if (du->dk_flags & DKFL_WRITEPROT)
|
|
|
|
return(ENXIO);
|
1993-03-21 12:45:37 +03:00
|
|
|
wdc = du->dk_port;
|
1993-04-06 14:06:28 +04:00
|
|
|
ctrlr = du->dk_ctrlr;
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* Convert to disk sectors */
|
1993-12-16 23:22:56 +03:00
|
|
|
num = ctob(physmem) / du->dk_dd.d_secsize;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* check if controller active */
|
1993-04-06 14:06:28 +04:00
|
|
|
/*if (wdtab[ctrlr].b_active)
|
|
|
|
return(EFAULT); */
|
|
|
|
if (wddoingadump)
|
|
|
|
return(EFAULT);
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
secpertrk = du->dk_dd.d_nsectors;
|
|
|
|
secpercyl = du->dk_dd.d_secpercyl;
|
|
|
|
nblocks = du->dk_dd.d_partitions[part].p_size;
|
|
|
|
blkoff = du->dk_dd.d_partitions[part].p_offset;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
/*pg("xunit %x, nblocks %d, dumplo %d num %d\n", part,nblocks,dumplo,num);*/
|
1993-03-21 12:45:37 +03:00
|
|
|
/* check transfer bounds against partition size */
|
|
|
|
if ((dumplo < 0) || ((dumplo + num) > nblocks))
|
|
|
|
return(EINVAL);
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
/* mark controller active for if we panic during the dump */
|
|
|
|
/* wdtab[ctrlr].b_active = 1; */
|
|
|
|
wddoingadump = 1;
|
|
|
|
i = 200000000;
|
|
|
|
while ((inb(wdc+wd_status) & WDCS_BUSY) && (i-- > 0))
|
|
|
|
;
|
|
|
|
outb(wdc+wd_sdh, WDSD_IBM | (du->dk_unit << 4));
|
1993-03-21 12:45:37 +03:00
|
|
|
outb(wdc+wd_command, WDCC_RESTORE | WD_STEP);
|
1993-04-06 14:06:28 +04:00
|
|
|
while (inb(wdc+wd_status) & WDCS_BUSY)
|
|
|
|
;
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* some compaq controllers require this ... */
|
|
|
|
wdsetctlr(dev, du);
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
blknum = dumplo + blkoff;
|
|
|
|
while (num > 0) {
|
1993-12-24 16:56:14 +03:00
|
|
|
#ifdef __notdef__ /* cannot use this since this address was mapped differently */
|
1993-03-21 12:45:37 +03:00
|
|
|
pmap_enter(kernel_pmap, CADDR1, trunc_page(addr), VM_PROT_READ, TRUE);
|
1993-12-24 16:56:14 +03:00
|
|
|
#else
|
|
|
|
*(int *)CMAP1 = PG_V | PG_KW | ctob((long)addr);
|
1994-01-03 19:21:48 +03:00
|
|
|
tlbflush();
|
1993-12-24 16:56:14 +03:00
|
|
|
#endif
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* compute disk address */
|
|
|
|
cylin = blknum / secpercyl;
|
|
|
|
head = (blknum % secpercyl) / secpertrk;
|
|
|
|
sector = blknum % secpertrk;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
if (du->dk_flags & DKFL_BADSECT) {
|
|
|
|
long newblk;
|
|
|
|
int i;
|
|
|
|
|
|
|
|
for (i = 0; du->dk_badsect[i] != -1; i++) {
|
|
|
|
if (blknum < du->dk_badsect[i]) {
|
|
|
|
break; /* sorted list, passed our block by */
|
|
|
|
} else if (blknum == du->dk_badsect[i]) {
|
|
|
|
newblk = du->dk_dd.d_secperunit -
|
|
|
|
du->dk_dd.d_nsectors - i - 1;
|
|
|
|
cylin = newblk / secpercyl;
|
|
|
|
head = (newblk % secpercyl) / secpertrk;
|
|
|
|
sector = newblk % secpertrk;
|
|
|
|
/* found and repl; done scanning bad144 table */
|
|
|
|
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
|
|
|
/* select drive. */
|
1993-04-06 14:06:28 +04:00
|
|
|
outb(wdc+wd_sdh, WDSD_IBM | (du->dk_unit<<4) | (head & 0xf));
|
|
|
|
while ((inb(wdc+wd_status) & WDCS_READY) == 0)
|
|
|
|
;
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* transfer some blocks */
|
|
|
|
outb(wdc+wd_sector, sector);
|
|
|
|
outb(wdc+wd_seccnt,1);
|
|
|
|
outb(wdc+wd_cyl_lo, cylin);
|
|
|
|
outb(wdc+wd_cyl_hi, cylin >> 8);
|
|
|
|
#ifdef notdef
|
|
|
|
/* lets just talk about this first...*/
|
|
|
|
pg ("sdh 0%o sector %d cyl %d addr 0x%x",
|
|
|
|
inb(wdc+wd_sdh), inb(wdc+wd_sector),
|
1993-04-06 14:06:28 +04:00
|
|
|
inb(wdc+wd_cyl_hi)*256+inb(wdc+wd_cyl_lo), addr);
|
1993-03-21 12:45:37 +03:00
|
|
|
#endif
|
|
|
|
outb(wdc+wd_command, WDCC_WRITE);
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* Ready to send data? */
|
1993-04-06 14:06:28 +04:00
|
|
|
while ((inb(wdc+wd_status) & WDCS_DRQ) == 0)
|
|
|
|
;
|
|
|
|
if (inb(wdc+wd_status) & WDCS_ERR)
|
|
|
|
return(EIO);
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
outsw (wdc+wd_data, CADDR1+((int)addr&(NBPG-1)), 256);
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
if (inb(wdc+wd_status) & WDCS_ERR)
|
|
|
|
return(EIO);
|
1993-05-10 09:53:22 +04:00
|
|
|
/* Check data request (should be done). */
|
1993-04-06 14:06:28 +04:00
|
|
|
if (inb(wdc+wd_status) & WDCS_DRQ)
|
|
|
|
return(EIO);
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* wait for completion */
|
1993-04-06 14:06:28 +04:00
|
|
|
for (i=200000000; inb(wdc+wd_status) & WDCS_BUSY ; i--) {
|
|
|
|
if (i < 0)
|
|
|
|
return (EIO);
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/* error check the xfer */
|
1993-04-06 14:06:28 +04:00
|
|
|
if (inb(wdc+wd_status) & WDCS_ERR)
|
|
|
|
return(EIO);
|
|
|
|
|
|
|
|
if ((unsigned)addr % (1024*1024) == 0)
|
|
|
|
printf("%d ", num/2048);
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
/* update block count */
|
|
|
|
num--;
|
1993-04-06 14:06:28 +04:00
|
|
|
blknum++;
|
1993-03-21 12:45:37 +03:00
|
|
|
(int) addr += 512;
|
1993-04-06 14:06:28 +04:00
|
|
|
|
1993-05-28 13:10:52 +04:00
|
|
|
#if DO_NOT_KNOW_HOW
|
|
|
|
/* operator aborting dump? non-blocking getc() */
|
|
|
|
if (cngetc())
|
1993-03-21 12:45:37 +03:00
|
|
|
return(EINTR);
|
1993-05-28 13:10:52 +04:00
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
return(0);
|
|
|
|
}
|
|
|
|
#endif
|
1993-04-06 14:06:28 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Internalize the bad sector table.
|
|
|
|
*/
|
|
|
|
void
|
|
|
|
bad144intern(struct disk *du)
|
|
|
|
{
|
|
|
|
int i;
|
|
|
|
if (du->dk_flags & DKFL_BADSECT) {
|
|
|
|
for (i = 0; i < 127; i++) {
|
|
|
|
du->dk_badsect[i] = -1;
|
|
|
|
}
|
|
|
|
|
|
|
|
for (i = 0; i < 126; i++) {
|
1993-05-21 02:48:23 +04:00
|
|
|
if (du->dk_cpd.bad.bt_bad[i].bt_cyl == 0xffff) {
|
1993-04-06 14:06:28 +04:00
|
|
|
break;
|
|
|
|
} else {
|
|
|
|
du->dk_badsect[i] =
|
1993-05-21 02:48:23 +04:00
|
|
|
du->dk_cpd.bad.bt_bad[i].bt_cyl *
|
|
|
|
du->dk_dd.d_secpercyl +
|
|
|
|
(du->dk_cpd.bad.bt_bad[i].bt_trksec >> 8) *
|
|
|
|
du->dk_dd.d_nsectors +
|
|
|
|
(du->dk_cpd.bad.bt_bad[i].bt_trksec & 0x00ff);
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* this routine was adopted from the kernel sources */
|
|
|
|
/* more efficient because b_cylin is not really as useful at this level */
|
|
|
|
/* so I eliminate the processing, I believe that sorting the sectors */
|
|
|
|
/* is adequate */
|
|
|
|
void
|
1994-02-10 18:17:34 +03:00
|
|
|
wddisksort(dp, bp)
|
|
|
|
register struct buf *dp, *bp;
|
1993-04-06 14:06:28 +04:00
|
|
|
{
|
|
|
|
register struct buf *ap;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* If nothing on the activity queue, then
|
|
|
|
* we become the only thing.
|
|
|
|
*/
|
|
|
|
ap = dp->b_actf;
|
1994-02-06 20:39:48 +03:00
|
|
|
if (ap == NULL) {
|
1994-02-06 13:00:30 +03:00
|
|
|
bp->b_actf = NULL;
|
1994-02-10 18:17:34 +03:00
|
|
|
dp->b_actf = bp;
|
1993-04-06 14:06:28 +04:00
|
|
|
return;
|
|
|
|
}
|
1994-02-06 20:39:48 +03:00
|
|
|
while (ap->b_flags & B_XXX) {
|
|
|
|
if (ap->b_actf == 0 || (ap->b_actf->b_flags & B_XXX) == 0)
|
1993-04-06 14:06:28 +04:00
|
|
|
break;
|
1994-02-06 13:00:30 +03:00
|
|
|
ap = ap->b_actf;
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
|
|
|
/*
|
|
|
|
* If we lie after the first (currently active)
|
|
|
|
* request, then we must locate the second request list
|
|
|
|
* and add ourselves to it.
|
|
|
|
*/
|
|
|
|
if (bp->b_blkno < ap->b_blkno) {
|
1994-02-06 13:00:30 +03:00
|
|
|
while (ap->b_actf) {
|
1993-04-06 14:06:28 +04:00
|
|
|
/*
|
|
|
|
* Check for an ``inversion'' in the
|
|
|
|
* normally ascending cylinder numbers,
|
|
|
|
* indicating the start of the second request list.
|
|
|
|
*/
|
1994-02-06 13:00:30 +03:00
|
|
|
if (ap->b_actf->b_blkno < ap->b_blkno) {
|
1993-04-06 14:06:28 +04:00
|
|
|
/*
|
|
|
|
* Search the second request list
|
|
|
|
* for the first request at a larger
|
|
|
|
* cylinder number. We go before that;
|
|
|
|
* if there is no such request, we go at end.
|
|
|
|
*/
|
|
|
|
do {
|
1994-02-06 13:00:30 +03:00
|
|
|
if (bp->b_blkno < ap->b_actf->b_blkno)
|
1993-04-06 14:06:28 +04:00
|
|
|
goto insert;
|
1994-02-06 13:00:30 +03:00
|
|
|
ap = ap->b_actf;
|
|
|
|
} while (ap->b_actf);
|
1993-04-06 14:06:28 +04:00
|
|
|
goto insert; /* after last */
|
|
|
|
}
|
1994-02-06 13:00:30 +03:00
|
|
|
ap = ap->b_actf;
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
|
|
|
/*
|
|
|
|
* No inversions... we will go after the last, and
|
|
|
|
* be the first request in the second request list.
|
|
|
|
*/
|
|
|
|
goto insert;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
* Request is at/after the current request...
|
|
|
|
* sort in the first request list.
|
|
|
|
*/
|
1994-02-06 13:00:30 +03:00
|
|
|
while (ap->b_actf) {
|
1993-04-06 14:06:28 +04:00
|
|
|
/*
|
|
|
|
* We want to go after the current request
|
|
|
|
* if there is an inversion after it (i.e. it is
|
|
|
|
* the end of the first request list), or if
|
|
|
|
* the next request is a larger cylinder than our request.
|
|
|
|
*/
|
1994-02-06 13:00:30 +03:00
|
|
|
if (ap->b_actf->b_blkno < ap->b_blkno ||
|
|
|
|
bp->b_blkno < ap->b_actf->b_blkno )
|
1993-04-06 14:06:28 +04:00
|
|
|
goto insert;
|
1994-02-06 13:00:30 +03:00
|
|
|
ap = ap->b_actf;
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
|
|
|
/*
|
|
|
|
* Neither a second list nor a larger
|
|
|
|
* request... we go at the end of the first list,
|
|
|
|
* which is the same as the end of the whole schebang.
|
|
|
|
*/
|
|
|
|
insert:
|
1994-02-10 18:17:34 +03:00
|
|
|
bp->b_actf = ap->b_actf;
|
1994-02-06 13:00:30 +03:00
|
|
|
ap->b_actf = bp;
|
1993-04-06 14:06:28 +04:00
|
|
|
}
|
|
|
|
|
1993-12-13 13:16:56 +03:00
|
|
|
static int
|
|
|
|
wdreset(int ctrlr, int wdc, int err)
|
1993-07-06 04:42:43 +04:00
|
|
|
{
|
|
|
|
int stat, timeout;
|
|
|
|
|
|
|
|
if(err)
|
|
|
|
printf("wdc%d: busy too long, resetting\n", ctrlr);
|
|
|
|
|
|
|
|
/* reset the device */
|
|
|
|
outb(wdc+wd_ctlr, (WDCTL_RST|WDCTL_IDS));
|
|
|
|
DELAY(1000);
|
|
|
|
outb(wdc+wd_ctlr, WDCTL_4BIT);
|
|
|
|
|
|
|
|
for (timeout=0; (stat=inb(wdc+wd_status)) & WDCS_BUSY; ) {
|
|
|
|
DELAY(WDCDELAY);
|
|
|
|
if(++timeout > WDCNDELAY) {
|
|
|
|
printf("wdc%d: failed to reset controller\n", ctrlr);
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
1993-07-07 09:50:35 +04:00
|
|
|
#ifdef WDCNDELAY_DEBUG
|
|
|
|
if(timeout>WDCNDELAY_DEBUG)
|
|
|
|
printf("wdc%d: timeout took %dus\n", ctrlr, WDCDELAY * timeout);
|
|
|
|
#endif
|
1993-07-06 04:42:43 +04:00
|
|
|
}
|
1993-12-13 13:16:56 +03:00
|
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
wdtimeout(caddr_t arg)
|
|
|
|
{
|
|
|
|
int x = splbio();
|
|
|
|
register int unit = (int) arg;
|
|
|
|
|
|
|
|
if (wdtimeoutstatus[unit]) {
|
|
|
|
if (--wdtimeoutstatus[unit] == 0) {
|
|
|
|
struct disk *du = wddrives[unit];
|
|
|
|
int wdc = du->dk_port;
|
|
|
|
/* #ifdef WDDEBUG */
|
|
|
|
printf("wd%d: lost interrupt - status %x, error %x\n",
|
|
|
|
unit, inb(wdc+wd_status), inb(wdc+wd_error));
|
|
|
|
/* #endif */
|
|
|
|
outb(wdc+wd_ctlr, (WDCTL_RST|WDCTL_IDS));
|
|
|
|
DELAY(1000);
|
|
|
|
outb(wdc+wd_ctlr, WDCTL_IDS);
|
|
|
|
DELAY(1000);
|
|
|
|
(void) inb(wdc+wd_error);
|
|
|
|
outb(wdc+wd_ctlr, WDCTL_4BIT);
|
|
|
|
du->dk_skip = 0;
|
|
|
|
du->dk_flags |= DKFL_SINGLE;
|
|
|
|
wdstart(du->dk_ctrlr); /* start controller */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
timeout((timeout_t)wdtimeout, (caddr_t)unit, 50);
|
|
|
|
splx(x);
|
|
|
|
return (0);
|
|
|
|
}
|