diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
| commit | dc733423474fd7365890fcf290b2e017d9907635 (patch) | |
| tree | f04733bf778cda0edb2eb1ec13178fd0303eb05a /sys/dev/ep | |
| parent | 2720a2efd612c8a8d4b9bbeaee1491d664de797e (diff) | |
Notes
Diffstat (limited to 'sys/dev/ep')
| -rw-r--r-- | sys/dev/ep/if_epreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ep/if_epreg.h b/sys/dev/ep/if_epreg.h index 237e5bf6267a8..707f8a6d27f2b 100644 --- a/sys/dev/ep/if_epreg.h +++ b/sys/dev/ep/if_epreg.h @@ -31,7 +31,7 @@ */ /* - * $Id: if_epreg.h,v 1.21 1997/10/14 06:56:09 itojun Exp $ + * $Id: if_epreg.h,v 1.22 1997/10/27 06:15:10 joerg Exp $ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select @@ -107,7 +107,7 @@ struct ep_board { * This `ID' port is a mere hack. There's currently no chance to register * it with config's idea of the ports that are in use. * - * "After the automatic configuration is completed, the IDS is in it's initial + * "After the automatic configuration is completed, the IDS is in its initial * state (ID-WAIT), and it monitors all write access to I/O port 01x0h, where * 'x' is any hex digit. If a zero is written to any one of these ports, then * that address is remembered and becomes the ID port. A second zero written |
