Commit Graph

230314 Commits

Author SHA1 Message Date
msaitoh
3821b76445 Fix compile error observed on i386. Use PRIu64. 2014-09-23 13:48:04 +00:00
nat
32a90dde4f Add missing defines for constants used in hdafg_enable_analog_beep.
This commit was approved by christos@
2014-09-23 13:29:30 +00:00
macallan
6a85f858e4 add VC memory management goop 2014-09-23 10:52:21 +00:00
macallan
8ae37694b5 add goop for hardware cursor handling 2014-09-23 09:18:33 +00:00
jnemeth
2ed5cc2617 - make gpt_gpt() available for use directly by subcommands
- create new resizedisk disk subcommand for relocating backup GPT
2014-09-23 07:47:54 +00:00
matt
4ab791675f Use right conditional for checking nG. 2014-09-23 06:31:54 +00:00
nonaka
2180f0a039 nG bit exists only in ARMv6 and above. 2014-09-23 05:45:01 +00:00
matt
aa7b422e15 Change insn mask to properly match instructions (bctr/blr) 2014-09-22 21:35:15 +00:00
skrll
96cd4614c5 Re-enable bcmdmac by popular demand. It works now too. 2014-09-22 21:05:39 +00:00
khorben
00b617c08a Look for the character to locate before checking for the NUL character
As documented in PR port-i386/49208, this fixes strchr(s, '\0'), as used by
the FAT first-stage bootloader on x86 (bootxx_msdos).
strchr(s, '\0') is otherwise equivalent to strlen(string), which would
probably look nicer in the original file, dosfs.c from libsa.

Confirmed working in qemu and on real hardware.
ok joerg@

XXX pull-up to netbsd-6 and netbsd-7
2014-09-22 20:31:56 +00:00
roy
0c7cf1ae4c Change the IPv6 DNS selection to use DNS selection and add the
Google Public V4 DNS servers to the list.
The other field can take an IPv4 or IPv6 name server of choice.
Fixes PR install/49231.
2014-09-22 19:01:02 +00:00
roy
8e47ac0efa Remove the ping6 ff02::2 test, it looks pretty pointless.
dhcpcd will ensure the IPv6 network is up before forking.
ping the IPv4 default route before the nameserver as the nameserver
could be over the default route anyway.

Fixes the core issue with PR install/49231.
2014-09-22 18:47:41 +00:00
nat
83ad0ccff8 Fix trouble setting recording parameters.
Addresses PR 48394.

This commit was approved by christos@
2014-09-22 14:25:32 +00:00
nat
812d660db3 Make remote access cards on HP ProLiant microservers N36L,
N40L and N54L work with ipmi(4).

Addresses PR 48233.

This commit was approved by christos@
2014-09-22 13:30:55 +00:00
msaitoh
2151ba81dd Always print the Slot implemented bit in the PCIe Capabilities
Register using with onoff().
2014-09-22 13:01:44 +00:00
skrll
c0b88ecd18 Wrap a long line 2014-09-22 08:13:02 +00:00
reinoud
d6858c32bd Refactor usb hub attachment making it easier to read 2014-09-21 20:49:31 +00:00
christos
32693e8fdf ran sed too agressively. 2014-09-21 18:03:47 +00:00
christos
d7039df44d adjust for the new findvendor 2014-09-21 17:59:52 +00:00
christos
7c397b34ce remove casts to the same type. 2014-09-21 17:17:15 +00:00
christos
8c3ca4fcf0 fix memset size inconsistency 2014-09-21 17:11:07 +00:00
christos
4afc391a9b fix cut-n-paste, use arrays instead of separate variables to avoid code
duplication.
2014-09-21 17:10:00 +00:00
christos
fc51aa555a comment out code that was never used, but probably intended to be used. 2014-09-21 17:05:02 +00:00
christos
0a9fa3059d remove stray return 2014-09-21 17:02:24 +00:00
christos
a568d0213e this is not python (add braces) 2014-09-21 17:00:35 +00:00
christos
b00a9731c2 fix leak 2014-09-21 16:58:42 +00:00
christos
486adf8389 fix leak. 2014-09-21 16:56:44 +00:00
christos
a9ba82b09e fix leak. 2014-09-21 16:53:38 +00:00
christos
49527aa22e remove stray continue. 2014-09-21 16:52:26 +00:00
christos
7665fdf165 fix leak. 2014-09-21 16:40:53 +00:00
christos
50369d2f23 fix leak 2014-09-21 16:37:34 +00:00
christos
ce6e7b2537 fix leak. 2014-09-21 16:36:32 +00:00
christos
acff45498d remove stray ; 2014-09-21 16:35:44 +00:00
christos
513268682f this is not python (add missing braces) 2014-09-21 16:34:53 +00:00
christos
42dd471e9b remove dead code 2014-09-21 16:33:48 +00:00
christos
3e46630230 fix cut-n-paste 2014-09-21 16:32:51 +00:00
christos
da4c4f5dbc fix leak. 2014-09-21 15:49:21 +00:00
christos
46923cbe5b fix leak 2014-09-21 15:48:29 +00:00
christos
32d612a206 fix leak. 2014-09-21 15:46:44 +00:00
christos
80d9ffa917 remove dead code 2014-09-21 15:43:11 +00:00
reinoud
410d55ca8b Re-enable OHCI since the Exynos5 SoC OHCI hang has been fixed 2014-09-21 15:23:55 +00:00
reinoud
a715579467 Fix Exynos5 SoC OHCI hang
Redo the Exynos 5410 USB phy initialisation following uboot
2014-09-21 15:22:40 +00:00
christos
a06f4a91f3 remove more old pci_findvendor code 2014-09-21 15:07:19 +00:00
christos
339c89dc93 Adjust to kernel changes 2014-09-21 14:32:37 +00:00
christos
4c9d1f022b add the common code for verbose printing of devices. 2014-09-21 14:31:38 +00:00
christos
3803777649 regen 2014-09-21 14:31:03 +00:00
christos
9eaee4f495 Merge the 3 copies of devlist2h.awk that deal with 16 bit key and value
pairs to the compressed one that matt wrote.
2014-09-21 14:30:22 +00:00
bouyer
bb4d9fb08c Make Xen kernels compile without DIAGNOSTIC 2014-09-21 12:46:15 +00:00
nat
1966e558ca Enable sysbeep(4) to be heard on speakers on Toughbook mk1 and mk5
computers.  Also on computers with SigmaTel STAC 9200(D), 9202(D)
9404(D), 9205(D) hdaudio controllers as well as Realtek ALC 231
hdaudio controllers reporting as ALC 269.

Addresses PR 45778.
Addresses PR 48495.

This commit was approved by christos@
2014-09-21 10:41:22 +00:00
roy
f68fe4cac7 Use checkyesnox to test rtsol as it has been removed including its
default configuration which we should not warn about.
2014-09-21 09:48:32 +00:00