summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2013-04-20Add support for 16750 style UARTs. Activated by defining COM_16750.rkujawa
2013-04-14return something reasonable for WSDISPLAYIO_GINFOchristos
2013-04-10sort prototypes.christos
2013-04-06Fix return type and value of athn_resume (true for success, not 0 for nomartin
2013-04-06Debounce the "wlan button pressed" event via pmf PMFE_RADIO_OFF so wemartin
2013-04-06Added support for the Realtek 8168F variant in re(4).khorben
2013-04-05Cleanup attach message slightlymartin
2013-04-03Fix kernel dump on ahci controller, by making sure we won't sleepbouyer
2013-04-03undo previous commit of unrelated debugging.christos
2013-04-03instead of ifnet use ethercom.christos
2013-03-30Use only one set of EDCA variableschristos
2013-03-30This is the initial port of OpenBSD's athn(4) driver. It supportschristos
2013-03-13fix typomacallan
2013-03-13add some register bitsmacallan
2013-03-01Retire OSI network stack. OK core@joerg
2013-02-27Disable ICBOPT_FAST_POST for ISP 2100.martin
2013-02-24Initialize t_softc.matt
2013-02-10This change adds SATA port multiplier support to mvsata(4).jakllsch
2013-02-10Timeouts have priority over panicing.jakllsch
2013-02-10The device queue tag and the host queue tag are not the same thing.jakllsch
2013-02-10We can't (well, actually we can, but we still can't) assume that alljakllsch
2013-02-04Halt the RX watchdog callout when stopping.jdc
2013-02-0424h-mode is indicated by bit 2 of control register F.phx
2013-02-03Add argument to wdccommandext() to allow the entire contents of thejakllsch
2013-02-02Use __SHIFTOUT to simplify an expression.matt
2013-01-27don't transmit while in a key change is in progressjmcneill
2013-01-21Make internal functions staticmlelstv
2013-01-13Add slurm(4), a radio(4) driver for USB FM radio modules based on thejakllsch
2013-01-10don't try to become console if we get is_console=false as device propertymacallan
2012-12-19Restore spl before continue.kiyohara
2012-11-19Introduce WDC_CAPABILITY_NO_AUXCTL flag. For lame controllers that don'trkujawa
2012-11-14Add kernel RCS ID, clean up.rkujawa
2012-11-14Add MI OKI MSM6242B RTC driver.rkujawa
2012-11-09MFI_STATE_BOOT_MESSAGE_PENDING also needs to be handed for non-TBOLTbouyer
2012-11-08Use NetBSD's own KASSERT() and KASSERTMSG() instead of #undef and re-#definingdyoung
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-26Workaround PR kern/47097: use delay() instead of tsleep() ahci_do_reset_drive()bouyer
2012-10-22Work around missing __BUS_SPACE_HAS_STREAM_METHODS on some ports.jakllsch
2012-10-20don't sync after each drawing op, add functions to wait for the engine to get...macallan
2012-10-20fix typomacallan
2012-10-17Fix an errant define.matt
2012-10-14ed_ring structure is no longer needed for compatibility, as the lastphx
2012-10-13Add two flags to keyboard/mouse attachment:jdc
2012-10-13Add two flags to keyboard/mouse attachment:jdc
2012-10-10Second part of PR/46998. The following is taken from the PR with a slightskrll
2012-10-10Split softc/device_tskrll
2012-10-10Rename eatxpacket to ea_txpacket for consistency.skrll
2012-09-27Add some more debugging messages.matt
2012-09-23don't try to handle sensors if there aren't any.chs
2012-09-23set chan_bustype correctly.chs