kent
12ac4ab865
Fix LR contrary problem of mixer and record gain polarity
...
problem. The change is based on the patches in PR kern/12878 by
Zdenek Salvet and PR kern/18901 by SUNAKAWA Hirokatsu.
2002-11-06 16:58:37 +00:00
wiz
4b956b29cf
Drop a trailing space.
2002-11-06 14:56:48 +00:00
kent
dbf1b9ea9f
Add codec IDs for AD1981B, STAC9750/51, and STAC9766/67.
...
Whitespace.
2002-11-06 13:41:22 +00:00
dsainty
d85f3281dd
ARGSUSED/FALLTHROUGH delinting (first pass)
2002-11-06 10:56:22 +00:00
wiz
3b92bff08a
Fix typo. Reported by Jolan Luff in PR 18952.
2002-11-06 10:14:38 +00:00
jdolecek
01188cb460
constify structs, print also pipes for -f
2002-11-06 09:32:26 +00:00
onoe
d125f36802
Add support of Sony PEGA-WL100 CF Wireless LAN Card.
2002-11-06 05:45:17 +00:00
enami
09fa660ec0
Fix typo in error message.
2002-11-06 05:26:54 +00:00
enami
45fd33fa87
Fix typo.
2002-11-06 05:23:57 +00:00
enami
872ec7c61c
FSTAB_RQ was missing.
2002-11-06 04:13:24 +00:00
enami
71fcff6ce3
Let the roff to process the end of sentence.
2002-11-06 04:03:25 +00:00
enami
06c8fdcc11
Sync with reality; The struct disk has been extended to have
...
separate read/write disk statistics. Pointed out by itohy.
2002-11-06 03:55:01 +00:00
enami
8f82ec28ee
Factor out the COMPAT_16 code.
2002-11-06 02:31:34 +00:00
thorpej
baaf41b59f
Restructure the Duff's device in kerberos4_cksum() to avoid
...
a bogus unreachable-code warning from GCC 3.x.
2002-11-05 22:34:50 +00:00
perry
eab4bb9593
include opt_inet.h -- found by David Laight
2002-11-05 21:46:42 +00:00
perry
a2d68c3cd8
note new root.cache file
2002-11-05 21:25:28 +00:00
perry
9bde75052d
Update to 20021105 version
2002-11-05 21:22:21 +00:00
itojun
29ef3e950d
improve gif lookup performance, when there are many of those,
...
by using radix tree for lookups. tested by yshimizu@iij.
2002-11-05 16:58:11 +00:00
thorpej
aca074b95d
Add -mno-asm-pic to CFLAGS and AFLAGS.
2002-11-05 14:35:30 +00:00
thorpej
8fa28a286c
Bring in the following change from Binutils-current:
...
2002-09-28 Matt Thomas <matt@3am-software.com>
Jason Thorpe <thorpej@wasabisystems.com>
* config/tc-vax.c (md_estimate_size_before_relax): Only try to
convert undefined references to GOT32/PLT32 if PIC code is
requested. Fix comment.
2002-11-05 14:33:35 +00:00
thorpej
b4f17138b9
* Tidy up CC1_SPEC. Remove the -mno-pic flag, which didn't actually
...
work properly.
* Add a new -mno-asm-pic flag which tells the assembler to assemble
the code non-PIC even if it was compiled PIC.
2002-11-05 14:31:58 +00:00
thorpej
54a7ee3470
Allow more than one interface to be specified on the command line.
2002-11-05 14:18:04 +00:00
mrg
3e8df71794
- do the COMPAT_16 dance in sysctl_diskstats() for the where == NULL case
...
as well. pointed out by enami@.
- defflag COMPAT_16.
2002-11-05 13:22:32 +00:00
cjs
faade5e87c
Fix typo.
2002-11-05 12:13:40 +00:00
cjs
c866abcfc9
Restore umass_fixup_sony so that Sony cameras work once again.
2002-11-05 12:06:58 +00:00
fair
f1db6afa29
Add udsbr(4) with radio(4) attachment to standard configs
2002-11-05 08:31:43 +00:00
chs
f9c2080322
merge pmap.c for all 4k-page motorola-MMU (or compatible) m68k platforms.
2002-11-05 07:41:17 +00:00
grant
f437cb0639
s/anyways/anyway/
2002-11-05 07:34:31 +00:00
thorpej
e0f2bd703f
Only skip the copy if we are already relocated; always clear
...
the BSS.
2002-11-05 06:16:21 +00:00
thorpej
80369ce3c8
Set the entry point to 0 for the ELF case, too.
2002-11-05 06:10:35 +00:00
thorpej
314b43faa0
For ELF, set d->loadaddr to 0, as we do for a.out.
...
On both my 4000/60 and SIMH, a boot program NOT loaded at 0 consistently
is loaded +0x5200 too high in memory, which which causes a fatal trap back
into the console even before the self-relocating code can run. "wHATEver."
2002-11-05 06:08:29 +00:00
dbj
3f75e3780c
check that a disklabel is valid before trying to extract partition
...
information from it when checking for apple ufs filesystems
2002-11-05 05:18:50 +00:00
thorpej
1a49eb0ca9
Make sure to fill in the load address in the dest. MOP header.
2002-11-05 05:06:05 +00:00
thorpej
ac17ec7137
Show the load address in hex.
2002-11-05 04:54:26 +00:00
enami
230caefde1
- Remove the last __P.
...
- Don't put space between function name and () op.
2002-11-05 04:49:05 +00:00
fair
97a835073c
Add the radio(4) driver to NetBSD/alpha
2002-11-05 04:45:09 +00:00
fair
caee39d926
Add required IPSEC #include files that prevented this from compiling.
2002-11-05 02:07:25 +00:00
enami
6709c26d9f
In the function usage(),
...
- The -n and -t option was missing in sample command line.
- Indent the description of -r option correctly.
- Use `basename $0` instead of $0.
2002-11-05 01:53:58 +00:00
thorpej
80f8dbe30a
Add a new VM map, lkm_map, which machine-dependent code can provide
...
in the event that it needs to use a special VM range (x86_64 falls
into this category). We fall back onto kernel_map if machine-dependent
code doesn't create a special map.
2002-11-05 01:24:35 +00:00
thorpej
6596b29802
t4 -> ta0
2002-11-05 00:05:15 +00:00
jdolecek
3d73192560
struct kevent's udata is actually intptr_t
2002-11-04 22:14:46 +00:00
christos
511dcb963a
PR/18929: Kimmo Suominen: rpc.rusersd ignores utmpx
2002-11-04 22:03:38 +00:00
thorpej
0bc2a57e26
Use named indices for RA, SR, MULLO, MULHI, and EPC in the
...
trapframe.
2002-11-04 20:02:09 +00:00
briggs
0a3ddcba15
Catch up with jdolecek again and remove ./usr/include/powerpc/macho_machdep.h.
2002-11-04 19:58:36 +00:00
thorpej
fab408c3af
Use named indices for trapframe slots, and use the TA0-TA3 names
...
where appropriate.
2002-11-04 19:51:05 +00:00
briggs
9e19c6e872
Add ./usr/include/powerpc/macho_machdep.h
2002-11-04 19:49:00 +00:00
thorpej
c8fbf16072
Define named constants for the trapframe register idices (they
...
are different from the normal register numbers). Use these names
in genassym.cf. (Wow, how ever did that test kernel boot before...)
2002-11-04 19:40:04 +00:00
pooka
00f370741b
we don't own Jason, even if we'd like to
...
(fix typo in comment, in case you're wondering ;)
2002-11-04 19:17:33 +00:00
thorpej
ad825a97f1
t4-t7 -> ta0-ta3
2002-11-04 18:54:13 +00:00
thorpej
1d0b5f8106
A few more t4-t7 -> ta0-ta3 that I missed before.
2002-11-04 18:45:55 +00:00