summaryrefslogtreecommitdiff
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-214-4/+4
* MFC r197586:Pyun YongHyeon2009-11-041-2/+5
* MFC r194574:Pyun YongHyeon2009-11-042-69/+93
* MFC r194573:Pyun YongHyeon2009-11-042-134/+38
* MFC r194572:Pyun YongHyeon2009-11-041-3/+10
* MFC r194571:Pyun YongHyeon2009-11-042-1/+9
* MFC r194570:Pyun YongHyeon2009-11-041-1/+5
* MFC r194569:Pyun YongHyeon2009-11-042-44/+73
* MFC r193875:Pyun YongHyeon2009-11-041-13/+14
* MFC r190982:Pyun YongHyeon2009-05-071-1/+2
* MFC r186884:Pyun YongHyeon2009-02-091-1/+2
* MFC r186262:Pyun YongHyeon2009-02-091-4/+4
* MFC r185758:Pyun YongHyeon2009-02-091-0/+2
* MFC r185540:Pyun YongHyeon2009-02-092-2/+29
* MFC r185354,185538:Pyun YongHyeon2009-02-093-11/+79
* MFC r185330:Pyun YongHyeon2009-02-093-14/+118
* MFC r185329:Pyun YongHyeon2009-02-092-28/+110
* MFC r185328:Pyun YongHyeon2009-02-091-27/+69
* MFC r185286:Pyun YongHyeon2009-02-091-8/+5
* MFC r185285:Pyun YongHyeon2009-02-092-70/+71
* MFC r185276Pyun YongHyeon2009-02-091-5/+5
* MFC r185273Pyun YongHyeon2009-02-091-9/+26
* MFC r185269,185271-185272Pyun YongHyeon2009-02-093-40/+36
* MFC r177507(cvs if_fxp.c, 1.267):Pyun YongHyeon2009-02-091-8/+17
* Remove the volatile qualifier to apply to fxp_miibus_readreg().Kevin Lo2007-05-301-2/+2
* Add support for the 82562GX chip within if_fxp.Remko Lodder2007-03-281-0/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-211-15/+16
* Grammar nit.Ruslan Ermilov2006-12-011-1/+1
* - Instead of if_watchdog/if_timer interface use our own timerGleb Smirnoff2006-11-302-13/+19
* Added yet another extra fxp(4) PCI ID.Rink Springer2006-11-141-0/+1
* Added PCI ID's for:Rink Springer2006-11-061-0/+2
* fix fxp so that it will reset the link when you change the speed... ThisJohn-Mark Gurney2006-10-061-0/+5
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Whitespace fixMatteo Riondato2006-04-141-1/+1
* Add device ID for Intel Pro/100 VE Network Connection cardMatteo Riondato2006-04-141-0/+1
* Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff2006-02-141-1/+0
* Check for 10BaseT media correctly. Before we were confusingWarner Losh2006-01-041-1/+2
* Add the device ID of fxp(4) NICs found in Sony Vaio VGN-TX1XP laptops.Maxime Henrion2005-12-121-0/+1
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* Catch up with IFP2ENADDR() type change (array -> pointer).Ruslan Ermilov2005-11-111-2/+1
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceGleb Smirnoff2005-10-051-0/+4
* Big polling(4) cleanup.Gleb Smirnoff2005-10-011-24/+32
* Convert fxp(4) to use the new bus_alloc_resources() API, it simplifiesMaxime Henrion2005-09-272-60/+42
* Fix an unaligned I/O memory access in the event that a SCB times out.Marcel Moolenaar2005-09-211-3/+9
* Add callout_drain()'s to foo_detach() after calling foo_stop() to make sureJohn Baldwin2005-08-171-0/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-4/+4
* - Use callout_init_mtx() to close a small race between callout_stop() andJohn Baldwin2005-08-082-71/+25
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Add a new PCI id for fxp(4) cards found on ICH7-based systems.Maxime Henrion2005-07-291-0/+1