jakllsch
5157d96810
Fix up tegrausbphy attach args and stuff from previous.
...
From jmcneill.
2015-11-20 16:44:23 +00:00
christos
b27365e960
use copyout instead of suword.
2015-11-20 14:56:56 +00:00
maxv
5b63704f89
A few changes:
...
- remove cpu_id and cpu_brand_id (unused)
- copy a comment from i386 about fillkpt
- define PDE_SIZE (i386)
2015-11-20 11:58:00 +00:00
dholland
306f0df124
Add two more items: tls-maxphys and nvme support.
2015-11-20 08:13:41 +00:00
ozaki-r
a84874a1a0
Remove an ifnet object from the global list before destructing it
2015-11-20 08:10:36 +00:00
dholland
4207ed816b
Update the storage roadmap. Please review/comment...
2015-11-20 07:20:21 +00:00
ozaki-r
911c3d16a0
Set timeout of ping to reduce execution time
2015-11-20 05:05:40 +00:00
pgoyette
26e2800d71
Update for recent filemon(4) changes, and add additional information on
...
invoking filemon.
2015-11-20 03:13:35 +00:00
pgoyette
53ffed1b78
Ensure that the PID specified in the FILEMON_SET_PID ioctl() call
...
belongs to the caller or one of its descendants.
2015-11-20 02:58:19 +00:00
pgoyette
e0b2ceba2b
Remove extra ')' (bad cut&paste)
2015-11-20 01:33:59 +00:00
pgoyette
77a2d6cbf8
Don't allow setting the PID-to-trace if the target has a non-native
...
emulation.
2015-11-20 01:21:05 +00:00
pgoyette
e019cfbdd6
Install wrapper functions only in native emulation.
...
(This also removes the dependency on curproc, which may not be available
at the time that built-in kernel modules are initialized.)
2015-11-20 01:16:04 +00:00
pgoyette
96cae660f4
Don't initialize twice.
2015-11-20 01:12:38 +00:00
pgoyette
12e612a129
Minor cleanup in example code - use FD_CLOEXEC instead of magic number
2015-11-20 00:40:18 +00:00
jmcneill
ce4ce06889
aprint_verbose_dev -> aprint_debug_dev
2015-11-19 22:26:48 +00:00
jmcneill
2dce92d18e
Remove HOST1X and AHB_A2 from pmap_devmap
2015-11-19 22:09:16 +00:00
reinoud
d6424c5393
Revert
2015-11-19 20:57:49 +00:00
reinoud
b4f510032f
Fix ANSI-C prototype error
2015-11-19 20:34:47 +00:00
christos
963a11e790
regen
2015-11-19 19:16:28 +00:00
christos
5432203721
Add another le board.
2015-11-19 19:16:10 +00:00
bouyer
9f64bc24a4
Turn off video output on WSDISPLAYIO_SVIDEO.
...
For LCD/LVDS, just stop the tcon0.
For HDMI, turn off tcon and hdmi (so that the monitor goes to sleeo)
if the audio output is inactive.
For this, add a lock-protected refcount in awin_hdmi, incremented when
audio and/or video is active.
Tested with an audio-enabled HDMI display.
2015-11-19 18:48:22 +00:00
christos
6ca9f36467
long line police
2015-11-19 17:04:01 +00:00
christos
2b793cea0d
Enable the VLAN mtu capability and check for the adjusted packet size
...
(Jean-Jacques.Puig at espci.fr).
Factor out the packet-size checking function for clarity.
2015-11-19 17:01:40 +00:00
christos
88b3ee5eb5
Add handling of VLAN packets in if_bridge where the parent interface supports
...
them (Jean-Jacques.Puig@espci.fr ). Factor out the vlan_mtu enabling and
disabling code.
2015-11-19 16:23:54 +00:00
ozaki-r
216db65823
Set timeout of ping6 to reduce execution time
2015-11-19 10:45:09 +00:00
pgoyette
2904172c27
Remove duplicated 'i' from list of numeric formats
2015-11-19 10:03:26 +00:00
wiz
09534ff4a3
Bump date for previous.
2015-11-19 07:03:13 +00:00
marty
bf9db215fe
add 5422 gic handling to attach code
2015-11-19 05:44:41 +00:00
ozaki-r
53e3e4714d
Restore softnet_lock and KERNEL_LOCK for rtrequest and rtfree
...
We still need them for rt operations.
2015-11-19 03:03:04 +00:00
ozaki-r
0edb16352e
Call icmp6_error2 after releasing ln
...
This is a restructuring for coming changes.
From FreeBSD
2015-11-19 03:02:10 +00:00
christos
35bfced80d
Put these back. They are used.
2015-11-19 00:40:43 +00:00
phx
c835c55cd9
Patch by hannken@ to fix a bug which has been introduced with 1.71.
...
The kernel crashed with uvm fault when mounting an ados file system.
2015-11-18 22:06:25 +00:00
skrll
ed7c71fc9a
Remove unused files.
2015-11-18 20:25:02 +00:00
christos
8e68c59073
Add new db test.
2015-11-18 18:36:53 +00:00
christos
2bfc5fd1e4
Add more exhaustive db tests that include higher bucket sizes
2015-11-18 18:35:35 +00:00
christos
14fcefd52e
Introduce a HASH_BSIZE macro to return the blocksize; in the 64K case this
...
returns 0xffff to avoid overflow. This is used where sizes are stored.
2015-11-18 18:22:42 +00:00
jakllsch
e26793fb01
Add support for the AR5BHB63 ath(4) (the only ath(4) in Half Mini Card
...
form that isn't supported by athn(4)).
2015-11-18 18:04:45 +00:00
jakllsch
8c719f5f2b
Note the interrupt for Tegra MC in the locators list.
2015-11-18 17:12:06 +00:00
jakllsch
009c795f13
Complete the interrupt definitions list from the Tertiary Interrupt
...
Controller range of the Tegra K1.
2015-11-18 17:01:39 +00:00
christos
be39cd8f18
reapply 1.25 to fix upstream inconsistencies
2015-11-18 16:16:36 +00:00
pgoyette
9d449a8fd8
Update RETURN VALUE to match reality and POSIX
2015-11-18 13:19:52 +00:00
christos
60aa2a0eb6
Account for the -1 hack to fit 0x10000 in a short in hash_page.c
2015-11-18 13:00:46 +00:00
msaitoh
87c2fc6098
Delete #ifdef __HAVE_PCI_MSI_MSIX and use pci_intr_allo()/pci_intr_release()
...
on any systems. The third argument of pci_intr_alloc() is left because we will
use the code to support MSI-X in future.
2015-11-18 10:26:57 +00:00
ozaki-r
5d81659a46
Stop passing llinfo_nd6 to nd6_ns_output
...
This is a restructuring for coming changes to nd6 (replacing
llinfo_nd6 with llentry). Once we have a lock of llinfo_nd6,
we need to pass it to nd6_ns_output with holding the lock.
However, in a function subsequent to nd6_ns_output, the llinfo_nd6
may be looked up, i.e., its lock would be acquired again.
To avoid such a situation, pass only required data (in6_addr) to
nd6_ns_output instead of passing whole llinfo_nd6.
Inspired by FreeBSD
2015-11-18 05:16:22 +00:00
msaitoh
389a184aab
- Add the Auto Slot Power Limit Disable bit in Slot Control register and
...
the Completion Timeout Prefix/Header Log Capable bit in the AER capability
and control register (ECN: Downstream Port Containment (DPC)).
- Add the Poisoned TLP Egress Block bit (ECN: Enhanced DPC).
- Update Link Capabilities 2 register and Link Control 3 register (ECN:
Separate Refclk Independent SSC Architecture (SRIS))
- ECN: Readiness Notifications (RN)
- Add the Retimer Presence Detect Supported bit in the Link Capabilities 2
register and the Retimer Presence Detected bit in the Link Status 2 register
(ECN: Extension Devices)
2015-11-18 04:24:02 +00:00
ozaki-r
b86b70a179
Don't assign unused IP address
...
It sometimes creates an unexpected NDP cache.
2015-11-18 04:13:01 +00:00
ozaki-r
7cdf5bbe65
Unify nd6_ns_output calls in nd6_llinfo_timer
...
Inspired by FreeBSD
2015-11-18 02:51:11 +00:00
christos
057be2c9f2
If MAX_BSIZE == hashp->BSIZE (65536) then it does not fit in a short, and
...
we end up storing 0... This means that every entry needs a page. We store
MAX_BSIZE - 1 here, but it would be better to always store (avail - 1) here
so that we don't waste a byte and be consistent.
2015-11-18 00:23:39 +00:00
jakllsch
1f4f07e05b
Add PCI Extended Configuration support for tegrapcie(4).
...
Similar to the acpimcfg code, this only maps the extended configuration
space into KVA for known busses.
2015-11-17 22:01:39 +00:00
christos
8b926f831a
PR/50441: Manuel Bouyer: hash seq enumeration skips keys on big data.
...
XXX: pullup-7
2015-11-17 20:19:55 +00:00