Commit Graph

177340 Commits

Author SHA1 Message Date
abs
a192b2c217 Abstract out setting of '-m680X0' based on -DM68020, -DM68030,
-DM68040, and -DM68060 into sys/arch/m68k/Makefile.cmachflags and
include from both atari and amiga. Other m68k ports which build
kernels that support multiple CPU types can also switch across to
this.
2009-01-25 22:25:08 +00:00
abs
7a3d39395e Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions
2009-01-25 22:08:37 +00:00
abs
f59480d8df Switch evbpcc sysinst and install notes to referencing WALNUT/OPENBLOCKS266
kernels, rather than (nonexistant) GENERIC

from KIYOHARA Takashi
2009-01-25 17:48:05 +00:00
nonaka
459e757bd6 Use %zu instead of %lu. for size_t. 2009-01-25 17:00:09 +00:00
skrll
14c5fc5d63 Sprinkle the "memory" clobber register so the fpsr manipulation actually
happens.

Fixes the ieeefp/except regresion test.
2009-01-25 16:44:41 +00:00
bjh21
11aab16b02 Split device_t from wd33c93_softc. Reviewed by cube; tested on sgimips
by tsutsui.
2009-01-25 15:23:42 +00:00
bjh21
1cd868fdf2 The introduction of config_stdsubmatch() lost an important feature of
upc_submatch() whereby it made sure that the correct driver attached.
Since this didn't really belong in the submatch function anyway,
reintroduce it in the match functions for upc's children.

This allows my A5000 to find at least one of its hard disks.
2009-01-25 14:34:14 +00:00
lukem
293645aa72 sign-compare fixes 2009-01-25 14:25:27 +00:00
lukem
114b3fb343 sign-compare fix 2009-01-25 14:22:52 +00:00
lukem
4a566726c2 sign-compare fix for amd64 2009-01-25 14:18:21 +00:00
lukem
1742612d3c sign-compare fix for amd64 2009-01-25 14:07:18 +00:00
lukem
d4bbf23d28 sign-compare fixes 2009-01-25 14:06:00 +00:00
lukem
540d0089bd sign-compare fix 2009-01-25 13:40:05 +00:00
veego
1ac066df3f Print size_t values using %zu printf format, not %ld
Thanks to Havard (and Matt Thomas) for pointing that out.
2009-01-25 13:38:17 +00:00
he
80506ca579 As Matt Thomas points out, %zu, not %zd, is the correct format
for size_t, since it's unsigned.
2009-01-25 13:31:58 +00:00
yamt
f4fa6bbef9 bump VMEM_HASHSIZE_MAX from 8192 to 65536. 2009-01-25 13:08:56 +00:00
martin
2d73fb8ebd On SMP kernels, if -1 is passed as boot arg, only use the boot cpu.
This is mostly intended as a debugging tool.
2009-01-25 10:37:15 +00:00
lukem
525b9d1b49 sign-compare fixes 2009-01-25 10:13:18 +00:00
cyber
23dc01f7e9 Properly handle empty data nodes (such as generated by Apple's
plist editor). They are in the form of <data></data>, whereas the
original code path only checked for empty being <data/>.

This causes an assert to be triggered when trying to access the node's
content.

