freebsd-src/usr.sbin/ndiscvt
Bill Paul 120ab56a71 Today, RealTek sent me a driver to test which had been compiled with
some debug support turned on. It turns out the sections in this driver
binary had relative virtual addresses (RVAs) that were different
from the raw addresses, and it had a .data section where the virtual size
was much larger than the raw size. (Most production binaries produced
with the Microsoft DDK have RVA == PA.)

There's code in the ndiscvt(8) utility that's supposed to handle
the vsize != rsize case, but it turns out it was slightly broken,
and it failed to handle the RVA != RA case at all. Hopefully, this
commit will fix all that.
2004-08-02 18:54:01 +00:00
..
inf-parse.y Clean up ndiscvt a bit (leaving out the -i flag didn't work) and add 2004-01-02 04:31:06 +00:00
inf-token.l - Handle doubled double quotes: 2004-01-11 21:10:35 +00:00
inf.c Add preliminary support for PCMCIA devices in addition to PCI/cardbus. 2004-03-07 02:49:06 +00:00
inf.h
Makefile style.Makefile(5): 2004-02-23 20:25:27 +00:00
ndiscvt.8 Big mess 'o changes: 2004-08-01 20:04:31 +00:00
ndiscvt.c Today, RealTek sent me a driver to test which had been compiled with 2004-08-02 18:54:01 +00:00