Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-22 | more negotation -> negotiation; ok sthen@ | Martynas Venckus | |
2008-07-12 | regen | Brad Smith | |
2008-07-12 | Add the OUI id for JMicron and the ids for the JMP202 FastE PHY and | Brad Smith | |
JMP211 GigE PHY. From FreeBSD | |||
2008-07-12 | Add support for the Marvell 88E8016 PHY. | Brad Smith | |
ok dlg@ | |||
2008-07-11 | If there is a 100baseT4 connection then fall through so as to | Brad Smith | |
explicitly set the duplex flag instead of returning right away. ok dlg@ | |||
2008-07-11 | Check the correct BMSR bit in the capabilities field when checking | Brad Smith | |
for 100baseT4. The dcphy(4) driver could inadvertently display 100baseT4 for the media type for PHY not actually capable of 100baseT4. From FreeBSD ok dlg@ | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-06-13 | Add support for fiber PHY on bge(4) (BCM5714/BCM5780) and | Brad Smith | |
bnx(4) (BCM5706/BCM5708) adapters. Thanks to Balázs Nagy <bnagy at thenewpush dot com> for providing remote access to a Inventec IB4220 blade with fiber BCM5780 interfaces and David Christensen at Broadcom for providing BCM5708 2.5Gbps adapters. Tested with various existing copper adapters and the above mentioned adapters. Some inspiration from similar changes to FreeBSD's brgphy(4) driver. | |||
2008-06-11 | Add a few comments. | Brad Smith | |
2008-06-11 | some more BCM5708S registers. | Brad Smith | |
2008-06-11 | regen | Brad Smith | |
2008-06-11 | BCM5780 also has a fiber model. | Brad Smith | |
2008-06-10 | formatting knits. | Brad Smith | |
2008-06-10 | Some header cleanup. Remove some unused headers and shuffle some around | Brad Smith | |
for consistency between drivers. "looks good" reyk@ | |||
2008-06-07 | Currently unused at the moment but at least allow it to compile. | Brad Smith | |
2008-05-30 | some KNF. | Brad Smith | |
2008-05-29 | Recognize the Cicada CS8204 quad port PHY. | Brad Smith | |
From FreeBSD ok dlg@ | |||
2008-05-24 | Store the model and revision information in the appropriate softc | Brad Smith | |
fields that already exist and reference those fields when necessary instead of reading the registers everytime. ok kettenis@ | |||
2008-05-23 | Fix detection of 10baseT on rev 2 and up. | Mark Kettenis | |
ok brad@ | |||
2008-05-13 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith | |
ok dlg@ | |||
2008-05-13 | Since Ethernet links can only be full duplex or half duplex the link | Brad Smith | |
state reporting code in the MII layer / em(4) and vge(4) will never fall back to the point of only reporting the link as being UP without the duplex setting being reported, so simplify the code a bit here. ok dlg@ | |||
2008-04-30 | regen | Brad Smith | |
2008-04-30 | Add the id for the Marvell 88E3016 10/100 PHY | Brad Smith | |
2008-04-26 | Adjust the output voltage for BCM5906 PHY otherwise it might not be | Brad Smith | |
possible to obtain a link under some circumstances which are unknown at the moment. From the Linux tg3 driver. Issue reported by Kamil Andrusz <wizz at mniam dot net> ok kettenis@ | |||
2008-04-20 | Add a workaround for a CRC bug errata with BCM5701 A0 and B0 chipset | Brad Smith | |
revisions. From Linux via FreeBSD. ok dlg@ | |||
2008-04-02 | Add support for the DP83865. | Mark Kettenis | |
ok brad@ | |||
2008-04-02 | regen | Mark Kettenis | |
2008-04-02 | Add the National Semiconductor DP83865 Gigabit PHY. | Mark Kettenis | |
2008-04-02 | regen | Brad Smith | |
2008-04-02 | Add the Cicada CS8204 quad port PHY. | Brad Smith | |
From FreeBSD ok sthen@ | |||
2008-04-02 | Return right away for unknown media types instead of falling | Brad Smith | |
through and setting the half duplex flag. ok jsg@ | |||
2008-04-01 | Add some defines and remove some of the magic numbers from the code. | Brad Smith | |
From DragonFly ok jsg@ | |||
2008-03-21 | Add defines for 1Gbps/2.5Gbps fiber interfaces. | Brad Smith | |
From FreeBSD | |||
2008-03-12 | Fix comment typo, of -> if. | Brad Smith | |
ok sthen@ | |||
2008-03-02 | Add missing half duplex flag for 100baseT4. | Brad Smith | |
ok kettenis@ | |||
2008-03-02 | Correct a status flag which could cause half duplex to be reported for | Brad Smith | |
a 10 Mbps full duplex connection but only when not using autoneg. ok kettenis@ | |||
2008-02-28 | Update for the BCM5706 miidevs entry change. | Brad Smith | |
ok dlg@ | |||
2008-02-28 | regen | Brad Smith | |
2008-02-28 | - Update the BCM5706 PHY entry to also mention SX since this id is shared | Brad Smith | |
between copper and fiber PHY. - Add the PHY id for the BCM5708S fiber adapters. From FreeBSD ok dlg@ | |||
2008-01-31 | recognize the BCM5722 PHY. | Brad Smith | |
tested by Rodolfo Gouveia and marco@ ok kettenis@ marco@ dlg@ | |||
2008-01-31 | regen | Brad Smith | |
2008-01-31 | add the Broadcom BCM5722 PHY id. | Brad Smith | |
ok kettenis@ marco@ dlg@ | |||
2007-11-25 | Set half duplex flag when appropriate and some minor cleaning. | Brad Smith | |
ok jsg@ dlg@ | |||
2007-11-18 | eephy_mii_phy_auto() was deleted in r1.38. So delete the declaration too. | Kenneth R Westerback | |
2007-11-06 | regen | Mark Kettenis | |
2007-11-06 | Add Enable/Agere LU3X31T2. | Mark Kettenis | |
2007-10-30 | Initial port of Sepherosa Ziehau's DragonFlyBSD drivers | Jonathan Gray | |
for Agere/LSI ET1310 Ethernet devices and ET1011 'TruePHY'. All the gross register related bit macros are not yet removed. Currently only Tx seems to work. Putting this in the tree in case someone else wants to look at it while I deal with exams for the next few weeks. | |||
2007-10-30 | regen | Jonathan Gray | |
2007-10-30 | Add Agere ET1011 10/100/1000 PHY | Jonathan Gray | |
2007-10-13 | Add support for BCM5906. | Mark Kettenis | |
ok deraadt@ |