Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/dev/wscons Pull up revision 1.13 (requested by mycr...



details:   https://anonhg.NetBSD.org/src/rev/6cfc262a0a13
branches:  netbsd-1-4
changeset: 469607:6cfc262a0a13
user:      he <he%NetBSD.org@localhost>
date:      Tue Oct 19 16:42:59 1999 +0000

description:
Pull up revision 1.13 (requested by mycroft):
  Enable VT-switching ioctls on ttyEcfg, which allows Linux X servers
  to work when properly configured (with symlink /emul/linux/dev/tty0
  -> /dev/ttyEcfg).

diffstat:

 sys/dev/wscons/wsdisplayvar.h |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 23eaf6e4f9c4 -r 6cfc262a0a13 sys/dev/wscons/wsdisplayvar.h
--- a/sys/dev/wscons/wsdisplayvar.h     Tue Oct 19 16:41:14 1999 +0000
+++ b/sys/dev/wscons/wsdisplayvar.h     Tue Oct 19 16:42:59 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsdisplayvar.h,v 1.11 1999/02/12 11:25:23 drochner Exp $ */
+/* $NetBSD: wsdisplayvar.h,v 1.11.2.1 1999/10/19 16:42:59 he Exp $ */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -183,7 +183,10 @@
                                  u_long cmd, caddr_t data,
                                  int flag, struct proc *p));
 
-int wsdisplay_usl_ioctl __P((struct wsdisplay_softc *, struct wsscreen *,
+int wsdisplay_usl_ioctl1 __P((struct wsdisplay_softc *,
+                            u_long, caddr_t, int, struct proc *));
+
+int wsdisplay_usl_ioctl2 __P((struct wsdisplay_softc *, struct wsscreen *,
                             u_long, caddr_t, int, struct proc *));
 
 int wsdisplay_cfg_ioctl __P((struct wsdisplay_softc *sc,



Home | Main Index | Thread Index | Old Index