Revision b03c720211ea5ec027ad85f1e147e3d8122429ba authored by Pyun YongHyeon on 14 January 2010, 21:54:20 UTC, committed by Pyun YongHyeon on 14 January 2010, 21:54:20 UTC
  Add bus_dma(9) and endianness support to ste(4).
   o Sorted includes and added missing header files.
   o Added basic endianness support. In theory ste(4) should work on
     any architectures.
   o Remove the use of contigmalloc(9), contigfree(9) and vtophys(9).
   o Added 8 byte alignment limitation of TX/RX descriptor.
   o Added 1 byte alignment requirement for TX/RX buffers.
   o ste(4) controllers does not support DAC. Limit DMA address space
     to be within 32bit address.
   o Added spare DMA map to gracefully recover from DMA map failure.
   o Removed dead code for checking STE_RXSTAT_DMADONE bit. The bit
     was already checked in each iteration of loop so it can't be true.
   o Added second argument count to ste_rxeof(). It is used to limit
     number of iterations done in RX handler. ATM polling is the only
     consumer.
   o Removed ste_rxeoc() which was added to address RX stuck issue
     (cvs rev 1.66). Unlike TX descriptors, ST201 supports chaining
     descriptors to form a ring for RX descriptors. If RX descriptor
     chaining is not supported it's possible for controller to stop
     receiving incoming frames once controller pass the end of RX
     descriptor which in turn requires driver post new RX
     descriptors to receive more frames. For TX descriptors which
     does not support chaning, we exactly do manual chaining in
     driver by concatenating new descriptors to the end of previous
     TX chain.
     Maybe the workaround was borrowed from other drivers that does
     not support RX descriptor chaining, which is not valid for ST201
     controllers. I still have no idea how this address RX stuck
     issue and I can't reproduce the RX stuck issue on DFE-550TX
     controller.
   o Removed hw.ste_rxsyncs sysctl as the workaround was removed.
   o TX/RX side bus_dmamap_load_mbuf_sg(9) support.
   o Reimplemented optimized ste_encap().
   o Simplified TX logic of ste_start_locked().
   o Added comments for TFD/RFD requirements.
   o Increased number of RX descriptors to 128 from 64. 128 gave much
     better performance than 64 under high network loads.
1 parent d982c88
Raw File
MAINTAINERS
$FreeBSD$

Please note that the content of this file is strictly advisory.
No locks listed here are valid.  The only strict review requirements
are granted by core.  These are documented in src/LOCKS and enforced
by CVSROOT/approvers.

The source tree is a community effort.  However, some folks go to the
trouble of looking after particular areas of the tree.  In return for
their active caretaking of the code it is polite to coordinate changes
with them.  This is a list of people who have expressed an interest in
part of the code or listed their active caretaking role so that other
committers can easily find somebody who is familiar with it.  The notes
should specify if there is a 3rd party source tree involved or other
things that should be kept in mind.

However, this is not a 'big stick', it is an offer to help and a source
of guidance.  It does not override the communal nature of the tree.
It is not a registry of 'turf' or private property.

subsystem	login	notes
-----------------------------
kqueue		jmg	Pre-commit review requested.
mergemaster	dougb	Prefers to pre-approve commits
libc/posix1e	rwatson	Pre-commit review requested.
POSIX.1e ACLs	rwatson	Pre-commit review requested.
UFS EAs		rwatson	Pre-commit review requested.
MAC Framework	rwatson	Pre-commit review requested.
MAC Modules	rwatson	Pre-commit review requested.
contrib/openbsm	rwatson	Pre-commit review requested.
sys/security/audit	rwatson	Pre-commit review requested.
ATA/IDE		sos	Pre-commit review requested.
ahc(4)		gibbs	Pre-commit review requested.
ahd(4)		gibbs	Pre-commit review requested.
NEWCARD		imp	Pre-commit review requested.
OLDCARD		imp	Pre-commit review requested.
pci bus		imp,jhb	Pre-commit review requested.
cdboot		jhb	Pre-commit review requested.
pxeboot		jhb	Pre-commit review requested.
witness		jhb	Pre-commit review requested.
twe		aradford@amcc.com	Pre-commit review requested
twa		aradford@amcc.com	Pre-commit review requested
CAM		gibbs,
		ken	Pre-commit review requested. send to scsi@freebsd.org
devstat(9)	ken	Pre-commit review requested.
camcontrol(8)	ken	Pre-commit review requested.
libcam		ken	Pre-commit review requested.
libdevstat	ken	Pre-commit review requested.
iostat(8)	ken	Pre-commit review requested.
cd(4)		ken	Pre-commit review requested.
pass(4)		ken	Pre-commit review requested.
ch(4)		ken	Pre-commit review requested.
isp(4)		mjacob	Pre-commit review requested.
em(4)		jfv	Pre-commit review requested.
tdfx(4)		cokane  Just keep me informed of changes, try not to break it.
sendmail	gshapiro	Pre-commit review requested.
etc/mail	gshapiro	Pre-commit review requested.
				Keep in sync with -STABLE.
