summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
...
* Always check whether dma map is valid before unloading the map.yongari2009-01-081-1/+2
* It seems that we don't need to reserve a TBD to set total TCPyongari2008-12-181-4/+4
* mutex.h is needed here. It got it by namespace pollution.yongari2008-12-081-0/+2
* Add VLAN hardware tag insertion/stripping support. Tx/Rx checksumyongari2008-12-022-2/+29
* Make sure to clear PMDR register by writing back power managementyongari2008-12-021-5/+4
* Add basic WOL support for 82550/82551/82558 and 82559 basedyongari2008-11-273-11/+80
* Implement TSO for 82550/82551 controllers.yongari2008-11-263-14/+118
* Implement Rx checksum offload for 82559 or later controllers.yongari2008-11-262-28/+110
* o Introduce a new function, fxp_new_rfabuf which allocates a newyongari2008-11-261-27/+69
* Simplify Tx checksum offload configuration. Also clear CSUM_IP ifyongari2008-11-251-8/+5
* - Allow fxp_encap() enqueue failed transmissions and setyongari2008-11-252-70/+71
* Move unarming watchdog timer and pending multicast configurationyongari2008-11-251-5/+5
* Fix Tx/Rx checksum offload ioctl handling and make Rx handler honoryongari2008-11-251-9/+26
* Make fxp(4) build with FXP_IP_CSUM_WAR.yongari2008-11-251-2/+2
* Sort head files and removed ununsed header file.yongari2008-11-251-13/+9
* Whitespace fix.yongari2008-11-253-25/+25
* Reuse the mbuf that was just retrieved from the receive ring if mbufqingli2008-03-221-8/+17
* Remove the volatile qualifier to apply to fxp_miibus_readreg().kevlo2007-05-301-2/+2
* Add support for the 82562GX chip within if_fxp.remko2007-03-281-0/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-15/+16
* Grammar nit.ru2006-12-011-1/+1
* - Instead of if_watchdog/if_timer interface use our own timerglebius2006-11-302-13/+19
* Added yet another extra fxp(4) PCI ID.rink2006-11-141-0/+1
* Added PCI ID's for:rink2006-11-061-0/+2
* fix fxp so that it will reset the link when you change the speed... Thisjmg2006-10-061-0/+5
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Whitespace fixmatteo2006-04-141-1/+1
* Add device ID for Intel Pro/100 VE Network Connection cardmatteo2006-04-141-0/+1
* Do not touch ifp->if_baudrate in miibus aware drivers.glebius2006-02-141-1/+0
* Check for 10BaseT media correctly. Before we were confusingimp2006-01-041-1/+2
* Add the device ID of fxp(4) NICs found in Sony Vaio VGN-TX1XP laptops.mux2005-12-121-0/+1
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* Catch up with IFP2ENADDR() type change (array -> pointer).ru2005-11-111-2/+1
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-051-0/+4
* Big polling(4) cleanup.glebius2005-10-011-24/+32
* Convert fxp(4) to use the new bus_alloc_resources() API, it simplifiesmux2005-09-272-60/+42
* Fix an unaligned I/O memory access in the event that a SCB times out.marcel2005-09-211-3/+9
* Add callout_drain()'s to foo_detach() after calling foo_stop() to make surejhb2005-08-171-0/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-4/+4
* - Use callout_init_mtx() to close a small race between callout_stop() andjhb2005-08-082-71/+25
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Add a new PCI id for fxp(4) cards found on ICH7-based systems.mux2005-07-291-0/+1
* Move if_alloc() up in fxp_attach() so there's an ifp beforebrooks2005-06-111-6/+7
* Avoid deadlock in fxp driver when system runs out of mbufs.wes2005-06-101-1/+6
* Revert the unnecessicary addition of some braces in fxp_attach(). Don'tbrooks2005-06-101-3/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-24/+32
* Correct commentimp2005-06-061-2/+1
* Remove some variables the last commit stopped using so the code compiles.brooks2005-06-061-2/+2
* The PCI bus code saves/restores these config registers now.imp2005-06-052-20/+0
OpenPOWER on IntegriCloud