Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/mac68k/dev Pull up rev 1.19 from scottr:



details:   https://anonhg.NetBSD.org/src/rev/3ca5e7bc0c79
branches:  netbsd-1-5
changeset: 489510:3ca5e7bc0c79
user:      scottr <scottr%NetBSD.org@localhost>
date:      Thu Sep 21 13:04:21 2000 +0000

description:
Pull up rev 1.19 from scottr:
  Stabilize ADB support for some non-Apple ADB peripherals.

diffstat:

 sys/arch/mac68k/dev/adbvar.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 4059fcb87821 -r 3ca5e7bc0c79 sys/arch/mac68k/dev/adbvar.h
--- a/sys/arch/mac68k/dev/adbvar.h      Thu Sep 21 13:03:11 2000 +0000
+++ b/sys/arch/mac68k/dev/adbvar.h      Thu Sep 21 13:04:21 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: adbvar.h,v 1.18 2000/03/19 07:44:58 scottr Exp $       */
+/*     $NetBSD: adbvar.h,v 1.18.4.1 2000/09/21 13:04:21 scottr Exp $   */
 
 /*
  * Copyright (C) 1994  Bradley A. Grantham
@@ -73,6 +73,9 @@
 int    adbioctl __P((dev_t , int , caddr_t , int , struct proc *));
 int    adbpoll __P((dev_t dev, int events, struct proc *p));
 
+int    adb_op_sync __P((Ptr, Ptr, Ptr, short));
+void   adb_op_comprout __P((void));
+
 /* adbsysasm.s */
 void   adb_kbd_asmcomplete __P((void));
 void   adb_ms_asmcomplete __P((void));



Home | Main Index | Thread Index | Old Index