Date: Fri, 6 Jun 2008 05:25:24 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cs if_cs.c if_cs_isa.c if_cs_pccard.c if_csvar.h Message-ID: <200806060525.m565PVm5056157@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2008-06-06 05:25:24 UTC FreeBSD src repository Modified files: sys/dev/cs if_cs.c if_cs_isa.c if_cs_pccard.c if_csvar.h Log: SVN rev 179597 on 2008-06-06 05:25:24Z by imp Minor clean up to shave about 1.5k off the size of the driver: o remove unused fields from softc and args from cs_alloc_irq o remove some commented code that will never be implemented. o Don't try to send a packet and see if it worked. We don't need this anymore, and it doesn't add any value. o tweaks for BNC and AUI. o limit possible time hung in the kernel to 4s rather than 40s. Revision Changes Path 1.51 +6 -84 src/sys/dev/cs/if_cs.c 1.11 +5 -7 src/sys/dev/cs/if_cs_isa.c 1.23 +0 -1 src/sys/dev/cs/if_cs_pccard.c 1.12 +1 -3 src/sys/dev/cs/if_csvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806060525.m565PVm5056157>