236803 Commits

Author SHA1 Message Date
martin
c626bf992a Pass the device, not the struct softc to config_found().
Avoids a crash at attach time, PR port-i386/50076.
2015-07-24 06:17:10 +00:00
ryo
3cc9aab310 KNF 2015-07-24 05:20:01 +00:00
ryo
ae00560ff5 - fix sc_ev_missing_ticks over-counting.
- don't use 64bit division, because it has expensive cost on gcc/arm
  whether it is a constant or not.

'delta' is usually taken a value around sc_autoinc depending on timing
of read. therefore 'delta / sc->sc_autoinc' would be count too much.
2015-07-24 05:19:13 +00:00
matt
49cb8763aa If we are sending a window probe and there's unacked data in the socket, make
sure at least the persist timer is running.
2015-07-24 04:33:50 +00:00
matt
6de0fc0ff8 Make sure that snd_win doesn't go negative. 2015-07-24 04:31:20 +00:00
mrg
1f8bf413af libdri2.a is still installed. 2015-07-24 04:29:27 +00:00
jmcneill
f74c15ad09 use SDHC_FLAG_NO_TIMEOUT 2015-07-23 23:53:14 +00:00
jmcneill
3cc75aa740 Add a SDHC_FLAG_NO_TIMEOUT quirk to handle spurious timeouts on Tegra K1
during data transfers. While here, increase the soft timeout for DMA
transfers from 1s to 3s.
2015-07-23 23:52:54 +00:00
jmcneill
a0ed8809cc Support fractional dividers. This lets us use 48MHz for SDMMC HS mode
instead of 45.333MHz.
2015-07-23 18:22:05 +00:00
riz
e3d8d886ce Implement "status" command for postfix - makes tools like ansible
happier.
2015-07-23 17:12:16 +00:00
jmcneill
80bbdecc5c no need for exact match on tmds mode, just use the closest match 2015-07-23 15:43:06 +00:00
skrll
46b3ff0205 More defines 2015-07-23 15:08:19 +00:00
skrll
3259c0d7d8 CAR_PLLD_BASE_REG defines 2015-07-23 15:07:31 +00:00
jmcneill
53bd7bda47 add Tegra124 HDMI support 2015-07-23 14:31:05 +00:00
jmcneill
1e8904dc9e fix some clocks; many periph dividers are in units of 0.5x not 1x, use PLLD2 for DC, use correct pldiv value for PLLD2 2015-07-23 14:30:06 +00:00
ozaki-r
7dd2779b49 Reflect a fix for bridge
Due to PR 48104, some tests of ping/ping6 were failed but the tests now
should be successful. So reverse atf_check.

Bonus: the fix for PR 48104 also fixes another uknown failure.
2015-07-23 11:05:34 +00:00
ozaki-r
18566c8cca Fix PR 48104
So far bridge cannot receive frames via a member interface when the frames
come from another member interface. So when we assign an IP address to
a member interface, hosts connected to another member interface cannot
ping to the IP address. That behavior isn't expected. See PR 48104 for
more realistic examples of this issue.

The change does:
- drop M_PROMISC before ether_input, which allows a bridge member interface
  to receive a frame coming from another bridge member interface
- receive broadcast/multicast frames via all bridge member interfaces,
  which is required to receive IPv6 multicast packets destined to a
  multicast group belonging to a bridge member interface that is different
  from a packet arrival interface

roy@ helped testing of the fix, thanks!
2015-07-23 10:52:34 +00:00
hannken
56b07d2782 union_unmount: use vfs_vnode_iterator to count attached vnodes. 2015-07-23 09:45:21 +00:00
mrg
0aac484359 remove some duplication; pointed out by pgoyette. 2015-07-23 09:37:59 +00:00
msaitoh
34e6d56081 Fix a bug that I21[01] NVM revision >= 3.25 can't be attached.
Reported by MATSUI Yoshihiro.
2015-07-23 08:29:58 +00:00
msaitoh
a38a7538bb The WM_F_EEPROM_EERDEEWR is not required on iNVM device. 2015-07-23 08:24:07 +00:00
mrg
cf4dd8937a remove the xfree86 reachover makefiles and the vast majority of
the support in the rest of the source tree.

