6930 Want collection of USB to Fast Ethernet Devices
commit6716431ba7de213d5c318e58dc24c8a36da9b068
authorRobert Mustacchi <rm@joyent.com>
Mon, 11 Apr 2016 21:20:14 +0000 (11 14:20 -0700)
committerRobert Mustacchi <rm@joyent.com>
Thu, 13 Oct 2016 14:51:15 +0000 (13 07:51 -0700)
tree175941b084fcb83e8510dcef36a65036882835e8
parent6aca388dc960a6bbce180ed28e5474f6ee850be8
6930 Want collection of USB to Fast Ethernet Devices
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Approved by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
35 files changed:
exception_lists/hdrchk
usr/src/pkg/manifests/driver-network-axf.mf [new file with mode: 0644]
usr/src/pkg/manifests/driver-network-udmf.mf [new file with mode: 0644]
usr/src/pkg/manifests/driver-network-upf.mf [new file with mode: 0644]
usr/src/pkg/manifests/driver-network-urf.mf [new file with mode: 0644]
usr/src/pkg/manifests/driver-usb-usbgem.mf [new file with mode: 0644]
usr/src/uts/common/Makefile.files
usr/src/uts/common/Makefile.rules
usr/src/uts/common/io/axf/THIRDPARTYLICENSE [new file with mode: 0644]
usr/src/uts/common/io/axf/THIRDPARTYLICENSE.descrip [new file with mode: 0644]
usr/src/uts/common/io/axf/ax88172reg.h [new file with mode: 0644]
usr/src/uts/common/io/axf/axf_usbgem.c [new file with mode: 0644]
usr/src/uts/common/io/udmf/THIRDPARTYLICENSE [new file with mode: 0644]
usr/src/uts/common/io/udmf/THIRDPARTYLICENSE.descrip [new file with mode: 0644]
usr/src/uts/common/io/udmf/dm9601reg.h [new file with mode: 0644]
usr/src/uts/common/io/udmf/udmf_usbgem.c [new file with mode: 0644]
usr/src/uts/common/io/upf/THIRDPARTYLICENSE [new file with mode: 0644]
usr/src/uts/common/io/upf/THIRDPARTYLICENSE.descrip [new file with mode: 0644]
usr/src/uts/common/io/upf/adm8511reg.h [new file with mode: 0644]
usr/src/uts/common/io/upf/upf_usbgem.c [new file with mode: 0644]
usr/src/uts/common/io/urf/THIRDPARTYLICENSE [new file with mode: 0644]
usr/src/uts/common/io/urf/THIRDPARTYLICENSE.descrip [new file with mode: 0644]
usr/src/uts/common/io/urf/rtl8150reg.h [new file with mode: 0644]
usr/src/uts/common/io/urf/urf_usbgem.c [new file with mode: 0644]
usr/src/uts/common/io/usbgem/THIRDPARTYLICENSE [new file with mode: 0644]
usr/src/uts/common/io/usbgem/THIRDPARTYLICENSE.descrip [new file with mode: 0644]
usr/src/uts/common/io/usbgem/usbgem.c [new file with mode: 0644]
usr/src/uts/common/io/usbgem/usbgem.h [new file with mode: 0644]
usr/src/uts/common/io/usbgem/usbgem_mii.h [new file with mode: 0644]
usr/src/uts/intel/Makefile.intel
usr/src/uts/intel/axf/Makefile [new file with mode: 0644]
usr/src/uts/intel/udmf/Makefile [new file with mode: 0644]
usr/src/uts/intel/upf/Makefile [new file with mode: 0644]
usr/src/uts/intel/urf/Makefile [new file with mode: 0644]
usr/src/uts/intel/usbgem/Makefile [new file with mode: 0644]