CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/11/02 10:51:21
Modified files:
sys/arch/sgi/dev: if_iec.c
Log message:
A few fixes and improvements:
- double the number of rx buffers.
- copy packets of 104 bytes or less entirely in the tx descriptor, instead of
only doing this for packets smaller than an Ethernet header.
- correctly disable the rx threshold interrupt. Otherwise, one received
frame every 64 would not be handled because we are not using this interrupt.
