rumble
fc6e81a8cb
Check the haltwo hardware present bit in the match function, rather than
...
in the attach function after we've thwacked several registers and
potentially wedged the machine. This fixes booting on Challenge S systems
and addresses PR 25202.
Consequently, re-enable haltwo in the default kernel configuration.
Many thanks to George Harvey for testing and feedback.
2006-09-04 22:06:06 +00:00
hubertf
b7be24d378
Fix two oversights from last update
2006-09-04 22:03:50 +00:00
hubertf
dd0080d52a
Update with changes by Gilbert Fernandes <gilboooo@gmail.com>,
...
review and some updates from bouyer@
2006-09-04 22:00:52 +00:00
hubertf
46f83bb806
Update, submitted by Marco <marcotrillo@gmail.com>
...
OK'd by xtraeme@
2006-09-04 21:46:32 +00:00
scw
456695f0eb
The kernel is built with "-mdiv=call", so add a __sdivsi3_1 alias
...
for __sdivsi3.
2006-09-04 20:44:48 +00:00
scw
dc27fa975f
Set the division strategy to 'call' to avoid explicit references to
...
'div_table' when the default 'call2' is used.
2006-09-04 20:43:01 +00:00
tsutsui
9bdabd4316
Switch newsmips to MI todr.
2006-09-04 20:33:24 +00:00
tsutsui
8c3452b4f9
Switch news68k to MI todr.
2006-09-04 20:32:57 +00:00
tsutsui
a80eefbb0e
Switch hp300 to MI todr.
2006-09-04 20:32:11 +00:00
tsutsui
220a3453b5
Switch ews4800mips to MI todr.
2006-09-04 20:31:30 +00:00
tsutsui
087695a56b
Switch cobalt to MI todr.
2006-09-04 20:30:40 +00:00
dsl
1719403bf2
Fix typo, update date.
...
Fixes PR/34472
2006-09-04 20:30:36 +00:00
scw
998e6a1552
Drop the volatile qualifier from switch_exit()'s prototype.
2006-09-04 20:10:42 +00:00
scw
163f415b3f
Appease gcc4.
2006-09-04 20:09:55 +00:00
scw
a5ff553c53
Rearrange some code to avoid a gcc4 'possibly uninitialised variable' warning.
2006-09-04 20:08:56 +00:00
scw
5cd57a5a0f
Pull in <sys/evcnt.h>
2006-09-04 20:05:45 +00:00
scw
19dac2e487
Remove unused r_sp #define.
2006-09-04 20:05:12 +00:00
scw
f177e531c7
Switch sh5el to gcc4.
2006-09-04 20:03:21 +00:00
scw
959fd76ef8
Add gcc4 mknative files for sh5el.
2006-09-04 20:01:28 +00:00
dsl
75469d03e1
Separate out the CRC functions in a manner that actually makes them useful
...
for other program binaries.
Fixes build of 'config' where I added code (commented out) to use the CRC
function - but didn't comment out the #include :-(
2006-09-04 20:01:10 +00:00
scw
ddf78ea470
Check explicitly for sh5*-*-netbsd* when setting sh_multilibs.
2006-09-04 19:51:26 +00:00
christos
f11da4b014
make this compile again.
2006-09-04 18:42:14 +00:00
wiz
fa959b48e1
Bump date for previous.
2006-09-04 18:34:42 +00:00
wiz
9f28457331
errx() provides a newline on its own, so remove the one from the error string.
2006-09-04 18:34:22 +00:00
wiz
2ba7db1893
Fix typo.
2006-09-04 18:32:54 +00:00
wiz
47dcdcc51f
Remove references to netccitt and netns directories. Bump date.
2006-09-04 17:04:29 +00:00
christos
ccd5bfd356
fix formatting of df -h; from Zafer.
2006-09-04 16:32:57 +00:00
riz
16da560700
Correct usage: "-s" is the flag for the new size of the LFS, not "-n".
2006-09-04 15:45:29 +00:00
martin
16f200486d
Add support for IO-DATA's USB-Serial adapter (USB-RSAQ3),
...
from Keiichi SHIMA.
2006-09-04 15:39:39 +00:00
yamt
ff1a471a3b
nfs_ispublicfh: fix another instance of cast-qual.
2006-09-04 08:38:16 +00:00
yamt
80fe9dcf8f
remove (void *) cast from NFSRVFH_DATA as it sometimes
...
discards const qualifier. pointed out by Havard Eidnes.
(it wasn't detected by in-tree gcc4. seems like a compiler bug.)
2006-09-04 08:27:49 +00:00
cube
1e2d115e84
Bump version after last feature addition (default value for defparam).
2006-09-04 07:32:50 +00:00
dsl
6467d53e48
Add support for specifying a default value on a 'defparam' line.
...
If a default is specified then the option is always defined in the
corresponding .h file.
Particularly useful for parameters where the default action isn't the
same a defining the value zero, given that the current use of #if defined(opt)
is open to problems wehere the relevant .h file isn't actually included, so
requiring an option to always have a value makes sense.
Also included (but commented out) is code that adds a global symbol to
the object file to stop objects compiled with different values for the
same option being linked together - I'm not quite happy with it yet!
2006-09-04 06:45:14 +00:00
gdamore
1f585717a8
This is a boat-load of changes designed to finish parameterizing the
...
stuff necessary to separate out AR5312 from AR5315. This includes:
1) rework of arbus IRQs, so that IRQs are now seperately specified
as either MISC or CPU irqs
2) move board/chip-specific addresses into chip-dependent file
3) unencumber argpio from ar5312 specifics, using properties to pass
details such as reset-pin and sysled-pin.
4) an option to select which WiSoC is to be configured is provided.
AR5315 support should be forthcoming shortly now.
2006-09-04 05:17:26 +00:00
macallan
9de94f8e2e
trying to use IDE DMA on a Heathrow macio is busted so disable it for now.
2006-09-04 03:44:10 +00:00
perry
e2420ca184
Undo static declaration on gettick -- lapic.c uses it.
...
Pointed out by Geoff Wing (mason at primenet.com.au)
2006-09-04 03:07:52 +00:00
gdamore
5577cd5c22
Fix up date. Hi Hubert!
2006-09-04 02:29:44 +00:00
hubertf
06409220b0
Add minimal installation in sysinst
2006-09-04 02:24:09 +00:00
hubertf
042bbb2bb1
* Add Minimal (core) installation, consisting of a kernel, base + etc
...
* Fixup all of the German translations.
2006-09-04 02:20:40 +00:00
perry
225449e795
switch to a common clock.c
2006-09-04 02:16:03 +00:00
perry
a8054af60a
The i386 and amd64 versions are now identical. They'll get moved to
...
arch/x86 soon. Ultimately the functionality should be split
into different files for i8254, mc146818 and pcppi.
2006-09-04 01:40:19 +00:00
gdamore
a406006708
Note that sun2 is now timecounter-ed.
2006-09-04 01:37:31 +00:00
simonb
ea0fd530d1
One "const" is enough...
2006-09-04 01:20:44 +00:00
simonb
f87636ddd9
Const poisoning.
2006-09-04 01:20:14 +00:00
simonb
0f58c090bc
Rename these functions to the __<name>14 names.
...
XXX: still need to be converted to use sigprocmask().
2006-09-04 01:08:11 +00:00
perry
a82c8b386d
The amd64 and i386 versions of this file both got some variables
...
renamed to avoid shadowing. The amd64 names are a bit easier to
understand, so switch to them here.
2006-09-04 01:06:01 +00:00
simonb
58f251e245
Catch up with changes from files in arch/i386/include to make compiling
...
happier with new compilers and compiler warnings settings.
2006-09-04 01:04:29 +00:00
perry
fa4b595579
Fix static function declarations.
2006-09-04 00:56:08 +00:00
riz
2f9f5c5846
Remove unused members of sk_softc.
2006-09-04 00:54:40 +00:00
hubertf
136960985f
Fix previous - no need to prepend target-root in chroot
2006-09-04 00:46:13 +00:00