joe
a8d3735e78
Use ANSI prototypes and declarations.
...
Update $NetBSD$ idents to better reflect reality.
2002-04-01 19:01:09 +00:00
joe
4e03c97b1d
Be more specific about when block major numbers disappeared from
...
the cdev switch.
2002-03-11 16:22:15 +00:00
joe
3cb6f9217c
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
joe
b7218f93dc
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
2e676e5bfc
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
5596676e6c
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
5f165bb85c
Add the Rio 800 USB device IDs
...
Submitted by: Wesley Morgan <morganw@chemikals.org>
2001-08-08 23:04:31 +00:00
peter
c87a44114a
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
wollman
70c88bb8da
select() DKI is now in <sys/selinfo.h>.
2001-01-09 04:33:49 +00:00
phk
94a5006c9a
Remove unneeded #include <sys/proc.h> lines.
2000-10-29 13:57:19 +00:00
n_hibma
66ea27ead1
Remove __P prototypes to reduce diffs between the NetBSD and FreeBSD
...
versions.
2000-07-17 18:41:20 +00:00
n_hibma
28230a763f
More static -> Static to keep OpenBSD happy.
2000-05-07 14:23:32 +00:00
n_hibma
f6ef29acc9
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
n_hibma
d1a0c5a2fa
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
n_hibma
914df027ab
Please welcome the URio driver. Written by
...
Iwasa Kazmi <kzmi\@ca2.so-net.ne.jp>
2000-03-16 09:16:14 +00:00