Date: Sat, 12 Feb 2005 12:04:10 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ar if_ar.c src/sys/dev/sr if_sr.c Message-ID: <200502121204.j1CC4AQs076491@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2005-02-12 12:04:10 UTC FreeBSD src repository Modified files: sys/dev/ar if_ar.c sys/dev/sr if_sr.c Log: Two problems here: 1. Dependency on netgraph module was broken (wrong version). 2. Netgraph node type was never destroyed on unload. This was masked by problem #1. Fixed both by using NETGRAPH_INIT(). Now netgraph node type is created on module load, as in the rest of netgraph modules. Revision Changes Path 1.67 +1 -21 src/sys/dev/ar/if_ar.c 1.65 +1 -21 src/sys/dev/sr/if_sr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502121204.j1CC4AQs076491>