Commit Graph

238610 Commits

Author SHA1 Message Date
mlelstv
066871a1c6 Also wait for DAT when sending RSP_BSY commands. Fixes PR 50388. 2015-11-03 07:59:29 +00:00
mlelstv
51893517ae fix timeout path in soft reset when building with SDHC_DEBUG 2015-11-03 06:49:39 +00:00
mrg
d3e820d3ba remove some trailing \'s that aren't needed. from Ryosuke Moro 2015-11-03 06:00:50 +00:00
pgoyette
54ba967d17 Remove extraneous ')' from previous. 2015-11-03 03:33:43 +00:00
pgoyette
4a0bba4840 By my count, [[[[[cc]yy]mm]dd]hh]mm[.ss] has seven fields, not six! 2015-11-03 03:01:35 +00:00
jnemeth
902aecab13 Add a "header" subcommand that displays information about the size of
the disk along with information from the GPT header if it exists.
2015-11-03 02:19:24 +00:00
pgoyette
60332beadf Add some additional status messages for kern.module.verbose=TRUE 2015-11-03 02:04:12 +00:00
jmcneill
5cca74123b enable 8-bit mode on AM335X SDMMC2 2015-11-02 22:21:26 +00:00
jmcneill
f35497f9a8 Support 8-bit eMMC for TI AM335x. On my BeagleBone Black,
Before: 134217728 bytes transferred in 9.410 secs (14263307 bytes/sec)
After:  134217728 bytes transferred in 7.518 secs (17852850 bytes/sec)
2015-11-02 22:21:01 +00:00
jmcneill
78131770be allow vendor specific code to hook into bus width changes 2015-11-02 22:18:45 +00:00
christos
36b42b2f06 PR/50395: Vicente Chaves de Melo: Loss of characters in serial port
communication between gdb and kgdb_stub: switch to line break interrupt
both when entering KGDB and also on shutdown so we can re-enter the debugger
with BREAK.
2015-11-02 17:45:13 +00:00
riz
85c53f7162 Add dkctl to evbarm ramdisk, so we can configure wedges. 2015-11-02 17:40:20 +00:00
christos
03be82a6b1 Add missing paren. 2015-11-02 15:21:23 +00:00
christos
fe15644642 Use existing macros to implement TAILQ_FOREACH_REVERSE, like
TAILQ_FOREACH_REVERSE_SAFE does.
2015-11-02 14:49:07 +00:00
joerg
772e6dc22c ' != " so make the condition actually work. 2015-11-02 12:06:33 +00:00
pgoyette
30836e7956 Don't forget to call nfs_fini() when we're finished. Without this,
we leave a dangling pool nfsrvdescpl around.
2015-11-02 09:57:43 +00:00
knakahara
191ca94ee4 Add verbose messages when the kernel disables MSI/MSI-X. 2015-11-02 09:29:08 +00:00
skrll
923721ce04 Whitespace 2015-11-02 08:37:28 +00:00
kamil
c3c23fd40b Readd empty line - it's a part of style 2015-11-02 02:45:25 +00:00
kamil
f7b066af90 No functional changes
Make this code nicer for C++ compilers, don't assign char* to void*.
Add extra __prefix_false() CPU hint for failed malloc(3).
Normalize whitespace.
2015-11-02 01:06:15 +00:00
gdt
fc89a2852b Use -f with cp.
When the source tree is 444 (as should be unremarkable), cp results in
object files that are 444, which when cp'd again without -f result in
an error.
2015-11-02 00:51:18 +00:00
jmcneill
c02e58f275 omapgpio(4): Add support for TI AM335x GPIO 2015-11-02 00:50:47 +00:00
jmcneill
c4dfb2b827 enable GPIO 2015-11-02 00:49:24 +00:00
jmcneill
ca43e4c3a9 add basic AM335x GPIO support 2015-11-02 00:48:45 +00:00
jmcneill
31adc13c63 AM335x EDMA3 has an alignment restriction for both SAM and DAM in constant
addressing mode. In these cases, the physical address must be aligned to
256-bits. To handle this, pre-allocate a MAXPHYS sized bounce buffer and
use it for unaligned transfers.

