CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/10 13:20:34
Modified files:
sys/dev/pci : if_bgereg.h
Log message:
The window accessible with BGE_MEMWIN_{READ,WRITE} only spans 32KB, so
program it as such and not as a 64KB window; fortunately none of the current
users of these macros would cross a 32KB boundary.
ok dlg@
