Commit Graph

57249 Commits

Author SHA1 Message Date
yamt
2d4b923e32 fix include dir
add some dependencies
2013-03-06 11:36:21 +00:00
yamt
2a656f64f2 update help 2013-03-06 11:34:37 +00:00
tsutsui
ce149e43e7 Check netboot and set proper default boot device.
Also bump version.
2013-03-05 15:34:53 +00:00
matt
c99f57ab0a Fix boolean inversion in FPU setcontext. 2013-03-04 23:12:52 +00:00
christos
cafae0d9ff make traces work from crash(8) 2013-03-04 20:17:46 +00:00
jkunz
aca15765bd Contribution from Petri Laakso:
- DMA driver stub code replaced with working code.
- Add support to multi block DMA in ssp driver.
2013-03-03 10:33:56 +00:00
mlelstv
882558bd95 fix build for KGDB 2013-03-03 10:26:18 +00:00
christos
2c1aa36c3d Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it. 2013-03-02 02:42:07 +00:00
joerg
e240adbd0b Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
matt
d025c4bb28 Add c16 c8 (tlb) inlines.
Add CPUID of Cortex-A7 r0
2013-02-28 18:33:01 +00:00
macallan
7bc3315133 make this compile without ISA support in the kernel 2013-02-28 13:22:36 +00:00
macallan
6e1cd854ac add poweroff support, make sure we actually charge the battery 2013-02-28 13:21:15 +00:00
macallan
f5e068c1f0 add INSECURE so X can map PCI memory and registers 2013-02-28 13:02:20 +00:00
macallan
9d4210b669 add COMPAT_PCVT and pwmclock 2013-02-28 12:51:18 +00:00
macallan
adb2aeccbf add sysctl machdep.loongson-mmi to indicate wether Loongson Multimedia
Instructions are supported
mostly for pixman
2013-02-28 12:44:38 +00:00
matt
50c11d9550 Actually use zero_p now that we pass it in. 2013-02-27 22:15:46 +00:00
matt
0657ae47dd Don't include <machine/param.h> since we should be getting that stuff from
"assym.h"
2013-02-27 17:52:44 +00:00
matt
2f4dafd1d8 Define PAGESHIFT using PGSHIFT 2013-02-27 17:50:07 +00:00
matt
aaa103b16b Add a zero flag to valloc_pages so that we can *not* zero the msgbuf so it
will be preserved across boots.
2013-02-27 16:55:39 +00:00
matt
f8291815d6 Bump max text/data/stack sizes to more reasonable values. 2013-02-25 16:12:13 +00:00
jkunz
bf9547b278 Contribution from Petri Laakso:
- Support for passing kernel arguments.
- entropy_init() removed as OLINUXINO doesn't generate entropy bits without
  user interaction.
- FIFO contents are flushed when DEBUG is enabled.
2013-02-23 16:22:38 +00:00
skrll
f6d9352985 aprintf -> aprint_normal 2013-02-23 08:23:03 +00:00
skrll
1bb892c6a4 Fixup the cpu_{match,attach} functions to not allow more that HPPA_MAXCPUs
to be used.

Fixes problem booting on a dual-cpu j6700 with GENERIC (which doesn't
define MULTIPROCESSOR) reported by KIYOHARA Takashi on port-hp700.
2013-02-21 15:16:02 +00:00
macallan
4d32983619 add WSDISPLAY_COMPAT_PCVT 2013-02-21 12:31:22 +00:00
skrll
7efed15211 Add PCVT compat (for X console switching) and SYSCONS for some more
ioctls.
2013-02-21 09:25:30 +00:00
martin
e5841079eb Remove duplciate WSDISPLAY_COMPAT_PCVT - no idea how that sneaked in.
Thanks to Nick Hudson for the quick catch.
2013-02-21 09:04:22 +00:00
martin
2a677e9a61 Add PCVT compat (for X console switching) and another font (purely
esthetical). From maccalan@.
2013-02-21 08:07:24 +00:00
macallan
4cb75f7dc1 add WSDISPLAY_COMPAT_PCVT 2013-02-20 19:35:46 +00:00
macallan
205f56bed2 add WSDISPLAY_COMPAT_PCVT 2013-02-20 19:18:17 +00:00
matt
b97afb49aa fix C&P error 2013-02-19 21:16:26 +00:00
matt
9d02ba995e More Cortina CS75xx files. 2013-02-19 16:12:36 +00:00
matt
bbf7256078 Start of Cortina CS75xx support. 2013-02-19 16:07:23 +00:00
phx
fd320b596a Implement real hardware power-off for DSM-G600 using the "ZWC" command.
It seems that not all microcontrollers support the command, though, so
the old solution to flash the power LED is still present as a fallback.
2013-02-19 15:58:19 +00:00
skrll
150d8d05ea Oops. Didn't mean to commit this with previous. 2013-02-19 10:58:35 +00:00
skrll
5c97965224 Add support for the ARM Integrator/CP from Sergio López.
The code hasn't been tested on real hardware, but INTEGRATOR_CP config
is useful for QEMU which supports it.
2013-02-19 10:57:09 +00:00
matt
39b128d4f6 Use the coherent dma_ranges in the bounce dmatag but only use the first one. 2013-02-19 02:30:55 +00:00
matt
efac7af857 As with pax, use cf_flags 2 to indicate to use the bounce dma tag. 2013-02-19 02:18:29 +00:00
matt
0c3792adcc Add a bounce dmatag which only has the coherent memory region.
The coherent dmatag now always has all of memory (both coherent and normal
memory).
2013-02-19 02:15:17 +00:00
matt
1357517a46 Turn on BUSDMA_COUNTERS and BCMETH_COUNTERS.
Add a commented out options for MEMSIZE=256
2013-02-19 02:04:24 +00:00
matt
5b76a48281 Use a bit in cf_flags to decide whether to use bounce buffers or not. 2013-02-19 02:03:06 +00:00
matt
5ad8a9e05d Disable when using extended MMU support. 2013-02-18 16:03:25 +00:00
matt
61df3e45d2 Supply VM_PROT_EXECUTE to pmap_fault_fixup when trying to fixup prefetch
aborts.
2013-02-18 05:14:13 +00:00
kiyohara
8e859338d2 Call snprintb() for cpu features register. 2013-02-17 06:46:23 +00:00
matt
42993421e9 Add PRIxBUSADDR, etal 2013-02-16 06:49:59 +00:00
matt
acf0003205 Use KASSERT* in preference to #ifdef DIAGNOSTIC / panic 2013-02-16 06:49:43 +00:00
matt
fcecc79a27 Actually use the calculated uboundary. 2013-02-15 01:03:43 +00:00
martin
646a4c9589 Fix thinko in previous (and misleading comment): stop ignoring table
entries for to be ignored devices.
2013-02-14 12:44:16 +00:00
martin
0490739fe5 Rearrange the special mainbus device list to allow for optional entries.
Fixes a panic on all SUN4M machines w/o an sx graphics adapter.
XXX the "ignore devices at mainbus" list seems to be ignored - or am I
missing something?
2013-02-14 12:14:13 +00:00
martin
e5f6266579 We have an implicit 1 MSB bit in the mantissa. Pointed out by Matt Thomas.
Fixes PR port-sparc64/47536.
2013-02-14 09:34:46 +00:00
matt
b885b904fc Define LDBL_IMPLICIT_NBIT 2013-02-14 08:56:21 +00:00