Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-4] src/sys/dev/pci



Module Name:    src
Committed By:   riz
Date:           Tue Feb 27 23:32:02 UTC 2007

Modified Files:
        src/sys/dev/pci [netbsd-4]: if_bge.c if_bgereg.h

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #466):
        sys/dev/pci/if_bgereg.h: revision 1.40
        sys/dev/pci/if_bge.c: revision 1.124-1.125
bus_dma fixes for bge(4). It now works on amd64 with more than 4GB physical
RAM (jumbo frames untested yet).
We have to bus_mapmap_load() after m_adj, otherwise the map will point at
the wrong place in the buffer. Fix an issue in the !sc->bge_rx_alignment_bug
case reported by Nicolas Joly.
While there remove a duplicate m_adj(), and add a missing bus_dmamap_unload().


To generate a diff of this commit:
cvs rdiff -r1.122 -r1.122.2.1 src/sys/dev/pci/if_bge.c
cvs rdiff -r1.39 -r1.39.2.1 src/sys/dev/pci/if_bgereg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index