Commit Graph

235811 Commits

Author SHA1 Message Date
christos 3a34db682f add prototype 2015-05-30 21:05:18 +00:00
skrll 969a0df12f Add Revision ID register 2015-05-30 20:39:56 +00:00
joerg e754774175 Create a per-device state for iscsi(4), effectively making it a cloning
device.
2015-05-30 20:09:47 +00:00
joerg adac2d746a Improve wording. 2015-05-30 19:14:46 +00:00
jmcneill 3f31d66c52 dont set SDHC_FLAG_NO_HS_BIT flag 2015-05-30 18:53:39 +00:00
joerg 7169751760 Save space by making ack flag booleans. 2015-05-30 18:12:09 +00:00
joerg b869fee6c4 Inline SET_CCB_TIMEOUT and SET_CONN_TIMEOUT 2015-05-30 18:09:31 +00:00
joerg 8adffa949a Remove ISCSI_PERFTEST. 2015-05-30 18:00:09 +00:00
jmcneill 53635e2272 support 8-bit mode for SDHC 3.0+ controllers 2015-05-30 17:52:07 +00:00
joerg 7a9216d2ee Fix set lists for NetBSD/ARM after the OABI addition. 2015-05-30 17:39:56 +00:00
jmcneill b340c54a1a remove debug printf 2015-05-30 17:12:16 +00:00
riastradh 2d6ddb2075 Null suspend/resume handler for uplcom(4). 2015-05-30 16:44:28 +00:00
joerg e38564c63d Remove ISCSI_TEST_MODE and corresponding dev/iscsi_test.h header. 2015-05-30 16:12:33 +00:00
joerg e85ef03b1e Remove ISCSI_DEBUG branches. 2015-05-30 16:00:51 +00:00
joerg 44f0e14601 Remove userland side of ISCSI_DEBUG and ISCSI_TEST_MODE. 2015-05-30 15:57:32 +00:00
jmcneill 7e86eeda9b attach gpiobutton to power button pin 2015-05-30 15:36:27 +00:00
jmcneill 710e0b7953 Simple driver for GPIO power/sleep buttons. 2015-05-30 15:35:51 +00:00
christos 8c0cb8e7ec Thanks rump for not letting us use even mmap during initialization. 2015-05-30 14:42:26 +00:00
jmcneill abf8a55536 add HDAUDIOVERBOSE 2015-05-30 14:13:12 +00:00
jmcneill bde2e953b3 regen 2015-05-30 14:12:57 +00:00
jmcneill 605211179f add Tegra124 HDMI 2015-05-30 14:12:42 +00:00
jmcneill 319b131679 fix path to devlist2h 2015-05-30 14:10:01 +00:00
jmcneill 6e40faebf1 enable hdaudio 2015-05-30 13:47:17 +00:00
jmcneill 1b8b4c6772 add HDAUDIO_32BIT_ACCESS option, which wraps mmio read/writes to only use 32-bit accesses 2015-05-30 13:47:03 +00:00
jmcneill d33dbb1618 Tegra K1 Watchdog support. 2015-05-30 13:25:55 +00:00
jmcneill eb69509472 Use PLL LFSR as rnd source. 2015-05-30 11:10:24 +00:00
skrll d5d53603df Make the non-USBHIST case compile 2015-05-30 06:41:08 +00:00
skrll f9a9593515 Add missing KERNHIST_LINK_STATIC(usbhist). Pointed out by t-hash. 2015-05-30 06:10:38 +00:00
jmcneill 0c8d7957c0 disable interrupts when we get an rfsilent event, and make sure to clear intr sync cause register 2015-05-30 00:56:42 +00:00
jmcneill a34b0ce127 Replace ath with athn, and attach gpiorfkill to GPIO X7 2015-05-29 23:18:30 +00:00
jmcneill 252766dfd0 Simple driver for gpio control of rf enable/disable pins. 2015-05-29 23:17:13 +00:00
matt bd8986bbe0 Fix a bug where the octeon+ saa/saad instructions think they are using the AT
register when they actually aren't.
2015-05-29 22:18:51 +00:00
matt 6ac68d00a5 Don't compile if there is a macro of the same name. 2015-05-29 19:39:41 +00:00
matt c98065b9f6 If the platform support popcount as a __builtin, use that in preference
to the libc versions.
2015-05-29 19:38:59 +00:00
matt 6b8427896d Add the historical __OCTEON__ builtin_define along with __mips_popcount which
is defined if the platform has the dpop/pop instructions.
2015-05-29 19:37:27 +00:00
macallan ed22b0ef0b fix pasto 2015-05-29 18:47:13 +00:00
wiz dbea196857 Bump date for previous.
New sentence, new line.
2015-05-29 18:00:51 +00:00
joerg 6c1b2314b1 Until we have a solution for stdatomic.h for GCC 4.8, install Clang's
version under /usr/include/clang-3.6 to match the C11 default.
2015-05-29 17:40:41 +00:00
joerg 1c490986b1 Update build glue for LLVM/Clang 3.6.1. This brings in a number of
bugfixes for various platforms and corrects the mcount symbol on
NetBSD/ARM.
2015-05-29 17:37:50 +00:00
joerg 137a60b63b Mark files not present in llvm-237755 as dead. 2015-05-29 17:32:05 +00:00
joerg f55ccfa327 Import Clang 3.6.1. 2015-05-29 17:21:44 +00:00
joerg d66c74902b Import LLVM 3.6.1. 2015-05-29 17:18:11 +00:00
macallan 26bb68647d for some reason the previous commit causes ARCS firmware on sgimips64 to
spew an endless stream of white ( or rather, blue ) spaces. So revert to
the old code for sgimips only until I can figure out why.
Now sgimips64 n32 kernels boot again.
2015-05-29 16:26:45 +00:00
christos cb27e6553e Fix previous: Can't use calloc/malloc before we complete initialization
of the thread library, because malloc uses pthread_foo_specific, and it will
end up initializing itself incorrectly.
2015-05-29 16:05:13 +00:00
martin fd0a6d9af6 Enable MKCOMPAT for earm*, now that it works. Ok: matt@ 2015-05-29 14:15:14 +00:00
htodd 7ed1d73e62 Fix debug build - something isn't right in the radeon build. 2015-05-29 13:55:54 +00:00
martin b741909fc0 Fix compat debug lists for ARM 2015-05-29 13:41:39 +00:00
jmcneill b06a0e0420 Fix pin group mappings and non-DIAGNOSTIC kernel builds, from anon ymous. 2015-05-29 12:41:14 +00:00
pooka f95264a071 game of setlists for rumpnet_tap 2015-05-29 12:38:18 +00:00
pooka 1c07d29649 Add a rump kernel component for the tap device.
from Wei Liu <wei.liu2@citrix.com> via private email
2015-05-29 12:32:23 +00:00