drochner
fa6adb2a78
Disable "1284" device recognition early to work around
...
a misfeature in the mode switching / 1284 code.
(It refuses to switch the port mode to eg "PS2"
sometimes if no device speaking the PnP protocol
is connected. Should be fixed elsewhere, but this
is a can of worms.)
2006-05-10 10:33:40 +00:00
drochner
f4f8d2a3de
remove spl and locking stuff from interrupt handler
2006-05-10 10:27:49 +00:00
skrll
76425eeda5
ANSIfy startlwp
2006-05-10 10:26:40 +00:00
skrll
dfd91121ef
Add KERNEL_PROC_UNLOCK(l) before userret in startlwp.
2006-05-10 10:04:14 +00:00
uebayasi
4a02e59152
Update URLs to ASAHI KASEI CODECs.
2006-05-10 09:07:57 +00:00
skrll
b053add405
Fix some comments.
2006-05-10 07:13:30 +00:00
skrll
a9f4c28a3d
Fix a bunch of cast lvalues.
2006-05-10 06:24:02 +00:00
garbled
a6d48d192d
Switch prep to use the MI mbr/disklabel code.
2006-05-10 02:49:53 +00:00
kent
6ad20dfc11
Fixes a bug that audio_offset_t::samples for AUDIO_GETxOFFS has
...
incorrect value. It also affects SNDCTL_DSP_GETOPTR of
ossaudio.
PR: kern/32405 by Stephane Witzman
2006-05-10 01:56:21 +00:00
he
bdd1074671
Bump SYMTAB_SPACE so that the symbol table fits again.
2006-05-09 19:04:33 +00:00
he
9aea7f8bb4
Bump SYMTAB_SPACE so that it fits again.
2006-05-09 19:01:39 +00:00
rjs
1018410576
Fix boot failure problem with DDB enabled.
2006-05-09 18:13:57 +00:00
rjs
572c87fdd1
Enable generic soft interrupts.
2006-05-09 18:04:20 +00:00
rjs
d2b0eb4ed3
Update with softintr, evcnt and cpu_info changes from prep.
2006-05-09 18:02:32 +00:00
rjs
61dae3ad06
Remove __P.
2006-05-09 17:59:33 +00:00
gdamore
1262ffef31
Handle interlace video refresh modes, so 1024x768i is 87Hz refresh, instead
...
of 43. This corresponds more closely to the mode name as defined by VESA.
2006-05-09 17:51:03 +00:00
rjs
78d31ae58c
Load CPCB in cpu_mp_startup.
2006-05-09 16:37:39 +00:00
rjs
8c14e79960
KNF.
2006-05-09 14:07:13 +00:00
rjs
5e2e37863d
Remove __P.
2006-05-09 14:04:38 +00:00
rjs
e146bfe23f
Add entries for audio and wscons.
2006-05-09 14:00:07 +00:00
yamt
853a5f5c50
add a missing #.
2006-05-09 08:27:27 +00:00
garbled
5f1b3eb60e
Use inb/outb macros instead of casting things to volatile.
2006-05-09 03:35:37 +00:00
garbled
5410dc443b
convert some of the simple __asm statements to the standard powerpc
...
macros, like mtmsr().
2006-05-09 03:13:00 +00:00
garbled
ed0efbc5de
de-__P these files.
2006-05-09 02:52:39 +00:00
garbled
cfbb4ec285
More KNF. That should be the rest of the .c files.
2006-05-09 02:48:36 +00:00
garbled
aa9567ed00
KNF these files.
2006-05-09 01:18:10 +00:00
garbled
e7b3b846b3
Fix something that never should have worked before, that got broken by
...
proplib change. I'm assuming it was wierdness in the devprop API.
2006-05-08 23:12:13 +00:00
liamjfoy
64c2ef1711
#if -> #ifdef
...
ok christos
2006-05-08 18:50:12 +00:00
rpaulo
a2a222b5c1
Don't use a private variable for storing the desired ssid, the net80211 layer
...
provides that.
From OpenBSD.
2006-05-08 17:12:42 +00:00
garbled
be39d7253e
Switch prep over to evcnt(9). While I was here, I also switched it to
...
use struct cpu_info for the cpu stuff. Tested on 7248 and 7043.
2006-05-08 17:08:34 +00:00
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
rjs
76d66cf27d
Add entries for all devices.
2006-05-07 15:47:07 +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