kleink
9fcf8c7e63
Add platform support for the Motorola Ultra Plus and Ultra 60x boards.
...
Note that this currently matches only the boards built into Bull Estrella
systems, as Bull chose to change the board identification string whose
original content is not known at this time.
2002-02-26 16:09:14 +00:00
martin
3cb5f61784
Note ip.grettl
2002-02-26 16:07:23 +00:00
wiz
f61ef32241
Add -b to getopt argument. Patch from DHOYASHIKI Shinichi in bin/15742.
2002-02-26 15:57:13 +00:00
kleink
5eb5b37d22
Add the same probe fig leaf as in the mk48txx attachment to prevent
...
false positives.
2002-02-26 15:28:38 +00:00
simonb
d9ab16ba2f
Purge CLSIZE, CLSIZELOG2 and MCLOFSET.
...
Be consistant in the way that MSIZE, MCLSHIFT, MCLBYTES and NMBCLUSTERS
are defined.
Remove old VM constants from cesfic port.
Bump MSIZE to 256 on mipsco (the only one that wasn't already 256).
2002-02-26 15:13:19 +00:00
itohy
4283f00882
1. Change equalizer (treble, bass) to be ``flat'' if the values set at
...
the center position (128), so as to be compatible with other drivers.
The equalizer is enhancement only, and the values < 128 don't take
any effect.
Yeah, this causes spec change....
For equalization.treble and equalization.bass, the relation between
old and new value is
new_value = (old_value / 2) + 128.
(Note this does not apply to equalization.surround.)
2. Support ++ and -- of mixerctl(1) for stepping volume variables.
3. Fix problem where the chip is not powered up
when the mic input is unmuted.
2002-02-26 14:57:36 +00:00
wiz
eb16f6854f
Typo fix.
2002-02-26 14:54:50 +00:00
lukem
e77cbad9fa
add check_RELEASEDIR to targets that require RELEASEDIR to be set
2002-02-26 13:27:50 +00:00
lukem
8e7564ec57
add check_DESTDIR and check_RELEASEDIR targets
2002-02-26 13:25:03 +00:00
kleink
a3f0b56f7a
While we're here, roll forward the up-to-date tag.
2002-02-26 13:20:22 +00:00
kleink
da7d0ec7e4
ISO 3166/MA web pages have moved.
2002-02-26 13:11:05 +00:00
simonb
9f5c966439
We are not a DECstation.
2002-02-26 12:45:24 +00:00
joda
a8d19a98fc
don't try to use the krb5 context if the init fails; should fix
...
bin/15585
2002-02-26 11:16:08 +00:00
joda
b57f5ccbca
in esa_resume, call esa_codec_reset; makes it much more happy after a
...
suspend on my O500 (snatched from FreeBSD)
2002-02-26 11:05:05 +00:00
augustss
ae9f835cf2
A small fix for FreeBSD.
2002-02-26 10:27:49 +00:00
augustss
2c66bc238b
Fix a typo that prevented timeout in control requests from working.
...
Spotted by Alfred Perlstein <bright@mu.org>.
2002-02-26 10:22:48 +00:00
dbj
2622b21584
use #ifdef WI_DEBUG instead of #if WI_DEBUG
2002-02-26 09:29:18 +00:00
dbj
44ab750650
avoid walking full length of unknown stats structure.
...
this partially addresses pr14385.
there is still a byte swapping bug retrieving the
stats structure. Since both the type and the length
are incorrectly swapped, we would timeout while reading
an extra long section (caused by the byteswapped length)
of garbage data.
turning on WI_DEBUG now just reports the unknown info type
which can be seen to be obviously incorrectly swapped
on macppc
2002-02-26 09:18:54 +00:00
itojun
9820da6ce1
supply reverse lookup for ::1 on ip6.arpa too
2002-02-26 08:48:35 +00:00
matthias
2a1ed782f8
-Wshadow warnings for variable index.
2002-02-26 07:50:30 +00:00
wiz
c640510df0
Correct spelling of "delimiter", and remove from ignored-errors lists.
2002-02-26 02:37:28 +00:00
augustss
ab875c9c5c
Some minor fixes from FreeBSD.
2002-02-26 02:00:16 +00:00
wiz
f26d205dbb
Typo fix, from jslag@prop.walkerart.org via OpenBSD.
2002-02-26 02:00:15 +00:00
lukem
b7ca7acccf
Don't hard link to symlinks, as it's not portable.
...
Based on [toolchain/14119] from Chris G. Demetriou.
2002-02-26 00:57:12 +00:00
kleink
f7a55f56d3
PIR is the same on 601.
2002-02-26 00:48:58 +00:00
kleink
326c1b225d
Move the ext_intr() variant using the board interrupt vector register
...
into common code; it is not specific to the 6050, and in fact not even
specific to IBM-built hardware.
2002-02-26 00:30:10 +00:00
lukem
26f515c492
Don't hard link to symlinks, as it's not portable.
...
Based on [toolchain/14119] from Chris G. Demetriou.
2002-02-26 00:24:59 +00:00
augustss
957cbd212d
Update man pages to reflect the use of /dev/sound instead of /dev/audio.
2002-02-26 00:15:57 +00:00
kleink
341cec0040
Update to cover alternate register access methods.
2002-02-25 23:21:15 +00:00
lukem
b719f1f08d
explain why gethost.o is disabled
2002-02-25 23:00:59 +00:00
simonb
698144f2f8
Make it obvious in comments that dispatch takes some arguments (from
...
Broadcom).
Fix some white space nits.
2002-02-25 22:44:56 +00:00
augustss
97e6cc6f72
Fix an uninitilized request. From Alfred Perlstein <bright@mu.org>.
2002-02-25 22:39:01 +00:00
simonb
8afa23b8bb
Put token after #endif in comments (from Broadcom).
...
Fix some small tyops in two comments.
2002-02-25 22:37:44 +00:00
manu
f8e0ee9efc
Fixes a bug in argument passing to ntp_adjtime1. patch submitted by
...
paul@Plectere.com (see kern/15519)
2002-02-25 21:16:36 +00:00
christos
002dc4be11
catch up with ut_name->ut_user change
2002-02-25 20:19:26 +00:00
kleink
03cae416f5
Add an attachment for the MK48T18 RTC/NVRAM found on some Motorola boards.
2002-02-25 19:09:43 +00:00
kleink
9e8cc352a9
Update datasheet URLs.
2002-02-25 17:37:47 +00:00
matt
d8d7046773
Switch REAL_ARITHMETIC on (needed for DWARF support).
2002-02-25 17:33:02 +00:00
ad
3f78ffdeca
Argh, dont reference any wscons parts in files.dec yet.
2002-02-25 17:11:17 +00:00
kleink
bc2fec2880
Typo in comments.
2002-02-25 16:18:19 +00:00
ad
f89bb3064e
Move the dz driver to dev/dec, since it can be shared with pmax.
2002-02-25 14:58:06 +00:00
christos
2d29557059
s/ut_name/ut_user/ from Simon Burge.
2002-02-25 13:57:24 +00:00
wiz
c38591ca4c
Punctuation nits.
2002-02-25 13:16:45 +00:00
lukem
1f04f759a5
remove chown root:wheel . that I added in 1.164; too many warnings with fdesc
2002-02-25 13:03:36 +00:00
lukem
80ce7c6cb7
Fixes derived from [bin/15563] submitted by Ron Roskens:
...
- Don't su(1) to ${name}_user if running as that user.
- Support $procname as the name of the process to search for.
Defaults to the value of $command.
2002-02-25 12:49:33 +00:00
lukem
6d0e6a9481
add rc.subr(8)
2002-02-25 12:07:45 +00:00
lukem
868c9ba182
rc.subr(8) - functions used by system shell scripts. Closes PR [misc/10828].
2002-02-25 12:05:13 +00:00
wiz
a2a58e2352
Drop trailing space.
2002-02-25 11:21:38 +00:00
lukem
5bf3bfa2bb
fix spelo. crank copyright year
2002-02-25 08:11:23 +00:00
atatat
681a706ec7
Change a 62 to a 16, so that the proper number of slots is skipped.
...
Fixes PR 15650.
2002-02-25 07:34:55 +00:00