Searched hist:1558 (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/sys/dev/usb/template/
H A Dusb_template_midi.cdiff 1558eec6 Sat May 19 09:11:24 MDT 2018 Edward Tomasz Napierala <trasz@FreeBSD.org> Add #defines for vendor/product USB IDs. No functional changes.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
H A Dusb_template_multi.cdiff 1558eec6 Sat May 19 09:11:24 MDT 2018 Edward Tomasz Napierala <trasz@FreeBSD.org> Add #defines for vendor/product USB IDs. No functional changes.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
H A Dusb_template_phone.cdiff 1558eec6 Sat May 19 09:11:24 MDT 2018 Edward Tomasz Napierala <trasz@FreeBSD.org> Add #defines for vendor/product USB IDs. No functional changes.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
H A Dusb_template_audio.cdiff 1558eec6 Sat May 19 09:11:24 MDT 2018 Edward Tomasz Napierala <trasz@FreeBSD.org> Add #defines for vendor/product USB IDs. No functional changes.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
H A Dusb_template_cdce.cdiff 1558eec6 Sat May 19 09:11:24 MDT 2018 Edward Tomasz Napierala <trasz@FreeBSD.org> Add #defines for vendor/product USB IDs. No functional changes.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
H A Dusb_template_modem.cdiff 1558eec6 Sat May 19 09:11:24 MDT 2018 Edward Tomasz Napierala <trasz@FreeBSD.org> Add #defines for vendor/product USB IDs. No functional changes.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
H A Dusb_template_kbd.cdiff 1558eec6 Sat May 19 09:11:24 MDT 2018 Edward Tomasz Napierala <trasz@FreeBSD.org> Add #defines for vendor/product USB IDs. No functional changes.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
H A Dusb_template_mouse.cdiff 1558eec6 Sat May 19 09:11:24 MDT 2018 Edward Tomasz Napierala <trasz@FreeBSD.org> Add #defines for vendor/product USB IDs. No functional changes.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
H A Dusb_template_msc.cdiff 1558eec6 Sat May 19 09:11:24 MDT 2018 Edward Tomasz Napierala <trasz@FreeBSD.org> Add #defines for vendor/product USB IDs. No functional changes.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
H A Dusb_template_serialnet.cdiff 1558eec6 Sat May 19 09:11:24 MDT 2018 Edward Tomasz Napierala <trasz@FreeBSD.org> Add #defines for vendor/product USB IDs. No functional changes.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
H A Dusb_template_mtp.cdiff 1558eec6 Sat May 19 09:11:24 MDT 2018 Edward Tomasz Napierala <trasz@FreeBSD.org> Add #defines for vendor/product USB IDs. No functional changes.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.cdiff 1558d49b Tue Jan 19 03:17:24 MST 2016 Hans Petter Selasky <hselasky@FreeBSD.org> Declare local variables at top of function.

Reviewed by: gnn
Sponsored by: Mellanox Technologies
MFC after: 5 days
Differential Revision: https://reviews.freebsd.org/D4939
/freebsd-current/sys/net/
H A Dif_llatbl.hdiff 1558cb24 Sat Sep 26 23:29:34 MDT 2015 Alexander V. Chernikov <melifaro@FreeBSD.org> Eliminate nd6_nud_hint() and its TCP bindings.

Initially function was introduced in r53541 (KAME initial commit) to
"provide hints from upper layer protocols that indicate a connection
is making "forward progress"" (quote from RFC 2461 7.3.1 Reachability
Confirmation).
However, it was converted to do nothing (e.g. just return) in r122922
(tcp_hostcache implementation) back in 2003. Some defines were moved
to tcp_var.h in r169541. Then, it was broken (for non-corner cases)
by r186119 (L2<>L3 split) in 2008 (NULL ifp in nd6_lookup). So,
right now this code is broken and has no "real" base users.

