christos
e2c137d286
fix A,v,T with route display.
2014-11-07 12:42:27 +00:00
nakayama
ecc7cc9066
Trim " " at the beginning of version string to follow the change
...
in rev.1.60 of newvers.sh.
-const char sccs[] = "@(#)${fullversion}";
+const char sccs[] = "@(#)" ${fullversion_source};
2014-11-07 12:34:14 +00:00
nonaka
9bc869e75d
pci_attach_args of pci_find_device and match function is not the same thing.
...
fix PR/49372.
2014-11-07 12:33:57 +00:00
nakayama
bf71b4294d
Fix vnode locking changes in rev.1.89:
...
- lock vnode by the end of cache_purge and vput.
2014-11-07 12:05:58 +00:00
hkenken
a656470b01
- Use __SHIFTIN macro
...
- fix CM_DISP_GEN_DI1_COUNTER_RELEASE
2014-11-07 11:54:18 +00:00
jmcneill
93712a3217
bpi uses a different mux feature for gmac
2014-11-07 11:42:28 +00:00
wiz
80fbe2f24f
groff-1.22.3 out.
2014-11-07 10:36:25 +00:00
ozaki-r
16af22f197
Complete the initialization of tap_softc before if_attach
...
Basically we should complete the initializaiton of softc before if_attach
because once if_attach is called if_detach can be called for the softc
before returning from if_attach. In case of tap, mutex_destroy can be
called before mutex_init that comes after if_attach.
2014-11-07 09:26:08 +00:00
msaitoh
9a87c4ed9d
Add code to detect hypervisor. The code was based from FreeBSD and ported
...
by Kengo Nakahara.
2014-11-07 05:37:05 +00:00
uebayasi
cd6a87a95d
Fix build of crunched "route".
2014-11-07 02:57:19 +00:00
pooka
b4d5024ba8
Ensure that no two VIRTIF's have the same modname, therefore
...
allowing them to coexist in the same rump kernel.
from Alexander Guy, via github
2014-11-06 23:25:16 +00:00
jmcneill
e91f13d66f
extra (undocumented) clk init bits for bananapi gmac
2014-11-06 23:19:38 +00:00
christos
34cb342199
use the common code from route.c
2014-11-06 21:30:09 +00:00
christos
30f4c8e6f6
Factor out the netstat route printing code and use it here. There is no
...
point in having 2 different copies; fixes PR/49371
2014-11-06 21:29:32 +00:00
snj
a8efcf820f
a single -DHAVE_GETLINE will suffice.
2014-11-06 18:58:18 +00:00
riastradh
d0abbbd418
Update comment to reflect recent change to.
2014-11-06 13:14:31 +00:00
riastradh
ed6e835b49
Fix little C issues in i915drmkms hindering the Clang build.
...
- Test `x == NULL', not `&container_of(x, t, base)->base == NULL'.
- Fix format strings in intel_dp_probe_oui to use %hhx for uint8_t.
- Omit needless ioread32 in intel_overlay.c.
- Ifdef out unused definitions in intel_tv.c.
2014-11-06 12:47:48 +00:00
uebayasi
148a2a3b87
Leave .map when linking .kmod.
2014-11-06 12:05:44 +00:00
uebayasi
26709f3d7e
Leave .map when linking .ko in modular build.
2014-11-06 12:02:59 +00:00
uebayasi
8d1f7e29fd
More clean files.
2014-11-06 11:59:17 +00:00
uebayasi
7710d317bc
config(1): Rename internal flag to enable modular build
2014-11-06 11:40:32 +00:00
uebayasi
27fe31d88c
Make config_stdsubmatch() human-readable.
2014-11-06 08:46:04 +00:00
uebayasi
3bf26c7470
regen
2014-11-06 06:42:25 +00:00
uebayasi
0fbbfea2a4
Document the "kernels" operation.
2014-11-06 06:41:23 +00:00
uebayasi
349ae6995d
Expand TABs.
2014-11-06 03:50:13 +00:00
uebayasi
0284960983
Document the new "kernels" operation, prompted by joerg@.
2014-11-06 03:34:11 +00:00
uebayasi
9886534313
build.sh: New operation "kernels" to build all kernels
2014-11-06 02:02:48 +00:00
pooka
de20595096
put the "asked for" print also behind VIORNG_DEBUG
2014-11-06 01:42:01 +00:00
sjg
a75f41b571
Ensure -- filemon is at start of line
2014-11-06 01:36:57 +00:00
pooka
5447fd1c4f
Abort only actually initialized slots.
2014-11-06 01:29:25 +00:00
christos
fd780e09eb
Fix compilation (debug)
2014-11-06 01:26:02 +00:00
pooka
86040218de
Add rump kernel component for viornd
...
tested: qemu -device virtio-rng-pci
2014-11-06 00:45:58 +00:00
pooka
d759bf4ecd
disable debug print by default
2014-11-06 00:42:18 +00:00
pooka
efaf3a80bc
Print attachment \n's so that we don't get junky lines
...
(this driver now matches ld)
2014-11-06 00:41:33 +00:00
nonaka
5d2d5949c3
i915drmkms(4): Enable CONFIG_ACPI if NACPICA > 0.
...
Now brightness can be adjusted via hotkey on Mouse Computer LB-J300X (Clevo W330SU2).
2014-11-05 23:46:09 +00:00
skrll
d97ae04bf3
Add awincnt at awinio (64 bit timer counter)
2014-11-05 22:27:55 +00:00
martin
d50e2c2971
Remove MULTIPROCESSOR, it is now in CUBIEBOARD
2014-11-05 20:34:38 +00:00
martin
716bb57d97
Add awincnt at awinio (64 bit timer counter)
2014-11-05 20:32:53 +00:00
macallan
0afc6ced43
- unmap registers in WSDISPLAYIO_MODE_MAPPED only if a drm attached
...
- don't try to touch backlight registers when they're not mapped
2014-11-05 19:39:17 +00:00
jmcneill
da6e4883ea
add MULTIPROCESSOR, awincnt
2014-11-05 18:32:29 +00:00
christos
15a09d9090
adjust to newer sources
2014-11-05 18:01:16 +00:00
matt
8de915a389
Only look at the ID register if we are configured for multiple SoCs.
...
Make sure that the ID register is dealt with correctly for BE as well.
2014-11-05 17:46:51 +00:00
macallan
4395507a87
forgot the license header
2014-11-05 17:03:40 +00:00
macallan
9f0991e37c
add FONT_DROID_SANS_MONO19x36, so we have something readable on
...
200+dpi displays
2014-11-05 17:01:38 +00:00
jmcneill
81c47b040b
enable awincnt
2014-11-05 15:05:40 +00:00
jmcneill
52dda8aca1
add 64-bit counter driver; it is certainly slower than gtmr (mutexes involved, etc) but at least it is monotonic with > 1 cpu
2014-11-05 15:05:20 +00:00
riastradh
e46b72dd0e
Oops -- fix call to ttm_bo_uvm_fault_idle in last commit.
2014-11-05 15:03:19 +00:00
riastradh
89cd200913
Simplify uvmfault_unlockall use in ttm_bo_uvm_fault.
...
Pass NULL for uobj instead of locking uobj->vmobjlock before calling
uvmfault_unlockall.
Should fix lockdebug unlocking-unlocked-mutex crash in
ttm_bo_uvm_fault_idle.
XXX pullup to netbsd-7
2014-11-05 14:47:16 +00:00
prlw1
4d61fdd14f
Install fbpict.h
...
(e.g., new xf86-video-intel assumes it exists if RENDER is defined)
2014-11-05 14:30:00 +00:00
joerg
a2b5035580
Prepare CUBIETRUCK_INSTALL too.
2014-11-05 13:53:22 +00:00