marcus
cccf9dfce5
The field "pt_sleepuc" doesn't exist in struct pthread_st.
2003-07-05 21:27:23 +00:00
marcus
fae2567c9b
Removed unused function.
2003-07-05 20:48:39 +00:00
tsutsui
c42dcc7de8
More misc fixes for forthcoming hp300 MI SCSI support:
...
- Don't use SCMD_XFR command in message-in phase and status phase.
It causes unexpected hangs on heavy load. Instead transfer data
manually via TEMP register by SCMD_SET_ACK and SCMD_RST_ACK.
- Don't set SCMD_ICPT_XFR in spc_dataout_pio() and spc_msgout().
- Rewrite spc_datain_pio() to handle FIFO more properly.
2003-07-05 19:50:17 +00:00
tsutsui
e30199e1ff
Misc cleanup:
...
- disable debug code by default
- use MI minphys()
- add proper delay in spc_find()
- initialize TMOD register in spc_reset()
- wrap a sanity check with #ifdef DIAGNOSTIC (sync with aic6360.c)
- no need to set LUN bits in SCSI command which should be done in mid-layer
- set proper resid even in error case
- fix/remove some bogus comments
2003-07-05 19:31:11 +00:00
jdc
256ce6a6f2
Rework the way window/wub-window refresh is done.
...
For each line that is marked dirty on each sub-window, we now mark the
relevant line on the parent as dirty and unmark it on the sub-window.
This avoids copying the same data multiple times and also leaves the
cursor in the correct position for the window refreshed.
2003-07-05 19:07:49 +00:00
tsutsui
cfa57f87aa
Use bus_space_{read,write}_multi_1() for PIO data transfers.
2003-07-05 19:04:48 +00:00
jdc
24b8aeb15a
New sub-windows should not be marked as pads.
...
(Also noticed by David Laight.)
2003-07-05 19:03:32 +00:00
tsutsui
6615ddefa9
Rename some MI mb89352 functions for consistency:
...
spcintr() -> spc_intr()
spcattach() -> spc_attach()
2003-07-05 19:00:16 +00:00
tsutsui
443eeab7de
Some cosmetics:
...
- Remove useless macro.
- Remove ^L characters.
- KNF a comment.
2003-07-05 18:56:55 +00:00
tsutsui
3b48b7c661
Rename functions to avoid namespace conflicts:
...
spc_match() -> spc_mainbus_match()
spc_attach() -> spc_mainbus_attach()
2003-07-05 18:43:11 +00:00
tsutsui
ae2b6b31a0
Add some missing register prefixes.
2003-07-05 18:40:31 +00:00
tsutsui
0e65101f60
Add function prototype declarations.
2003-07-05 18:18:51 +00:00
wiz
94474093a7
Grammar improvement.
2003-07-05 17:34:55 +00:00
tsutsui
acc15558d0
Some cosmetics on bus_space_tag_t initialization.
2003-07-05 16:57:04 +00:00
simonb
aa57e31a39
Make mptrap.o depend on assym.h; fixes GENERIC.MP -j N kernel build.
2003-07-05 16:56:10 +00:00
tshiozak
6f555a803c
correct a careless miss.
...
add the mention about the buffer size when resetting destination state.
2003-07-05 16:54:23 +00:00
tsutsui
f60951ffdb
Initialize bus_space_tag in rtc_softc properly in rtcattch().
2003-07-05 16:48:12 +00:00
simonb
27320ae2b1
Include <sys/stdint.h> if _STANDALONE (instead of <stdint.h>).
2003-07-05 16:33:38 +00:00
tsutsui
2dcba30bb6
cosmetics
2003-07-05 16:21:17 +00:00
martin
ef6eddfd4c
Fix obvious, very stupid bugs, that made compilation fail on 64 bit systems.
...
(unfriendly remarks removed before leaving editor)
2003-07-05 15:08:59 +00:00
tsutsui
e40b9a1c1d
Include <stdlib.h> for exit(3) prototype, warned by gcc-3.3.
2003-07-05 12:34:12 +00:00
dsl
aaba6e7d29
No need to resizeterm() if size not changed.
...
On 'fg' just restore old screen contents.
2003-07-05 08:05:51 +00:00
dogcow
ccd442eae3
gcc 3.2 complained about the missing __volatile and extra tokens after #endif.
2003-07-05 06:53:08 +00:00
dsl
5ae48961f9
Redraw addresses after screen refresh
2003-07-05 06:48:52 +00:00
jdolecek
7dd3186418
add Dreamcast intro(4) and boot(8)
2003-07-05 06:28:00 +00:00
lukem
b77f948f26
update "targets invoked by make build" to match reality ...
2003-07-05 04:32:58 +00:00
christos
671e251af7
PR/21819: Jeremy Reed: znew and gzexe create/use unsafe tmp files. Replaced
...
with the FreeBSD current version.
2003-07-05 02:34:28 +00:00
nonaka
95b69aec78
add the txp(4) manual pages.
2003-07-05 01:00:24 +00:00
wiz
fc3229a199
Undo unintended commit.
2003-07-04 21:57:16 +00:00
wiz
ee8924aa2e
Fix off-by-one. From William Allen Simpson in PR 22012.
2003-07-04 21:56:48 +00:00
jdolecek
c94b972ba9
terminate Xo/Xc, they are not needed with groff and new tmac macros
2003-07-04 20:20:22 +00:00
wiz
8b9972b9b0
1.179 had the commit message "Use CFATTACH_DECL()." but actually
...
added a paragraph for the non-existent (or just not in-tree)
als driver -- remove that paragraph again to avoid confusion.
2003-07-04 18:56:30 +00:00
agc
39a1106ac1
add the locale(1) manual pages.
2003-07-04 17:55:58 +00:00
marcus
ba68e3996c
Added missing manpages.
2003-07-04 17:25:58 +00:00
marcus
5bc691beb5
Removed references to devices and special targets not actually supported.
2003-07-04 16:34:41 +00:00
drochner
603807f849
add a manpage for the "txp" driver (3c990), from OpenBSD
2003-07-04 16:05:47 +00:00
skrll
ec57ccf92d
Typos in comments.
2003-07-04 15:16:14 +00:00
lukem
8026bccd2c
Revert previous; the "return" if rc.subr had already loaded had issues
...
in some circumstances where run_rc_script()'s sourcing of an rc.d file
which then sourced rc.subr, the `optimisation' in rc.subr to "return as
we're already loaded" would finish more than just the inner-most sourcing.
I haven't tracked down the exact issue, but removing the `optimisation'
fixes the problem I noticed in starting up certain rc.d scripts, and
may fix [bin/22053] as well.
2003-07-04 14:14:10 +00:00
abs
e364b78d41
Fix typo in last change (misplaced ');')
2003-07-04 14:11:36 +00:00
wiz
b84f435f94
Improve wording.
2003-07-04 13:45:35 +00:00
wiz
f4e5486eb2
Bump date for last, and replace some \*[Lt]/\*[Gt] with .Aq.
2003-07-04 13:32:13 +00:00
wiz
c0c518f05b
Grammar fixes.
2003-07-04 13:28:44 +00:00
wiz
0be7101cdd
New sentence, new line; punctuation nit; remove superfluous comment.
2003-07-04 13:26:52 +00:00
wiz
667a6670a9
Drop trailing whitespace.
2003-07-04 13:11:14 +00:00
wiz
6e047dae78
Bump date for last.
2003-07-04 13:09:58 +00:00
wiz
1c59e224c1
Remove superfluous Ns.
2003-07-04 12:56:58 +00:00
wiz
f0632ae128
Bump date for last.
2003-07-04 12:54:46 +00:00
wiz
f266906097
Grammar fix for last.
2003-07-04 12:54:14 +00:00
wiz
988b927344
New sentence, new line; limit to 80 chars lines.
2003-07-04 12:48:30 +00:00
wiz
1dbe2d9b38
Sync usage with man page.
2003-07-04 12:45:05 +00:00