summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-01-27Delay status report during attach until after invoking _DCK.Michael Knudsen
2007-01-27convert to our locks to rwlocks.David Gwynne
2007-01-27Say ``docking station'' instead of ``docked'' in the sensor descriptionMichael Knudsen
2007-01-27Reading the spec again it seems I missed that the _INI methodMichael Knudsen
2007-01-26Actually add the acpidock indicator sensor stuff to the softc struct soMichael Knudsen
2007-01-26Workaround for an issue with em(4) interfaces on Lenovo X60/T60 laptops whereTobias Weingartner
2007-01-26remove duplicate test; from bradJason Wright
2007-01-26As per PCI specs, disable an adapter's transaction response whileMarc Aurele La France
2007-01-25Be a bit more verbose during attach even without ACPI_DEBUG for now.Michael Knudsen
2007-01-25Install an indicator sensor to show if we're docked or not.Michael Knudsen
2007-01-25Make debug output a tad more consistent.Michael Knudsen
2007-01-25Remove comment that I committed by accident.Michael Knudsen
2007-01-25Do the sensor magic correctly. Found by Constantine Murenin.Marco Peereboom
2007-01-24Deal with weird systems that return bogus device numbers for stuff that's notMark Kettenis
2007-01-24revert changes committed between r1.25 and 1.26.Damien Bergamini
2007-01-23adjust m_data and m_len directly rather than calling m_adj().Marcus Glocker
2007-01-23Fixes for static integer settingJordan Hargrave
2007-01-22Fix a comment and reduce the chattyness of some debug.Michael Knudsen
2007-01-22Some nits from fkr@, thanks!Michael Knudsen
2007-01-22Actually look for docking stations by looking for _DCK nodes.Michael Knudsen
2007-01-22Tell config about acpidock.Michael Knudsen
2007-01-22Add driver for ACPI docking stations.Michael Knudsen
2007-01-22iterate over the endpoints looking for appropriate interface descriptors toDavid Gwynne
2007-01-22regenerateChris Kuethe
2007-01-22Add the USB interface for my cable modem which is now usableChris Kuethe
2007-01-21Use MII_ANEGTICKS_GIGE instead of MII_ANEGTICKS.Mark Kettenis
2007-01-21Fix typo. From brad@Mark Kettenis
2007-01-21Remove bogus check for old firmware.Ryan Thomas McBride
2007-01-20move the interrupt establishment till after everything in the softc isDavid Gwynne
2007-01-19bnx_init() takes a pointer to sc, not ifp.Ryan Thomas McBride
2007-01-19Some '= 0' -> '= NULL' cleanup for pointer fields and return values.Kenneth R Westerback
2007-01-19Workarounds for DMA HW errata on pci express chips. Based on FreeBSDKenneth R Westerback
2007-01-18Check whether PCI interrupt link devices are enabled.Mark Kettenis
2007-01-18Added fix for static integerJordan Hargrave
2007-01-18do not freak out if cannot map physdrives into volumes and handle it proper e...Michael Shalayeff
2007-01-18regenJonathan Gray
2007-01-18Add a bunch of as yet untested AX88178 devices.Jonathan Gray
2007-01-18Don't reinitialize card at every media change.Kenneth R Westerback
2007-01-18Add support for AX88772 devices with external PHY.Jonathan Gray
2007-01-18regenJonathan Gray
2007-01-18Correct entry for D-Link DUB-E100 rev B1Jonathan Gray
2007-01-17Remove some textual sk heritage warts by renaming some functions andKenneth R Westerback
2007-01-16Fix invalid _CRS length. Some aml implementations lie about how long aMarco Peereboom
2007-01-15Report flow control status.Mark Kettenis
2007-01-14Introduce register read/write helper routines for radio and phy. StartMarcus Glocker
2007-01-14regenJonathan Gray
2007-01-14Match some additional devices found in Linux driver.Jonathan Gray
2007-01-13Correctly count outbound packets.Mark Kettenis
2007-01-13attach to Sierra Wireless Aircard 875; ok fkr@Kevin Steves
2007-01-13Touch of clean up:Thordur I. Bjornsson