Subject: re: Firmware upload - generalize it?
To: Bill Studenmund <wrstuden@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 06/01/2005 12:25:51
Why not just use the device? Define a standard ioctl that all
firmware-loading devices support and have one tool that will itteratively
upload.
there is currently no device node for my "iwi0" card. seems wasteful
to add one just for this, rather than pass the name in as part of the
ioctl (like many other network ioctls, i think..)
.mrg.