Josef Karthauser
174ea84839
Use ANSI prototypes and declarations.
...
Update $NetBSD$ idents to better reflect reality.
2002-04-01 19:01:09 +00:00
Josef Karthauser
be036866cf
Be more specific about when block major numbers disappeared from
...
the cdev switch.
2002-03-11 16:22:15 +00:00
Josef Karthauser
0f24ab6fa0
Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port to
...
do the right thing on -current.
2002-01-02 23:31:08 +00:00
Josef Karthauser
44ae5917e2
NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)
...
to hide the distinction between struct proc and struct thread.
2002-01-02 16:33:53 +00:00
Alfred Perlstein
e93d0738f5
This driver can talk to the Rio600 as well, make it happen.
...
Hardware (and patience) provided by: Andrew J Caines <A.J.Caines@halplant.com>
2001-09-27 06:01:20 +00:00
Julian Elischer
b40ce4165d
KSE Milestone 2
...
Note ALL MODULES MUST BE RECOMPILED
make the kernel aware that there are smaller units of scheduling than the
process. (but only allow one thread per process at this time).
This is functionally equivalent to teh previousl -current except
that there is a thread associated with each process.
Sorry john! (your next MFC will be a doosie!)
Reviewed by: peter@freebsd.org , dillon@freebsd.org
X-MFC after: ha ha ha ha
2001-09-12 08:38:13 +00:00
Peter Wemm
8e5003b0ea
Add the Rio 800 USB device IDs
...
Submitted by: Wesley Morgan <morganw@chemikals.org>
2001-08-08 23:04:31 +00:00
Peter Wemm
1d63bf5236
Fix warning: 128: warning: initialization makes pointer from integer
...
Note: this file has lots of #if __FreeBSD__ >= 4 etc which needs to be
changed to __FreeBSD_version >= 400000 etc.
2001-06-15 00:26:41 +00:00
Garrett Wollman
0a2c3d48c6
select() DKI is now in <sys/selinfo.h>.
2001-01-09 04:33:49 +00:00
Poul-Henning Kamp
53ce36d17a
Remove unneeded #include <sys/proc.h> lines.
2000-10-29 13:57:19 +00:00
Nick Hibma
4f04f78215
Remove __P prototypes to reduce diffs between the NetBSD and FreeBSD
...
versions.
2000-07-17 18:41:20 +00:00
Nick Hibma
d38aa24487
More static -> Static to keep OpenBSD happy.
2000-05-07 14:23:32 +00:00
Nick Hibma
de9e4dd6e4
Update the urio driver. It now works on NetBSD and OpenBSD as well.
...
Update the license in the rio_usb.h (now rio500_usb.h) to not be GPL.
Sorry for committing that file in the first place. The change of license
was agreed to by the original author.
2000-04-08 17:02:13 +00:00
Nick Hibma
cdb51d12a6
OpenBSD has a broken debugger that does not grok static. Use a
...
#define Static static
that the OpenBSD folks can define it to be empty if they like.
2000-04-03 20:58:30 +00:00
Nick Hibma
e2dbd15f2e
Please welcome the URio driver. Written by
...
Iwasa Kazmi <kzmi\@ca2.so-net.ne.jp>
2000-03-16 09:16:14 +00:00