summaryrefslogtreecommitdiff
path: root/internal.c
Commit message (Expand)AuthorAgeFilesLines
* Factor out fallback_map/unmap, most external programmers don't needuwe2009-05-171-0/+11
* Use accessor functions for MMIO. Some MMIO accesses used volatile,hailfinger2009-05-171-5/+35
* Drop unused/duplicated #includes and some dead code (trivial).uwe2009-05-161-3/+0
* Use chipaddr instead of volatile uint8_t * because when we accesshailfinger2009-05-161-10/+10
* Add generic 16 bit and 32 bit chip read/write emulation to the externalhailfinger2009-05-161-0/+31
* Fix compilation of nic3com on 64bit.hailfinger2009-05-141-1/+1
* Factor out portable iopl()-style code into a global functionuwe2009-05-141-5/+10
* 3COM: Add support for users to specify a certain NIC via PCI bus:slot.funcuwe2009-05-141-0/+11
* Add external flasher support:hailfinger2009-05-081-0/+154