opnsense-src/tools/tools
Robert Watson 3be4cb0b4a Merge Neterion if_nxge driver version 2.0.9.11230 with the following
changes:

  01 -  Enhanced LRO:
  LRO feature is extended to support multi-buffer mode. Previously,
  Ethernet frames received in contiguous buffers were offloaded.
  Now, frames received in multiple non-contiguous buffers can be
  offloaded, as well. The driver now supports LRO for jumbo frames.

  02 - Locks Optimization:
  The driver code was re-organized to limit the use of locks.
  Moreover, lock contention was reduced by replacing wait locks
  with try locks.

  03 - Code Optimization:
  The driver code was re-factored  to eliminate some memcpy
  operations.  Fast path loops were optimized.

  04 - Tag Creations:
  Physical Buffer Tags are now optimized based upon frame size.
  For better performance, Physical Memory Maps are now re-used.

  05 - Configuration:
  Features such as TSO, LRO, and Interrupt Mode can be configured
  either at load or at run time. Rx buffer mode (mode 1 or mode 2)
  can be configured at load time through kenv.

  06 - Driver Statistics:
  Run time statistics are enhanced to provide better visibility
  into the driver performance.

  07 - Bug Fixes:
  The driver contains fixes for the problems discovered and
  reported since last submission.

  08 - MSI support:
  Added Message Signaled Interrupt feature which currently uses 1
  message.

  09  Removed feature:
  Rx 3 buffer mode feature has been removed. Driver now supports 1,
  2 and 5 buffer modes of which 2 and 5 buffer modes can be used
  for header separation.

  10  Compiler warning:
  Fixed compiler warning when compiled for 32 bit system.

  11 Copyright notice:
  Source files are updated with the proper copyright notice.

MFC after:	3 days
Submitted by:	Alicia Pena <Alicia dot Pena at neterion dot com>,
		Muhammad Shafiq <Muhammad dot Shafiq at neterion dot com>
