kent
72804b8f8c
Don't assume the device always has PCI_MAPREG_MEM_TYPE_64BIT.
...
This change might help nForce 410/430 support.
2006-05-07 08:31:44 +00:00
simonb
fda54e7c6f
In _prop_dictionary_alloc(), explicitly set pd->pd_flags to zero
...
instead of leaving random garbage in there.
Should we just use "memset(pd, 0, sizeof(*pd));" instead?
Fixes boot problems on evbppc/WALNUT with new proplib.
2006-05-07 06:25:49 +00:00
simonb
5b933f2a90
Unwrap not-too-long long.
2006-05-07 04:45:03 +00:00
xtraeme
50d9e15bdc
Mention that it was ported for NetBSD 4.0.
2006-05-07 02:01:26 +00:00
jmcneill
b95c4318a3
Add __KERNEL_RCSID.
2006-05-07 01:54:39 +00:00
jmcneill
2bb6256449
Note piixpm(4) import.
2006-05-07 01:39:38 +00:00
jmcneill
3dbc5b92c6
Add piixpm
2006-05-07 01:38:54 +00:00
jmcneill
1735d4bad3
Add piixpm(4) man page.
2006-05-07 01:35:20 +00:00
jmcneill
cab8eb4069
Man page for the Intel PIIX4 power management driver.
2006-05-07 01:34:46 +00:00
jmcneill
462acc087a
Add support for the Intel PIIX4 power management controller, from OpenBSD.
2006-05-07 01:32:42 +00:00
christos
5fdb201207
We don't need ext2fs_extern.h
2006-05-06 22:23:37 +00:00
jdc
0f4d7745b5
Match on subclass bridge/miscellaneous too.
...
Makes this work on an IBM Thinkpad T20.
OK'd jmcneill.
2006-05-06 20:44:29 +00:00
christos
449dbee9f0
Compile with OPENSSL.
2006-05-06 17:51:46 +00:00
jmcneill
b95d2d1163
Note piixpcib driver.
2006-05-06 15:52:36 +00:00
jmcneill
2b92252314
Add piixpcib(4), commented out.
2006-05-06 15:49:38 +00:00
jmcneill
3ab993c834
Add SpeedStep SMI support for Intel PIIX4 based Pentium III processors.
2006-05-06 15:46:48 +00:00
elad
228eae7a90
add missing vrele(), from blymn@.
2006-05-06 13:25:36 +00:00
wiz
4d1a166e8b
Remove trailing whitespace.
2006-05-06 07:01:22 +00:00
groo
ad8b178abb
Add common/include to include path.
...
HI JASON!
2006-05-06 02:20:23 +00:00
groo
4abb0da686
Remove obsoleted sys/properties.h include.
...
HI JASON!
2006-05-06 01:38:06 +00:00
groo
78b73e7eb2
Remove obsoleted properties.h.
2006-05-06 00:20:18 +00:00
rpaulo
75f21410a7
Enable RFC3542.
2006-05-06 00:02:48 +00:00
jld
efe3d96393
Use TAILQ_FOREACH instead of duplicating the code.
...
No change to compiled object file.
2006-05-05 23:45:52 +00:00
elad
00556c3786
remove -1, -2, -4, -5, -6, -m.
2006-05-05 22:07:22 +00:00
perseant
ebcbbf8093
Tabify.
2006-05-05 19:42:07 +00:00
jld
78e3490d47
Have our dom0 periodically set Xen's time-of-day clock (much as Linux does).
...
That time is used by ~all domUs when they boot (or resume), and Linux by
default will pin the local clock to it; so, it's useful to correct its
drift as best we can. A sysctl (machdep.xen_timepush_ticks) has been
added to allow changing the interval or disabling this feature.
2006-05-05 19:38:38 +00:00
perseant
0f4e4cae54
Allow the user to specify a file size in the ckckp regression test, including
...
the value zero (filling the filesystem with directories and empty file
inodes).
2006-05-05 19:38:30 +00:00
jld
2aa6d50864
Suspend/resume support for xbd -- keep enough info on live I/O to replay.
...
The rest of suspend/resume isn't there yet, but the parts that touch
regular usage have been tested. Discussed on port-xen on 2006-04-25;
approved by bouyer@.
2006-05-05 19:25:26 +00:00
thorpej
9c324c373f
Welcome to 3.99.19 (proplib replaces propdb).
2006-05-05 18:28:19 +00:00
thorpej
5a0577de75
The propdb API is obsolete.
2006-05-05 18:27:27 +00:00
thorpej
621d724145
Remove the obsolete (and now unused) propdb API.
2006-05-05 18:26:19 +00:00
thorpej
fb44a8574b
Remove the devprop API and switch everthing over to the new proplib. Add
...
a new device_properties() accessor for device_t that returns the device's
property dictionary.
2006-05-05 18:04:41 +00:00
thorpej
948898912b
Don't include <sys/endian.h> if building as a host tool.
2006-05-05 17:59:41 +00:00
christos
e3de9285f0
don't include unneeded declarations if _STANDALONE (from simonb)
2006-05-05 15:08:43 +00:00
christos
5bf5cbaf48
const -> __const__
2006-05-05 15:08:11 +00:00
tsutsui
0a6d1d8a5c
Update for fhstat(2) versioning.
2006-05-05 13:58:48 +00:00
cube
1233d0b5cd
Move fhstat as sys___fhstat30 in netbsd32_fs.c because it doesn't belong
...
to netbsd32_netbsd.c (which incidentally means it had been broken for a
while I guess). Add compat_30 version.
2006-05-05 13:31:30 +00:00
cube
8332bbc306
Regen (fhstat versioning, posix_fadvise).
2006-05-05 13:29:50 +00:00
cube
8a02261127
Follow on fhstat(2) versioning. While there, add sys_posix_fadvise (no
...
emulation needed there).
2006-05-05 13:28:52 +00:00
cube
a107f9847e
Add compat_30 as a compatopts.
2006-05-05 13:27:29 +00:00
rpaulo
848d0be7cc
len should be socklen_t, not size_t. Spotted by
...
Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>.
2006-05-05 12:49:23 +00:00
drochner
50d235e444
make sure "radiotap" capture data are aligned,
...
thanks to Pierrick Brossin for verifying the effect on "tcpdump" output
2006-05-05 09:04:05 +00:00
rpaulo
de8db47547
Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).
...
* RFC 3542 isn't binary compatible with RFC 2292.
* RFC 2292 support is on by default but can be disabled.
* update ping6, telnet and traceroute6 to the new API.
From the KAME project (www.kame.net).
Reviewed by core.
2006-05-05 00:03:21 +00:00
lukem
e48c097471
getservbyport(3) wants the port in network order.
...
Noted by Hajimu UMEMOTO <ume@freebsd.org>
via Maxim Konovalov <maxim@macomnet.ru>.
2006-05-04 23:22:21 +00:00
tsutsui
0229d65930
Generate initial aoutm68k_syscalls.c.
2006-05-04 22:30:00 +00:00
tsutsui
3c4442d43e
aoutm68k_syscalls.c is now required by kdump(1).
2006-05-04 22:27:51 +00:00
christos
32c4e3d517
Since MNT_GETARGS is not allowed when any other flags are set, don't set
...
ASYNC in the getargs case.
2006-05-04 19:46:10 +00:00
christos
c543e3e4ab
since yamt prohibits any flag with MNT_GETARGS, don't set MNT_UPDATE for
...
/ when we do getargs.
2006-05-04 19:38:50 +00:00
rpaulo
2888212ca7
PR 33421: add ral at cardbus. From Pierrick Brossin.
2006-05-04 19:09:41 +00:00
christos
99f76ec337
Adjust for the fhstat() compat kernel change.
2006-05-04 19:00:18 +00:00