Module Name: src Committed By: wiz Date: Sat Apr 11 22:20:07 UTC 2009
Modified Files: src/share/man/man4/man4.vax: up.4 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/share/man/man4/man4.vax/up.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man4/man4.vax/up.4 diff -u src/share/man/man4/man4.vax/up.4:1.15 src/share/man/man4/man4.vax/up.4:1.16 --- src/share/man/man4/man4.vax/up.4:1.15 Sat Apr 11 21:35:57 2009 +++ src/share/man/man4/man4.vax/up.4 Sat Apr 11 22:20:07 2009 @@ -1,4 +1,4 @@ -.\" $NetBSD: up.4,v 1.15 2009/04/11 21:35:57 joerg Exp $ +.\" $NetBSD: up.4,v 1.16 2009/04/11 22:20:07 wiz Exp $ .\" .\" Copyright (c) 1991, 1993, 19801988 .\" The Regents of the University of California. All rights reserved. @@ -67,8 +67,8 @@ for devices which may never be installed. .Sh DISK SUPPORT The driver interrogates the controller's holding register -to determine the type of drive attached. The driver recognizes -seven different drives: +to determine the type of drive attached. +The driver recognizes seven different drives: .Tn CDC 9762, .Tn CDC @@ -88,12 +88,12 @@ .Sq Li up and .Sq Li rup -for the block and character files respectively. The second -component of the name, a drive unit number in the range of zero to -seven, is represented by a +for the block and character files respectively. +The second component of the name, a drive unit number in the range +of zero to seven, is represented by a .Sq Li \&? -in the disk layouts below. The last component of the name, the -file system partition, is +in the disk layouts below. +The last component of the name, the file system partition, is designated by a letter from .Sq Li a to @@ -216,33 +216,36 @@ .Pp .It "up%d: write locked." The write protect switch was set on the drive -when a write was attempted. The write operation is not recoverable. +when a write was attempted. +The write operation is not recoverable. .Pp .It "up%d: not ready." The drive was spun down or off line when it was -accessed. The i/o operation is not recoverable. +accessed. +The I/O operation is not recoverable. .Pp .It "up%d: not ready (flakey)." The drive was not ready, but after printing the message about being not ready (which takes a fraction -of a second) was ready. The operation is recovered if no further -errors occur. +of a second) was ready. +The operation is recovered if no further errors occur. .Pp .It "up%d%c: soft ecc reading fsbn %d[-%d]." A recoverable ECC error occurred on the specified sector of the specified disk partition. This happens normally -a few times a week. If it happens more frequently than -this the sectors where the errors are occurring should be checked to see -if certain cylinders on the pack, spots on the carriage of the drive -or heads are indicated. +a few times a week. +If it happens more frequently than this the sectors where the errors +are occurring should be checked to see if certain cylinders on the +pack, spots on the carriage of the drive or heads are indicated. .Pp .It "sc%d: lost interrupt." A timer watching the controller detecting no interrupt for an extended period while an operation was outstanding. -This indicates a hardware or software failure. There is currently a -hardware/software problem with spinning down drives while they are -being accessed which causes this error to occur. +This indicates a hardware or software failure. +There is currently a hardware/software problem with spinning down +drives while they are being accessed which causes this error to +occur. The error causes a .Tn UNIBUS reset, and retry of the pending operations.