#ifndef lint
static char rcsid[] = "$Id:$";
#endif

to *.c source
This commit is contained in:
Li-Ta Lo 2000-12-02 03:51:28 +00:00
parent 7d651021b2
commit 69f93c224c
6 changed files with 22 additions and 0 deletions

View file

@ -28,6 +28,11 @@
* Intel Architecture Software Developer's Manual
* Volume 3: System Programming
*/
#ifndef lint
static char rcsid[] = "$Id$";
#endif
#include <cpu/p6/msr.h>
#include <cpu/p6/mtrr.h>
#include <cpu/p5/cpuid.h>

View file

@ -5,6 +5,9 @@
*
*/
#ifndef lint
static char rcsid[] = "$Id$";
#endif
//typedef void * va_list;

View file

@ -1,3 +1,6 @@
#ifndef lint
static char rcsid[] = "$Id$";
#endif
#include <cpu/p5/io.h>
#include "serial_subr.h"

View file

@ -9,6 +9,9 @@
* Wirzenius wrote this portably, Torvalds fucked it up :-)
*/
#ifndef lint
static char rcsid[] = "$Id$";
#endif
#include <stdarg.h>
#include <types.h>

View file

@ -1,3 +1,7 @@
#ifndef lint
static char rcsid[] = "$Id$";
#endif
#include <cpu/p5/io.h>
#include <subr.h>
/* much better keyboard init courtesy ollie@sis.com.tw

View file

@ -1,3 +1,7 @@
#ifndef lint
static char rcsid[] = "$Id$";
#endif
// just define these here. We may never need them anywhere else
#define PNP_COM1_DEVICE 0x1
#define PNP_COM2_DEVICE 0x2