2007-10-29 14:19:32 +00:00
..
aac Fix the path to aac_ioctl.h in the comment and style includes. 2005-11-06 15:47:06 +00:00
ansify Add a -c option to control caddr_t replacement (which was commented out in 2005-12-13 22:21:46 +00:00
ath create empty opt_ah.h for compiling athstats.o; it just needs 2007-02-02 02:39:56 +00:00
backout_commit Add a getopt-ified version of an old tool that I've been using for ages: 2003-01-31 22:08:14 +00:00
build_option_survey Get the MK_FOO column right 2006-03-25 21:51:46 +00:00
commitsdb Fix a bug that showed up when trying to produce a database for 2002-10-17 16:29:26 +00:00
crypto Update structure name to follow the new IPsec code. 2007-09-19 08:50:55 +00:00
editing Add some emacs code to make cc-mode almost compatible to style(9). 1998-12-15 16:51:49 +00:00
epfe $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
find-sb Add fs_unrefs field to the super block structure. 2006-10-31 22:18:33 +00:00
gdb_regofs Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
genericize Avoid triggering autovivification of %config entries, which would result in 2006-01-30 10:46:01 +00:00
hcomp A Perl script which tries to "compress" headers by removing comments and 2003-08-04 13:10:01 +00:00
html-mv $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ifinfo Add a new leaf to the net.link.generic.ifdata.%d sysctl to retrieve 2006-01-04 12:57:09 +00:00
ipw Fix type warnings on 64-bit machines. 2006-06-21 09:52:37 +00:00
iwi Style: NO_MAN doesn't need any value. 2006-03-15 10:46:38 +00:00
kdrv Fix typos; each file has at least one s/seperat/separat/ 2002-08-11 13:05:30 +00:00
kernelcruft This simple shell-script tries to find *.c files under /sys 2001-11-05 22:06:09 +00:00
kerninclude Update this to reflect changes in config(8) usage. 2001-04-23 17:31:16 +00:00
kernxref Update a little bit. 2005-02-10 12:47:55 +00:00
kttcp Make kttcp work in -stable (and -current) 2004-12-13 20:40:16 +00:00
mfc Fix commit mail retrieval when using message-id. 2007-07-10 15:30:15 +00:00
mfi Expand a comment for clarity and fix a missed substitution. 2007-01-02 04:51:26 +00:00
mid Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ 2002-12-30 21:18:15 +00:00
ministat Improve input parsing: 2006-08-28 08:27:02 +00:00
mtxstat add a command to calculate the ratios of cnt_hold and cnt_lock to locks 2004-07-27 00:36:53 +00:00
nanobsd Add option to not fill second code image, this makes the full disk 2007-08-26 14:57:08 +00:00
ncpus fixups 2006-03-06 21:51:27 +00:00
net80211 wlandebug has been moved to the base system. 2007-07-28 00:18:24 +00:00
netrate Add 's' after printing the send interval to make it clear it's a send 2007-02-08 15:37:13 +00:00
nxge Merge Neterion if_nxge driver version 2.0.9.11230 with the following 2007-10-29 14:19:32 +00:00
pciid Update the location of the Hart's database as well. 2004-06-28 11:46:48 +00:00
pciroms Make the PCI code aware of PCI domains (aka PCI segments) so we can 2007-09-30 11:05:18 +00:00
pirtool Remove 3rd clause, per email from bms 2007-01-11 05:00:30 +00:00
portsinfo $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
prstats Long-forgotten patch: warn if a closed PR has no "closed by" 2002-04-15 06:36:22 +00:00
release Understand the old pseudo-device config(8) file directive, for 4.x. 2003-11-28 08:58:44 +00:00
scsi-defects $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
syscall_timing Add a few more system call timing cases: 2005-08-03 17:33:46 +00:00
sysdoc Add sysdoc, a small set of scripts which will parse a kernel binary and 2005-03-01 05:48:37 +00:00
tinybsd Bring in two fixes for TinyBSD: 2007-08-22 18:45:00 +00:00
umastat Allow to use umastat on coredumps. 2007-02-06 17:57:20 +00:00
usb Script for downloading and printing in hex, the offical vendor ID's from 2004-04-18 05:37:34 +00:00
vop_table - Initial revamp of vop_table.tcl. This scripting is ugly and will be 2005-01-05 06:53:03 +00:00
whereintheworld Avoid an undef warning. 2003-02-15 14:30:51 +00:00
README Neterion Xframe 10GbE Server/Storage adapter driver. 2007-06-29 22:47:18 +00:00

# $FreeBSD$

This directory is for tools.

A tool is something which is sometimes useful, and doesn't fit any of
the other categories.

Please make a subdir per program, and add a brief description to this
file.

ansify		Convert K&R-style function definitions to ANSI style
ath		Tools specific to the Atheros 802.11 support
backout_commit	A tool for reading in a commit message and generating
		a script that will backout the commit.
commitsdb	A tool for reconstructing commit history using md5
		checksums of the commit logs.
crypto		Test and exercise tools related to the crypto framework
diffburst	OBSOLETE: equivalent functionality is available via split -p.
		For example: "split -p ^diff < patchfile". See split(1).
editing		Editor modes and the like to help editing FreeBSD code.
epfe 		Extract printing filter examples from printing.sgml.
find-sb		Scan a disk for possible filesystem superblocks.
gdb_regofs	A simple tool that prints out a register offset table
		for mapping gdb(1) register numbers to struct reg and
		struct fpreg offsets. The tool is useful on selected
		platforms only.
genericize	Turn a kernel config into something that can more easily
		be diffed against the appropriate GENERIC.
hcomp		Compress header files by removing comments and whitespace.
html-mv         Rename HTML generated filenames to human readable filenames.
ifinfo		Uses the interface MIB to print out all the information
		an interface exports in an ugly form.
iwi		Tools specific to the Intel PRO/Wireless 2200BG/2225BG/2915ABG
		support.
kdrv		KernelDriver; add/list/remove third-party kernel driver
		source to/in/from a kernel source tree.
kernelcruft	Shellscript to find orphaned *.c files in /sys
kerninclude	Shellscript to find unused #includes in the kernel.
kernxref	Shellscript to cross reference symbols in the LINT kernel.
kttcp		An in-kernel version of the ttcp network performance tool
mfc		Merge a directory from HEAD to a branch where it does not
		already exist and other MFC related script(s).
mid	 	Create a Message-ID database for mailing lists.
ncpus		Count the number of processors
nxge		A diagnostic tool for the nxge(4) driver
pciid		Generate src/share/misc/pci_vendors.
pciroms		A tool for dumping PCI ROM images. WARNING: alpha quality.
pirtool		A tool for dumping the $PIR table on i386 machines at runtime.
portsinfo 	Generate list of new ports for last two weeks.
prstats		Generate statistics about the PR database.
recoverdisk	Copy as much data as possible from a deffective disk.
scsi-defects	Get at the primary or grown defect list of a SCSI disk.
sysdoc		Build a manual page with available sysctls for a specific
		kernel configuration.
tinybsd		Script to build FreeBSD embedded systems.
vop_table	Generates a HTML document that shows all the VOP's in
		the kernel.
whereintheworld	Summarizes "make world" output.