summaryrefslogtreecommitdiff
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvsKen Smith2009-05-014-4/+4
* 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
* Move if_alloc() up in fxp_attach() so there's an ifp beforeBrooks Davis2005-06-111-6/+7
* Avoid deadlock in fxp driver when system runs out of mbufs.Wes Peters2005-06-101-1/+6
* Revert the unnecessicary addition of some braces in fxp_attach(). Don'tBrooks Davis2005-06-101-3/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-24/+32
* Correct commentWarner Losh2005-06-061-2/+1
* Remove some variables the last commit stopped using so the code compiles.Brooks Davis2005-06-061-2/+2
* The PCI bus code saves/restores these config registers now.Warner Losh2005-06-052-20/+0
* Be more conservative when enabling extended features. There are fxp(4)Maxime Henrion2005-04-222-3/+7
* Add a microcode to implement receive bundling for 82551 chipsets withMaxime Henrion2005-04-213-20/+152