diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1995-08-13 14:59:38 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1995-08-13 14:59:38 +0000 |
| commit | d54b39155a0bbc5bf3208f692533592f2a78f123 (patch) | |
| tree | 45d157fb23a8e3f8d66b407a61480cfc84114691 /sys | |
| parent | c4b4d74391b9deb27c6cdb946dfb8659a62c346a (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pci/ncr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index 441bd3a8bb80..156692597585 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncr.c,v 1.38 1995/06/28 16:40:58 se Exp $ +** $Id: ncr.c,v 1.39 1995/07/07 12:30:39 se Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** @@ -1223,7 +1223,7 @@ static void ncr_attach (pcici_t tag, int unit); static char ident[] = - "\n$Id: ncr.c,v 1.38 1995/06/28 16:40:58 se Exp $\n"; + "\n$Id: ncr.c,v 1.39 1995/07/07 12:30:39 se Exp $\n"; u_long ncr_version = NCR_VERSION + (u_long) sizeof (struct ncb) @@ -4162,7 +4162,7 @@ void ncr_complete (ncb_p np, ccb_p cp) printf ("COMMAND FAILED (%x %x) @%x.\n", cp->host_status, cp->scsi_status, (unsigned)cp); - xp->error = XS_DRIVER_STUFFUP; + xp->error = XS_TIMEOUT; } xp->flags |= ITSDONE; |
