Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/sys/dev/pci
Module Name: src
Committed By: ghen
Date: Mon Mar 5 15:07:15 UTC 2007
Modified Files:
src/sys/dev/pci [netbsd-3]: if_bge.c if_bgereg.h
Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1671):
sys/dev/pci/if_bgereg.h: revision 1.40
sys/dev/pci/if_bge.c: revision 1.124
sys/dev/pci/if_bge.c: revision 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.87.2.5 -r1.87.2.6 src/sys/dev/pci/if_bge.c
cvs rdiff -r1.24.2.4 -r1.24.2.5 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