summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* - Don't set MIIF_NOISOLATE so tdkphy(4) can be used in configurationsmarius2006-12-021-37/+9
* - Don't set MIIF_NOISOLATE so rgephy(4) can be used in configurationsmarius2006-12-021-13/+3
* Some style changes to a couple of PHY drivers:marius2006-12-027-94/+53
* Add support for Apple Intel/Mac.ariff2006-12-021-10/+48
* Add a helper function mii_phy_dev_probe(), which wraps around themarius2006-12-0219-249/+135
* ALTQify ep(4).mlaier2006-12-011-5/+7
* clarify shortcut returnsam2006-12-011-2/+2
* Grammar nit.ru2006-12-011-1/+1
* Add inverted amplifier sense quirk for HP Compaq nx4300.ariff2006-12-011-0/+1
* Fix white spaces.jkim2006-12-011-1/+1
* Simplify statistics updates, remove redundant register reads, and addjkim2006-12-012-28/+19
* Fix the hardware VLAN tagging. TX was broken on little-endianru2006-11-301-2/+7
* o ciss.ko depends on cam and pci.maxim2006-11-301-0/+2
* - Instead of if_watchdog/if_timer interface use our own timerglebius2006-11-302-13/+19
* - Instead of if_watchdog/if_timer interface use our own timerglebius2006-11-302-24/+18
* Remove pre-5.3 compatibility ifdefs.brueffer2006-11-291-61/+0
* Stop INVARIANTS panics in if_aue with a stopgap.alfred2006-11-292-7/+32
* Fix mxge_submit_8rx() to behave like the comments says it does,gallatin2006-11-291-1/+3
* Fix support for Medion MD MD95257 (GPIO2 quirk).ariff2006-11-291-7/+12
* MFp4:imp2006-11-291-0/+284
* Add a quirk for devices recognized as usb keyboards not to be hooked byflz2006-11-284-0/+8
* Add a fake flag for write. Many drivers have started to use it and itimp2006-11-281-1/+2
* - In rlphy_service() for the MII_TICK case don't bother to check whethermarius2006-11-281-45/+10
* - In qsphy_service() for the MII_TICK case don't bother to check whethermarius2006-11-281-29/+4
* - Don't add IFM_NONE when used in combination with pcn(4) as for MIImarius2006-11-281-49/+77
* - Rely on mii_phy_add_media() setting mii_anegticks as appropriate.marius2006-11-281-4/+3
* - Don't set MIIF_NOISOLATE so lxtphy(4) can be used in configurationsmarius2006-11-281-35/+8
* - Remove a dupe $FreeBSD$.marius2006-11-281-10/+8
* Remove unused leftovers.imp2006-11-281-9/+0
* Analogous to mii_add_media(), factor out the code for checking whethermarius2006-11-273-10/+8
* - Add a MIIF_FORCEANEG flag which forces an auto-negotiation to alwaysmarius2006-11-272-4/+11
* Write the short vendor name in ALL CAPS, since it will becomedougb2006-11-271-1/+1
* Refine the previous change to only call bus_dmamap_sync() in case ofmarius2006-11-271-12/+19
* - LNV -> LENOVOariff2006-11-271-4/+10
* Fix TX/RX checksum offload.obrien2006-11-272-16/+21
* Reformat to KNF after revision 1.12.obrien2006-11-271-85/+81
* Fix the jumbo frame support.obrien2006-11-273-209/+63
* Grrr. new .vimrc file is really giving me trouble.. get the whitespace right.obrien2006-11-271-2/+2
* Fix editor fatfingering in rev 1.9.obrien2006-11-271-2/+2
* nfe_stop() requires lock to be held when calling.obrien2006-11-261-0/+2
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-2627-2642/+5579
* MFP4 (109713):netchild2006-11-261-0/+3
* Add entry and no-UHID quirk for I-tuner networks USB-LCD 2x20 as foundphk2006-11-262-0/+6
* mark tx/rx descriptors COHERENT; we do not sync changes so onsam2006-11-241-1/+2
* I mistakenly committed the wrong version of my patch (sorry).dougb2006-11-241-2/+1
* remove no longer correct comment above em_read_pcie_cap_regkmacy2006-11-231-4/+0
* Move magic PCIe workaround constant to header - add appropriate commentkmacy2006-11-232-1/+7
* Add a vendor ID for O2Micro, obtained fromdougb2006-11-231-0/+3
* Fix TSO support on sun4vkmacy2006-11-231-8/+25
* add codes for Atheros USB devices; shuffle one ural code tosam2006-11-232-3/+80
OpenPOWER on IntegriCloud