That should work, though there are some details that you may be overlooking, which *could* cause problems (namely the ddi_driver_name() is not quite right, in the driver binary.)
But, yes, qfe is nearly 100% the same code as hme, and mostly the qfe changes just make it work by directly calling into the hme driver. (There are packaging changes, of course.)
2 comments:
Hi, with those few commands I makeGLDv3 capable qfe NIC:
modunload -i "id of qfe"
cp /kernel/drv/sparcv9/hme /kernel/drv/sparcv9/qfe
modload qfe
devfsadm -C
now qfe seems to work with GLDv3 features.
That should work, though there are some details that you may be overlooking, which *could* cause problems (namely the ddi_driver_name() is not quite right, in the driver binary.)
But, yes, qfe is nearly 100% the same code as hme, and mostly the qfe changes just make it work by directly calling into the hme driver. (There are packaging changes, of course.)
Post a Comment