etc/sendmail	gshapiro	Pre-commit review requested.
				Keep in sync with -STABLE.
libfetch	des	Advance notification requested.
fetch		des	Advance notification requested.
libpam		des	Pre-commit review requested.
openssh		des	Pre-commit review requested.
pseudofs	des	Advance notification requested.
procfs		des	Advance notification requested.
linprocfs	des	Advance notification requested.
lpr		gad	Pre-commit review requested, particularly for
			lpd/recvjob.c and lpd/printjob.c.
newsyslog(8)	gad	Heads-up appreciated.  I'm going thru the PR's for it.
pkill		gad	Heads-up appreciated.
ps		gad	I am working on a number of changes to this.  Would
			like advance notice of major changes planned to it.
cvs		peter	Heads-up appreciated, try not to break it.
nvi		peter	Try not to break it.
libz		peter	Try not to break it.
pppd/chat	peter	Try not to break it.
groff		ru	Recommends pre-commit review.
share/mk	ru	This is a vital component of the build system, so I
			offer a pre-commit review for anything non-trivial.
ipfw		ipfw	Pre-commit review preferred. send to ipfw@freebsd.org
drm		anholt	Just keep me informed of changes, try not to break it.
libufs		jmallett	Willing to handle problems, help with work.
fdc(4)		joerg	Just keep me informed of changes, try not to break it.
sppp(4)		joerg	Just keep me informed of changes, try not to break it.
unifdef(1)	fanf	Pre-commit review requested.
ntp         	roberto	Pre-commit review requested.
inetd		dwmalone	Recommends pre-commit review.
nwfs		bp	In case of functional changes pre-commit review
			requested.
contrib/smbfs	bp	Open for in-tree committs. In case of functional
			changes pre-commit review requested.
contrib/pf	mlaier	Pre-commit review requested.
binutils	obrien	Insists on BU blocked from unapproved commits
file		obrien	Insists to keep file blocked from other's unapproved
			commits
contrib/bzip2	obrien	Pre-commit review required.
lukemftpd	obrien	Pre-commit review required.
geom_concat	pjd	Pre-commit review preferred.
geom_eli	pjd	Pre-commit review preferred.
geom_gate	pjd	Pre-commit review preferred.
geom_label	pjd	Pre-commit review preferred.
geom_mirror	pjd	Pre-commit review preferred.
geom_nop	pjd	Pre-commit review preferred.
geom_raid3	pjd	Pre-commit review preferred.
geom_shsec	pjd	Pre-commit review preferred.
geom_stripe	pjd	Pre-commit review preferred.
geom_zero	pjd	Pre-commit review preferred.
sbin/geom	pjd	Pre-commit review preferred.
zfs		pjd	Pre-commit review preferred.
nfs		alfred	Will be happy to review code, but not mandatory.
rpc.lockd	alfred	Will be happy to review code, but not mandatory.
truss		alfred	Will be happy to review code, but not mandatory.
rpc		alfred	Pre-commit review requested.
xfs		kan@FreeBSD.org,rodrigc@FreeBSD.org,cattelan@xfs.org
			Pre-commit review preferred.
pkg_install	krion	Pre-commit review or approval from portmgr@ requested.
linux emul	emulation	Please discuss changes here.
bs{diff,patch}	cperciva	Pre-commit review requested.
portsnap	cperciva	Pre-commit review requested.
freebsd-update	cperciva	Pre-commit review requested.
openssl		simon		Pre-commit review requested.
sys/netgraph/bluetooth	emax	Pre-commit review preferred.
lib/libbluetooth	emax	Pre-commit review preferred.
lib/libsdp		emax	Pre-commit review preferred.
usr.bin/bluetooth	emax	Pre-commit review preferred.
usr.sbin/bluetooth	emax	Pre-commit review preferred.
gnu/usr.bin/send-pr	bugmaster	Pre-commit review requested.
BSD.{local,x11*}.dist	portmgr	Pre-commit review requested, since these files interface with ports.
usb		core	Please contact core@ before any major changes
ncurses		rafan	Heads-up appreciated, try not to break it.

Following are the entries from the Makefiles, and a few other sources.
Please remove stale entries from both their origin, and this file.

Please also consider removing the lines from the files listed below and
stating your preferences here instead.

List below generated with:
$ cd /usr/src; find */* -type f|xargs egrep 'MAINTAINER[ <tab>]*='

sys/modules/3dfx/Makefile:MAINTAINER=	cokane@FreeBSD.org
sys/modules/urio/Makefile:MAINTAINER=	Iwasa Kazmi <kzmi@ca2.so-net.ne.jp>
tools/tools/sysdoc/Makefile:MAINTAINER=	trhodes@FreeBSD.org
usr.sbin/zic/Makefile:MAINTAINER=	wollman@FreeBSD.org
back to top