summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Abstract the locking in fxp(4) a bit more by using macros formux2004-06-022-8/+11
* Use the device sysctl tree instead of rolling our own. Some of themux2004-06-022-26/+20
* 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-252-8/+17
* 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
* Remove unused FXP_UNIT() macro.brooks2003-10-301-2/+0
* mark interrupt handlers MPSAFEsam2003-10-291-1/+1
* change timeout to be MPSAFEsam2003-09-052-5/+5
* 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
OpenPOWER on IntegriCloud