Patch reviewed by thorpej.
2009-01-25 06:59:35 +00:00
rmind
5a84a46b8c mutex_vector_enter: few predictions. 2009-01-25 04:45:14 +00:00
nisimura
0ec9d4427f Some fixes and a bit consistency.
- naming practice of reverse endian PCI register access macros.
- kse.c, errors in P1SR access and P1CR4 definition.
- nvt.c, redundant device ID check.
2009-01-25 03:39:28 +00:00
christos
d2ebfa6451 PR/40471: Pierre Pronchery: ASUS CUR-DLS board found on HP NetServer E800 box
has broken ACPI BIOS. Disable it.
2009-01-25 02:26:30 +00:00
agc
ccc9f1a9af Make this compile after the last lint corrections 2009-01-25 01:49:20 +00:00
christos
f7636e0eb3 fix casts. 2009-01-25 01:22:42 +00:00
dsl
b294f6c2a3 Fix sense of MAKE_NATICE test. 2009-01-24 23:19:50 +00:00
dsl
4802ea584f Add #ifndef MAKE_NATIVE around __RCSID 2009-01-24 23:07:48 +00:00
rmind
66063c53a6 Set l_psid to PS_NONE for lwp0 (consistency change). 2009-01-24 22:42:32 +00:00
abs
7896e124da Move ATARITT and FALCON to the main list of kernels 2009-01-24 22:33:39 +00:00
rmind
6d73ddd355 Revert path of modules back to "/stand". 2009-01-24 22:14:44 +00:00
christos
3048e3cf13 add glue to compile all the files we use from libc here. 2009-01-24 22:11:45 +00:00
abs
1f13a9d79a - Sync atari sysinst install kernel list with reality:
- BOOT reanamed to SMALL030
  - ATARITT and FALCON were missing
- Update release notes to kernel list and also clarify Milan kernels
2009-01-24 21:20:22 +00:00
christos
1449463f65 try to fix the mess of headers:
- including each other
- calling non types _t
- doing forward enum declarations
- trailing , in enum
- some lint annotations
2009-01-24 19:55:33 +00:00
christos
eb0c1ab347 small cleanups:
1. lint annotations
2. some size_t
3. remove silly breaks
2009-01-24 19:42:20 +00:00
bouyer
e89f64026e Properly check the return value of HYPERVISOR_memory_op(): it returns
the number of successfull operations, so a return value of 0 is also
a failure.
2009-01-24 19:03:12 +00:00
he
0dc03e2d81 Follow up the rename of BOOT to SMALL030, and the removal of BOOTX. 2009-01-24 18:15:16 +00:00
plunky
8d16a25319 The "Service Availability" value in the SDP record should be a number
from 0-255 indicating how much availability the service has, rather
than the "Load Factor (0-7)" as used in the "Class of Device" setting.
2009-01-24 17:29:28 +00:00
bouyer
eaacdf9387 Note Xorg support for alpha 2009-01-24 17:26:58 +00:00
bouyer
7e113f2eda Add support for X11FLAVOUR=xorg to NetBSD/alpha. Tested on PWS500
(ev56, handled as non-BWX by Xorg) and XP1000 (ev6, BWX). Also
tested by Rafael Ruiz on a AlphaStation 255 (thanks !).
non-PCI adapters are not supported; someone should make these work
as a wsfb device.
2009-01-24 17:24:52 +00:00
cegger
3334d8c83e add bwi(4) 2009-01-24 15:49:14 +00:00
skrll
51241d8bac Mention -c. Hi Matt. 2009-01-24 15:00:55 +00:00
dsl
97347d2cbb Fixes to includes of make_malloc.h to that it actually builds when
USE_EMALLOC is undefined.
Fixes earlier fixes :-)
2009-01-24 14:43:28 +00:00
haad
7c83fa3718 Add dm driver to ALL kernel. 2009-01-24 14:19:04 +00:00
cegger
e7239fcd13 add age(4) and atphy(4).
Requested by cube@
2009-01-24 14:11:07 +00:00
tsutsui
52275243c5 WARNS=1 2009-01-24 13:58:21 +00:00
he
e724c6a64d Add an entry for the recently added ./kernel directory tree. 2009-01-24 13:53:56 +00:00
tsutsui
4f5defc8b9 Remove the \n and tab from the __COPYRIGHT() strings to appease asm warnings. 2009-01-24 13:43:21 +00:00
cegger
9fde1a673e buildfixes for OSX:
- include <sys/types> for size_t
- progname is undeclared
- include <string.h> for string functions like strlen()
- include <errno.h> for errno
2009-01-24 13:06:16 +00:00
wiz
6942778bea Sort sections. Fix typo (last line). 2009-01-24 13:02:33 +00:00
wiz
0aec71a9f5 Fix typo. 2009-01-24 13:00:03 +00:00
cegger
e6227c556c buildfix: remove RCSID. It conflicts with the definition in the .c files. 2009-01-24 12:59:51 +00:00