<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/qlnx/qlnxe/qlnx_ioctl.c, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>sys: Remove $FreeBSD$: one-line .c pattern</title>
<updated>2023-08-16T17:54:36+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=685dc743dc3b5645e34836464128e1c0558b404b'/>
<id>685dc743dc3b5645e34836464128e1c0558b404b</id>
<content type='text'>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
</pre>
</div>
</content>
</entry>
<entry>
<title>Mechanically convert qlnx(4) to IfAPI</title>
<updated>2023-03-24T14:09:53+00:00</updated>
<author>
<name>Justin Hibbits</name>
<email>jhibbits@FreeBSD.org</email>
</author>
<published>2022-09-23T15:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=727bfe3894abaec854e580e52d352a8945f12185'/>
<id>727bfe3894abaec854e580e52d352a8945f12185</id>
<content type='text'>
Reviewed By:	zlei
Sponsored by:	Juniper Networks, Inc.
Differential Revision: https://reviews.freebsd.org/D37856
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed By:	zlei
Sponsored by:	Juniper Networks, Inc.
Differential Revision: https://reviews.freebsd.org/D37856
</pre>
</div>
</content>
</entry>
<entry>
<title>qlnx: Remove unused variables.</title>
<updated>2022-04-08T00:01:27+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2022-04-08T00:01:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=91aa93eb675aa916df6b5fd1166ee0bce1cef9dd'/>
<id>91aa93eb675aa916df6b5fd1166ee0bce1cef9dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>qlnx: clean up empty lines in .c and .h files</title>
<updated>2020-09-01T21:57:33+00:00</updated>
<author>
<name>Mateusz Guzik</name>
<email>mjg@FreeBSD.org</email>
</author>
<published>2020-09-01T21:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3720573374e85eb44c56c43ee2d900adef59e250'/>
<id>3720573374e85eb44c56c43ee2d900adef59e250</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for QLNX_RCV_IN_TASKQ - i.e., Rx only in TaskQ.</title>
<updated>2018-07-25T02:36:55+00:00</updated>
<author>
<name>David C Somayajulu</name>
<email>davidcs@FreeBSD.org</email>
</author>
<published>2018-07-25T02:36:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=217ec20885fd2a44a9bb369b8d69eb35139ffafc'/>
<id>217ec20885fd2a44a9bb369b8d69eb35139ffafc</id>
<content type='text'>
Added support for LLDP passthru
Upgrade ECORE to version 8.33.5.0
Upgrade STORMFW to version 8.33.7.0
Added support for SRIOV

MFC after:5 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added support for LLDP passthru
Upgrade ECORE to version 8.33.5.0
Upgrade STORMFW to version 8.33.7.0
Added support for SRIOV

MFC after:5 days
</pre>
</div>
</content>
</entry>
<entry>
<title>qlnx: gcc build errors</title>
<updated>2017-07-18T06:15:05+00:00</updated>
<author>
<name>Ryan Libby</name>
<email>rlibby@FreeBSD.org</email>
</author>
<published>2017-07-18T06:15:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d576ccdf01a4c6f8f02e8ed7e72290c729d68de6'/>
<id>d576ccdf01a4c6f8f02e8ed7e72290c729d68de6</id>
<content type='text'>
Propagate warning flags from kern.opts.mk and then fix minor -Werror
issues when building with gcc from -Wredundant-decls, -Wnested-externs,
-Wuninitialized.

Reviewed by:	davidcs
Approved by:	markj (mentor)
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D11413
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Propagate warning flags from kern.opts.mk and then fix minor -Werror
issues when building with gcc from -Wredundant-decls, -Wnested-externs,
-Wuninitialized.

Reviewed by:	davidcs
Approved by:	markj (mentor)
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D11413
</pre>
</div>
</content>
</entry>
<entry>
<title>QL_DPRINT macro modfied to handle multiple args; print line#.</title>
<updated>2017-05-16T21:46:30+00:00</updated>
<author>
<name>David C Somayajulu</name>
<email>davidcs@FreeBSD.org</email>
</author>
<published>2017-05-16T21:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7a377fbeb1b2e2fcfb726d2c9fca568dbbc9c2be'/>
<id>7a377fbeb1b2e2fcfb726d2c9fca568dbbc9c2be</id>
<content type='text'>
Submitted by:Shminderjit.Singh@cavium.com
MFC after:3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:Shminderjit.Singh@cavium.com
MFC after:3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 25/40/100Gigabit Ethernet Driver version v1.3.0 for Cavium Inc's.</title>
<updated>2017-04-04T06:16:59+00:00</updated>
<author>
<name>David C Somayajulu</name>
<email>davidcs@FreeBSD.org</email>
</author>
<published>2017-04-04T06:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=11e25f0da37e023dccdc0e571e0c0e5e7b11bee5'/>
<id>11e25f0da37e023dccdc0e571e0c0e5e7b11bee5</id>
<content type='text'>
Qlogic 45000 Series Adapters

MFC after:2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Qlogic 45000 Series Adapters

MFC after:2 weeks
</pre>
</div>
</content>
</entry>
</feed>
