summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_fxp.c
AgeCommit message (Expand)Author
2000-01-09If no phy found, add IFM_MANUAL and then use it. This is more accurateJason Wright
2000-01-08before setting IFM_AUTO, make sure it really exists. If not, punt withJason Wright
1999-11-11add a powerhook to disable DMA on suspend. okay jason@Niels Provos
1999-10-14tick tock the mii clock during the stats updateJason Wright
1999-10-09Attach to the new 82559 ID number as well.Jason Downs
1999-02-26compensate for the fact that the check for ownership of a unicast packetJason Wright
1998-12-30If no phy is probed, proceed in 'auto' mode. This makes cards like my 10mb e...Todd C. Miller
1998-09-22media supportTheo de Raadt
1998-08-28alpha alignment fixes, from niklas. Tested on i386.Jason Downs
1998-08-24Be noisy about media settings.Jason Downs
1998-08-21Recent FreeBSD changes and a bug fix.Jason Downs
1998-07-02Mostly sync with FreeBSD-current. Needs more testing.Jason Downs
1998-05-26of course an ethernet card has an ethernet addressTheo de Raadt
1998-03-10Added support for the 82553 and 'B' 82555 PHY; dg@freebsdTheo de Raadt
1998-01-11pretty printTheo de Raadt
1998-01-07now this is really prettyTheo de Raadt
1998-01-05new style pci attach printingTheo de Raadt
1997-07-31Support for newer cards with i82555 PHY. From FreeBSD.Jason Downs
1997-07-09Do not lose our ethernet addressNiklas Hallqvist
1997-07-06Make compile (fxp now probes OK on alpha)Niklas Hallqvist
1997-07-06OpenBSD tag + typoNiklas Hallqvist
1997-07-05indentTheo de Raadt
1997-07-05I doubt this fixes this driver, but what *was* there was *obviously* wrong;Jason Downs
1997-07-03Intel EtherExpress Pro/100B driver, still needs a fix or twoTheo de Raadt