dbj
65a136e22d
remove incorrect XXX comments I introduced a couple of days ago
2003-12-31 19:33:13 +00:00
dbj
ba5b25c952
remove unused cs_numclusters field from struct csum_total
...
this avoids a potential future bug if it is ever used.
before this fix, fsck_ffs would check and fix this field to be zero
2003-12-31 19:19:39 +00:00
dbj
c0000df464
update explanatory comment about NOCSPTRS to reflect that fs_active
...
is now within that region.
no functional change
2003-12-31 18:53:45 +00:00
bjh21
8ed8ec9577
Add a little comment explaining how to convert between RISC OS and hardware
...
CMOS addresses, since the old one's been lost.
2003-12-31 18:49:00 +00:00
dbj
82a1a92247
reorder ffs_sb_swap to reflect actual order in superblock
...
add comments regarding historical field overlap
no functional change
2003-12-31 18:40:23 +00:00
dbj
4bdc4574c7
add fs_flags to ffs_sb_swap
2003-12-31 18:32:47 +00:00
oster
7ea5de8a08
Clean up a bunch of comments.
2003-12-31 17:47:53 +00:00
wiz
e443e6a6e3
Drop trailing spaces; fix Dd argument; shorten
...
line; empty lines are not good, replace one with .Pp.
2003-12-31 17:29:08 +00:00
cl
36ee225d9a
catch up with block/unblock changes in libpthread
2003-12-31 16:46:34 +00:00
cl
82b6b2dbda
Handle block/unblock for threads in critical section without
...
sa_unblockyield.
XXX g/c sa_unblockyield in kernel later
2003-12-31 16:45:48 +00:00
jonathan
01c51dab61
Split opencrypto configuration into an attribute, usable by inkernel
...
clients, and a pseudo-device for userspace access.
The attribute is named `opencrypto'. The pseudo-device is renamed to
"crypto", which has a dependency on "opencrypto". The sys/conf/majors
entry and pseudo-device attach entrypoint are updated to match the
new pseudo-device name.
Fast IPsec (sys/netipsec/files.ipsec) now lists a dependency on the
"opencrypto" attribute. Drivers for crypto accelerators (ubsec,
hifn775x) also pull in opencrypto, as providers of opencrypto transforms.
2003-12-31 16:44:26 +00:00
oster
7f9bbe325c
Replace the DO_FREE() macro with just RF_Free(). No functional changes,
...
just less confusion.
2003-12-31 16:32:50 +00:00
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