summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp/if_fxp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Abstract the locking in fxp(4) a bit more by using macros formux2004-06-021-6/+7
* Use the device sysctl tree instead of rolling our own. Some of themux2004-06-021-24/+18
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* POLA dictates that VLAN_MTU be enabled by default.yar2004-05-271-1/+7
* Those sysctls shouldn't be writtable from inside a jail.pjd2004-05-261-2/+2
* Teach fxp(4) to control VLAN_MTU in the hardware.yar2004-05-251-8/+16
* Change a if (...) panic() to a KASSERT().mux2004-05-241-2/+2
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inyar2004-05-231-1/+2
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Cosmetic:yar2004-05-211-2/+6
* The driver fxp(4) has reception of large frames enabled hardcodedly,yar2004-05-211-0/+1
* Implemented per-interface polling(4) control.ru2004-04-111-1/+16
* Add new ID for Intel 82562ET (ICH5/ICH5R) Pro/100 VE Ethernet.imp2004-04-071-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-5/+4
* Adjust $FreeBSD$'s.obrien2004-03-171-3/+0
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-3/+0
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-281-0/+1
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* mark interrupt handlers MPSAFEsam2003-10-291-1/+1
* change timeout to be MPSAFEsam2003-09-051-4/+4
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Use __FBSDID().obrien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Use the revision ID from PCI configuration space to identify Inteljdp2003-08-041-23/+41
* Use the BUS_DMA_ZERO flag.mux2003-07-271-4/+2
* De-inline some functions. It doesn't gain us anything and bloatsmux2003-07-221-13/+13
* Unlock the fxp driver lock before calling fxp_poll() to avoid recursing onjhb2003-07-111-1/+1
* All current uses of pci_set_powerstate are bogus, at least in theory.imp2003-07-031-4/+8
* Mega busdma API commit.scottl2003-07-011-4/+6
* Drop locks before calling if_input() since it may re-enter fxp_start()njl2003-06-231-0/+10
* Add a new device ID.mux2003-06-121-0/+1
* Replace if_fxp's handrolled defrag function with m_defrag.silby2003-06-021-14/+3
* Always set the hardware parse bit in the IPCB structure when thistruckman2003-05-251-6/+43
* Add a tunable/sysctl "hw.fxp_noflow" which disables flow control supportrwatson2003-05-161-1/+5
* Fix tpyo in last commit.imp2003-04-301-1/+1
* Get rid of the redundant 'gone' field, and overload suspend instead.imp2003-04-301-11/+11
* (5) from last commit was omitted by mistake:imp2003-04-291-0/+3
* Fix 5 bugs:imp2003-04-291-8/+10
* Make fxp(4) INTR_MPSAFE (but do not enable MPSAFE just yet):njl2003-04-251-51/+131
* Update comment to match reality.sobomax2003-04-161-2/+1
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-10/+4
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-2/+4
OpenPOWER on IntegriCloud