diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-07 10:16:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-07 10:16:47 +0000 |
commit | f076053868e4c80bfac3766eebb7b597e8937612 (patch) | |
tree | 47e76c3c15d4c83abae94a0081dc209321d07a68 /sys/arch/vax/stand/boot | |
parent | 0bd7685b56f6cb39bf125bfa49be39b32f3571b4 (diff) |
adress -> address, and a few more; all from Jonathon Gray;
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@
isakmpd ones ok ho@
Diffstat (limited to 'sys/arch/vax/stand/boot')
-rw-r--r-- | sys/arch/vax/stand/boot/if_le.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/stand/boot/if_le.c b/sys/arch/vax/stand/boot/if_le.c index 2c32d88948c..5d1537d393b 100644 --- a/sys/arch/vax/stand/boot/if_le.c +++ b/sys/arch/vax/stand/boot/if_le.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le.c,v 1.2 2002/06/11 09:36:23 hugh Exp $ */ +/* $OpenBSD: if_le.c,v 1.3 2003/11/07 10:16:45 jmc Exp $ */ /* $NetBSD: if_le.c,v 1.6 2000/05/20 13:30:03 ragge Exp $ */ /* * Copyright (c) 1997, 1999 Ludd, University of Lule}, Sweden. @@ -150,7 +150,7 @@ leopen(struct open_file *f, int adapt, int ctlr, int unit, int part) nireg = (void *)0x20084400; } else { *(int *)0x20080014 = 0; /* Be sure we do DMA in low 16MB */ - ea = (void *)0x20090000; /* XXX ethernetadressen */ + ea = (void *)0x20090000; /* XXX Ethernet address */ nireg = (void *)0x200e0000; } if (askname == 0) /* Override if autoboot */ |