| Age | Commit message (Collapse) | Author |
|
These drivers are not compiled by default, so were missed in the
conversion.
Sponsored by: Juniper Networks, Inc.
|
|
Call bus_generic_detach first and return any error. Remove no longer
needed individual device_delete_child calls.
Differential Revision: https://reviews.freebsd.org/D47970
|
|
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47675
|
|
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D47674
|
|
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D45852
|
|
Change 4787572d0580 made if_alloc_domain() never fail, then also do the
wrappers if_alloc(), if_alloc_dev(), and if_gethandle().
No functional change intended.
Reviewed by: kp, imp, glebius, stevek
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D45740
|
|
No functional change intended.
MFC after: 1 week
|
|
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
|
Sponsored by: Juniper Networks, Inc.
|
|
Sponsored by: Juniper Networks, Inc.
Fixes: 2e6a8c1ae
|
|
Reviewed by: kd
Sponsored by: Juniper Networks, Inc.
Differential Revision: https://reviews.freebsd.org/D37813
|
|
|
|
|
|
|
|
This patch is cosmetic. It checks if allocation of ifnet structure failed.
It's better to have this check rather than assume positive scenario.
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
Reported by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
Notes:
svn path=/head/; revision=328377
|
|
This is Micrel KSZ8995MA driver code. KSZ8995MA uses SPI bus to control.
This code is written & tested on @SRCHACK's ksz8995ma board and FON2100
with gpiospi.
etherswitchcfg support commands: addtag, ingress, striptag, dropuntagged.
Submitted by: Hiroki Mori <yamori813@yahoo.co.jp>
Reviewed by: mizhka, adrian
Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D8790
Notes:
svn path=/head/; revision=312204
|