255443 Commits

Author SHA1 Message Date
jakllsch
4e48b9131a missing comma 🙄 2017-12-22 14:41:55 +00:00
jakllsch
cec2d2110e Add RT Systems RTS-03 2017-12-22 14:18:29 +00:00
jakllsch
2a19607f25 Add West Mountain Radio RIGblaster. From OpenBSD uslcom(4). 2017-12-22 14:13:55 +00:00
jakllsch
f3e100f345 regen 2017-12-22 14:06:40 +00:00
jakllsch
a9fd4f0c6b Add West Mountain Radio IDs from OpenBSD 2017-12-22 14:03:39 +00:00
jakllsch
4d49ac27a5 Add RT Systems RTS-03 USB to Serial Adapter 2017-12-22 13:59:32 +00:00
tsutsui
db12eb1bdb Update a URL of Am53c974A technical manual. 2017-12-22 13:58:11 +00:00
jmcneill
b97c593815 Fix typo in phy-handle property name 2017-12-22 13:39:57 +00:00
jmcneill
1adeb87694 Enable emac for NanoPi M1 2017-12-22 13:27:29 +00:00
ozaki-r
df9fd3e60f Fix usage of curlwp_bind in ip_output
curlwp_bindx must be called in LIFO order, i.e., we can't call curlwp_bind
and curlwp_bindx like this:
  bound1 = curlwp_bind();
  bound2 = curlwp_bind();
  curlwp_bindx(bound1);
  curlwp_bindx(bound2);

ip_outout did so if NET_MPSAFE. Fix it.
2017-12-22 11:22:37 +00:00
ozaki-r
bb81dad9f4 Check LP_BOUND is surely set in curlwp_bindx
This may find an extra call of curlwp_bindx.
2017-12-22 10:24:49 +00:00
ozaki-r
3bc7c9e607 Add missing curlwp_bindx 2017-12-22 09:53:06 +00:00
maxv
1a2c414441 Sync comments with reality. 2017-12-22 07:37:27 +00:00
maxv
0d70d45dca Build and install the prekern by default. I didn't build a full
distribution to test this change, but it seems fine enough.
2017-12-22 07:19:02 +00:00
ginsbach
30370dc189 Add board support package - BSP 2017-12-22 02:36:46 +00:00
jmcneill
cfb81e6637 Wrap NanoPi M1 dts to enable simplefb support. 2017-12-22 00:56:44 +00:00
macallan
bc471ab0c1 overhaul the dbri driver and make it work again in the New Order Of Things
- fix switching between control and data mode
- make sure interrupts can happen in control mode
- implement audioif.commit_settings()
- switch to control mode only if needed - for changes in sample rate or format
  but not for things like volume control
should fix PR 52786
2017-12-21 21:56:29 +00:00
hannken
d1244e2808 Use stat() information to decide if the backing store is a directory.
Depending on open() returning EISDIR fails for mount points.
2017-12-21 15:52:19 +00:00
hannken
a59aeb0cc1 Pass residual back to b_resid for persistent snapshots. 2017-12-21 15:51:39 +00:00
hannken
daec163d65 Bounds check against media size for non-persistent snapshots. 2017-12-21 15:51:07 +00:00
hannken
2449af78f2 Treat partial read from backing store as I/O error. 2017-12-21 15:50:33 +00:00
maxv
11d5756319 Remove unused macros. 2017-12-21 14:32:06 +00:00
maxv
556958a38c Make sure we're loading a relocatable binary, to give the user a chance to
correct the kernel name if he mistakenly typed pkboot on a static kernel,
without having to reboot the machine (currently the prekern sees it's a
static kernel and panics).
2017-12-21 14:28:39 +00:00
wiz
ae3489c219 Add width arguments to tagget lists. 2017-12-21 12:25:03 +00:00
martin
77d8e0d59e Don't KASSERT that we are MPSAFE if ! DWCGMAC_MPSAFE 2017-12-21 12:09:43 +00:00
nat
9d022699c0 The reset bit for the analog portion of the codec is bit 28. As per
Allwinner H3 datasheet.

