Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-30 | auto detect the size of the seeprom; from freebsd (from NetBSD (from Linux?)) | Jason Wright | |
2000-01-09 | If no phy found, add IFM_MANUAL and then use it. This is more accurate | Jason Wright | |
than adding IFM_AUTO. Also modify checks for which media are available to try: IFM_MANUAL first, IFM_AUTO next, and finally IFM_10_T. | |||
2000-01-08 | before setting IFM_AUTO, make sure it really exists. If not, punt with | Jason Wright | |
IFM_10_T. Also remove long dead fxp_phyname() | |||
1999-11-11 | add a powerhook to disable DMA on suspend. okay jason@ | Niels Provos | |
adapted from NetBSD Thu Oct 28 19:21:51 1999 UTC by sommerfeld: Fix suspend/resume-related problems observed on fxp0 on Sony Z505S: Symptoms: system would crash with "data modified on free list" pool panic from the mbuf cluster pool shortly after a resume. The cluster in question contained a valid 82557 receive descriptor and an IP packet. Happened sporadically in normal use. Easiest way for me to reproduce it was to run tcpdump and a flood ping and do a suspend/resume cycle or two. Changes: - in interrupt handler, if the interface isn't in IFF_RUNNING state, just ack interrupts and return; don't try to receive packets, queue new descriptors, etc., etc., - add power control hook to take interface down on suspend, and restart it (if it was up) on resume. - tweaks to fxp_stop and fxp_shutdown to avoid recursive panics due to the (now fixed) bug. | |||
1999-10-14 | tick tock the mii clock during the stats update | Jason Wright | |
1999-10-09 | Attach to the new 82559 ID number as well. | Jason Downs | |
1999-02-26 | compensate for the fact that the check for ownership of a unicast packet | Jason Wright | |
has moved to ether_input() | |||
1998-12-30 | If no phy is probed, proceed in 'auto' mode. This makes cards like my 10mb ↵ | Todd C. Miller | |
etherexpress pro+ combo that worked in 2.3 but not in 2.4. | |||
1998-09-22 | media support | Theo de Raadt | |
1998-08-28 | alpha alignment fixes, from niklas. Tested on i386. | Jason Downs | |
1998-08-24 | Be noisy about media settings. | Jason Downs | |
1998-08-21 | Recent FreeBSD changes and a bug fix. | Jason Downs | |
1998-07-02 | Mostly sync with FreeBSD-current. Needs more testing. | Jason Downs | |
1998-05-26 | of course an ethernet card has an ethernet address | Theo de Raadt | |
1998-03-10 | Added support for the 82553 and 'B' 82555 PHY; dg@freebsd | Theo de Raadt | |
1998-01-11 | pretty print | Theo de Raadt | |
1998-01-07 | now this is really pretty | Theo de Raadt | |
1998-01-05 | new style pci attach printing | Theo de Raadt | |
1997-07-31 | Support for newer cards with i82555 PHY. From FreeBSD. | Jason Downs | |
1997-07-09 | Do not lose our ethernet address | Niklas Hallqvist | |
1997-07-06 | Make compile (fxp now probes OK on alpha) | Niklas Hallqvist | |
1997-07-06 | OpenBSD tag + typo | Niklas Hallqvist | |
1997-07-05 | indent | Theo de Raadt | |
1997-07-05 | I doubt this fixes this driver, but what *was* there was *obviously* wrong; | Jason Downs | |
at least if *this* is wrong, it matches the wrongness of the surrounding block of code. | |||
1997-07-03 | Intel EtherExpress Pro/100B driver, still needs a fix or two | Theo de Raadt | |