buhrow
6294105d33
ADded Apple iDevices:
...
iPhone 4, 4_VZW, 4s, and 5.
iPad 2, 3 and Mini
This is in preparation for forcing all of these devices to attach as
ugen(4)
devices rather than as uhid/uaudio devices.
2015-11-04 05:11:16 +00:00
buhrow
b1b6cf5c43
ADded Apple iDevices:
...
iPhone 4, 4_VZW, 4s, and 5.
iPad 2, 3 and Mini
This is in preparation for forcing all of these devices to attach as ugen(4)
devices rather than as uhid/uaudio devices.
2015-11-04 05:05:45 +00:00
pgoyette
82bcd0c81b
Document the ms_flags field which is now exported in struct modstat
2015-11-04 04:31:53 +00:00
pgoyette
b6f71a3653
Add FLAGS to the module data displayed. Reduce some of the extra
...
inter-column white-space to (partly) compensate for the additional
column.
2015-11-04 04:30:42 +00:00
pgoyette
3e2029259a
Export module flags to userland
2015-11-04 04:28:58 +00:00
knakahara
fad49cfc60
rump.ping6 supports "-S" option.
2015-11-04 01:14:02 +00:00
christos
8ec268554e
Fix descriptions of el_set functions.
...
Americanise initialise :-)
2015-11-03 21:36:59 +00:00
bouyer
f02dd484fc
remove unused variable
2015-11-03 19:28:28 +00:00
bouyer
6e40b3a11b
A debe can't feed both tcon at the same time.
...
AWIN_DEBE_MODCTL_OUT_SEL will select which tcon instance will get data
(0 for tcon0, 1 for tcon1).
In tcon, AWIN_TCON_CTL_SRC_SEL_DE0 selects the default debe for this
tcon instance: debe0 for tcon0, debe1 for tcon1.
So always connect tcon0 to debe0 and tcon1 to debe1.
now display modes 0, 1 and 2 works; display modes 3 and 4 needs more work.
2015-11-03 18:38:03 +00:00
shm
52ccb86d6c
PR/50199 - fix for strftime called with empty string.
...
Patch written by Juho Salminen
2015-11-03 14:15:08 +00:00
szptvlfn
aa4d1a720b
remove redundant \
2015-11-03 11:14:05 +00:00
szptvlfn
dc1a7a52a9
remove redundant \
2015-11-03 10:43:31 +00:00
szptvlfn
12a863b7a8
remove redundant \
2015-11-03 10:26:06 +00:00
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