aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* MFC revision 1.218:Maxime Henrion2004-09-251-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
* Implemented per-interface polling(4) control.Ruslan Ermilov2004-04-111-1/+16
* Add new ID for Intel 82562ET (ICH5/ICH5R) Pro/100 VE Ethernet.Warner Losh2004-04-071-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-5/+4
* Adjust $FreeBSD$'s.David E. O'Brien2004-03-171-3/+0
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-3/+0
* Sometimes cardbus attachments don't attach, so while we track downWarner Losh2003-11-281-0/+1
* Remove explicit cardbus attachments from drivers where this is identicalDoug Rabson2003-11-031-1/+0
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Remove unused FXP_UNIT() macro.Brooks Davis2003-10-301-2/+0
* mark interrupt handlers MPSAFESam Leffler2003-10-291-1/+1
* change timeout to be MPSAFESam Leffler2003-09-052-5/+5
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Use the revision ID from PCI configuration space to identify IntelJohn Polstra2003-08-041-23/+41
* Use the BUS_DMA_ZERO flag.Maxime Henrion2003-07-271-4/+2
* De-inline some functions. It doesn't gain us anything and bloatsMaxime Henrion2003-07-221-13/+13
* Unlock the fxp driver lock before calling fxp_poll() to avoid recursing onJohn Baldwin2003-07-111-1/+1
* All current uses of pci_set_powerstate are bogus, at least in theory.Warner Losh2003-07-031-4/+8
* Mega busdma API commit.Scott Long2003-07-011-4/+6
* Drop locks before calling if_input() since it may re-enter fxp_start()Nate Lawson2003-06-231-0/+10
* Add a new device ID.Maxime Henrion2003-06-121-0/+1
* Replace if_fxp's handrolled defrag function with m_defrag.Mike Silbersack2003-06-021-14/+3
* Always set the hardware parse bit in the IPCB structure when thisDon Lewis2003-05-251-4/+41
* Add a tunable/sysctl "hw.fxp_noflow" which disables flow control supportRobert Watson2003-05-161-1/+5
* GCC 3.3 complains about anonymous structures in unions, soMaxime Henrion2003-05-141-7/+7
* Fix the unaligned access problems that some people saw on alphaMaxime Henrion2003-05-121-1/+1
* Fix tpyo in last commit.Warner Losh2003-04-301-1/+1
* Get rid of the redundant 'gone' field, and overload suspend instead.Warner Losh2003-04-302-13/+12
* (5) from last commit was omitted by mistake:Warner Losh2003-04-291-0/+3
* Fix 5 bugs:Warner Losh2003-04-292-8/+11
* Make fxp(4) INTR_MPSAFE (but do not enable MPSAFE just yet):Nate Lawson2003-04-252-51/+134
* Update comment to match reality.Maxim Sobolev2003-04-161-2/+1
* - Don't call pci_enable_io() in drivers (unless needed for resume).Matthew N. Dodd2003-04-161-10/+4
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-2/+4