Commit Graph

238596 Commits

Author SHA1 Message Date
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
msaitoh
a771e8fb61 Call wm_get_wakeup(sc) before checking WM_F_HAS_AMT. 2015-10-30 18:29:08 +00:00
christos
a45df95937 tests for %Z 2015-10-30 18:25:49 +00:00
msaitoh
e90c1d23c2 Call wm_get_hw_control() correctly. This change fixes a bug that some AMT
based systems doesn't linkup at 1000BaseT. The problem was observed on
HP Compaq dc7700.

 A lot of fixes have been done to wm(4) and igphy(4). Now PR#44893 should be
fixed.
2015-10-30 18:23:37 +00:00
christos
eff9b12acf drop stray #endif 2015-10-30 18:20:16 +00:00
christos
5ba7c63c3a revert timezone() ifdef; it is wrong (pointed out by ginsbach) 2015-10-30 18:04:42 +00:00
tsutsui
bd619e0c12 Add a missing newline in zs at sbus attach message. 2015-10-30 16:21:46 +00:00
phx
eef94f0d39 Fixed format string types to make it compile with BAH_DEBUG again. 2015-10-30 12:19:08 +00:00
phx
bac2deebd6 Include genfb.h for NGENFB. 2015-10-30 12:14:32 +00:00
msaitoh
986b4d1ef1 Disable LPLU (Low Power Link Up) on D0 state on 82574, 82583 and ICH* too. 2015-10-30 07:44:52 +00:00
msaitoh
d44325eed8 igphy(4),ukphy(4): Set mii_mpd_* entries.
wm(4): check PHY type correctly.
2015-10-30 07:35:30 +00:00
ginsbach
862d86e79e ISO 8601 and RFC 3339 specify that an offset can be up to 23:59 and
not 12:00 east/west.  Just proves that one shouldn't use other
implementations as a canonical reference.  Thanks to all who pointed
this out.
2015-10-30 03:18:10 +00:00
christos
f4d28d09d8 Add tzgetgmtoff() prototype I forgot to commit. 2015-10-30 03:08:56 +00:00
ginsbach
2699ccd14e Additional tests for timezone offsets. 2015-10-30 01:51:15 +00:00
ginsbach
a5eaa096be Reject timezone offsets more than 12 hours (east or west). 2015-10-30 01:49:36 +00:00
wiz
4bdb969ddc Whitespace. 2015-10-29 22:42:55 +00:00
jmcneill
c4ddc7a9e2 After setting HS_TIMING value for HS200 or later, send repeated SEND_STATUS
command until the device is no longer busy or the SWITCH_ERROR bit is set.
2015-10-29 22:37:15 +00:00
jmcneill
7b5e11343f only advertise HS200 and 8-bit mode on the eMMC slot 2015-10-29 21:07:48 +00:00
kamil
ed6e96ca70 Correct typos in comments
Pointed out by Edgar Fuss and J. Lewis Muir.
2015-10-29 20:29:24 +00:00
christos
fb1c722214 another lint warning for compat. 2015-10-29 19:18:32 +00:00
christos
5eac10702e - use #defined constants (from gisbach)
- back to setting tm_zone to NULL when we don't know.
2015-10-29 19:18:19 +00:00
mrg
1e1a1a8da3 if NUSB == 0, don't look for usbhist. 2015-10-29 18:40:19 +00:00
christos
c0d072e685 bump libc and add tzgetgmtoff(3) 2015-10-29 17:57:27 +00:00
christos
d690aea660 new tzgetgmtoff 2015-10-29 17:55:09 +00:00
christos
4ba084a19e PR/50380: Balazs Scheidler: strptime() returns incorrect values in tm_gmtoff
- Always offset in seconds.
- Handle arbitrary timezones.
2015-10-29 17:54:49 +00:00
christos
37de2f9dd3 Add tzgetgmtoff(3) 2015-10-29 17:53:04 +00:00
christos
cefa99b2ad Document tzgetgmtoff(3) 2015-10-29 17:51:58 +00:00
christos
1aed602970 Add tzgetgmtoff, delint compat 2015-10-29 17:49:24 +00:00
christos
1136c97c1c add tzgetgmtoff 2015-10-29 17:48:55 +00:00
christos
05ea9f0e38 Add tests for %z 2015-10-29 17:48:20 +00:00
leot
9df9aefc02 Make sure that nde->td_node is NULL for asserts.
Thanks and from Mindaugas Rasiukevicius.

Fixes PR kern/50381.
2015-10-29 16:19:44 +00:00
christos
805ab1e001 Simplify even further and fix non-modular kernels:
We cannot use the init at attach() trick, because other npf ext modules
will load before the attach function is called on non modular kernels.
2015-10-29 15:19:43 +00:00
shm
c4764e65c8 - Added error checks for initgroups(3) and setgroups(2).
- Reorder functions in privilege regain - setgroups(2) should be called after
  seteuid(2).

OK christos@
2015-10-29 11:31:52 +00:00
jmcneill
0af4dfb9ad add nouveau_dri.so 2015-10-29 10:12:28 +00:00
jmcneill
98b6c89d6e build nouveau on evbarm, too 2015-10-29 10:10:09 +00:00
mrg
62b6708390 properly link and enable all the nouveau parts.
with this, hw GL seems to work!
2015-10-29 08:09:55 +00:00
mrg
961142429c provide a ttm-backed set of nouveau_uvm_ops{} in the ttm_bo_driver{}.
fixes NULL pointer derefs inside UVM due to lack of pager ops.

copy the DRM_FILE_PAGE_OFFSET vs !_LP64 workaround.

with these, X starts up on my GTX 440.
2015-10-29 08:08:52 +00:00
wiz
e7cd356db3 New sentence, new line. 2015-10-29 07:46:08 +00:00
msaitoh
0e4eff48ea Fix a bug that the multiqueue setting is done in a multiqueue capabile
chip but can't use MSI-X on a machine. In that case, only one queue must
be used. Written by knakahara@ and tested by me.

 This change should be fix a problem which was reported by Robert Swindells.
2015-10-29 07:24:01 +00:00
wiz
f0f2f50bf3 More articles, less typos. 2015-10-29 06:57:34 +00:00
uwe
1d644ad7b0 Document update_panels(). 2015-10-29 02:36:01 +00:00
uwe
e47dc51a2a Fix typo missed by wizd(8). 2015-10-29 02:33:46 +00:00
christos
9ffbaaa4fd simplify 2015-10-29 02:29:41 +00:00
ozaki-r
8434ebbe32 Name virtqueue index 2015-10-29 02:09:02 +00:00