oster
8ff567e586
Fix comments and make function declarations conform.
...
No functional changes.
2003-12-31 16:23:50 +00:00
junyoung
80da8f2035
Fix typo.
2003-12-31 16:20:54 +00:00
martin
586bc581af
Use CC64FSZ instead of magic constant for stack frame size.
...
Frob the clone's stack pointer to be BIASed - it is 64 bit code too.
Use "carry set" as test for a failed syscall.
2003-12-31 15:56:26 +00:00
bjh21
d21d97a649
Make local functions static.
2003-12-31 15:40:31 +00:00
bjh21
81395409be
vidcaudio(4) now needs mulaw and aurateconv.
2003-12-31 15:15:29 +00:00
bjh21
fa2b6f69f1
Mention vidcaudio(4) rewrite.
2003-12-31 15:14:44 +00:00
bjh21
3bf4a517e8
Add vidcaudio(4).
2003-12-31 15:09:39 +00:00
bjh21
740612166d
Add a manual page for vidcaudio(4).
2003-12-31 15:07:55 +00:00
bjh21
176435992e
Substantial rewrite of vidcaudio(4). I don't know if the old version
...
had ever worked, but if it had, it had bit-rotted so far that it
almost all needed replacing. The new version support both 8-bit sound
on the VIDC20 and 16-bit sound on the ARM7500 and ARM7500FE.
sysbeep() support has been lost, but I'm not sure whether that belongs
here or in audio(4) anyway. Support for 16-bit sound on the VIDC20
isn't present because I don't have the hardware to test it. Donations
welcome!
2003-12-31 15:06:24 +00:00
bjh21
2432228b70
Add definitions of the bits in the Sound Control Register (SCR).
2003-12-31 14:41:15 +00:00
bjh21
0630d87772
Add some useful flag definitions for DMA registers.
2003-12-31 14:40:32 +00:00
pk
dc6d5d0dd1
getnewbuf: return buffer locked.
2003-12-31 14:37:17 +00:00
hamajima
fc324f7812
add Logitech "QuickCam for Notebook Pro" and "QuickCam Pro 4000".
...
these are match for ugen, not uaudio.
requested from Takafumi Mizuno.
2003-12-31 14:33:20 +00:00
bjh21
34b7fde83e
Missing apostrophe. ("authors discretion" -> "author's discretion").
2003-12-31 14:02:08 +00:00
bjh21
b58d17ad68
Forcibly undefining debugging macros is rude, so don't do it.
2003-12-31 13:51:28 +00:00
martin
c54170031d
Include <dev/ata/atareg.h>, so that WDSD_IBM is defined.
2003-12-31 12:46:04 +00:00
martin
63095bc32c
s/NBPG/PAGE_SIZE/ in a comment.
...
From Jeff Ito in PR kern/23935.
2003-12-31 12:34:22 +00:00
martin
572d0edcf8
Descend into siginfo on cleandir always.
...
From David P. Reese Jr. in PR toolchain/23936.
2003-12-31 11:14:25 +00:00
oster
a5c20197a4
Add in a bunch of RF_SIGNAL_COND()'s that were missing. Tidy up
...
a few lines.
2003-12-31 04:13:52 +00:00
oster
abbecc25a2
Left-shift another else{} chunk. No functional changes.
2003-12-31 04:00:01 +00:00
oster
b7bb3e3c62
left-shift the "else" part of the if(!lp_SubmitReconBuffer) condition.
...
Cleanup. No real functional changes, just more readable.
2003-12-31 03:51:28 +00:00
oster
824f2ed930
Negate a condition, and flip if/else parts. Preparation for left-shifting
...
the (now) else part. No real functional change.
2003-12-31 03:29:11 +00:00
oster
00515ece62
Remove a couple of incorrect comments. (rf_recon_req needs to be
...
passed to rf_ReconThread(), and there's no way around that for now.)
2003-12-31 03:02:57 +00:00
manu
0dc13ccc05
Added the getattrlist system call. That was annoying.
2003-12-31 02:55:04 +00:00
thorpej
0beb075071
Simplify allocation of the channel queue.
2003-12-31 02:50:34 +00:00
oster
4283fdd054
init_dqd and clean_dqd don't do enough to be their own functions,
...
and just serve to cause confusion. Back-merge their contents to their
(only) calling spots and nuke them.
2003-12-31 02:47:58 +00:00
thorpej
4391735587
Simplify allocation of the channel queue.
2003-12-31 02:47:44 +00:00
thorpej
2dafabdb20
Simplfy allocation of the channel queue.
2003-12-31 02:45:04 +00:00
thorpej
b5b951b13e
Simplify allocation of the channel queue.
2003-12-31 02:41:22 +00:00
simonb
9c7cfca904
ANSIfy, KNF.
2003-12-31 02:40:26 +00:00
wiz
a96b21c57d
Simplify Oo/Oc to Op, since it has only one simple short argument.
2003-12-31 01:21:49 +00:00
oster
7c465d22a7
Increase the scope of RF_DEBUG_PSS to cover a bit more stuff.
2003-12-31 00:42:46 +00:00
oster
4635d077cf
nuke the 'bp' argument to rf_bxor and friends since it is no longer used.
...
In fact, bp was being set to "NULL" when passed rf_bxor() in
rf_parityscan.c:rf_VerifyParityBasic().
2003-12-31 00:00:06 +00:00
sekiya
d721fc82ce
Force ARCS console for IP20 until the console-on-zs crashing problem is
...
fixed. Store the board revision for future use, while we're at it.
2003-12-30 23:56:19 +00:00
sekiya
1cf4c96f39
Don't flush caches here. Fixes crash on IP20 (which apparently occurs only
...
with beta Blackjack boards that incorporate ARCS V1).
2003-12-30 23:50:25 +00:00
sekiya
a072684caa
Adapt if_sq to HPC abstraction layer. It took both Steve Rumble and myself
...
to untangle the unhappiness that arises from the design differences between
HPC1 and HPC3.
2003-12-30 23:48:07 +00:00
sekiya
52063657cc
Force little-endian mode on hpc1, and attach zs on IP20.
2003-12-30 23:45:25 +00:00
oster
6e2bbdfcc9
Very carefully remove REMAP_VA() macro. It's only doing a simple
...
assignement, and the 'bp' argument isn't used. (Guess what's going to
disappear next?) No functional changes.
2003-12-30 23:40:20 +00:00
oster
f5e96bf53e
Nuke a forgotten 'row' from struct RF_PerDiskReconCtrl_s.
2003-12-30 23:23:17 +00:00
martin
47923e6bf5
In case of underflow, return -0.0 or +0.0, depending on the sign of
...
the argument.
This makes sparc64 pass regress/lib/libc/ldexp.
2003-12-30 23:19:07 +00:00
oster
dd05ba5c10
sparediskids isn't used anywhere. turf.
2003-12-30 22:56:40 +00:00
oster
0b4f5c68b8
No point keeping 'pt' around. It's only ever assigned to.
2003-12-30 22:12:10 +00:00
oster
5a41c1d7ce
rf_FreePDAList() and rf_FreeASMList() wern't using their l_end or
...
count arguments. Nuke the unused args, and fix up callers and fn
prototypes. Rename l_start arguments.
2003-12-30 22:11:14 +00:00
martin
7fd2c31d41
Add support for scanf "hh" format modifiers - we use it in int_fmtio.h
...
for SCNd8 and friends - so we should support it properly (and not only
by pure luck on alignment blind little endian archs - it used the
"h" code path, storing a 16bit int via a byte pointer).
This makes sparc64 pass regress/lib/libc/int_fmtio.
2003-12-30 22:10:20 +00:00
oster
c43fc67d7d
Some days you wonder if some of the function declaration consistency
...
was just an accident in the first place. Cleanup function decls and
a few comments. [ok.. so I wasn't going to fix this many.. but once
you're on a roll....]
2003-12-30 21:59:03 +00:00
martin
9f96807631
When storing data size as 32bit int in an overflow page, copy the
...
length to a temporary u_int32_t variable and memmove from there to the
final destination - instead of copying the first four 0 bytes from a
64bit variable directly on big endian 64 bit platforms.
This makes sparc64 pass regress/lib/libc/db.
2003-12-30 21:20:16 +00:00
jmc
6e1ad41386
Add ID line
2003-12-30 21:08:26 +00:00
thorpej
eda41f2ebd
G/C cluster_read(), cluster_write(), cluster_callback() prototypes.
2003-12-30 20:44:16 +00:00
thorpej
4605c26b7a
De-__P
2003-12-30 20:43:46 +00:00
thorpej
7e958083b1
Consistently use ANSI-style function decls.
2003-12-30 20:40:39 +00:00