summaryrefslogtreecommitdiffstats
path: root/sys/dev/jme/if_jme.c
Commit message (Expand)AuthorAgeFilesLines
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-4/+4
* - Add a locked variant of jme_start() and invoke it directly while holdingjhb2011-01-131-24/+22
* Add support for JMicron JMC251/JMC261 Gigabit/Fast ethernetyongari2010-12-181-21/+234
* Use system defined PCIR_EXPRESS_DEVICE_CTL instead of using magicyongari2010-12-181-1/+1
* Make sure whether driver allocated resource before releasing it.yongari2010-12-181-2/+4
* Fix a regression introduced in r213893. FPGA version requires PHYyongari2010-12-181-2/+3
* Remove unecessary and clearly wrong usage of atomic(9).yongari2010-12-101-7/+5
* Enable ethernet flow-control on all jme(4) controllers.yongari2010-11-261-3/+1
* Allocate 1 MSI/MSI-X vector. Originally jme(4) was designed toyongari2010-11-261-28/+12
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-17/+9
* Make sure to not use stale ip/tcp header pointers. The ip/tcpyongari2010-10-141-1/+2
* Add TSO support on VLANs. jme(4) controllers do not require VLANyongari2010-02-221-1/+4
* If we fail to read the Ethernet address from the card, just print angavin2010-01-081-9/+1
* Set the locally-assigned bit in the randomly generated Ethernet addressgavin2009-12-251-1/+1
* Remove unnecessary device reinitialization.yongari2009-09-281-2/+14
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Add HW MAC counter support for newer JMC250/JMC260 revisions.yongari2008-12-041-24/+143
* Add support for newer JMC250/JMC260 revisions.yongari2008-12-041-20/+58
* Make sure to read the last byte of EEPROM descriptor. Previouslyyongari2008-10-141-5/+5
* Read PCI device id instead of PCI revision id. Also checks the readyongari2008-10-131-2/+2
* Add workaround for occasional packet loss issue of JMC250 A2yongari2008-09-221-2/+12
* Add workaround for CRC errors seen at 100Mbps on JMC250 A2.yongari2008-09-091-0/+13
* Fix typo.yongari2008-09-091-1/+1
* Fix buffer discard index.yongari2008-07-281-1/+4
* Correct 1000Mbps link handling logic for JMC250. This should makeyongari2008-07-181-1/+1
* Add driver support for PCIe adapters based on JMicron JMC250yongari2008-05-271-0/+3083
OpenPOWER on IntegriCloud