CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/31 07:20:25
Modified files:
sys/dev/pci : if_em.c
Log message:
82544 on pcix busses needs a workaround that effectively doubles
the possible number of slots a packet can use on the tx ring.
to make it easier to reserve and account for space on the ring,
half the number of dma descriptors on those chips so the number of
slots can stay the same.
ok claudio@
