In article <local.mail.freebsd-current/[EMAIL PROTECTED]> you write: >Clearly this would also be very applicable to non-Gigabit cards, >but the only one we use is the FXP, and the FXP driver is very >poorly structured for being able to do this type of thing (I
Oh, bah. The fxp clearly has the equivalent of fxp_rxeof and fxp_txeof routines, these are just inlined into the fxp_intr routine instead of being separate functions. It was all of 10 minutes work to break them out into separate functions. I did this to allow polled transmit/receive for some work in progress that will be committed soon. -- Jonathan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message