Differential Revision: https://reviews.freebsd.org/D3699
H A Dif_llatbl.cdiff 1558cb24 Sat Sep 26 23:29:34 MDT 2015 Alexander V. Chernikov <melifaro@FreeBSD.org> Eliminate nd6_nud_hint() and its TCP bindings.

Initially function was introduced in r53541 (KAME initial commit) to
"provide hints from upper layer protocols that indicate a connection
is making "forward progress"" (quote from RFC 2461 7.3.1 Reachability
Confirmation).
However, it was converted to do nothing (e.g. just return) in r122922
(tcp_hostcache implementation) back in 2003. Some defines were moved
to tcp_var.h in r169541. Then, it was broken (for non-corner cases)
by r186119 (L2<>L3 split) in 2008 (NULL ifp in nd6_lookup). So,
right now this code is broken and has no "real" base users.

Differential Revision: https://reviews.freebsd.org/D3699
/freebsd-current/sys/netinet6/
H A Dnd6.hdiff 1558cb24 Sat Sep 26 23:29:34 MDT 2015 Alexander V. Chernikov <melifaro@FreeBSD.org> Eliminate nd6_nud_hint() and its TCP bindings.

Initially function was introduced in r53541 (KAME initial commit) to
"provide hints from upper layer protocols that indicate a connection
is making "forward progress"" (quote from RFC 2461 7.3.1 Reachability
Confirmation).
However, it was converted to do nothing (e.g. just return) in r122922
(tcp_hostcache implementation) back in 2003. Some defines were moved
to tcp_var.h in r169541. Then, it was broken (for non-corner cases)
by r186119 (L2<>L3 split) in 2008 (NULL ifp in nd6_lookup). So,
right now this code is broken and has no "real" base users.

Differential Revision: https://reviews.freebsd.org/D3699
H A Dnd6_nbr.cdiff 1558cb24 Sat Sep 26 23:29:34 MDT 2015 Alexander V. Chernikov <melifaro@FreeBSD.org> Eliminate nd6_nud_hint() and its TCP bindings.

Initially function was introduced in r53541 (KAME initial commit) to
"provide hints from upper layer protocols that indicate a connection
is making "forward progress"" (quote from RFC 2461 7.3.1 Reachability
Confirmation).
However, it was converted to do nothing (e.g. just return) in r122922
(tcp_hostcache implementation) back in 2003. Some defines were moved
to tcp_var.h in r169541. Then, it was broken (for non-corner cases)
by r186119 (L2<>L3 split) in 2008 (NULL ifp in nd6_lookup). So,
right now this code is broken and has no "real" base users.

Differential Revision: https://reviews.freebsd.org/D3699
H A Dnd6.cdiff 1558cb24 Sat Sep 26 23:29:34 MDT 2015 Alexander V. Chernikov <melifaro@FreeBSD.org> Eliminate nd6_nud_hint() and its TCP bindings.

Initially function was introduced in r53541 (KAME initial commit) to
"provide hints from upper layer protocols that indicate a connection
is making "forward progress"" (quote from RFC 2461 7.3.1 Reachability
Confirmation).
However, it was converted to do nothing (e.g. just return) in r122922
(tcp_hostcache implementation) back in 2003. Some defines were moved
to tcp_var.h in r169541. Then, it was broken (for non-corner cases)
by r186119 (L2<>L3 split) in 2008 (NULL ifp in nd6_lookup). So,
right now this code is broken and has no "real" base users.

Differential Revision: https://reviews.freebsd.org/D3699
/freebsd-current/sys/conf/
H A Dkern.post.mkdiff 1558abf6 Thu Oct 27 11:39:03 MDT 2005 Ruslan Ermilov <ru@FreeBSD.org> Rename the .dbg extension to .symbols, which matches "symbol-file"
gdb(1) command better, though I must admit it's confusing: these
files have not only [debugging] symbols, but much more than that.