Ok jmcneill@.
2017-12-21 11:52:00 +00:00
kamil
1432f3fc87 t_ptrace_wait*: Disable suspend* tests
These tests can hang the system. These interfaces will be improved and
temporarily disable them.
2017-12-21 09:56:47 +00:00
knakahara
19e3ef90e3 remove duplicated null ckeck 2017-12-21 09:35:38 +00:00
plunky
42f8a9c2e1 for Read_Local_Version, print also the HCI revision 2017-12-21 09:31:22 +00:00
plunky
4fe8989f00 add HCI_SPEC_50 2017-12-21 09:30:30 +00:00
msaitoh
29438a0e19 - If MSI can't be used on some environment, fallback to INTx correctly.
- Use single vector MSI when number of CPU is 1 to save interrupt slot.
2017-12-21 09:24:45 +00:00
plunky
666f6884ad consistent style: connect(2), socket(2) and setsockopt(2) return -1
for error so check for this specifically rather than < 0
2017-12-21 09:04:34 +00:00
plunky
655a736e6f fix width of .Bl list 2017-12-21 09:02:47 +00:00
plunky
1bf21e871d fix width/indent of list 2017-12-21 09:00:19 +00:00
plunky
25d91cf46c fix width of list 2017-12-21 08:59:58 +00:00
plunky
516fe55a41 fix offset/indent of list 2017-12-21 08:59:27 +00:00
skrll
2faacd7e6f Remove unnecessary #include 2017-12-21 08:28:55 +00:00
msaitoh
9305b98e86 Fix panic when only link interrupt can't be established. 2017-12-21 06:49:26 +00:00
msaitoh
a13fe566ca Don't panic when resource shortage occured. Like ixgbe.c rev. 1.116.
- Move location of {ixgbe,ixv}_setup_interface() call at a position that
   any error don't occur. One of the reason is that it should be. Another
   reason is that it's hard to call ether_ifdetach() and if_detach() when
   cold == 1 (because of pserialize_perform, xc_wait, timing of domaininit
   and maybe more).
2017-12-21 06:43:17 +00:00
christos
1abf1d7802 Fix broken test: we can't assume that the current schedule priority range
will overlap with the requested scheduler range, so get the new scheduler
range, and then try to find a different priority. If that fails (to find
a different scheduling range), give up here.
2017-12-21 03:31:43 +00:00
skrll
305714948e One copy of the generic timer register defines is enough for anyone. The
ARM_ prefixed copies are prefered (at this point) and the comments from
the non-ARM_ prefixed versions are copied over.
2017-12-20 15:22:14 +00:00
skrll
6c21b77e87 Correct ARM_CNTKCTL_PL0[VP]CTEN values. NFC as nothing uses them. 2017-12-20 15:12:04 +00:00
skrll
31ae2838fd Trailing whitespace 2017-12-20 14:58:08 +00:00
skrll
cd5e140374 G/C 2017-12-20 14:51:40 +00:00
skrll
4fa3951c55 G/C 2017-12-20 14:35:12 +00:00
wiz
d00a8be0d1 Fix xref. Remove unnecessary Tn. 2017-12-20 10:01:38 +00:00
wiz
9045582bde Fix xref, remove trailing comma and whitespace. 2017-12-20 09:58:36 +00:00
msaitoh
d914ba985a Don't panic when resource shortage occured. Fixes PR#52820 reported by
kardel@:
 - Don't use if_free() because ixgbe(4) don't use if_alloc().
 - Move location of {ixgbe,ixv}_setup_interface() call at a position that
   any error don't occur. One of the reason is that it should be. Another
   reason is that it's hard to call ether_ifdetach() and if_detach() when
   cold == 1 (because of pserialize_perform, xc_wait, timing of domaininit
   and maybe more).
2017-12-20 08:51:42 +00:00
skrll
90f156933a Fix the logic around TT Hub Slot ID, TT Port Number and Multi-TT in
xhci_setup_tthub.  TT Hub/Port need to reference the upstream HS hub and
Multi-TT needs to reflect the capabilities of a HS hub itself or the same
upstream HS hub.
2017-12-20 08:21:11 +00:00
rin
a39a50f8ad Disable compat stuffs that are accidentally accidentally added to rev 1.33.
Now INSTALL kernel fits within 5MB again.
2017-12-20 08:10:13 +00:00