xtraeme
1af43bae06
aiboost_getcomp: fix memcpy and use the length provided by the ACPI Object.
...
aiboost_refresh_sensors: fix a debugging printf.
2007-03-26 04:22:28 +00:00
liamjfoy
68880dffbf
Add a small note regarding further commented code in netinet6/ip6_flow.c
2007-03-26 00:29:15 +00:00
macallan
780a081043
on AGP capable bridges try to attach an agp device
2007-03-25 23:43:17 +00:00
macallan
b2fbecd2f8
fix typo
2007-03-25 23:38:22 +00:00
macallan
451dceb6ff
attach a drm
2007-03-25 23:37:06 +00:00
macallan
60cbbfdc51
add very experimental Apple UniNorth AGP driver
2007-03-25 23:32:40 +00:00
macallan
7325f7959a
very experimental Apple UniNorth AGP support
2007-03-25 23:31:51 +00:00
macallan
fad2fa365e
dummy agp_flush_cache()
2007-03-25 23:30:41 +00:00
macallan
4605d052e4
remove some accidentially committed stuff :/
2007-03-25 23:29:16 +00:00
macallan
f842dbae9a
attach smartbat* when appropriate
2007-03-25 23:26:26 +00:00
macallan
3fff052258
automatically switch between speaker and headphone output, simplify mixer
...
controls to match snapper
XXX - the gpios to monitor audio jacks are wired differently on different
Macs, this is known to work right on beige G3, PowerBook 3400 and Performa
63xx, it should do The Right Thing on others as well but needs more testing
2007-03-25 23:25:23 +00:00
macallan
a83aebf407
skeleton smart battery driver. Doesn't do much yet.
2007-03-25 23:22:46 +00:00
macallan
fd90105b35
add smartbat driver, defflag some debug stuff
2007-03-25 23:21:45 +00:00
jmcneill
3531e1395b
misc/36088: the drm(4) manual page states the wrong major number for the
...
drm device, from Blair Sadewitz.
2007-03-25 23:19:24 +00:00
degroote
0138b12722
Honor the ip4_ah_offsetmask bits (clear or not the ip->ip_off field for ah
...
processing).
2007-03-25 22:11:18 +00:00
degroote
46c420f11a
Use ip4_ah_cleartos instead of ah_cleartos for consistency
2007-03-25 22:06:33 +00:00
tls
ff577890f0
Revert revision 1.6: with a -current GENERIC.MP kernel we cannot reproduce
...
the TLB shootdown IPI storms on any of the machines in question.
2007-03-25 20:49:05 +00:00
mlelstv
46e95ff4ed
add missing W coordinate
2007-03-25 20:28:03 +00:00
liamjfoy
28ed4dc8da
Document net.inet.ip.hashsize to control the IPv4 Fast Forward hash table size
2007-03-25 20:13:44 +00:00
liamjfoy
b8ef59d720
Add net.inet.ip.hashsize to control the IPv4 fast forward hash table size.
2007-03-25 20:12:20 +00:00
agc
cbd0d608fc
Add the catman page for drm(4) to the sets.
2007-03-25 18:58:05 +00:00
mlelstv
a77a2ee482
Add values for Pentium M 780 (2.26GHz).
2007-03-25 17:12:32 +00:00
mlelstv
f4a46a86ea
Handle events from passthrough devices like the Thinkpad 'Navistick'.
2007-03-25 16:26:41 +00:00
gdt
041e1f36f1
Note libc Makefile problems and give advice to make cleandir in libc
...
and ld.elf_so. Suggested by Ryo HAYASAKA on current-users@.
2007-03-25 16:23:04 +00:00
jmcneill
6a9cc7b708
Handle the input change interrupt, and automatically switch between
...
headphone and speaker as appropriate.
2007-03-25 13:45:58 +00:00
degroote
40cf3d18fa
Make an exact match when we are looking for a cached sp for an unconnected
...
socket. If we don't make an exact match, we may use a cached rule which
has lower priority than a rule that would otherwise have matched the
packet.
Code submitted by Karl Knutsson in PR/36051
2007-03-25 12:46:42 +00:00
apb
b6c6d298a0
s/PATH/PATH environment variable" in an error message.
2007-03-25 12:36:01 +00:00
wiz
71e25e3558
+ gdb-6.6, postfix-2.3.8.
2007-03-25 09:55:04 +00:00
jnemeth
0b59ea5a73
Fixed formatting. Problem was that we were trying to get the result
...
of a data transfer operation immediately after the data transfer
was finished, instead of waiting for the chip to interrupt us and
tell us that it was finished and had the result for us. This worked
okay for read and write since the operation would be finished very
shortly after the data transfer completed. However, with formatting,
the chip still had most of the rest of the track to do, so we ended
up timing out before the operation was finished.
2007-03-25 09:29:11 +00:00
wiz
c15cd181b7
Add basic drm(4) man page, and link it to drivers.
...
Feel free to improve it!
2007-03-25 09:11:55 +00:00
apb
cabe8d739b
If the PATH contains any components that are not absolute
...
directory names, print a message and abort. In expert mode,
downgrade this error to a warning.
Fixes PR 36048
2007-03-25 07:56:38 +00:00
apb
faafdc7e21
Document that shell arithmetic now uses intmax_t. Document that
...
variables in shell arithmetic don't need "$" signs.
2007-03-25 06:56:43 +00:00
isaki
f6b15a715e
Regen; ATI ES1000.
2007-03-25 06:42:20 +00:00
isaki
4185e7fad0
Add ATI ES1000.
2007-03-25 06:41:30 +00:00
apb
b233081ee5
Add tests for shell arithmetic. The new tests 4, 5, 6 all pass,
...
but the existing test 3 fails.
2007-03-25 06:37:01 +00:00
apb
1a20cbd95e
WARNS=4
2007-03-25 06:30:37 +00:00
apb
91ce988bec
Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)).
2007-03-25 06:29:26 +00:00
xtraeme
aeee45c69c
Explicitly initialize msr.
2007-03-25 02:44:29 +00:00
xtraeme
8340d8f47f
typo.
2007-03-25 02:41:53 +00:00
xtraeme
8cd29f0e64
Add another member to struct cpu_msr_broadcast, msr_read that will
...
enable the rdmsr call in msr_write_ipi(), so that when it's not
defined we don't read it before writing; disabled in powernow_k8
and enabled in the others.
2007-03-25 02:27:16 +00:00
uwe
11aff612ad
sh3 has been adapted to yamt-idlelwp.
...
hpcsh boots multiuser.
2007-03-25 02:02:56 +00:00
sekiya
5afc64c3b1
Update my bits of the TODO list.
2007-03-25 00:49:31 +00:00
joerg
cc1b813618
Don't segfault during decoding of unlimited strings in PPPoE.
2007-03-24 23:20:12 +00:00
dillo
42b1cd44dc
Make example consistent (fix typo in file names).
2007-03-24 23:16:11 +00:00
christos
bf9f72425e
comment out unmap; breaks X.
2007-03-24 23:02:24 +00:00
uwe
f36e3e9ebe
G/c unused defines/includes.
2007-03-24 21:32:11 +00:00
rmind
60e35a7f80
Export uvm_uarea_free() to the rest.
...
Make things compile again.
2007-03-24 21:15:39 +00:00
jmcneill
04a1167b6f
Fix header locations for NetBSD.
2007-03-24 20:33:08 +00:00
ad
a5070151ae
- Test+branch is usually cheaper than making an indirect function call,
...
so avoid making them.
- When parking an LWP on a condition variable, point the hint argument at
the mutex's waiters queue. Chances are we will be awoken from that later.
2007-03-24 18:51:59 +00:00
christos
8a0e56297d
KNF, properly protect.
2007-03-24 17:50:17 +00:00