manu
29638672ea
off-by-one error in ary subscript.
2004-01-02 02:09:52 +00:00
mrg
91536bce55
note that $GZIP support is missing still
2004-01-02 01:40:59 +00:00
sekiya
a1f8b0618b
Wire down zsc/zstty mapping and add commented-out entries for
...
IP20 keyboard/mouse.
2004-01-02 01:39:25 +00:00
lukem
d597f546a1
Add dependencies to assym.h on:
...
pthread.h pthread_int.h pthread_md.h
Should help prevent the problem I raised in [kern/23946], based on
a hint from Christian Limpach.
Add MAKEVERBOSE support.
2004-01-02 01:37:53 +00:00
mrg
74e9c5767a
allow HAVE_ZLIB_GZOPENFULL to be overriden externally
2004-01-02 01:34:01 +00:00
sekiya
aa9d797070
IP20 has two z8530 chips -- one at 0xd00 for keyboard/mouse, one at 0xd10
...
for serial ports. Attach the former as zs1 to keep serial console goo as
simple as possible.
2004-01-02 01:04:46 +00:00
sekiya
f2bccdeea4
Add trailing newline. Noticed by Steve Rumble.
2004-01-02 00:41:23 +00:00
oster
5b70d1d979
Cleanup some unused desc->flags:
...
RF_DAG_RETURN_DAG
RF_DAG_RETURN_ASM
RF_DAG_TEST_ACCESS
and the code that goes with them. A couple more of these
can probably go too, but I might need them in a bit.
2004-01-01 23:35:08 +00:00
manu
996e659ce6
Try to do a better job at Mach port refcount. That's not perfect, though.
2004-01-01 22:48:54 +00:00
thorpej
50d7e2cb8b
Tidy this file up.
2004-01-01 21:57:42 +00:00
thorpej
181abd742b
Tidy this file up a little.
2004-01-01 21:18:28 +00:00
oster
f025a0425c
Finally cleanup RF_BZERO. Turns out that 'bp' was only used to obtain
...
bp->b_proc for mapping userspace buffers to kernelspace in the
original rf_kintf.c. That means bp isn't of any use in RF_BZERO()
for us, and the macro can be replaced with just the memset().
No functional changes.
2004-01-01 20:39:58 +00:00
thorpej
9bc0bf3f15
Prepend "wdc_" to wait_for_drq, wait_for_unbusy, and wait_for_ready.
2004-01-01 20:25:22 +00:00
thorpej
763657a529
Tidy up this file somewhat.
2004-01-01 20:18:33 +00:00
mjl
70bd83f0c5
Typo fixes.
2004-01-01 20:00:38 +00:00
oster
da4ed88ce1
Tidy up the #includes a bit.
2004-01-01 19:37:17 +00:00
oster
f2512ce061
Nuke a few more 'row'-related bits that were missed in the row-removal.
2004-01-01 19:32:55 +00:00
oster
d3aa064253
Nuke a bunch of unused variables:
...
- node_queue_cond
- quiescent_cond
- eq_cond
- desc->cond
- desc->head
- diskqueue->numWaiting
Nuke rf_print_unable_to_init_cond().
Nuke rf_TerminateDiskQueues prototype from rf_diskqueue.h.
2004-01-01 19:27:35 +00:00
bjh21
2becc547c7
The lmcaudio driver was only ever used on the RC7500, which we don't support
...
these days. Let the CVS history be its only memorial.
2004-01-01 19:12:13 +00:00
thorpej
77eb53d196
Update for opencrypto changes.
2004-01-01 18:46:14 +00:00
bjh21
cc4e11e8e4
No need to #include "vidcaudio.h" here, so don't do it.
2004-01-01 18:07:58 +00:00
chris
8261a721cc
Correct the usage of the 4th arg to mainbus_bs_map. It's a flags arg, so
...
test for the CACHEABLE bit, rather than assuming a non-zero means cacheable
2004-01-01 18:07:27 +00:00
bjh21
7ef29ca465
Rather than calling pmap_extract() from an IPL_AUDIO interrupt handler (which
...
is naughty even if it does work), find out the complete list of physical pages
we'll have to DMA from in vidcaudio_trigger_output() and save it for use by
the interrupt handler.
2004-01-01 17:52:19 +00:00
thorpej
527c829fa0
Rename:
...
- wdc_xfer to ata_xfer
- channel_queue to ata_queue
and move them to <dev/ata/atavar.h> so they can be used by non-wdc ATA
controllers. Clean up the member names of these structures while at it.
2004-01-01 17:18:53 +00:00
yyamano
0eb77d4bef
Fix incorrect date: 1.4 and 1.4.2 release.
2004-01-01 16:50:05 +00:00
bjh21
48a569efe8
Restore a call to vidcaudio_ctrl() that I accidentally deleted.
2004-01-01 16:42:36 +00:00
bjh21
bd6ca18b7e
Tidy up debugging printfs to use a single #ifdef and a DPRINTF() macro,
...
rather than #ifdefs scattered all over the code.
2004-01-01 16:35:35 +00:00
wiz
c5920dd567
Bump date for previous. Remove superfluous .Pp.
2004-01-01 16:31:37 +00:00
bjh21
083164e6ff
Document support for 16-bit sound on VIDC20.
2004-01-01 16:27:38 +00:00
bjh21
ef9b97ce8a
Add possibly-useful support for 16-bit sound on VIDC20 systems, using
...
RISC OS's "*Configure SoundSystem" setting to decide whether to use 16-bit
mode. Loosely based on parts of Richard Earnshaw's "sound16" patch.
2004-01-01 16:23:15 +00:00
dsainty
275cfd33b4
Correctly initialise ALL of the attach argument block. Fixes panic on
...
device open (previously avoided by compiler-dependent luck :)
2004-01-01 16:10:13 +00:00
jsm
39f0bfee73
Score is in upper right corner, not upper left corner. Patch from
...
Robert Hunter <roh@cryptocracy.hn.org> in Debian bug 209034.
2004-01-01 16:06:57 +00:00
jsm
ddc1674612
Fix typo. Patch from Joey Hess <joeyh@debian.org>.
2004-01-01 16:06:21 +00:00
jsm
5a753461bf
Don't use -fwritable-strings. Add one more const.
2004-01-01 16:05:12 +00:00
jsm
50134cf26f
When cleaning up, only close files that have been opened successfully.
...
When reporting errors for failing to open files, give error text
rather than errno number. Patch from Joey Hess <joey@kitenet.net> for
Debian bug 187251 from Mikael Hedin <micce@debian.org>.
2004-01-01 16:03:46 +00:00
jsm
c35cdefd90
Refer to 'O' rather than 'o' as command to set options. Bug reported
...
by Christian Garbs <debian@cgarbs.de> in Debian bug 191452.
2004-01-01 16:02:51 +00:00
jsm
23e0e03d00
Return proper fortune length from fortlen for fortune files without
...
STR_RANDOM or STR_ORDERED rather than comparing it to SLEN. Bug
reported by Simon Williams <simon@no-dns-yet.org.uk>.
2004-01-01 16:02:07 +00:00
jsm
cdce4b2c55
Show residual probability rather than non-residual in "No place to put
...
residual probability" error message. Distribute residual probability
correctly rather than all to one file. Patch from Mike Castle
<dalgoda@ix.netcom.com>.
2004-01-01 16:01:25 +00:00
jsm
503605fee2
Make dot and winnerdot of type double. Patch from Jan Vornberger
...
<jan@uos.de> in Debian bug 197816.
2004-01-01 16:00:34 +00:00
jsm
540217796b
Only score as a Gammon or a Backgammon if the opponent hasn't removed
...
any pieces, not if the opponent has removed pieces but has had a piece
knocked back to the bar afterwards. Fixes Debian bug 185101 from
Konstantin Seiler <list@kseiler.de>.
2004-01-01 15:59:58 +00:00
jsm
0ea00847c5
Make tutorial text match actual moves. From FreeBSD via OpenBSD.
...
Fixes Debian bug 212478 from Jim W. Jaszewski <grok@sprint.ca>.
2004-01-01 15:59:09 +00:00
jsm
e98705eff6
Fix capitalisation of compass directions.
2004-01-01 15:58:03 +00:00
jsm
618c8fad3d
Document that pressing return allows you to "fast forward" the game
...
clock. Patch from Peter Maydell <pmaydell@chiark.greenend.org.uk> in
Debian bug 216980.
2004-01-01 15:57:12 +00:00
chris
0415feb0e4
Correct entries for IRQ_NEVENT1 and IRQ_NEVENT2. They were both out by one.
...
This now means a disk is detected on my RiscStation board.
2004-01-01 15:51:48 +00:00
wiz
039e343f6d
Bump date for new history section.
2004-01-01 15:24:35 +00:00
pk
c6ac21f702
Enable reset of a process's alternative signal stack flag.
2004-01-01 15:02:31 +00:00
lukem
ea188c8e82
When using "MAKEDEV -s" to generate a specfile, rewrite the paths from
...
"./" -> "./dev/". Noted by Tetsuya Isaki <isaki@NetBSD.org> in private mail.
2004-01-01 14:34:24 +00:00
sekiya
0d3d91c92a
IP20 is now supported. While we're here, replace "IP22 class" with "IP2x class"
...
for devices that exist on all IP2x platforms.
2004-01-01 13:58:15 +00:00
lukem
b41394b7cb
makedev speedup last week
2004-01-01 13:51:27 +00:00
sekiya
f8c37f800f
Don't panic when attempting to share interrupts on ip2x -- just print an
...
informative message and gracefully return.
2004-01-01 13:32:30 +00:00