jdolecek
ce01706455
remove ubc_alloc(9) and ubc_release(9) from ubc(9) from the documentation, they
...
are internal (static) functions
pointed out by Matthew Green in private email
2018-05-12 14:49:34 +00:00
mlelstv
4d7fa4351b
Support dump on wedges.
2018-05-12 10:33:06 +00:00
jmcneill
9a41f73f52
Trigger shutdown on POKLIRQ instead of POKSIRQ.
...
POKSIRQ is triggered if POK remains low for less than IRQLEVEL. This makes
it way too easy to accidentally trigger shutdown. POKLIRQ is triggered if
POK hold time is greater than IRQLEVEL, which is much more reasonable for
this use case.
2018-05-12 01:31:07 +00:00
jmcneill
fe04378444
Disable lineout by default. If HP is not plugged at boot, we get an
...
unplug event. However, no plug event when HP is plugged at boot.
2018-05-11 23:05:41 +00:00
macallan
aded75a0cd
fix tpyo
2018-05-11 22:51:33 +00:00
jmcneill
76bf467c77
Add HP jack detect support. When HP is present, mute lineout.
2018-05-11 22:51:12 +00:00
jmcneill
f5ee043234
Attach aux devices to the codec
2018-05-11 22:49:19 +00:00
jmcneill
75928fe597
Add APIs for linking dai devices and jack detection
2018-05-11 22:48:55 +00:00
macallan
da2cd058bc
deal with IPIs on U3/HT machines, only install OpenPIC IPI goop on actual
...
OpenPIC hardware
2018-05-11 22:48:38 +00:00
macallan
b7a74ff5f6
use 128 as IPI_VECTOR to avoid overlap wth hardware interrupts
2018-05-11 22:39:59 +00:00
macallan
8d46e69c1b
disable the MULTIPROCESSOR case in pmap_syncicache() because:
...
- __syncicache() wants a virtual address, not a pa
- this crashes on G5 SMP
- the rest of the function does the same as __syncicache() except it turns
the MMU off first so physical addresses work
with this, my PCIe G5 boots SMP
2018-05-11 22:23:33 +00:00
sevan
658d9240b5
remove definition of LUA_USE_APICHECK, it is a build time option for Lua
...
itself. Not for modules.
2018-05-11 20:19:25 +00:00
sevan
838100b8e4
Match sequence of flags with usage()
...
Following on from mandoc -Tlint, drop Pp macro before Bl and Tn macro.
2018-05-11 16:36:57 +00:00
maxv
336c2eba16
ENOBUFS -> EACCES when updating the replay counter.
2018-05-11 15:43:07 +00:00
sevan
736983f1a9
Add IFS - internal field separator.
2018-05-11 14:42:03 +00:00
sevan
697bac7239
Move HTTP Keyserver Protocol entry to the correct file.
2018-05-11 14:39:25 +00:00
maxv
65f0aceba1
Retire ICMPPRINTFS, it's annoying and it doesn't build.
2018-05-11 14:38:28 +00:00
maxv
7e3f605c35
Dedup: introduce rip6_sbappendaddr. Same as IPv4.
2018-05-11 14:25:50 +00:00
maxv
fdef4a4ef3
Make sure we have at least an IP header, and remove pointless XXXs (there
...
is no issue).
2018-05-11 14:07:58 +00:00
maxv
2afab7aa0f
static
2018-05-11 13:56:43 +00:00
maxv
664e7a5a33
Improve comment, it's not just IPv4.
2018-05-11 13:52:48 +00:00
maxv
2bf15a966b
Clean up, and panic if we call functions that are not supposed to be
...
called.
2018-05-11 13:50:38 +00:00
cherry
f15481326b
Fixes port-xen/53267
...
re-educate xen_clock_handler() how to use the interrupt stackframe.
The current regs value passed in is *ci, and thus invalid.
Reported and tested by kre@. See PR 53267 for more details.
2018-05-11 13:24:46 +00:00
sevan
9693749164
Pass through mandoc -Tlint, drop Pp before Bl.
...
Remove reference to libkadm, it is no longer present in NetBSD.
Direct reader to kadm5_pwcheck(3) for libkadm5srv.
2018-05-11 12:54:56 +00:00
jmcneill
de20c4b64d
Fix off-by-one in rx packet processing
2018-05-11 10:59:30 +00:00
roy
0cac5dca10
Increase the default size of some receive buffers from 8k to 16k.
...
This mitigates recent reports of socket overflow errors
and fixes PR bin/53247.
2018-05-11 09:43:59 +00:00
maya
e11b542616
Enable bwfm at pci.
2018-05-11 07:44:47 +00:00
maya
b1699754b6
Update bwfm(4) man page to note pci support
...
Mention jmcneill's porting.
omit BUGS, the lack of SDIO support might be resolved soon.
2018-05-11 07:44:18 +00:00
maya
078d3f02a6
Add firmware for use with bwfm at pci.
...
from the linux-firmware tree
2018-05-11 07:43:42 +00:00
maya
ea40d8748e
add bwfm pci support, from openbsd
...
Tested on BCM43602.
2018-05-11 07:42:22 +00:00
maya
8f37cbcd83
sync with openbsd bwfm to some extent.
...
add a txcheck
set chip active/passive for more kinds of chips
add wrapper around setting active/passive
detect chip RAM
make bwfm_rx take an mbuf
2018-05-11 07:41:11 +00:00
jmcneill
6487a53745
Add cpu0 supply and operating points table
2018-05-11 00:00:17 +00:00
jmcneill
fbcc63d1d9
Add cpu0 clock
2018-05-11 00:00:04 +00:00
jmcneill
fe5e2bcaab
Add PLL_CPUX clock
2018-05-10 23:58:05 +00:00
jmcneill
c917873fbe
Fix off by one in axp803 dcdc2/3/4 definitions
2018-05-10 23:57:31 +00:00
sevan
75ae0b631f
Add descriptions for
...
netpgp_match_keys()
netpgp_match_keys_json()
netpgp_match_pubkeys()
netpgp_validate_sigs()
netpgp_format_json()
2018-05-10 15:00:36 +00:00
sevan
c6d87a00e2
Add HKP - OpenPGP HTTP Keyserver Protocol
2018-05-10 14:06:59 +00:00
maya
e62baafda4
Correct pkgconfig version.
...
Noted by Robert Swindells on tech-x11, thanks!
(I didn't realize I was grabbing the number from freetype 2.9, rather than
2.9.1)
2018-05-10 13:48:52 +00:00
jmcneill
eec5e9247e
Keep the backlight off while the lid is closed.
2018-05-10 13:11:21 +00:00
jmcneill
1d47c1e1e5
Emit initial lid switch state event at startup
2018-05-10 13:05:18 +00:00
jmcneill
5e35c12b04
Disable spdif nodes on pinebook
2018-05-10 11:06:13 +00:00
nonaka
bfd90ae7d7
Added missing ifi_link_state at compat_50_rt_oifmsg() and compat_50_iflist().
2018-05-10 09:33:46 +00:00
maxv
59275f7378
Replace dumb code by M_VERIFY_PACKET. In fact, perhaps we should not even
...
call M_VERIFY_PACKET here, there is no particular reason for this place to
be more wrong than the rest.
2018-05-10 05:15:14 +00:00
maxv
f813c44d31
Rename ipsec4_forward -> ipsec_mtu, and switch to void.
2018-05-10 05:08:53 +00:00
msaitoh
161122ced1
KNF. No binary change.
2018-05-10 03:41:00 +00:00
msaitoh
f35651b711
Count some register correctly:
...
- QPRDC register is only for 82599 and newer.
- Count IXGBE_QPRDC, PX{ON,OFF}{T,R}XC[NT].
2018-05-10 03:15:28 +00:00
msaitoh
e49c405ce4
Regen.
2018-05-10 02:50:00 +00:00
msaitoh
cb68f3415e
Add Intel X540 internal PHY.
2018-05-10 02:49:41 +00:00
christos
8c3024a5dc
regen
2018-05-10 02:36:26 +00:00
christos
255beb6c9c
add {send,recv}mmsg
2018-05-10 02:36:07 +00:00