Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pica/include Moved to /cvsroot/syssrc/sys/arch/arc/...
details: https://anonhg.NetBSD.org/src/rev/475637354914
branches: trunk
changeset: 481016:475637354914
user: soda <soda%NetBSD.org@localhost>
date: Sun Jan 23 20:08:29 2000 +0000
description:
Moved to /cvsroot/syssrc/sys/arch/arc/include/pccons.h,v
diffstat:
sys/arch/pica/include/pccons.h | 18 ------------------
1 files changed, 0 insertions(+), 18 deletions(-)
diffs (22 lines):
diff -r 0096b57826d7 -r 475637354914 sys/arch/pica/include/pccons.h
--- a/sys/arch/pica/include/pccons.h Sun Jan 23 20:08:29 2000 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-/* $NetBSD: pccons.h,v 1.2 1996/03/28 12:27:28 jonathan Exp $ */
-
-/*
- * pccons.h -- pccons ioctl definitions
- */
-
-#ifndef _PCCONS_H_
-#define _PCCONS_H_
-
-#include <sys/ioctl.h>
-
-
-#define CONSOLE_X_MODE_ON _IO('t',121)
-#define CONSOLE_X_MODE_OFF _IO('t',122)
-#define CONSOLE_X_BELL _IOW('t',123,int[2])
-#define CONSOLE_SET_TYPEMATIC_RATE _IOW('t',124,u_char)
-
-#endif /* _PCCONS_H_ */
Home |
Main Index |
Thread Index |
Old Index