summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/uvisor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uvisor.c b/sys/dev/usb/uvisor.c
index cca948c3ce5..996b0fa4502 100644
--- a/sys/dev/usb/uvisor.c
+++ b/sys/dev/usb/uvisor.c
@@ -1,4 +1,4 @@
-/* $NetBSD: uvisor.c,v 1.1 2000/03/30 16:56:19 augustss Exp $ */
+/* $NetBSD: uvisor.c,v 1.2 2000/03/31 13:08:02 hubertf Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
*/
/*
- * Handspring Visor driver
+ * Handspring Visor (Palmpilot compatible PDA) driver
*/
#include <sys/param.h>
d>CL* discarding.ragge 1997-09-20Move the definition of MSGBUFSIZE up to the machine-arch level ifleo 1997-09-19Implement the kernel part of pr-1891. This allows for a more flexible sizedleo 1997-07-10Restore the define of NPTEPG.veego 1997-06-10The 'Mach derived conversion macros' are now in <m68k/param.h>veego 1997-06-10Use the MI <m68k/param.h> include.veego 1997-04-13Move all splxxx() and softint-related macros and prototypes to intr.h,scottr 1997-03-01Protect MCLSHIFT definition so users can customize MCLBYTES, from Jonathan.scottr 1997-02-24Define ALIGNED_POINTERfvdl 1996-05-05Prototype for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitializedbriggs 1996-03-04add _MACHINE and _MACHINE_ARCH, which are like MACHINE and MACHINE_ARCH,cgd 1996-02-17Move spl stuff from param.h to psl.h. Prototype delay() in param.h.briggs 1996-02-02Fix #includes.mycroft 1996-01-13Move splimp to 2 and spltty to 1.briggs 1995-08-13Document spl()s a bit, order the splfoo()s in splX() order.briggs 1995-08-13Replace splnet() with splsoftnet(). Add splnet(). Make splimp() > spltty().mycroft 1995-06-26clean up definitions of ctod(), dtoc(), ctob(), btoc(), btodb(), andcgd 1995-06-21Update to look more like hp300. Clean up a lot.briggs 1995-04-22Define DELAY.briggs 1995-03-29Get rid of some BARFs and assign some semi-reasonable spl()s...briggs 1995-03-18don't be so quick to cast macro arguments to unsigned; if thecgd