summaryrefslogtreecommitdiff
path: root/atahpt.c
Commit message (Expand)AuthorAgeFilesLines
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-2/+8
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...hailfinger2011-11-091-2/+14
* Rename CHIP_BUSTYPE_FOO to BUS_FOO.hailfinger2011-07-271-1/+1
* satamv and atahpt require PCI port I/O which isn't currently supportedhailfinger2011-07-251-0/+6
* Use shutdown callback mechanism to shutdown programmersdhendrix2011-06-141-8/+10
* Simplify pcidev_init by killing the vendorid parameter which was prettyhailfinger2011-03-071-2/+1
* Revert PCI config space writes on shutdown.hailfinger2010-11-101-8/+2
* flashrom -L output did not contain a list of programmers nor were allhailfinger2010-10-061-1/+1
* Remove duplicate includes from the code.stepan2010-10-061-1/+0
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* Various places in the flashrom source feature custom parameterhailfinger2010-07-061-2/+1
* Replace PCI_OK/PCI_NT by OK/NTmkarcher2010-02-241-3/+3
* Add initial (non-working) code for Highpoint ATA/RAID controllers.uwe2010-02-211-0/+85