<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/neta/Makefile, branch releng/15.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Remove residual blank line at start of Makefile</title>
<updated>2024-07-15T22:43:39+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2024-07-15T04:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e9ac41698b2f322d55ccf9da50a3596edb2c1800'/>
<id>e9ac41698b2f322d55ccf9da50a3596edb2c1800</id>
<content type='text'>
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
</pre>
</div>
</content>
</entry>
<entry>
<title>sys: Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-16T17:54:58+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=031beb4e239bfce798af17f5fe8dba8bcaf13d99'/>
<id>031beb4e239bfce798af17f5fe8dba8bcaf13d99</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</pre>
</div>
</content>
</entry>
<entry>
<title>neta: need clknode_if.h</title>
<updated>2022-01-04T23:01:14+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2022-01-04T22:24:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c47e2e5170491933f9b756eefeb8f315f3572942'/>
<id>c47e2e5170491933f9b756eefeb8f315f3572942</id>
<content type='text'>
clknode_if.h is needed for this device on aarch64. Create it always.

Sponsored by:		Netflix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
clknode_if.h is needed for this device on aarch64. Create it always.

Sponsored by:		Netflix
</pre>
</div>
</content>
</entry>
<entry>
<title>if_mvneta: Build the driver as a kernel module</title>
<updated>2021-09-20T08:58:58+00:00</updated>
<author>
<name>Hubert Mazur</name>
<email>hum@semihalf.com</email>
</author>
<published>2021-09-13T09:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b831f9ce7079b040b5f319b9c0f60daba4c6151a'/>
<id>b831f9ce7079b040b5f319b9c0f60daba4c6151a</id>
<content type='text'>
Fix device detach and attach routine. Add required Makefile
to build as a module. Remove entry from GENERIC, since now
it can be loaded automatically.

Tested on EspressoBin.

Obtained from:		Semihalf
Reviewed by:		manu
Differential revision:	https://reviews.freebsd.org/D31581
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix device detach and attach routine. Add required Makefile
to build as a module. Remove entry from GENERIC, since now
it can be loaded automatically.

Tested on EspressoBin.

Obtained from:		Semihalf
Reviewed by:		manu
Differential revision:	https://reviews.freebsd.org/D31581
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "if_mvneta: Build the driver as a kernel module"</title>
<updated>2021-09-14T09:49:59+00:00</updated>
<author>
<name>Wojciech Macek</name>
<email>wma@FreeBSD.org</email>
</author>
<published>2021-09-14T09:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ba4d9d9d5b2478bb97676a7fa031ef271f1075c9'/>
<id>ba4d9d9d5b2478bb97676a7fa031ef271f1075c9</id>
<content type='text'>
This reverts commit bcf5c7a8b1dcdcd5f27c1aa694f66208dc07a0dd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit bcf5c7a8b1dcdcd5f27c1aa694f66208dc07a0dd.
</pre>
</div>
</content>
</entry>
<entry>
<title>if_mvneta: Build the driver as a kernel module</title>
<updated>2021-09-14T06:29:53+00:00</updated>
<author>
<name>Hubert Mazur</name>
<email>hum@semihalf.com</email>
</author>
<published>2021-09-13T09:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bcf5c7a8b1dcdcd5f27c1aa694f66208dc07a0dd'/>
<id>bcf5c7a8b1dcdcd5f27c1aa694f66208dc07a0dd</id>
<content type='text'>
Fix device detach and attach routine. Add required Makefile
to build as a module. Remove entry from GENERIC, since now
it can be loaded automatically.

Tested on EspressoBin.

Obtained from:		Semihalf
Reviewed by:		manu
Differential revision:	https://reviews.freebsd.org/D31581
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix device detach and attach routine. Add required Makefile
to build as a module. Remove entry from GENERIC, since now
it can be loaded automatically.

Tested on EspressoBin.

Obtained from:		Semihalf
Reviewed by:		manu
Differential revision:	https://reviews.freebsd.org/D31581
</pre>
</div>
</content>
</entry>
</feed>
