clean up NetBSD RCS ID strings, include machine/options.h
This commit is contained in:
parent
af228d12ab
commit
d6292c87e8
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: gbus.c,v 1.2 1997/03/12 21:10:35 cgd Exp $ */
|
||||
/* $NetBSD: gbus.c,v 1.3 1997/04/06 20:09:13 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 by Matthew Jacob
|
||||
@ -35,6 +35,8 @@
|
||||
* bus on AlphaServer CPU modules.
|
||||
*/
|
||||
|
||||
#include <machine/options.h> /* Pull in config options headers */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/device.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: kftxx.c,v 1.2 1997/03/12 21:10:41 cgd Exp $ */
|
||||
/* $NetBSD: kftxx.c,v 1.3 1997/04/06 20:09:14 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 by Matthew Jacob
|
||||
@ -28,7 +28,6 @@
|
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -38,6 +37,8 @@
|
||||
* i.e., handler for all TLSB I/O nodes.
|
||||
*/
|
||||
|
||||
#include <machine/options.h> /* Pull in config options headers */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/device.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: mcclock_tlsb.c,v 1.2 1997/03/12 21:10:54 cgd Exp $ */
|
||||
/* $NetBSD: mcclock_tlsb.c,v 1.3 1997/04/06 20:09:15 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 by Matthew Jacob
|
||||
@ -30,6 +30,8 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <machine/options.h> /* Pull in config options headers */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: tlsb.c,v 1.2 1997/03/12 21:11:01 cgd Exp $ */
|
||||
/* $NetBSD: tlsb.c,v 1.3 1997/04/06 20:09:16 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 by Matthew Jacob
|
||||
@ -38,6 +38,8 @@
|
||||
* found on AlphaServer 8200 and 8400 systems.
|
||||
*/
|
||||
|
||||
#include <machine/options.h> /* Pull in config options headers */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/device.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: tlsbmem.c,v 1.2 1997/03/12 21:11:05 cgd Exp $ */
|
||||
/* $NetBSD: tlsbmem.c,v 1.3 1997/04/06 20:09:17 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 by Matthew Jacob
|
||||
@ -35,6 +35,8 @@
|
||||
* AlphaServer 8200 and 8400 systems.
|
||||
*/
|
||||
|
||||
#include <machine/options.h> /* Pull in config options headers */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/device.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: event.c,v 1.3 1996/09/15 17:15:26 cgd Exp $ */
|
||||
/* $NetBSD: event.c,v 1.4 1997/04/06 20:09:04 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -48,6 +48,8 @@
|
||||
* Internal `Firm_event' interface for the keyboard and mouse drivers.
|
||||
*/
|
||||
|
||||
#include <machine/options.h> /* Pull in config options headers */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/malloc.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: kbd.c,v 1.3 1996/11/13 21:13:39 cgd Exp $ */
|
||||
/* $NetBSD: kbd.c,v 1.4 1997/04/06 20:09:05 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -50,6 +50,8 @@
|
||||
* passes them up to the appropriate reader.
|
||||
*/
|
||||
|
||||
#include <machine/options.h> /* Pull in config options headers */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/device.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ms.c,v 1.3 1996/11/13 21:13:40 cgd Exp $ */
|
||||
/* $NetBSD: ms.c,v 1.4 1997/04/06 20:09:06 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -48,6 +48,8 @@
|
||||
* Mouse driver.
|
||||
*/
|
||||
|
||||
#include <machine/options.h> /* Pull in config options headers */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: wscons.c,v 1.11 1996/12/08 00:22:25 cgd Exp $ */
|
||||
/* $NetBSD: wscons.c,v 1.12 1997/04/06 20:09:07 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
|
||||
@ -27,6 +27,8 @@
|
||||
* rights to redistribute these changes.
|
||||
*/
|
||||
|
||||
#include <machine/options.h> /* Pull in config options headers */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/device.h>
|
||||
#include <sys/kernel.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: wscons_emul.c,v 1.7 1996/11/19 05:23:13 cgd Exp $ */
|
||||
/* $NetBSD: wscons_emul.c,v 1.8 1997/04/06 20:09:09 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
|
||||
@ -31,6 +31,8 @@
|
||||
* Console emulator for a 'generic' ANSI X3.64 console.
|
||||
*/
|
||||
|
||||
#include <machine/options.h> /* Pull in config options headers */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <alpha/wscons/wsconsvar.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: wscons_rinit.c,v 1.3 1996/11/13 21:13:42 cgd Exp $ */
|
||||
/* $NetBSD: wscons_rinit.c,v 1.4 1997/04/06 20:09:10 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -44,6 +44,8 @@
|
||||
* @(#)rcons_font.c 8.1 (Berkeley) 6/11/93
|
||||
*/
|
||||
|
||||
#include <machine/options.h> /* Pull in config options headers */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/device.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: wscons_rops.c,v 1.1 1996/04/12 02:00:55 cgd Exp $ */
|
||||
/* $NetBSD: wscons_rops.c,v 1.2 1997/04/06 20:09:11 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -44,6 +44,8 @@
|
||||
* @(#)rcons_subr.c 8.1 (Berkeley) 6/11/93
|
||||
*/
|
||||
|
||||
#include <machine/options.h> /* Pull in config options headers */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/device.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user