* use different numbers of transmit buffers depending on the memory
authorfgsch <fgsch@openbsd.org>
Wed, 19 Apr 2000 21:35:10 +0000 (21:35 +0000)
committerfgsch <fgsch@openbsd.org>
Wed, 19 Apr 2000 21:35:10 +0000 (21:35 +0000)
commit5175ca499830d74f8522c1c3e061ef0fc9008cea
tree2eb9afcd8c87e64710176678baf57b13e22d9df4
parent4337acb73c0a911a2196e494805a72d1ee1f10aa
* use different numbers of transmit buffers depending on the memory
  size (not working yet), useful for 100mbit cards.
* add some diagnostic messages
* compute the xmit buffer length w/o taking crc length in count
* when SIOCSIFFLAGS is issued and none of the above conditions match,
  check for IFF_UP rather than sc_enabled.
sys/dev/ic/dp8390.c