diff --git a/sys/dev/isa/if_ed.c b/sys/dev/isa/if_ed.c index 9409c923181a..35dd5844dbbb 100644 --- a/sys/dev/isa/if_ed.c +++ b/sys/dev/isa/if_ed.c @@ -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: diff --git a/sys/lib/libsa/if_ether.h b/sys/lib/libsa/if_ether.h index b5bd28ea6401..e4b1d4dafdb5 100644 --- a/sys/lib/libsa/if_ether.h +++ b/sys/lib/libsa/if_ether.h @@ -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 *)); diff --git a/sys/net/if_types.h b/sys/net/if_types.h index 2bb005442296..fc3e749edacb 100644 --- a/sys/net/if_types.h +++ b/sys/net/if_types.h @@ -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 diff --git a/sys/netinet/if_arp.h b/sys/netinet/if_arp.h index 0858b0a99a43..c807407738b4 100644 --- a/sys/netinet/if_arp.h +++ b/sys/netinet/if_arp.h @@ -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 *)); diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h index b5bd28ea6401..e4b1d4dafdb5 100644 --- a/sys/netinet/if_ether.h +++ b/sys/netinet/if_ether.h @@ -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 *)); diff --git a/sys/netinet/if_inarp.h b/sys/netinet/if_inarp.h index b80c960881d6..01d19885ddbf 100644 --- a/sys/netinet/if_inarp.h +++ b/sys/netinet/if_inarp.h @@ -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 *));