matt
d37307fce6
Add FORCE quirks for ASMEDIA ASM1061
2012-10-21 23:09:53 +00:00
matt
85f4e1955f
Regen.
2012-10-21 23:07:23 +00:00
matt
091b3a00db
Add more ASMEDIA 1061 variants.
2012-10-21 23:06:59 +00:00
christos
2f6d4dae96
- fix alignment issues in ipmon
...
- protoize ipmon.c, use void *, size_t instead of char *, int.
2012-10-21 22:57:48 +00:00
christos
f9cda8244e
Add an __alignof() macro.
2012-10-21 22:35:52 +00:00
christos
de5e815cfc
don't check for i and use j.
2012-10-21 22:18:16 +00:00
matt
6f80309aca
Make sure when mapping all the kernel, start at KERNEL_BASE, not kernel_base.
2012-10-21 22:04:05 +00:00
alnsn
faf841b39a
Move sljit_mod.c to sys/external/bsd/sljit/sljit and share it between
...
builtin and standalone module.
2012-10-21 21:23:38 +00:00
alnsn
f5217f73dd
Update README.import.
2012-10-21 19:15:10 +00:00
alnsn
2b598a624b
Import sljit @ r176.
...
r176: Add void to function definitions. Patch by Alexander Nasonov
2012-10-21 19:07:18 +00:00
matt
492b6e5c4a
Change to use symbolic constants from assym.h and fix a typo in a comment.
2012-10-21 15:46:00 +00:00
matt
2e1f9eb48e
Add softint processing for irq_idle_entry
2012-10-21 10:29:53 +00:00
matt
32de2cd202
Use static initializer for bus dma tag initialization
2012-10-21 10:29:23 +00:00
matt
2f91e8eb8f
Use right flag name for bus_dmamem_map (fixes usb on BCM53xx).
2012-10-21 10:22:40 +00:00
matt
2081417ca3
Implement a "fast" path for IRQ handling out of the idle loop. Since we
...
are in SVC32 already we only need to save a few registers. Processing is
also simplified since we know we can't return to user-mode.
2012-10-21 09:25:16 +00:00
wiz
9ed3eb6e68
Use more markup.
2012-10-21 08:18:27 +00:00
jschauma
708ea1dcd8
clarify that BLOCKSIZE also influences the total in long output
2012-10-21 01:39:05 +00:00
christos
1db8a1b54a
PR/47098: Steffen "Daode" Nurpmeso: mail(1): SEGV with bad globbed file argument
2012-10-21 01:11:23 +00:00
christos
0575918243
consistently use warn
2012-10-21 01:10:22 +00:00
riastradh
d9310ec72a
Use 0 for MS_NOMNTTAB since we have no mnttab anyway.
2012-10-20 22:11:38 +00:00
msaitoh
41914441d3
Add SB600_USB_OHCI0 again. This was (accidentally) removed in rev. 1.1105
2012-10-20 19:53:28 +00:00
kiyohara
5e233c258e
Add experimental support GENERIC.MP.
2012-10-20 14:53:37 +00:00
matt
7f4276712d
Increase l2pts to accomodate large memory disks.
2012-10-20 14:42:20 +00:00
kiyohara
515e584834
Support Cache Protocol 'MEI' with MULTIPROCESSOR.
2012-10-20 14:42:15 +00:00
macallan
62d7fcf09f
- only sync the drawing engine when we're about to access video memory
...
- use the blitter to draw the cursor
- use the glyphcache to minimize vram access
-> about 15% to 20% speedup
2012-10-20 13:52:11 +00:00
macallan
b39222ebf0
don't sync after each drawing op, add functions to wait for the engine to get ready for more commands or idle
2012-10-20 13:31:09 +00:00
macallan
c79df3405a
fix typo
2012-10-20 13:29:53 +00:00
kiyohara
10a93b3b38
Fix broken cpu_hatch_stack.
...
And define macro HATCH_STACK_SIZE.
2012-10-20 13:18:45 +00:00
kiyohara
e08d10659c
Remove white-spaces. And remove unused 'extern void tlbia()'.
2012-10-20 13:10:44 +00:00
kiyohara
ee8a036b3d
Enable cpu0 I/D cache. Disable cpu1 it.
2012-10-20 12:45:22 +00:00
kiyohara
bc1ed5ac13
Cleanup macros of access for bebox-register.
2012-10-20 12:37:49 +00:00
kiyohara
47f6f75f98
Remove unused enable_intr()/disable_intr().
2012-10-20 12:13:46 +00:00
kiyohara
3b1ec3ef05
Disable some not working drivers. (pcppi, spkr, midi)
...
Disable some not need drivers. (fdc1, bio, raid)
2012-10-20 11:58:45 +00:00
joerg
fdd8614af9
Hack to avoid missing macro to unbuild the tree.
2012-10-20 11:37:37 +00:00
matt
6bc61d7faf
Recognize 3114.
2012-10-20 06:18:54 +00:00
matt
47023a640e
Regen.
2012-10-20 06:14:55 +00:00
matt
83bd1ffe59
Pull in changes from matt-nb5-mips64 (RMI & NETLOGIC).
2012-10-20 06:14:06 +00:00
matt
048f0c8772
Enforce alignments for buses.
2012-10-20 06:09:07 +00:00
matt
7d09ca4847
Add a __PCI_DEV_FUNCORDER hook.
2012-10-20 06:04:01 +00:00
matt
428203d977
Only probe the upper BAR of a mem64 BAR if bit 31 is readonly
2012-10-20 06:03:38 +00:00
matt
ede7d978ba
Print out negotiated link width and speed for PCIe (merged from
...
matt-nb5-mips64).
2012-10-20 05:57:34 +00:00
matt
54f97c8a33
If exceeding io/mem windows, show the number that got exceeded.
2012-10-20 05:33:00 +00:00
matt
5693cf8777
Add NVM to the pci mass storage subclass
2012-10-20 05:32:25 +00:00
matt
49f069b5ac
Add PCI_SUBCLASS_MASS_STORAGE_NVM
2012-10-20 00:33:36 +00:00
apb
b6366e94c8
Set tp->t_dev to the correct dev_t value in both ptmopen and ptsopen.
...
Depending on how the pty had been opened, t_dev could previously have
been set to NODEV. This was probably harmless before, but it caused the
compatibility handler for the COMPAT_60_TIOCPTSNAME ioctl to fail for
ptys that were allocated by screen(1), but only if this was the first
time that the pty had ever been used.
2012-10-20 00:21:10 +00:00
jnemeth
10aef5a73b
Sync with FreeBSD rev. 241698.
...
Adds:
- FreeBSD 8.3 2012-04-18 [FBD]
- OpenBSD 5.1 2012-05-01 [OBD]
- Mac OS X 10.8 2012-07-25 [APL]
- NetBSD 6.0 2012-10-17 [NBD]
2012-10-19 23:07:03 +00:00
riastradh
0041a2c6fe
Let's try that again without the static...
2012-10-19 22:19:15 +00:00
msaitoh
79efc68e80
Add -t flag.
2012-10-19 20:46:06 +00:00
msaitoh
c370a471ff
Add note about -l option. Fixes PR#47085 reported by Julian Fagir.
2012-10-19 20:43:31 +00:00
riastradh
e75d983bfe
Add omitted secpolicy_vnode_utime_modify, for zfs.
2012-10-19 19:58:33 +00:00