fix some typos. from frank@fwi.uva.nl (Frank van der Linden)

This commit is contained in:
glass 1995-02-27 09:10:24 +00:00
parent c18290a117
commit 48b5b94c4f
6 changed files with 8 additions and 12 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ed.c,v 1.68 1995/02/19 18:05:45 mycroft Exp $ */
/* $NetBSD: if_ed.c,v 1.69 1995/02/27 09:10:45 glass Exp $ */
/*
* Device driver for National Semiconductor DS8390/WD83C690 based ethernet
@ -162,7 +162,7 @@ edprobe(parent, match, aux)
/*
* Generic probe routine for testing for the existance of a DS8390. Must be
* called after the NIC has just been reset. This routine works by looking at
* certain register values that are gauranteed to be initialized a certain way
* certain register values that are guaranteed to be initialized a certain way
* after power-up or reset. Seems not to currently work on the 83C690.
*
* Specifically:

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ether.h,v 1.10 1994/06/29 06:37:55 cgd Exp $ */
/* $NetBSD: if_ether.h,v 1.11 1995/02/27 09:10:35 glass Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@ -160,7 +160,6 @@ void arpintr __P((void));
int arpresolve __P((struct arpcom *,
struct rtentry *, struct mbuf *, struct sockaddr *, u_char *));
void arp_rtrequest __P((int, struct rtentry *, struct sockaddr *));
void arpwhohas __P((struct arpcom *, struct in_addr *));
int ether_addmulti __P((struct ifreq *, struct arpcom *));
int ether_delmulti __P((struct ifreq *, struct arpcom *));

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_types.h,v 1.6 1994/06/29 06:36:29 cgd Exp $ */
/* $NetBSD: if_types.h,v 1.7 1995/02/27 09:10:24 glass Exp $ */
/*
* Copyright (c) 1989, 1993, 1994
@ -53,7 +53,7 @@
#define IFT_ISO88026 0xa /* MAN */
#define IFT_STARLAN 0xb
#define IFT_P10 0xc /* Proteon 10MBit ring */
#define IFT_P80 0xd /* Proteon 10MBit ring */
#define IFT_P80 0xd /* Proteon 80MBit ring */
#define IFT_HY 0xe /* Hyperchannel */
#define IFT_FDDI 0xf
#define IFT_LAPB 0x10

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_arp.h,v 1.10 1994/06/29 06:37:55 cgd Exp $ */
/* $NetBSD: if_arp.h,v 1.11 1995/02/27 09:10:35 glass Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@ -160,7 +160,6 @@ void arpintr __P((void));
int arpresolve __P((struct arpcom *,
struct rtentry *, struct mbuf *, struct sockaddr *, u_char *));
void arp_rtrequest __P((int, struct rtentry *, struct sockaddr *));
void arpwhohas __P((struct arpcom *, struct in_addr *));
int ether_addmulti __P((struct ifreq *, struct arpcom *));
int ether_delmulti __P((struct ifreq *, struct arpcom *));

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ether.h,v 1.10 1994/06/29 06:37:55 cgd Exp $ */
/* $NetBSD: if_ether.h,v 1.11 1995/02/27 09:10:35 glass Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@ -160,7 +160,6 @@ void arpintr __P((void));
int arpresolve __P((struct arpcom *,
struct rtentry *, struct mbuf *, struct sockaddr *, u_char *));
void arp_rtrequest __P((int, struct rtentry *, struct sockaddr *));
void arpwhohas __P((struct arpcom *, struct in_addr *));
int ether_addmulti __P((struct ifreq *, struct arpcom *));
int ether_delmulti __P((struct ifreq *, struct arpcom *));

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_inarp.h,v 1.10 1994/06/29 06:37:55 cgd Exp $ */
/* $NetBSD: if_inarp.h,v 1.11 1995/02/27 09:10:35 glass Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@ -160,7 +160,6 @@ void arpintr __P((void));
int arpresolve __P((struct arpcom *,
struct rtentry *, struct mbuf *, struct sockaddr *, u_char *));
void arp_rtrequest __P((int, struct rtentry *, struct sockaddr *));
void arpwhohas __P((struct arpcom *, struct in_addr *));
int ether_addmulti __P((struct ifreq *, struct arpcom *));
int ether_delmulti __P((struct ifreq *, struct arpcom *));