summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2013-05-07fix a double free in an error pathJonathan Gray
2013-05-03break out the battery status into excruciating detail. makes it harder forDavid Gwynne
2013-05-02always attach the battery sensor if the adapter lets us query it.David Gwynne
2013-05-01provide a sensor for the battery backup unit (bbu) on mfi boards thatDavid Gwynne
2013-05-01there's some extra bits for the bbu status that freebsd dont have. provideDavid Gwynne
2013-05-01provide a couple of %b things for mfi_hw_present and mfi_adapter_ops cosDavid Gwynne
2013-05-01dont need to walk alldevs during sensor creation looking for the logicalDavid Gwynne
2013-04-30white space tweakDavid Gwynne
2013-04-30white space fixesDavid Gwynne
2013-04-30use MR_DCMD consistently. some MD_DCMD was in there somehow.David Gwynne
2013-04-30pull in BBU bits from freebsdDavid Gwynne
2013-04-21Unify the zs tty driver.Sebastian Reitenbach
2013-04-20In ahc_reset(), use SELxxx constants instead of magic values. No functionalMiod Vallat
2013-04-20correct handling of t_apmverTheo de Raadt
2013-04-20Enable active PS/2 multiplexing if available.Tobias Stoeckmann
2013-04-13Perform a warm reset instead of putting the hardware into full sleep modeStefan Sperling
2013-04-07david imhoff points out that the error handling in mfi_init_ccb gets theDavid Gwynne
2013-03-28Prevent a panic during rtsx(4) attachment. If a card is inserted while bootingStefan Sperling
2013-03-24Use ieee80211_set_tim() directly now that it is available.Claudio Jeker
2013-03-18Provide a way for *drm(4) to prevent the VGA text console wsdisplay(4) instanceMark Kettenis
2013-03-17- Remove the reserved number of TX descriptors. No limitation is mentioned inBrad Smith
2013-03-14Cosmetic tweaking. No functional change.Brad Smith
2013-03-11Separate out the common capabilities flags from the switch statementBrad Smith
2013-03-09Always use the internal PHY on Apple variants, from FreeBSD. This unbreaksMartin Pieuchot
2013-03-09Calculating the IP header checksum on Realtek 8168 is broken if theAlexander Bluhm
2013-03-07XL_DMACTL is a 32bit register, use the 32bit write macro.Brad Smith
2013-03-07Fix and simplify determining whether we're using a 8129 or 8139 chipset. OnlyBrad Smith
2013-03-04replace the LIST_ENTRY in scsi_xfer with a SIMPLEQ_ENTRY. the things thatDavid Gwynne
2013-02-15More DPRINTF use, no object change.Martin Pieuchot
2013-02-15Do not loop forever if the keyboard send a BAT (Basic Assurance Test)Martin Pieuchot
2013-02-14No need to treat amd64 specially; always return CN_HIGHPRI.Mark Kettenis
2013-01-21Split AHCI in order to support devices which are not attached via pci.Patrick Wildt
2013-01-18data transfers suit STREAMING dma maps.David Gwynne
2013-01-17forgot this file when committing the 64bit dva diff.David Gwynne
2013-01-17mikeb pointed at that the interrupt status register read in mpi_intr wasDavid Gwynne
2013-01-17we dont need to read the interrupt status register to know if we haveDavid Gwynne
2013-01-17treat DVAs as 64bits all the time so we can avoid ugly casts and shifts inDavid Gwynne
2013-01-14Fix the sotfware.Joel Sing
2013-01-06acknowlege -> acknowledgeMartynas Venckus
2012-12-31Spell `calculation' correctly.Miod Vallat
2012-12-07Remove support for waiting for an interrupt within hostcmd_send(), since onlyStefan Sperling
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-12-01Add RX TCP/UDP checksum offload support.Brad Smith
2012-11-29Add rtsx(4), a new driver for the Realtek RTS5209 card reader.Stefan Sperling
2012-11-29Remove setting an initial assumed baudrate upon driver attach which is notBrad Smith
2012-10-27Implememnt AP side power saving for acx(4). Tested on acx11.Claudio Jeker
2012-10-22Add flow control support.Brad Smith
2012-10-20Init values for the AR9485 were for version 1.0 of this chip, which accordingStefan Sperling
2012-10-20Fix hardware kill switch detection for the ar9300 chip family. The driver wasStefan Sperling
2012-10-19Simplify xl_iff_90x() a bit and only check ac->ac_multicnt since ac_multicntBrad Smith