CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/07 21:36:50
Modified files:
sys/dev/pci : if_msk.c if_skreg.h
Log message:
Use ADDR64 opcodes to specify 64bit DMA addresses for all buffers. This
consumes two ring entries per segment, halving the effective size of the
rings, but keeps things simple. This is required for the onboard nic
on the Overdrive 1000 to work.
ok kettenis@, tested on i386 by jsg@
