diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-02 14:18:45 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-02 14:18:45 +0000 |
| commit | ce15cd8c217d003021fb0caa8e6d8ebf4d8640d5 (patch) | |
| tree | f79e5520c5ebb980a181886efa1aeb2eeeec47ee | |
| parent | 1a22b1904162290f868804dd85329277b65b5800 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/man4.i386/ep.4 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/share/man/man4/man4.i386/ep.4 b/share/man/man4/man4.i386/ep.4 index 98f44b155e65..cdfe7eeed3da 100644 --- a/share/man/man4/man4.i386/ep.4 +++ b/share/man/man4/man4.i386/ep.4 @@ -82,20 +82,20 @@ Beware! Avoid placing other cards at that address! .Pp .Sh DIAGNOSTICS -ep0: reset (status: %x) -.in +4 -the driver has encountered a FIFO underrun or overrun. The driver will reset -the card and the packet will be lost. This is not fatal. -.in -4 -ep0: eeprom failed to come ready -.in +4 -The eeprom failed to come ready. This probably means the card is wedged. -.in -4 -ep0: 3c509 in test mode. Erase pencil mark! -.in +4 -This means that someone has scribbled with pencil in the test area on the -card. Erase the pencil mark and reboot. (This is not a joke). -.in -4 +.Bl -diag +.It ep0: reset (status: %x) +The driver has encountered a FIFO underrun or overrun. +The driver will reset the card and the packet will be lost. +This is not fatal. +.It ep0: eeprom failed to come ready +The eeprom failed to come ready. +This probably means the card is wedged. +.It ep0: 3c509 in test mode. Erase pencil mark! +This means that someone has scribbled with pencil +in the test area on the card. +Erase the pencil mark and reboot. +(This is not a joke). +.El .Sh SEE ALSO .Xr ed 4 , .Xr eg 4 , |
