Commit Graph

235412 Commits

Author SHA1 Message Date
martin f989037aa5 Fix sets for mips64 2015-05-06 05:57:48 +00:00
martin 1820660230 Fix bxcb-xkb version number 2015-05-06 05:12:10 +00:00
pgoyette 653f735c22 For non-modular XEN3_DOMU kernels, include sysmon and all of its
subcomponents.  While the wdog and envsys subcomponents aren't
terribly useful in DOMU environment, this restores functionality
to previous (pre-modularized sysmon) state.
2015-05-05 22:14:24 +00:00
mlelstv c0ea84ad3c Always fixup zero sector size, even when other geometry values are invalid. 2015-05-05 22:09:24 +00:00
mlelstv a8ea5bf44f warn about labels only when built with DIAGNOSTIC 2015-05-05 21:52:10 +00:00
sjg 597c80f955 New unit-test for make 2015-05-05 21:51:48 +00:00
sjg ca0319bf7c When evaluating condtionals from .if we want to require
that the lhs is a variable reference, a number or a quoted string.
This helps avoid subtle bugs caused by typos.

When conditionals are being evaluated during variable expansion
we cannot be as strict becuase lhs will already have been expanded.

We therefor pass a boolean to Cond_EvalExpression to tell it how
lhs should be treated.

Add unit-tests/cond2.mk to test the above

Reviewed by: christos, joerg
2015-05-05 21:51:09 +00:00
mrg 6cbd5bb34d remove unused file; pointed out by Kamil Rytarowski in private email. 2015-05-05 17:03:18 +00:00
ozaki-r 50ac2eb5dd Remove a garbage blank line 2015-05-05 10:58:35 +00:00
ozaki-r 145b154327 Use NULL for initialization of sc_config_change 2015-05-05 10:56:13 +00:00
pgoyette 4c3ee32603 Optimize a bit - don't re-enter the mutex if we're just going to exit.
While here, remove some parens around a return value.
2015-05-05 09:22:33 +00:00
roy bdb2ef03d5 If we don't have ARP, don't set IN_IFF_TENTATIVE. 2015-05-05 08:52:51 +00:00
wiz 369139181c Bump date for previous. 2015-05-05 08:08:33 +00:00
buhrow 3a2e9669fe Add a -b flag so that clients that return their acknowledgements to the
broadcast address can inter-operate with the tftpd server.
Discussed in bin/49868
2015-05-05 05:50:31 +00:00
pgoyette 58ba35d88f If module_autoload() returns an error, just return that value instead
of overwriting with ENODEV.

Thanks, christos!
2015-05-05 00:28:25 +00:00
jmcneill 8827e7890a Tegra K1 RTC driver. 2015-05-05 00:25:44 +00:00
mrg f3e894d0be libxcb-xkb.so has the wrong version, fix it. patch as provided by
Yorick Hardy in PR 49873.
2015-05-04 23:51:25 +00:00
pgoyette ed4e2530a5 If autoload of the subcomponent module fails, don't try to call its
open routine.  Just return an error.

Hopefully this will fix the recently reported issues with atf tests
running on xen guest.
2015-05-04 23:50:36 +00:00
jmcneill 1073e5cac0 For Tegra K1, set IE_RX_TIMEOUT (bit 4) in IER register. RX_TIMEOUT occurs
when data has been sitting in the Rx FIFO for more than 4 character times
without being read because there is not enough data to reach the trigger
level. With this change, enable FIFO usage for Tegra UARTs.
2015-05-04 22:59:36 +00:00
wiz 25fa64e429 Bump date for previous.
Use .An.
2015-05-04 21:29:38 +00:00
ryo 89eada3bfc PR/49819: Roberto E. Vargas Caballero: Add support for SystemBase SB16C1050 PCI serial card 2015-05-04 21:21:38 +00:00
ryo 51f34f06b3 regen 2015-05-04 21:18:34 +00:00
ryo f950c1d946 add SystemBase SB16C1050 UARTs 2015-05-04 21:18:22 +00:00
macallan 36f9ce90f2 fix pasto, use SET() and CLR()
thanks jmcneill@
2015-05-04 20:25:48 +00:00
ozaki-r fc9ba4a144 Fix configuration offset when MSI is enabled
24 is correct.
2015-05-04 14:08:57 +00:00
ozaki-r 4cc1fb05ea Add NULL check for TAILQ_FIRST 2015-05-04 14:02:13 +00:00
macallan abaafac606 - fix pclk calculation
- report CPU clock
- pass mclk to child devices
- wire up pins for MSC / sdmmc
2015-05-04 12:23:15 +00:00
macallan d74120f14c moar registers
( clock and gpio related )
2015-05-04 12:16:24 +00:00
martin 39780a1ced Cosmetics: hide an error message from sysctl (machdep.cpu_brand is not
available on most architectures)
2015-05-04 10:57:17 +00:00
msaitoh 2d647e75c6 For 82576 and newer devices, the PBA register is deleted. Don't write PBA
for those chips. Also change the calculation of RX packet buffer size in
new way.
2015-05-04 10:10:42 +00:00
msaitoh 7e09092336 Modify (E)ITR, TIDV and TADV related code:
- ITR regiser are not documented in 82575 and newer devices'
   manual. The documets say "E"ITR(0) has no alias (to old ITR).
   But in reality, the alias really exists. When EITR(0) is
   written, the old ITR is changed. Before this commit, ITR was
   written after EITR was written. It causes that EITR's value
   (450) was overwritten with old ITR(1500). Set sc_itr first
   and use the value and don't set ITR if a device >= 82575
   (which has MSI-X multi queue function).
 - Older than 82540 devices have no TADV register.
 - 82575 and newer devices have no TIDV and TADV registers.
