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
roy
56e4b525ee
Add checkyesnox function so we can test a configurable without
...
being warned of its non-existance.
2014-09-21 09:47:24 +00:00
mbalmer
d8f64d6b69
add Kukes
2014-09-21 08:38:03 +00:00
phx
da1547d6be
A stack size of 8K is too small for a block buffer of 65536 bytes.
...
Increased the stack size to 128K. This makes ofwboot work with FirmWorks
OpenFirmware systems again (tested with Motorola PowerStack II).
2014-09-20 23:10:46 +00:00
jnemeth
4013e132a3
document the new restore subcommand
2014-09-20 22:36:09 +00:00
jnemeth
06190c9314
Initial cut of gpt restore. This functions correctly in testing,
...
but isn't all that pretty. It has minimal error testing and may
leak memory. It also only works with empty disks. If passed "-F"
flag, it will blank the disk for you.
2014-09-20 22:11:27 +00:00
matt
4e1a8f1325
Also copy the symtab to the .gdb image. If we are producing a .gdb, grab
...
the symtab from that since it will be a bit larger than the one from the
stripped kernel and thus can't be inserted into the .gdb kernel.
2014-09-20 19:22:09 +00:00
roy
679020a8a6
More rtsold removal, thanks to Henning Petersen.
...
Fixes PR misc/49228.
2014-09-20 15:10:41 +00:00
jmcneill
3228f0b415
if the pkt length in rx header is < ETHER_HDR_LEN, drop it
2014-09-20 15:07:06 +00:00
wiz
6880513a4a
Add missing .El. From Henning Petersen in PR 49227.
2014-09-20 11:16:05 +00:00
gson
ef3b684774
Include opt_usb.h to make "options UGEN_DEBUG" work.
2014-09-20 08:45:23 +00:00
ozaki-r
80d9064ac0
t_tcpdump: skip bridges
...
tcpdump on a bridge definitely fails, so skip bridges
to make the test robust.
PR 49050
2014-09-20 06:08:07 +00:00
matt
f23c31b5a7
When disassembling an auipc/jalr pair, print the address eventually being
...
called:
auipc t0,0x2b3
jalr t0,-616 # ffffffff802b2e98 <memset>
2014-09-20 04:53:19 +00:00
matt
b98bea4ab9
curlwp can never be NULL now.
2014-09-19 23:52:34 +00:00
joerg
8045251dd7
Replace manual realdepend dependency with DPSRCS.
2014-09-19 21:35:42 +00:00
christos
0d1c5b279a
missed an hdaudio change.
2014-09-19 21:31:08 +00:00
christos
1d41c85dec
delete hdaudio_ids.
2014-09-19 18:05:24 +00:00
matt
fab8544d6c
Add riscv32 and riscv64 platforms.
2014-09-19 17:59:57 +00:00
matt
c3dcd587c0
Allow MD code to use something other than __cpu_simple_lock_t for doing spin
...
locks but use the same logic.
MUTEX_SPINBIT_LOCK_INIT
MUTEX_SPINBIT_LOCK_TRY
MUTEX_SPINBIT_LOCKED_P
MUTEX_SPINBIT_LOCK_UNLOCK
MUTEX_INITIALIZE_SPIN_IPL
For those platforms without sub-word CAS, you can use these to place the
mutex lock and ipl inside a full machine word and use CAS to update them.
2014-09-19 17:52:43 +00:00
matt
0d3752840d
Add comment about new MI device numbers in other files.
2014-09-19 17:46:28 +00:00
matt
20d5bfd3d3
Add RISCV-V support.
2014-09-19 17:45:42 +00:00
matt
3bbdf28d09
Add OpenRISC 1000 & UCB RISC-V platform support.
2014-09-19 17:45:03 +00:00
matt
463829e46a
RISC-V support.
2014-09-19 17:43:33 +00:00
matt
9fd2283a99
Add RISC-V MD bits.
2014-09-19 17:42:44 +00:00
matt
0a0fe53ec4
Tell it about riscv. Fix mips64 case so that SIZEOF_PTR_2POW is 3.
2014-09-19 17:42:19 +00:00