Commit Graph

49254 Commits

Author SHA1 Message Date
ad
12cbb1b52b Enable BUFQ_PRIOCSCAN by default. 2009-01-29 21:48:13 +00:00
nonaka
0f33b03f39 Added MiniSD and MicroSD card folder. 2009-01-29 21:27:35 +00:00
nonaka
a11abf1107 Regen. (by Added XScale PXA270) 2009-01-29 21:26:14 +00:00
nonaka
283e440864 Support XScale PXA270. 2009-01-29 21:23:38 +00:00
nonaka
2e2f22d5a5 Regen. (by Added XScale PXA270) 2009-01-29 21:20:42 +00:00
nonaka
b1577664ba Added XScale PXA270. 2009-01-29 21:18:23 +00:00
nonaka
e529d52724 Added include <stdlib.h> for exit() function. 2009-01-29 21:13:15 +00:00
nonaka
9a28c06bfc fix splx() function prototype. 2009-01-29 20:54:52 +00:00
nonaka
664df27b21 Use pmf(9) instead of powerhook_*. 2009-01-29 16:00:33 +00:00
nonaka
59393ffeff fix compiler failure. 2009-01-29 14:46:06 +00:00
nonaka
cb44badebb need newline.
> ohci0 at pxaip0 addr 0x40d00000-0x40d0000fohci0: OHCI version 1.0
2009-01-29 14:26:09 +00:00
joerg
e8d52a0a38 Match mem.c's extern for __data_start. 2009-01-29 14:22:09 +00:00
joerg
ae7be29c97 x86/pmap.c declares vmmap as void *, match. 2009-01-29 14:20:50 +00:00
joerg
b0520dca55 rtclock_tval is defined as u_long in isa/clock.c, match. 2009-01-29 13:56:42 +00:00
joerg
5f5aa3e6ea Match declaration of trap_type in trap.c. 2009-01-29 13:52:20 +00:00
nonaka
5990ab686a revert a part of previuos change. 2009-01-29 12:51:15 +00:00
nonaka
1a6860067f - device_t/softc split.
- use aprint_* function.
2009-01-29 12:28:15 +00:00
nonaka
1eedc8251a Oops, sdmmc related device must be commented out. 2009-01-29 10:33:22 +00:00
nonaka
b70f5811ce Increase SYMTAB_SPACE. 2009-01-29 10:28:37 +00:00
tjam
7ffdc72669 Use 8KB buffer for ZLRB_RING_SIZE to prevent overruns 2009-01-28 19:57:37 +00:00
tjam
99752e43b2 Remove sicallback to use the MI softint(9) APIs directly - from Tsutsui 2009-01-28 19:55:51 +00:00
tsutsui
23c118aa2f - modify a pathname parse function to explicitly return devname and filename
- check floppyboot properly per devname before loadfile(), not in devopen()
- disable LOAD_NOTE on floppyboot to avoid backward seek
- bump revision

Tested floppy boot and IDE boot on Apus2000 with OpenFirmware 2.0.

Fixes PR install/38943 on macppc.
2009-01-28 15:03:28 +00:00
nonaka
371e3e9538 device_t/softc split. 2009-01-28 14:15:56 +00:00
nonaka
4c493daea6 don't print cable detect messages. 2009-01-28 14:06:15 +00:00
nonaka
501e4dcfea mention MODULAR. 2009-01-28 13:43:40 +00:00
nonaka
7ef31c0f0f Added SCSI bus and devices. 2009-01-28 13:39:41 +00:00
tsutsui
a3047076ab More WARNSfy in #ifdef NETIF_DEBUG. 2009-01-28 13:10:05 +00:00
nonaka
baf3c7ae33 cosmetic 2009-01-28 11:55:38 +00:00
nonaka
fab8af8b88 -kernel output is set to green.
-symbol is contained.
2009-01-28 11:53:46 +00:00
nonaka
99f6189dca Pass address and intr to pxadmac. 2009-01-28 11:28:00 +00:00
nonaka
bcb22b31f8 GENERIC is replaced by GENERIC.HOSTUSB. 2009-01-28 11:19:20 +00:00
christos
97dd172550 add a couple of include files 2009-01-27 22:36:48 +00:00
christos
e5b8d3235c remove extra variable 2009-01-27 22:00:12 +00:00
christos
decf940784 factor out common reset code. 2009-01-27 21:59:24 +00:00
ad
454c144aec Make previous compile. 2009-01-27 21:13:57 +00:00
martin
f055e18205 Centralize fpu exception to siginfo code encoding for all m68k archs,
fixes a failure in the lib/libc/ieeefp/except regression test.
2009-01-27 20:30:12 +00:00
martin
f7d75c4a14 fix include path in previous 2009-01-27 20:12:19 +00:00
martin
071773c11c Move FPSR_ register bit definitions into their own file 2009-01-27 20:03:12 +00:00
martin
2a9360026c The FE_* constants are used verbatim to set the RND field in the FPCR
register - so FE_UPWARD needs to be 3 and FE_DOWNWARD 2 - otherwise
our libc code for fpsetround(), fpgetround() and __flt_rounds() would
need to be adjust (and become slower). This fixes a failure in the
lib/libc/ieeefp/round regression test.

OK: matt
2009-01-27 19:04:39 +00:00
christos
55113bafff Attempt to force resets using two more methods:
1. Reset Control register at I/O port 0xcf9
2. Fast A20 and Init register at I/O port 0x92

Requested by ad@
2009-01-27 16:13:13 +00:00
skrll
fd24e60b98 From OpenBSD:
apparently my understanding of '{FLT,DBL,LDBL}_{MIN,MAX}_EXP' ahs
been wrong and thus proven by many and there change it back to
what it is meaning explained in http://www-ccs.ucsd.edu/c/float.html .
also fix spmath to use it's own consts instead of (now) off by one
float.h values thus to avoid any kind of binary changes.

Fixes regress/lib/libc/ieeefp/nan
2009-01-27 11:49:54 +00:00
tsutsui
398fb3fdca - use device_t and cfdata_t
- rename variables for readability after device_t/softc split
- use proper pointer types

No binary changes.
2009-01-27 11:26:15 +00:00
markd
0c11bd236a Add some more Intel G4X class chipsets 2009-01-27 08:34:45 +00:00
mrg
9163b8603e normalise a comment. 2009-01-27 06:57:59 +00:00
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
bjh21
11aab16b02 Split device_t from wd33c93_softc. Reviewed by cube; tested on sgimips
by tsutsui.
2009-01-25 15:23:42 +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
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
rmind
6d73ddd355 Revert path of modules back to "/stand". 2009-01-24 22:14:44 +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