summaryrefslogtreecommitdiff
path: root/internal.c
Commit message (Expand)AuthorAgeFilesLines
...
* SuperI/O detection now happens unconditionally and before the chipsethailfinger2009-12-221-0/+14
* Internal (onboard) programming was the only feature which could not behailfinger2009-12-131-0/+4
* Add support for every single SiS chipset out there.hailfinger2009-11-151-0/+20
* Allow to exclude each of the external programmer drivers from beinghailfinger2009-09-161-5/+12
* Don't abort if chipset init failed because the failing init may havehailfinger2009-09-021-1/+5
* FT2232 and IT87 programmers used functions of the dummy programmerhailfinger2009-08-121-0/+11
* Releasing IO permissions was done by hand everywhere. Use a properhailfinger2009-08-091-3/+8
* Sometimes we want to read/write more than 4 bytes of chip content athailfinger2009-06-051-0/+22
* Add external programmer delay functions so external programmers canhailfinger2009-06-051-0/+12
* 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