summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud