summaryrefslogtreecommitdiff
path: root/sys/dev/mii
AgeCommit message (Expand)Author
2010-12-11Match Marvell E1145matt
2010-12-11Recognize AR8021matt
2010-12-11Regen.matt
2010-12-11Add two phys (Atheros 8021 and Marvell 88E1145)matt
2010-12-09Add support for BCM5709S (SerDes PHY) in brgphy(4).jym
2010-11-29Fix typo.jym
2010-11-27regenchristos
2010-11-27PR/44080: Grégoire Sutre: Support for the i82577 ethernet PHYchristos
2010-11-27regen.jym
2010-11-27Correct string for BCM5709S.jym
2010-11-27Use device_private() instead of casting softc to (void *).jym
2010-11-27Correct string for BCM5709S.jym
2010-11-14rlphy fails to work without autonegotiation.mlelstv
2010-11-13PR/39094 - Kaspar Brand -- Add et (Agere ET1310/ET1301) network driverjnemeth
2010-08-21Update the various xxx_verbose modules to conform to the module subsystem'spgoyette
2010-08-01Add Marvell E1116R.kiyohara
2010-07-25Move setting of mii_verbose_loaded flag into the module's init routine.pgoyette
2010-07-18Use standard MII register definitions from mii.h. No binary change.jakllsch
2010-06-06Update miiverbose module to use module_autoload() rather than module_load().pgoyette
2010-06-02Move all miiverbose/module related functions from ukphy.c to mii_physubr.c -martin
2010-05-30Extract MIIVERBOSE into a kernel module. The module can be builtinpgoyette
2010-05-02Include support for BCM5481. From OpenBSD and confirmed to work bypgoyette
2010-05-02Regenpgoyette
2010-05-02Add Broadcom BCM5481 and BCM5709S - From OpenBSDpgoyette
2010-04-27For a couple of flags, use bool/true/false instead of int/1/0.dyoung
2010-03-13Add Broadcom BCM5482.kiyohara
2010-03-13Regen.kiyohara
2010-03-13Add Broadcom BCM5482.kiyohara
2010-03-11various aprint_* fixes.mrg
2010-03-07Add forgotten commit (IGP3_KMRN_DIAG_PCS_LOCK_LOSS).msaitoh
2010-03-07- Add code for WOL, ASF, IPMI and Intel AMT.msaitoh
2010-03-07Add two workarounds for ICH8 with igp3.msaitoh
2010-03-02Before destroying a autonegotiation callout, make sure it is quietmartin
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-24Add support for BCM5461,BCM5784 and BCM5761.msaitoh
2010-01-24regen.msaitoh
2010-01-24Add BCM5461,BCM5784 and BCM5761.msaitoh
2010-01-14Fixes the rx stall problem on 82578 by MANY workaround code.msaitoh
2010-01-12Add some macrosmsaitoh
2010-01-08Expand PMF_FN_* macros.dyoung
2010-01-07Regenerate for:jdc
2010-01-07Add NS DP83865.jdc
2010-01-07Add DP83865 to the supported PHY list (from OpenBSD).jdc
2009-12-16Sync with Intel's original em driver:msaitoh
2009-12-16Re-enable igphy's 82566 support.msaitoh
2009-12-14Regen so that makphy.c compiles.enami
2009-12-14Add E1149 Phy.matt
2009-12-13Add Marvel 88E1149matt
2009-12-04Delete unused function mii_activate().dyoung
2009-11-18Support BCM5709CAX and BCM5709C PHYs.bouyer