Commit Graph

146659 Commits

Author SHA1 Message Date
skrll
25958e5e07 s/4/BKPT_SIZE/ in PC_ADVANCE 2006-05-08 08:02:32 +00:00
thorpej
2977973ac1 Initialize dv_properties in config_attach_pseudo(). PR kern/33438 2006-05-08 01:04:09 +00:00
rpaulo
42a3b0025e Use C99 uintXX_t types so that applications don't need to include
sys/types.h directly (as in the past).
2006-05-07 23:41:17 +00:00
rjs
f671d0e977 Put back full majors.hpcarm. 2006-05-07 22:11:47 +00:00
bouyer
3a0a2e12df Call xb_init_comms() once the event channel has been allocated for dom0. 2006-05-07 21:50:32 +00:00
bouyer
621b16009d Fix read for /kern/xen/xenbus: ignore offset. 2006-05-07 21:49:56 +00:00
bouyer
61ebbef433 Initialise a few things earlier, so that getc() works before the console
is probed for dom0. This makes -c and -d work on Xen3/dom0 kernels.
The kernel still gets a trap on Xen2/dom0.
2006-05-07 21:48:35 +00:00
christos
d45a53ed73 Finish fixing compilation after device property changes. 2006-05-07 20:48:51 +00:00
christos
2867eb021b Don't define $S here; nothing uses it and it is broken. 2006-05-07 20:48:01 +00:00
christos
d8d35ea484 Fix the build after old property header removal (Hi Jason) 2006-05-07 20:15:14 +00:00
jdc
94b7dad338 Remove call that sets XS_STS_DONE before we call scsipi_done().
This makes isp work again following the change in r1.135 of scsipi_base.c.
Also tested by David Hopper.
2006-05-07 17:31:48 +00:00
rjs
6d0faff4f5 Remove majors.hpcarm. 2006-05-07 17:13:19 +00:00
rjs
0472dd9d9c A device node for apm is already declared in majors.arm32. 2006-05-07 16:33:56 +00:00
rpaulo
c27ebb0e79 while (1) -> for (;;) 2006-05-07 16:02:40 +00:00
rpaulo
96a4817dfb Remove -DUSE_RFC3542. 2006-05-07 16:01:21 +00:00
rpaulo
84f73e685c Remove support support for RFC 2292. 2006-05-07 16:00:18 +00:00
rjs
76d66cf27d Add entries for all devices. 2006-05-07 15:47:07 +00:00
hubertf
006af5fef5 X86_64 -> AMD64, the x86_86 port was renamed to amd64 long time ago;
also for consistency with i386
2006-05-07 13:54:53 +00:00
he
6bbc42816c Make the conditional for defining boolean_t complement the conditional
in sys/sys/types.h -- also need to test _STANDALONE.
Fixes a build problem for vax.
2006-05-07 12:46:01 +00:00
hubertf
97c6c066c2 Be more liberal about whitespaces when verifying checksums.
This allows checking md5/sha1 shecksums generates on Linux, which
add more whitespace.

Based on patch by Jukka Salmi (j+nbsd at 2006 dot salmi dot ch)
2006-05-07 12:22:55 +00:00
bouyer
c96226e3fa Resolve conflicts from xen-3.0.2-2 import 2006-05-07 10:56:37 +00:00
bouyer
388f0b9508 Import non-DPLd Xen public headers from Xen 3.0.2-2 2006-05-07 10:54:39 +00:00
bouyer
c8a960c560 Add dom0 operation support for Xen3. Probably buggy, but it's enouth to have
xend and xenstored starting; xm info and xm list works.
2006-05-07 10:18:28 +00:00
tsutsui
96d1fdec03 Regen from syscalls.master rev 1.15:
> Use "#if defined(COMPAT_xx) || !defined(_KERNEL)" so that
> kdump(1) can get all proper syscall names.
2006-05-07 08:41:09 +00:00
tsutsui
97c5ca2016 Use "#if defined(COMPAT_xx) || !defined(_KERNEL)" so that
kdump(1) can get all proper syscall names.
2006-05-07 08:39:22 +00:00
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