Date: Tue, 5 Dec 1995 05:01:41 -0800 From: David Greenman <davidg> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ed.c Message-ID: <199512051301.FAA01901@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidg 95/12/05 05:01:39 Modified: sys/i386/isa if_ed.c Log: Updated my copyright. Fixed two cases of "=" that should have been "==" in card type comparison. Simplified expression that checks for interface up/down. Moved ed_ring_copy to before its first use so that it's inlined as intended. Change mbuf allocation policy so that a received packet is stored in just an mbuf header (no cluster) if it will fit in one. Revision Changes Path 1.89 +95 -65 src/sys/i386/isa/if_ed.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512051301.FAA01901>