summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Correct a signedness bug which allowed members of the operatorcperciva2006-12-061-1/+1
* Use our own callout instead of if_slowtimo() for driving lance_watchdog()marius2006-12-064-12/+25
* - Use the hme_tick() callout instead of if_slowtimo() for drivingmarius2006-12-062-17/+22
* - Use the gem_tick() callout instead of if_slowtimo() for drivingmarius2006-12-062-22/+25
* - Use our own callout (the dc_tick() callout uses varying periodsmarius2006-12-062-27/+35
* Fix an off by one error in struct nve_tx_desc's frags[] array as a resultjhb2006-12-051-1/+1
* Make ISPCTL_PLOGX find a handle to log into the management servermjacob2006-12-053-75/+88
* Add a chip timeout to ENABLE/MODIFY/DISABLE lun calls.mjacob2006-12-051-0/+1
* use xpt_print functionmjacob2006-12-051-3/+2
* const poisonimp2006-12-053-3/+3
* More properly cleanup the iicbus child when deleting it.imp2006-12-051-6/+27
* Reference Hauppage's cxm_iic bit-bang device here.imp2006-12-051-0/+5
* - Add BGE_FLAG_JUMBO flag which idicates jumbo frame capability. Some day wejkim2006-12-042-22/+24
* Use bge_flags to save chipset family and remove dead code while I am here.jkim2006-12-042-53/+43
* Fix my error in rev. 1.152glebius2006-12-041-1/+1
* Remove the HME_LOCK_ASSERT() in hme_mifinit(), which was added in themarius2006-12-041-1/+0
* - In hme_stop() mask all interrupts.marius2006-12-041-45/+91
* Fix a massive couple of botches here: the NVRAM settingsmjacob2006-12-031-23/+15
* Fix XPT_GET_TRANSPORT_SETTINGS to zero validity and flags-mjacob2006-12-031-13/+24
* Forced commit: previous revision just correctly reflected thatmjacob2006-12-031-1/+0
* Fix a debug message which didn't quite get it right about data direction.mjacob2006-12-034-102/+163
* - Probe Davicom DM9102 PHYs.marius2006-12-021-30/+8
* - In acphy_service() for the MII_TICK case don't bother to check whethermarius2006-12-021-30/+7
* - Add another Altima PHY, which is a AC101 workalike and integratedmarius2006-12-021-1/+3
* - 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
OpenPOWER on IntegriCloud