Date: Wed, 26 Oct 2005 09:33:15 -0700 From: Maksim Yevmenkin <maksim.yevmenkin@gmail.com> To: John Baldwin <jhb@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Ruslan Ermilov <ru@freebsd.org>, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netgraph/bluetooth/drivers/bt3c ng_bt3c_pccard.c Message-ID: <bb4a86c70510260933h421557eeicfc63569da70bcd0@mail.gmail.com> In-Reply-To: <200510261100.55974.jhb@freebsd.org> References: <200510260617.j9Q6HRqh082376@repoman.freebsd.org> <200510261100.55974.jhb@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
John, [...] > Sorry about that, will be fixing it more cleanly. BTW, does anyone know = why > this driver allocates its softc manualn in its attach routine? ng_bt3c(4) is a netgraph device driver. there could be failures in both device part (i/o port, interrupts etc.) as well as in netgraph part (could not create node). so decided to do it this way. right now i can not recall any other reason :) thanks, max
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bb4a86c70510260933h421557eeicfc63569da70bcd0>