summaryrefslogtreecommitdiff
path: root/satasii.c
Commit message (Expand)AuthorAgeFilesLines
* Rename programmer registration functionshailfinger2014-07-191-2/+2
* Add additional error handling to pcidev_readbar() callers.stefanct2013-08-231-0/+4
* Automatically unmap physmap()s.stefanct2013-08-141-10/+4
* Decouple BAR reading from pci device init, handle errors gracefully.hailfinger2013-01-051-4/+7
* Introduce msg_*warn.stefanct2013-01-041-1/+1
* Unify PCI init and let pcidev clean itself up.stefanct2013-01-041-1/+0
* Unify usbdev_status and pcidev_status into dev_entry.stefanct2012-12-271-1/+1
* Remove potential endless loops from satasii.c.stefanct2012-08-291-8/+19
* Some ISO C fixes.stefanct2012-08-271-1/+1
* Clean up satasii.c.stefanct2012-08-251-13/+6
* Automatically release I/O permissions on shutdown.hailfinger2012-07-211-2/+2
* Hide hwaccess.h from public API.hailfinger2012-07-201-0/+1
* 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
* Use shutdown callback mechanism to shutdown programmersdhendrix2011-06-141-8/+14
* Simplify pcidev_init by killing the vendorid parameter which was prettyhailfinger2011-03-071-1/+1
* Success report for Atmel AT26DF081A fromhailfinger2010-09-041-1/+1
* Mark the following chips/boards/PCI-cards as OK (trivial).uwe2010-07-291-1/+1
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* Convert all PCI-based external programmers to use special little-endianhailfinger2010-07-271-10/+10
* Various places in the flashrom source feature custom parameterhailfinger2010-07-061-3/+2
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-2/+2
* Remove unneeded #include statements completely.hailfinger2010-05-301-1/+0
* Replace PCI_OK/PCI_NT by OK/NTmkarcher2010-02-241-6/+6
* Convert all messages in satasii.c to the new message infrastructure.snelson2010-01-091-1/+1
* Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices.uwe2009-09-021-1/+2
* Use a common parameter variable for all programmers. This allows us tohailfinger2009-08-121-2/+2
* Releasing IO permissions was done by hand everywhere. Use a properhailfinger2009-08-091-7/+1
* Add support for the AMD Am29F010A/B chips.uwe2009-06-191-0/+1
* Only probe for chips with compatible bus protocols.hailfinger2009-06-011-0/+2
* Fix warning in satasii.c when compiling with gcc 4.4.0.uwe2009-05-311-1/+1
* A bunch of output beautifications and improvements, as well as docoxygene2009-05-221-5/+5
* The Silicon Image PCI0680 has bit 26 marked as reserved, so don't use it.uwe2009-05-201-2/+2
* Mark the Silicon Image PCI0680 Ultra ATA-133 controller as working.uwe2009-05-191-1/+1
* Factor out fallback_map/unmap, most external programmers don't needuwe2009-05-171-9/+0
* Rename sata_sii.c to satasii.c for consistency (trivial).uwe2009-05-171-0/+124