summaryrefslogtreecommitdiffstats
path: root/nic3com.c
Commit message (Expand)AuthorAgeFilesLines
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-2/+8
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...Carl-Daniel Hailfinger2011-11-091-3/+15
* Rename CHIP_BUSTYPE_FOO to BUS_FOOCarl-Daniel Hailfinger2011-07-271-1/+1
* Use shutdown callback mechanism to shutdown programmersDavid Hendricks2011-06-141-15/+17
* Remove vendorid parameter from pcidev_init()Carl-Daniel Hailfinger2011-03-071-2/+1
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Various places in the flashrom source feature custom parameter extraction fro...Carl-Daniel Hailfinger2010-07-061-2/+2
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-3/+3
* Set maximum flash size for 3Com NICs to 128kb = 1MbitPeter Stuge2010-06-171-0/+1
* Remove unneeded #include statements completelyCarl-Daniel Hailfinger2010-05-301-2/+0
* Handle the following architectures in generic flashrom codeCarl-Daniel Hailfinger2010-05-261-0/+6
* Replace PCI_OK/PCI_NT by OK/NTMichael Karcher2010-02-241-10/+10
* Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devicesTURBO J2009-09-021-1/+2
* "3COM 3C90xB: PCI 10BASE-T (TPO)" (10b7:9004) works fineCarl-Daniel Hailfinger2009-08-241-1/+1
* Use a common parameter variable for all programmersCarl-Daniel Hailfinger2009-08-121-2/+2
* Releasing IO permissions was done by hand everywhereCarl-Daniel Hailfinger2009-08-091-6/+1
* Mark 3COM "3C905B: Cyclone 10/100/BNC" as fully testedUwe Hermann2009-06-021-1/+1
* Add support for the 10b7:9058 3COM NIC (3C905B: Cyclone 10/100/BNC)Maciej Pijanka2009-06-021-2/+3
* Only probe for chips with compatible bus protocolsCarl-Daniel Hailfinger2009-06-011-0/+2
* Documentation improvements and small code/whitespace fixesUwe Hermann2009-05-191-5/+1
* Factor out fallback_map/unmap, most external programmers don't need and speci...Uwe Hermann2009-05-171-9/+0
* Add proper workaround for 3COM 3C90xB cards, which need special fixups (the 3...Uwe Hermann2009-05-161-1/+25
* Introduce a type "chipaddr" to abstract the offsets within flash regionsCarl-Daniel Hailfinger2009-05-161-4/+4
* Add generic 16 bit and 32 bit chip read/write emulation to the external flash...Carl-Daniel Hailfinger2009-05-161-18/+0
* Refactor parts of the 3COM NIC codeUwe Hermann2009-05-151-88/+12
* Make the nic3com code check how many supported NICs are foundUwe Hermann2009-05-141-17/+24
* Fix compilation of nic3com on 64bitCarl-Daniel Hailfinger2009-05-141-2/+2
* Unify usage of iopl-like code by introducing get_io_perms()Uwe Hermann2009-05-141-15/+4
* nic3com: allow selection of a particular PCI device to use as programmerChristian Ruppert2009-05-141-21/+47
* Fix nic3com.c build issues on *BSDUwe Hermann2009-05-131-1/+7
* Add support for 3COM NICs as "external programmer" and Atmel AT49BV512Uwe Hermann2009-05-131-0/+170
OpenPOWER on IntegriCloud