summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Be more conservative when enabling extended features. There are fxp(4)mux2005-04-222-3/+7
* Add a microcode to implement receive bundling for 82551 chipsets withmux2005-04-213-20/+152
* Enable extended RFDs and TCBs, and thus checksum offloading, formux2005-04-211-2/+1
* Unload and destroy the TX DMA maps before destroying the DMA tagmux2005-03-161-4/+3
* - Encapsulate the code responsible for initializing a new TX descriptormux2005-03-072-191/+190
* Cleanup: u_intXX_t -> uintX_t conversion.mux2005-03-063-110/+110
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Add support for fxp(4) cards found in Sony FS570 laptops.mux2005-03-051-0/+1
* Fix the panic recently reported on -current@ occuring when configuringmux2005-03-031-8/+13
* Fix a stupid bogon from myself, sc->revision wasn't initialized whenmux2005-02-271-10/+10
* Remove an outdated comment about ifnet not being locked.ru2005-02-151-3/+0
* Disable ethernet flow control in if_fxp by default, in order to preventrwatson2005-01-291-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-063-3/+3
* Allow fxp(4) cards with a revision id of 0 to use the 82503 serialmux2005-01-041-1/+1
* Only try to use the 82503 serial interface for the 82557 chipsets. Themux2004-12-201-2/+2
* Make interrupt coalescing work on big endian systems.yongari2004-11-171-2/+4
* Add support for the fxp(4) based card in ICH6 (i915) chipsets.mux2004-09-181-0/+1
* Deorbit the fxp tuning hint (hint.fxp.UNIT_NUMBER.ipcbxmit_disable)truckman2004-08-111-26/+4
* Bring in the first chunk of altq driver modifications. This covers themlaier2004-07-021-4/+9
* Remove the setting of the pci config variables on power state changes.imp2004-06-281-37/+2
OpenPOWER on IntegriCloud