]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add QLogic 10 Gigabit Ethernet & CNA Adapter Driver version 1.30
authorBjoern A. Zeeb <bz@FreeBSD.org>
Thu, 3 Nov 2011 21:20:22 +0000 (21:20 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Thu, 3 Nov 2011 21:20:22 +0000 (21:20 +0000)
commit0bc7cf6fde4083c1a0cdf29b26075699028909e0
tree042f30af3a8e692e6a78bfd0f296e112e5d65dc1
parent1fef78c3f02e285cac38e9b81161793a71c15bd3
Add QLogic 10 Gigabit Ethernet & CNA Adapter Driver version 1.30
for 3200 and 8200 series cards.

Submitted by: David C Somayajulu (david.somayajulu@qlogic.com),
Qlogic Corporation
MFC After: 3 days
21 files changed:
share/man/man4/Makefile
share/man/man4/qlxgb.4 [new file with mode: 0644]
sys/conf/files.amd64
sys/dev/qlxgb/README.txt [new file with mode: 0644]
sys/dev/qlxgb/qla_dbg.c [new file with mode: 0644]
sys/dev/qlxgb/qla_dbg.h [new file with mode: 0644]
sys/dev/qlxgb/qla_def.h [new file with mode: 0644]
sys/dev/qlxgb/qla_glbl.h [new file with mode: 0644]
sys/dev/qlxgb/qla_hw.c [new file with mode: 0644]
sys/dev/qlxgb/qla_hw.h [new file with mode: 0644]
sys/dev/qlxgb/qla_inline.h [new file with mode: 0644]
sys/dev/qlxgb/qla_ioctl.c [new file with mode: 0644]
sys/dev/qlxgb/qla_ioctl.h [new file with mode: 0644]
sys/dev/qlxgb/qla_isr.c [new file with mode: 0644]
sys/dev/qlxgb/qla_misc.c [new file with mode: 0644]
sys/dev/qlxgb/qla_os.c [new file with mode: 0644]
sys/dev/qlxgb/qla_os.h [new file with mode: 0644]
sys/dev/qlxgb/qla_reg.h [new file with mode: 0644]
sys/dev/qlxgb/qla_ver.h [new file with mode: 0644]
sys/modules/Makefile
sys/modules/qlxgb/Makefile [new file with mode: 0644]