diff options
| author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-12-30 00:37:44 +0000 |
|---|---|---|
| committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-12-30 00:37:44 +0000 |
| commit | dea9268b7006769d7f1834f4bdcc149692725aca (patch) | |
| tree | 94787544370f3f67bc317208ee42f11f04d3022b /sys/dev | |
| parent | c807beb49563b21499dcde0e31bbd10b65355a40 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/de/if_de.c | 4 | ||||
| -rw-r--r-- | sys/dev/ppc/ppc.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index 0a1b599d8f3f..82354275e866 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/if_de.c @@ -1,5 +1,5 @@ /* $NetBSD: if_de.c,v 1.80 1998/09/25 18:06:53 matt Exp $ */ -/* $Id: if_de.c,v 1.91 1998/11/28 00:25:32 msmith Exp $ */ +/* $Id: if_de.c,v 1.92 1998/12/14 05:47:26 dillon Exp $ */ /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) @@ -2861,7 +2861,7 @@ tulip_read_macaddr( * Some folks don't use the standard ethernet rom format * but instead just put the address in the first 6 bytes * of the rom and let the rest be all 0xffs. (Can we say - * ZNYX???) (well sometimes they put in a checksum so we'll + * ZNYX?) (well sometimes they put in a checksum so we'll * start at 8). */ for (idx = 8; idx < 32; idx++) { diff --git a/sys/dev/ppc/ppc.c b/sys/dev/ppc/ppc.c index f24654be3eba..e351688a31e1 100644 --- a/sys/dev/ppc/ppc.c +++ b/sys/dev/ppc/ppc.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ppc.c,v 1.11 1998/10/31 11:37:09 nsouch Exp $ + * $Id: ppc.c,v 1.12 1998/12/07 21:58:22 archie Exp $ * */ #include "ppc.h" @@ -1286,7 +1286,7 @@ ppc_smclike_setmode(int unit, int mode) * Semantics of clearing EPP timeout bit. * PC87332 - reading SPP_STR does it... * SMC - write 1 to EPP timeout bit XXX - * Others - (???) write 0 to EPP timeout bit + * Others - (?) write 0 to EPP timeout bit */ static void ppc_reset_epp_timeout(int unit) |
