Commit Graph

238589 Commits

Author SHA1 Message Date
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
ginsbach
b8b1230d48 - Add reference to RFC-3339
- Add J to military / nautical time zone description
2015-10-31 02:09:06 +00:00
christos
59f3853f3e handle asprintf errors consistently. 2015-10-31 00:55:17 +00:00
christos
a425a34066 fix the status return. 2015-10-31 00:41:19 +00:00
christos
e3e5f7f09b fix wrong variable 2015-10-30 23:45:31 +00:00
christos
1932f6942a simplify 2015-10-30 23:27:47 +00:00
christos
b44c2ed92e - don't use alloca and then check if alloca returns null and then try to
free it. Allocating from the stack does not return null, and freeing it
  will have unpredictable results. use malloc instead.
- now we are using malloc remove -Wno-stack-protector kludge
2015-10-30 23:21:05 +00:00
christos
ec3e61d2b5 mention vioscsi 2015-10-30 23:06:49 +00:00
skrll
c9b923043b Add nouveau 2015-10-30 22:29:23 +00:00
christos
023e69bfbf Fake mode sense data for illegal targets. qemu reports 256 targets... 2015-10-30 21:59:25 +00:00
ginsbach
fb679626c8 Add 'J' (Juliett) as military time zone name meaning the local time zone. 2015-10-30 21:36:25 +00:00
christos
45733c1812 kill some more debugging. 2015-10-30 21:18:16 +00:00
christos
3ba3e5a56e add vioscsi 2015-10-30 21:16:15 +00:00
christos
e5f90587e2 this is working now, remove debugging. 2015-10-30 21:15:05 +00:00
christos
6ade2b038f more device names 2015-10-30 20:38:31 +00:00
msaitoh
64e5a67309 - Move PCI_INTRSTR_LEN from pcireg.h to pcivar.h.
- In PCI-X cap, print 2nd bus's PCI-X mode, error protection type, Max clock
   frequency and Max clock period.
 - In SATA cap, print register location correctly.
 - In Virtual Channel cap, print reference clock with "ns".
 - In Root Complex Link Declaration, print Link Entry number.
2015-10-30 20:03:45 +00:00
msaitoh
42cbeaff19 - On ICH8, call wm_gig_downshift_workaround_ich8lan() when link changed down.
- Drop PHY_CTRL_GBE_DIS explicitly in wm_lplu_d0_disable() in case BIOS sets
  this bit.
- Fix two bugs in wm_kmrn_lock_loss_workaround_ich8lan(). Now the function
  checks the status correctly but it causes linkdown up to 10 times, so it's
  disabled for the time being.
2015-10-30 19:22:01 +00:00
jmcneill
670e530426 initialize phy for the third EHCI controller 2015-10-30 19:11:57 +00:00
christos
a569f0001c add lint libraries 2015-10-30 19:04:21 +00:00
christos
ddb7a0d354 add nouveau, sort 2015-10-30 19:04:10 +00:00
tron
63d7176dc2 Fix build with "USE_SSP" set to "yes". 2015-10-30 18:53:26 +00:00
msaitoh
06f4322815 - Fix a problem that wm_gate_hw_phy_config_ich8lan() isn't called in wm_reset()
on PCH2.
- Clear WMREG_WUC in wm_reset() if the chip >= 82544. This might fix the
  behavior on suspend/resume.
- Fix logic of wm_check_reset_block() on ICH* and PCH*. This change might fix
  a problem that PHY's read/write functions can't get semaphore.
- Fix wm_check_mng_mode_ich8lan(). This function is used only when WM_WOL is
  defined and it's disabled by default.
- KNF.
2015-10-30 18:52:15 +00:00