cvs commit: src/sys/netgraph/bluetooth/drivers/bt3c
ng_bt3c_pccard.c
Maksim Yevmenkin
maksim.yevmenkin at gmail.com
Wed Oct 26 09:33:20 PDT 2005
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
More information about the cvs-src
mailing list