X11 sets could use some cleaning up perhaps (just deletion, as
we've never really marked the old X11R6 as obsolete for native
xorg using platforms so far either.)
2015-07-23 08:03:24 +00:00
mrg
8dc8986a69 remove obsolete directories (that are always removed by postinstall at
the end of the build.)
2015-07-23 07:45:44 +00:00
mrg
08c866994a add rstart and showfont. 2015-07-23 07:44:46 +00:00
mrg
c73007bdff remove obsolete tools and comments. 2015-07-23 07:36:54 +00:00
mrg
57b7c10bc0 copy reachovers and mostly update for modern xorg. showfont builds
but rstart doesn't quite yet...
2015-07-23 07:34:38 +00:00
mrg
1d32bc8471 delete obsolete reachovers. 2015-07-23 07:33:33 +00:00
mrg
d9b30e28a9 build libXpresent. 2015-07-23 05:46:39 +00:00
mrg
1dfb3d9037 link against Xinerama now that xterm 318 would prefer to. 2015-07-23 05:45:09 +00:00
mrg
8e27198081 add libXpresent. 2015-07-23 05:44:26 +00:00
mrg
82690547ac update for ark 0.7.5. 2015-07-23 02:04:09 +00:00
pgoyette
f54820aed9 Sync descriptive text with actual game definition. 2015-07-23 01:19:20 +00:00
mrg
7873bb551a update for libxcb 1.11. 2015-07-23 01:06:32 +00:00
mrg
39fd47d868 delete obsolete vga and radeonhd drivers. 2015-07-22 16:37:33 +00:00
nonaka
c7506b40a5 iwm(4) can read the firmware image from disk when interface up.
This change is useful for full-disk encryption environment.
2015-07-22 15:18:01 +00:00
maxv
1e2d60e127 Memory leak, triggerable from an unprivileged user. 2015-07-22 14:25:39 +00:00
maxv
750cd9d76e Memory leak. Triggerable from an unprivileged user via COMPAT_43. 2015-07-22 14:18:08 +00:00
maxv
da640ae79a Double compiler branch.
Found by Brainy
2015-07-22 14:10:45 +00:00
maxv
fb721ebcf7 Set 'error' properly. 2015-07-22 14:06:26 +00:00
ginsbach
8b0d942b48 More KNF style changes -- consistent use of whitespace in #defines. 2015-07-22 13:33:59 +00:00
knakahara
fe17f03a55 fix typo 2015-07-22 11:14:13 +00:00
skrll
2937f60293 Trailing whitespace. 2015-07-22 10:32:16 +00:00
ryo
4469b0d73d need to forward the data pointer 2015-07-22 10:07:59 +00:00
skrll
ffeb9ab4ea Use C99 designated initializers.
No functional change.
2015-07-22 09:54:42 +00:00
mrg
40be8a6698 remove unused makefile. 2015-07-22 09:52:51 +00:00
mrg
0a1154b06c updates for xf86-input-mouse 1.9.1. 2015-07-22 09:49:51 +00:00
mrg
3b092926c9 updates for xmessage 1.0.4 and xwud 1.0.4. 2015-07-22 08:46:51 +00:00
hannken
126bb89545 rump_vfs_mount_print: use vfs_vnode_iterator to print attached vnodes. 2015-07-22 08:36:05 +00:00
mrg
d1b7211548 updates for xfsinfo 1.0.5 and xkbevd 1.1.4. 2015-07-22 08:35:26 +00:00
hannken
52b1363987 Adapter leaks requests when mpt_event_notify_reply() has to acknowledge
an event leading to "adapter resource shortage" messages when the scsipi
subsystem tries to use all adapt_openings.

Change mpt_ctlop() to free the request on event MPI_FUNCTION_EVENT_ACK.

Tested on a SunFire X4275 with Symbios Logic SAS1068E (1000:0058, rev. 4).
2015-07-22 08:33:51 +00:00