Requested by: obrien
H A Dkmod.mkdiff 1558abf6 Thu Oct 27 11:39:03 MDT 2005 Ruslan Ermilov <ru@FreeBSD.org> Rename the .dbg extension to .symbols, which matches "symbol-file"
gdb(1) command better, though I must admit it's confusing: these
files have not only [debugging] symbols, but much more than that.

Requested by: obrien
/freebsd-current/sys/netinet/
H A Dtcp_reass.cdiff 1558cb24 Sat Sep 26 23:29:34 MDT 2015 Alexander V. Chernikov <melifaro@FreeBSD.org> Eliminate nd6_nud_hint() and its TCP bindings.

Initially function was introduced in r53541 (KAME initial commit) to
"provide hints from upper layer protocols that indicate a connection
is making "forward progress"" (quote from RFC 2461 7.3.1 Reachability
Confirmation).
However, it was converted to do nothing (e.g. just return) in r122922
(tcp_hostcache implementation) back in 2003. Some defines were moved
to tcp_var.h in r169541. Then, it was broken (for non-corner cases)
by r186119 (L2<>L3 split) in 2008 (NULL ifp in nd6_lookup). So,
right now this code is broken and has no "real" base users.

Differential Revision: https://reviews.freebsd.org/D3699
H A Dtcp_var.hdiff 1558cb24 Sat Sep 26 23:29:34 MDT 2015 Alexander V. Chernikov <melifaro@FreeBSD.org> Eliminate nd6_nud_hint() and its TCP bindings.

Initially function was introduced in r53541 (KAME initial commit) to
"provide hints from upper layer protocols that indicate a connection
is making "forward progress"" (quote from RFC 2461 7.3.1 Reachability
Confirmation).
However, it was converted to do nothing (e.g. just return) in r122922
(tcp_hostcache implementation) back in 2003. Some defines were moved
to tcp_var.h in r169541. Then, it was broken (for non-corner cases)
by r186119 (L2<>L3 split) in 2008 (NULL ifp in nd6_lookup). So,
right now this code is broken and has no "real" base users.

Differential Revision: https://reviews.freebsd.org/D3699
H A Dtcp_input.cdiff 1558cb24 Sat Sep 26 23:29:34 MDT 2015 Alexander V. Chernikov <melifaro@FreeBSD.org> Eliminate nd6_nud_hint() and its TCP bindings.

Initially function was introduced in r53541 (KAME initial commit) to
"provide hints from upper layer protocols that indicate a connection
is making "forward progress"" (quote from RFC 2461 7.3.1 Reachability
Confirmation).
However, it was converted to do nothing (e.g. just return) in r122922
(tcp_hostcache implementation) back in 2003. Some defines were moved
to tcp_var.h in r169541. Then, it was broken (for non-corner cases)
by r186119 (L2<>L3 split) in 2008 (NULL ifp in nd6_lookup). So,
right now this code is broken and has no "real" base users.

Differential Revision: https://reviews.freebsd.org/D3699
/freebsd-current/sys/dev/pci/
H A Dpci.cdiff 7fa8a688 Mon Sep 02 15:23:06 MDT 1996 Stefan Eßer <se@FreeBSD.org> Add preliminary support for the Orion PCI chip set. It is special in the
way it attaches multiple PCI buses directly to the CPU, instead of having
them hanging off from PCI to PCI bridges. This code is a hack, and will
be obsoleted by the planned rework of the PCI code, which will change the
dealing with PCI to PCI bridges and other special devices significantly.

The patch also adds a kern_devconf entry for PCI bus 0 which is assumed
to be a child of cpu0. The new PCI code will make it possible to hand out
the kern_devconf structure to a pci device being attached, since this is
(regretably, IMHO) required by a few ISA devices.

Finally there are new PCI ids for some Intel chip set devices, which had
already been known to 2.1.5R, but did not make it into -current. This closes
"kern/1558: PCI probe seems to have lost a device in -current".

Completed in 747 milliseconds