Various fixes, also the driver can be compiled into the kernel now.

This commit is contained in:
Christian Brueffer 2007-03-14 07:46:57 +00:00
parent f32c186149
commit 32a0d5b100
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167534

View File

@ -31,22 +31,22 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd Mar 7, 2007 .Dd March 14, 2007
.Dt CXGB 4 .Dt CXGB 4
.Os .Os
.Sh NAME .Sh NAME
.Nm cxgb .Nm cxgb
.Nd "Chelsio T3 10 Gigabit Ethernet adapter driver" .Nd "Chelsio T3 10 Gigabit Ethernet adapter driver"
.Sh SYNOPSIS .Sh SYNOPSIS
.\"To compile this driver into the kernel, To compile this driver into the kernel,
.\"place the following lines in your place the following lines in your
.\"kernel configuration file: kernel configuration file:
.\".Bd -ragged -offset indent .Bd -ragged -offset indent
.\".Cd "device firmware" .Cd "device firmware"
.\".Cd "device cxgb" .Cd "device cxgb"
.Ed .Ed
.Pp .Pp
to load the driver as a To load the driver as a
module at boot time, place the following lines in module at boot time, place the following lines in
.Xr loader.conf 5 : .Xr loader.conf 5 :
.Bd -literal -offset indent .Bd -literal -offset indent
@ -124,9 +124,10 @@ The
device driver first appeared in device driver first appeared in
.Fx 7.0 . .Fx 7.0 .
.Sh AUTHORS .Sh AUTHORS
.An -nosplit
The The
.Nm .Nm
driver was written by driver was written by
.An Kip Macy Aq kmacyFreeBSD.org .An Kip Macy Aq kmacyFreeBSD.org
.An with substantial support from Scott Long Aq scottl@FreeBSD.org with substantial support from
.An Scott Long Aq scottl@FreeBSD.org