Update comments.

This commit is contained in:
mycroft 1999-02-17 21:44:55 +00:00
parent fb60b363d0
commit 71105fbda7
6 changed files with 20 additions and 21 deletions

View File

@ -1,7 +1,7 @@
/* $NetBSD: interwave.c,v 1.10 1999/02/17 02:43:13 mycroft Exp $ */
/* $NetBSD: interwave.c,v 1.11 1999/02/17 21:44:55 mycroft Exp $ */
/*
* Copyright (c) 1997 The NetBSD Foundation, Inc.
* Copyright (c) 1997, 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* Author: Kari Mettinen

View File

@ -1,10 +1,7 @@
#ifndef INTERWAVEVAR_H
#define INTERWAVEVAR_H
/* $NetBSD: interwavevar.h,v 1.5 1999/02/17 02:37:39 mycroft Exp $ */
/* $NetBSD: interwavevar.h,v 1.6 1999/02/17 21:44:55 mycroft Exp $ */
/*
* Copyright (c) 1997 The NetBSD Foundation, Inc.
* Copyright (c) 1997, 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* Author: Kari Mettinen
@ -38,6 +35,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef INTERWAVEVAR_H
#define INTERWAVEVAR_H
typedef struct iw_voice_info {
u_char bank; /* lower 2 bits select one of 4 4M bank for voice data */
u_long start; /* voice data start address */

View File

@ -1,7 +1,7 @@
/* $NetBSD: gus.c,v 1.64 1999/02/17 02:37:41 mycroft Exp $ */
/* $NetBSD: gus.c,v 1.65 1999/02/17 21:44:55 mycroft Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
* Copyright (c) 1996, 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation

View File

@ -1,10 +1,7 @@
#include "guspnp.h"
#if NGUSPNP > 0
/* $NetBSD: gus_isapnp.c,v 1.10 1999/02/17 02:37:42 mycroft Exp $ */
/* $NetBSD: gus_isapnp.c,v 1.11 1999/02/17 21:44:55 mycroft Exp $ */
/*
* Copyright (c) 1997 The NetBSD Foundation, Inc.
* Copyright (c) 1997, 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* Author: Kari Mettinen
@ -38,6 +35,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "guspnp.h"
#if NGUSPNP > 0
#include <sys/param.h>
#include <sys/fcntl.h>
#include <sys/vnode.h>

View File

@ -1,11 +1,11 @@
/* $NetBSD: eap.c,v 1.21 1999/02/17 02:37:42 mycroft Exp $ */
/* $NetBSD: eap.c,v 1.22 1999/02/17 21:44:56 mycroft Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Lennart Augustsson (augustss@netbsd.org).
* by Lennart Augustsson <augustss@netbsd.org> and Charles M. Hannum.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -35,9 +35,8 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
* Further work: Charles M. Hannum <mycroft@netbsd.org>
*
* Debugging: Andreas Gustafsson <gson@araneus.fi>
* Testing: Chuck Cranor <chuck@maria.wustl.edu>
* Phil Nelson <phil@cs.wwu.edu>

View File

@ -1,7 +1,7 @@
/* $NetBSD: cs4231_sbus.c,v 1.8 1999/02/17 02:37:42 mycroft Exp $ */
/* $NetBSD: cs4231_sbus.c,v 1.9 1999/02/17 21:44:56 mycroft Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation