hubertf
db43815c20
Add commented-out "joy* at eap?" & point people at eap.4 before enabling.
...
Per discussion with drochner@
2006-08-03 00:19:21 +00:00
oster
066dca4e5e
We need to .WAIT until 'prepare' is done, and then .WAIT until
...
'copy-releasedir' is done before doing 'image'. Failure to do so
leads to a race condition that may result in build errors on
parallel builds with '-j 4' and '-j 16'.
2006-08-02 21:37:41 +00:00
reed
242dae6299
Fix comment, removed some periods at end of a couple comments (not all),
...
and alphabetize "ral" before "re".
This will make it easier to diff with GENERIC_LAPTOP.
No real changes.
2006-08-02 16:24:29 +00:00
reed
35728fe8e7
Fix some comments, tabs or indenting, and some ordering
...
to make this easier to diff with the GENERIC config.
No real changes.
2006-08-02 16:20:45 +00:00
rpaulo
d9e2b32d75
Don't read the firmware twice. Noticed by Nick.
2006-08-02 13:58:39 +00:00
tron
dc71fd7600
Make sure the buffer used to retrieve routing message from the kernel
...
is properly aligned. This should fix PR bin/34124.
2006-08-02 13:44:53 +00:00
bjh21
edbe853398
Add the !Help file I forgot previously.
2006-08-02 11:31:27 +00:00
jmcneill
7c1d2c6776
Forgot to commit this last night -- add the unichromefb(4) driver.
2006-08-02 11:26:16 +00:00
tsutsui
d8e998dec9
Use crunched binary in miniroot so that we can get smaller image
...
and no longer have to sync shlib majors in the list file.
Ok'ed by nathanw and christos on port-sun3, and tested on tme by me.
2006-08-02 09:30:46 +00:00
jld
e8ef331ffa
Fix PR 34112, where a program could mysteriously exit on return from a
...
signal handler, by deriving the context pointer from the stack pointer
instead of trying to read it from where the sigaction function may have
overwritten it with arbitrary bits.
Fix provided by Matthias Drochner in the PR.
2006-08-02 04:18:48 +00:00
jmcneill
165e6acd89
Allow unichromefb(4) to be the system console.
2006-08-02 01:44:50 +00:00
jmcneill
051b75db82
Add work-in-progress framebuffer console driver for the VIA UniChrome
...
integrated graphics family.
2006-08-02 01:44:09 +00:00
lukem
4adcd9d67f
add psim for gdb6
2006-08-02 01:35:50 +00:00
rpaulo
e904da1cc5
bsd-family-tree updated to version 1.107.
2006-08-02 00:34:05 +00:00
rpaulo
9e819e2505
Sync with FreeBSD v 1.107
2006-08-02 00:33:22 +00:00
he
788b068ad5
Bump SYMTAB_SPACE so that it fits again.
2006-08-01 22:21:19 +00:00
martin
61138efdd6
regen
2006-08-01 21:05:32 +00:00
martin
796cceed8d
Adapt to latest fhandle_t changes.
...
Pointed out by Havard Eidnes.
2006-08-01 21:05:14 +00:00
xtraeme
08e3be34b6
Match nForce3 250 SATA2.
2006-08-01 20:38:50 +00:00
xtraeme
1b6aac49b2
regen
2006-08-01 20:37:43 +00:00
xtraeme
3b17bf7207
Add nForce3 250 SATA2.
2006-08-01 20:37:02 +00:00
drochner
d7c62b7d6a
document "float" rounding workaround on i386
2006-08-01 20:21:55 +00:00
drochner
d81b3ce220
make an intermediate float variable "volatile" on i386 to work around a gcc
...
optimization problem: subsequent add/subs were done inside FPU registers,
with "double" precision, without rounding to "float" in between
2006-08-01 20:14:35 +00:00
bsh
b6116cb922
Support nForce430's audio.
...
(I have tested this only with nFroce410, not with nFroce430)
2006-08-01 18:31:53 +00:00
martin
a0680cae8a
If the card presents 64bit memory, map it as that.
...
Fixes PR kern/34045.
2006-08-01 18:11:32 +00:00
bsh
a271f8d4ca
regen
2006-08-01 17:29:18 +00:00
bsh
ea0e607e09
add an another device ID for AC-97 controller in nForce430 (MCP51).
...
XXX: I found this ID on MSI K8NGM-V, which has nForce410. Maybe 0x26b is
for 410 and 0x26c for 430?
2006-08-01 17:20:51 +00:00
rpaulo
4ff56bdbde
Add NetBSD 3.0.1 and DragonFly 1.6.0.
...
Both released on the same day.
What a coincidence...
Both use pkgsrc.
What a coincidence...
2006-08-01 11:34:50 +00:00
drochner
556a01ff65
mention joy@eap, xref manpage, add warning about use of joy attachment,
...
from Bjoern Johannesson per PR kern/34054, with minor changes by me
2006-08-01 11:25:40 +00:00
drochner
bb8e221d8d
mention joy@eap and xref manpage, from Bjoern Johannesson per
...
PR kern/34052
2006-08-01 11:08:17 +00:00
lukem
755b4414f2
If there's any wd quirks in use, display them.
2006-08-01 07:19:07 +00:00
wiz
bda1fe0c81
Mention spc(4).
2006-08-01 07:14:28 +00:00
wiz
65bca1b8f3
Sort sections.
2006-08-01 07:13:17 +00:00
rpaulo
1803441f98
postfix 2.3.2
2006-08-01 02:38:49 +00:00
rpaulo
56c174849a
postfix 2.3.2 in.
2006-08-01 02:37:59 +00:00
rpaulo
556ac1c9f9
resolve conflicts
2006-08-01 00:12:42 +00:00
rpaulo
a9b05de333
postfix 2.3.2
2006-08-01 00:02:30 +00:00
hubertf
ded0447fa8
spc(4) can also attach to pcmcia(4), as was already in hpcmips/GENERIC
...
for quite some time. Add it to all systems that have pcmcia SCSI.
Pointed out by Björn Johannesson <rherdware@yahoo.com> in private mail,
OK'd by matt@
2006-07-31 23:29:54 +00:00
he
cfaad7eb68
Bump the miniroot size by 1MB to 18MB so that it fits again.
2006-07-31 22:56:09 +00:00
he
ade3eb1a11
Also comment out audio* at audiobus? now that no audio device is available.
2006-07-31 22:53:43 +00:00
wiz
a1fd1fd937
Sort twa before twe.
2006-07-31 22:23:09 +00:00
mrg
95543a8e6e
add a new "biosmem_implicit" variable that is set when a bootloader
...
info parser sets "biosbasemem" and "biosextmem" from. check for this
when probing memory size, rather than biosbasemem/biosextmem being
zero which is no longer true. also, make the REALBASEMEM/REALEXTMEM
options work properly with multiboot-booted kernels. fixes PR#33918.
2006-07-31 20:59:07 +00:00
bjh21
19d3be8004
Fix a typo that was stopping this compiling.
2006-07-31 20:52:13 +00:00
bjh21
e9b4035b9a
Correct last commit to use correct variable name in hpux_sys_getpgrp2().
2006-07-31 20:39:34 +00:00
christos
fa94c5cda1
mention the correct PR/33725
2006-07-31 18:40:41 +00:00
christos
afa6be1803
mention the correct PR.
2006-07-31 18:39:32 +00:00
christos
95ce3f0b81
mention i386 machdep.c
2006-07-31 17:10:57 +00:00
christos
596f06d2d9
workaround for PR 33918
2006-07-31 17:07:27 +00:00
martin
94eb0a1a37
Note file handle changes
2006-07-31 17:06:39 +00:00
martin
cb10eb2bc2
Bump libc to 145 (fhandle_t is gone)
2006-07-31 16:39:23 +00:00