2015-05-04 08:46:09 +00:00
pgoyette 1824fee224 Update the Dt macro to include the x86 subdir. 2015-05-04 08:16:28 +00:00
pgoyette a0820f0ebc Swap function names, so that xxx_bp() refers to the boot processor and
xxx_ap() to the application processor. It doesn't make any sense to
have bp reference the application processor while ap references boot!

XXX The two function are now lexicographically mis-ordered.  If this
XXX is an issue, let me know and I will re-sequence them.
2015-05-04 08:15:21 +00:00
wiz 0c6040f523 Sort SEE ALSO. 2015-05-04 08:07:02 +00:00
pgoyette cd4fbf1b4e Fix some more cross-refs to point at the x86-specific subdir 2015-05-04 08:04:50 +00:00
wiz f63d741004 New sentence, new line. 2015-05-04 07:44:18 +00:00
wiz d7601bc4b1 New sentence, new line. Linebreaks. Fix an article. 2015-05-04 07:40:53 +00:00
wiz f4f57f3254 Sort SEE ALSO, fix xref. 2015-05-04 07:39:00 +00:00
wiz 9b918b0962 Add .An -nosplit. 2015-05-04 07:14:03 +00:00
pgoyette 67915f131f One more typo.
Message to self: when making multi-architecture changes, build on more
than one arch.
2015-05-04 07:08:10 +00:00
msaitoh 215bd2a43d Set ICH9 and ICH10's PBA size to 14K if the RX buffer size is
more than 4096. Almost the Same as other OSes
2015-05-04 06:51:08 +00:00
msaitoh e3ceee8fd3 Remove WMREG_TQSA_LO and WMREG_TQSA_HIGH. Those registers
are not described in documents and other OS's drivers don't
access it.
(I have no the first chip(82542)'s document. Those registers
might be described in the document).
2015-05-04 06:44:13 +00:00
pgoyette 1921a9a8e3 Update mark-up 2015-05-04 06:14:47 +00:00
ryoon f45869d2bd Add missing .Sh SYNOPSIS 2015-05-04 05:30:48 +00:00
pgoyette b20ab9736b Remove extraneous blank line. 2015-05-04 03:53:41 +00:00
pgoyette 6722659ea8 Update the min and max interval values for the watchdog. The previous
numbers were correct, but the units for those numbers was ticks, not
seconds!  (One tco watchdog tick is approximately 0.6 seconds.)
2015-05-04 03:46:28 +00:00
pgoyette 392712d661 Add new tco(4) man page to sets list. 2015-05-04 02:43:45 +00:00
pgoyette ed66b501e0 Add new man page for tco(4), and update ichlpcib(4) man page. 2015-05-04 02:43:18 +00:00
jmcneill 10be22f9da Remove __HAVE_MM_MD_DIRECT_MAPPED_PHYS and re-enable 2GB support, fixed
by arm32_kvminit.c r1.33
2015-05-04 00:59:29 +00:00
matt 9ff8857237 Deal with 4GB overflow in arm32_kvminit.c 2015-05-04 00:55:30 +00:00