<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/modules/Makefile, branch release/9.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F9.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F9.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2011-11-28T20:43:50Z</updated>
<entry>
<title>Add the sfxge(4) device driver, providing support for 10Gb Ethernet adapters</title>
<updated>2011-11-28T20:43:50Z</updated>
<author>
<name>Philip Paeps</name>
<email>philip@FreeBSD.org</email>
</author>
<published>2011-11-28T20:43:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cd78e102efcad25e56681cae6ceb69c32bf5a644'/>
<id>urn:sha1:cd78e102efcad25e56681cae6ceb69c32bf5a644</id>
<content type='text'>
based on Solarflare SFC9000 family controllers.  The driver supports jumbo
frames, transmit/receive checksum offload, TCP Segmentation Offload (TSO),
Large Receive Offload (LRO), VLAN checksum offload, VLAN TSO, and Receive Side
Scaling (RSS) using MSI-X interrupts.

This work was sponsored by Solarflare Communications, Inc.

My sincere thanks to Ben Hutchings for doing a lot of the hard work!

Sponsored by:	Solarflare Communications, Inc.
Approved by:	re (bz)
</content>
</entry>
<entry>
<title>MFC: r227006, r227281, r227282</title>
<updated>2011-11-07T13:40:54Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2011-11-07T13:40:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=66b280587642b9c7bf1e293ff48954cdfabfe421'/>
<id>urn:sha1:66b280587642b9c7bf1e293ff48954cdfabfe421</id>
<content type='text'>
Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 and
replace amd(4) with the former in the amd64, i386 and pc98 GENERIC kernel
configuration files. Besides duplicating functionality, amd(4), which
previously also supported the AMD Am53C974, unlike esp(4) is no longer
maintained and has accumulated enough bit rot over time to always cause
a panic during boot as long as at least one target is attached to it
(see PR 124667).

PR:		124667
Approved by:	re (kib)
Obtained from:	NetBSD (based on)
</content>
</entry>
<entry>
<title>MFC r227064:</title>
<updated>2011-11-06T20:29:18Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2011-11-06T20:29:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=86cd21819cdf14f0889fe5fea61874b783189fb6'/>
<id>urn:sha1:86cd21819cdf14f0889fe5fea61874b783189fb6</id>
<content type='text'>
  Add QLogic 10 Gigabit Ethernet &amp; CNA Adapter Driver version 1.30
  for 3200 and 8200 series cards.

  Submitted by: David C Somayajulu (david.somayajulu@qlogic.com),
                Qlogic Corporation

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC r227085:</title>
<updated>2011-11-06T17:31:57Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2011-11-06T17:31:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e9d5f270969a65647144f2454c4f50e39ca21d96'/>
<id>urn:sha1:e9d5f270969a65647144f2454c4f50e39ca21d96</id>
<content type='text'>
  Always use the opt_*.h options for ipfw.ko, not just when
  compiled into the kernel.
  Do not try to build the module in case of no INET support but
  keep #error calls for now in case we would compile it into the
  kernel.

  This should fix an issue where the module would fail to enable
  IPv6 support from the rc framework, but also other INET and INET6
  parts being silently compiled out without giving a warning in the
  module case.

  While here garbage collect unneeded opt_*.h includes.
  opt_ipdn.h is not used anywhere but we need to leave the DUMMYNET
  entry in options for conditional inclusion in kernel so keep the
  file with the same name.

  Reported by:  pluknet
  Reviewed by:  plunket, jhb

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC r226026:</title>
<updated>2011-10-07T20:40:45Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2011-10-07T20:40:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5f784c88cc564ae1edbeaf3b3ecb316abf6e6b7b'/>
<id>urn:sha1:5f784c88cc564ae1edbeaf3b3ecb316abf6e6b7b</id>
<content type='text'>
Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4).  Many
thanks for their contiued support to FreeBSD.

This is version 10.80.00.003 from codeset 10.2.1 [1]

Obtained from:	LSI http://kb.lsi.com/Download16574.aspx [1]
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>Connect the vxge(4) module to the i386/amd64 build.</title>
<updated>2011-09-12T20:57:22Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2011-09-12T20:57:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2304f22dd9a246bec81b1c1a3f639c97c7edb040'/>
<id>urn:sha1:2304f22dd9a246bec81b1c1a3f639c97c7edb040</id>
<content type='text'>
Catcher of stupid errors: kib
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>Update packet filter (pf) code to OpenBSD 4.5.</title>
<updated>2011-06-28T11:57:25Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2011-06-28T11:57:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e0bfbfce7922dd3c28eb072b599c6bb8f65f039e'/>
<id>urn:sha1:e0bfbfce7922dd3c28eb072b599c6bb8f65f039e</id>
<content type='text'>
You need to update userland (world and ports) tools
to be in sync with the kernel.

Submitted by:	mlaier
Submitted by:	eri
</content>
</entry>
<entry>
<title>Fix the kgssapi so that it can be loaded as a module. Currently</title>
<updated>2011-06-19T22:08:55Z</updated>
<author>
<name>Rick Macklem</name>
<email>rmacklem@FreeBSD.org</email>
</author>
<published>2011-06-19T22:08:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7e7fd7d177c641879ad881c0d9011220fc384845'/>
<id>urn:sha1:7e7fd7d177c641879ad881c0d9011220fc384845</id>
<content type='text'>
the NFS subsystems use five of the rpcsec_gss/kgssapi entry points,
but since it was not obvious which others might be useful, all
nineteen were included. Basically the nineteen entry points are
set in a structure called rpc_gss_entries and inline functions
defined in sys/rpc/rpcsec_gss.h check for the entry points being
non-NULL and then call them. A default value is returned otherwise.
Requested by rwatson.

Reviewed by:	jhb
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Add I2C bus driver for the AMD Geode LX series CS5536 Companion</title>
<updated>2011-05-15T14:01:23Z</updated>
<author>
<name>Henrik Brix Andersen</name>
<email>brix@FreeBSD.org</email>
</author>
<published>2011-05-15T14:01:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=149d1c897ec65a35ce3742bca80f5ca49dd3123f'/>
<id>urn:sha1:149d1c897ec65a35ce3742bca80f5ca49dd3123f</id>
<content type='text'>
Device.

Reviewed by:    jhb (newbus bits only), adrian
</content>
</entry>
<entry>
<title>Update carp, gre and pf module builds to be depenent on INET and/or</title>
<updated>2011-04-30T17:59:54Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2011-04-30T17:59:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=af8a927e14e3216e5c03edcb9365f010356cc260'/>
<id>urn:sha1:af8a927e14e3216e5c03edcb9365f010356cc260</id>
<content type='text'>
INET6_SUPPORT.

Reviewed by:	gnn (slightly earlier version without pf)
Sponsored by:	The FreeBSD Foundation
Sponsored by:	iXsystems
MFC after:	2 weeks
</content>
</entry>
</feed>