Fixes "edma errint!" problem mentioned in port-arm/50288.
2015-11-01 23:33:05 +00:00
pooka
298b136976 Allow PCI implementers to specify arbitrary makefile constructs.
(interface subject to change)

from Robert Millan
2015-11-01 22:41:24 +00:00
skrll
668a2872c5 Don't pretend to do zero length IN control transfers as dwctwo(4)
(correctly according to usb 2.0 specification 8.5.3) uses IN status stage
when no (zero length) data stage.  Instead read into a 1 byte array.

My uplcom(4) now works on RPI.
2015-11-01 21:31:40 +00:00
christos
41dca8aba0 Ignore the ancient 01.01 tag that gnuc used to put in old NetBSD binaries. 2015-11-01 17:44:41 +00:00
christos
4cc78eb1fb Don't overwrite the user iov pointer in sendmmsg. Make the send and receive
code look the same.
2015-11-01 17:23:36 +00:00
christos
f5789f4f44 Add buildid Go note 2015-11-01 15:21:42 +00:00
wiz
c1ffcd2b53 Fix previous. 2015-11-01 14:47:54 +00:00
pooka
730146b26a fix typo: fnctl -> fcntl
from Robert Millan <rmh@gnu.org> via rumpkernel-users
2015-11-01 12:34:28 +00:00
wiz
180eabf53d Improve wording even more, suggested by Robert Elz. 2015-11-01 11:02:23 +00:00
pooka
a75cbaa267 add virtio-scsi component 2015-11-01 09:03:28 +00:00
pooka
61cb098d0b Use SCSIPI_CHAN_NOSETTLE. 2015-11-01 08:55:05 +00:00
wiz
c1bac8eb81 Improve wording. 2015-11-01 08:54:37 +00:00
wiz
c1ef8df3ab Fix macro. Remove trailing whitespace. 2015-11-01 08:52:29 +00:00
uwe
411bbd24b9 panel_below(NULL) returns the top panel.
panel_above(NULL) returns the bottom panel.
2015-11-01 01:40:23 +00:00
mrg
f5c7aafae0 don't look for libdrm_nouveau unless we've built it. 2015-10-31 20:13:45 +00:00
christos
94aa2c7cfc mention what we are allowed to do. 2015-10-31 17:45:32 +00:00
njoly
4356aee846 Adjust compat netbsd32 clock_nanosleep(2) to match recent native
changes that return error number.
2015-10-31 17:04:39 +00:00
htodd
b7c3ed046a Fix debug build. 2015-10-31 12:41:25 +00:00
phx
8e58c9596b PR misc/50046
Remove the expensive tests in _have_rc_postprocessor(), as proposed by apb@.
It more than halves the multiuser boot time on slow machines and brings
it back near to the previous level.
2015-10-31 12:31:37 +00:00
mrg
feca107492 disable the once-a-second and many-times-a-minute logs about thermals.
these trigger on multiple cards for me and totally spam my logs in the
normal case.  one card switches from 41% to 42% and back again quite
regularly.
2015-10-31 09:14:27 +00:00
ginsbach
3219a72f94 Don't attempt to set TM_ZONE (name) for 'J' as isdst isn't known. 2015-10-31 03:42:00 +00:00
nakayama
13217c03e5 Use PRIxPADDR instead of type casting. 2015-10-31 02:40:44 +00:00
nakayama
cfb53b34fc Remove #define SUN4U since machine/frame.h doesn't check SUN4U anymore. 2015-10-31 02:36:17 +00:00
christos
4e4836ff83 merge more the tests 2015-10-31 02:25:11 +00:00
christos
3c0ef4294c make %Z and %z understand the same strings. 2015-10-31 02:14:08 +00:00
christos
3112bb3e23 Account for J, fix %Z 2015-10-31 02:13:41 +00:00