Date: Thu, 25 Aug 2005 21:06:56 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_de.c if_devar.h Message-ID: <200508252106.j7PL6uZB087254@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-08-25 21:06:56 UTC FreeBSD src repository Modified files: sys/pci if_de.c if_devar.h Log: - Remove non-bus-dma code. - Remove form feed characters. - Fixup style of function declarations. - Assume that an mbuf cluster is big enough to hold an ethernet frame. (This should really be using m_defrag(), but this diff is just simple changes for now.) Revision Changes Path 1.172 +134 -428 src/sys/pci/if_de.c 1.39 +0 -28 src/sys/pci/if_devar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508252106.j7PL6uZB087254>