aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvscvs2svn2007-01-114-4/+4
* MFC: Added yet another extra fxp(4) PCI ID.Rink Springer2006-11-201-0/+1
* MFC: added PCI ID's for:Rink Springer2006-11-111-0/+2
* Add device ID for Intel Pro/100 VE Network Connection cardMatteo Riondato2006-04-161-0/+1
* MFC:Gleb Smirnoff2006-03-171-1/+0
* MFC r1.252:Maxime Henrion2005-12-161-0/+1
* MFC rev. 1.246:Marcel Moolenaar2005-11-041-3/+9
* Big overall MFC of polling(4) cleanup:Gleb Smirnoff2005-10-071-24/+36
* MFC: Fix up locking and remove spls and support for 4.x.John Baldwin2005-08-262-71/+26
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-4/+4
* Merge if_ath.c:1.99 awi.c:1.39 if_bfe.c:1.26 if_bge.c:1.92 if_ed.c:1.255Robert Watson2005-08-241-0/+2
* MFC r1.241:Maxime Henrion2005-07-301-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
* Enable extended RFDs and TCBs, and thus checksum offloading, forMaxime Henrion2005-04-211-2/+1
* Unload and destroy the TX DMA maps before destroying the DMA tagMaxime Henrion2005-03-161-4/+3
* - Encapsulate the code responsible for initializing a new TX descriptorMaxime Henrion2005-03-072-190/+189
* Cleanup: u_intXX_t -> uintX_t conversion.Maxime Henrion2005-03-063-110/+110
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Add support for fxp(4) cards found in Sony FS570 laptops.Maxime Henrion2005-03-051-0/+1
* Fix the panic recently reported on -current@ occuring when configuringMaxime Henrion2005-03-031-8/+13
* Fix a stupid bogon from myself, sc->revision wasn't initialized whenMaxime Henrion2005-02-271-10/+10
* Remove an outdated comment about ifnet not being locked.Ruslan Ermilov2005-02-151-3/+0
* Disable ethernet flow control in if_fxp by default, in order to preventRobert Watson2005-01-291-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-063-3/+3
* Allow fxp(4) cards with a revision id of 0 to use the 82503 serialMaxime Henrion2005-01-041-1/+1
* Only try to use the 82503 serial interface for the 82557 chipsets. TheMaxime Henrion2004-12-201-2/+2
* Make interrupt coalescing work on big endian systems.Pyun YongHyeon2004-11-171-2/+4
* Add support for the fxp(4) based card in ICH6 (i915) chipsets.Maxime Henrion2004-09-181-0/+1
* Deorbit the fxp tuning hint (hint.fxp.UNIT_NUMBER.ipcbxmit_disable)Don Lewis2004-08-111-24/+2
* Bring in the first chunk of altq driver modifications. This covers theMax Laier2004-07-021-4/+9
* Remove the setting of the pci config variables on power state changes.Warner Losh2004-06-281-37/+2
* Abstract the locking in fxp(4) a bit more by using macros forMaxime Henrion2004-06-022-8/+11
* Use the device sysctl tree instead of rolling our own. Some of theMaxime Henrion2004-06-022-26/+20
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* POLA dictates that VLAN_MTU be enabled by default.Yaroslav Tykhiy2004-05-271-1/+7
* Those sysctls shouldn't be writtable from inside a jail.Pawel Jakub Dawidek2004-05-261-2/+2
* Teach fxp(4) to control VLAN_MTU in the hardware.Yaroslav Tykhiy2004-05-252-8/+17
* Change a if (...) panic() to a KASSERT().Maxime Henrion2004-05-241-2/+2
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inYaroslav Tykhiy2004-05-231-1/+2
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Cosmetic:Yaroslav Tykhiy2004-05-211-2/+6
* The driver fxp(4) has reception of large frames enabled hardcodedly,Yaroslav Tykhiy2004-05-211-0/+1