Date: Wed, 29 Jun 2011 16:20:52 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/e1000 if_em.c if_igb.c if_igb.h Message-ID: <201106291621.p5TGLBVf069255@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2011-06-29 16:20:52 UTC
FreeBSD src repository
Modified files:
sys/dev/e1000 if_em.c if_igb.c if_igb.h
Log:
SVN rev 223676 on 2011-06-29 16:20:52Z by jhb
- Add read-only sysctls for all of the tunables supported by the igb and
em drivers.
- Make the per-instance 'enable_aim' sysctl truly per-instance by having it
change a per-instance variable (which is used to control AIM) rather
than having all of the per-instance sysctls operate on a single global
variable.
Reviewed by: jfv (earlier version)
MFC after: 1 week
Revision Changes Path
1.74 +29 -0 src/sys/dev/e1000/if_em.c
1.72 +23 -5 src/sys/dev/e1000/if_igb.c
1.24 +1 -0 src/sys/dev/e1000/if_igb.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106291621.p5TGLBVf069255>
