summaryrefslogtreecommitdiff
path: root/sys/dev/sio
AgeCommit message (Expand)Author
2019-11-21Remove sio(4).Gleb Smirnoff
2019-02-05Remove All Rights ReservedWarner Losh
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2017-12-27kernel: Fix several typos and minor errorsEitan Adler
2017-12-23Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-19sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2012-11-13Add support for CIR1000 - Cirrus Logic V34 to the sio driverEitan Adler
2012-06-28Document some MP assumptions for sio.Warner Losh
2011-12-17kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon
2011-11-15- add support for Broadcom 802.11bg/EDGE/GPRS CardBus (Serial)Eitan Adler
2011-08-27Follow up to r225203 refining break-to-debugger run-time configurationRobert Watson
2011-08-26Attempt to make break-to-debugger and alternative break-to-debugger moreRobert Watson
2011-02-08Based on discussions on the svn-src mailing list, rework r218195:Matthew D Fleming
2009-03-09remove now-redunant cardbus attachment.Warner Losh
2008-11-18Allow device hints to wire the unit numbers of devices.John Baldwin
2008-10-08Add a note about a bug in how sio manages its softc. This wasWarner Losh
2008-05-04Expand kdb_alt_break a little, most commonly used with the optionPeter Wemm
2007-12-25Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson
2007-12-05Stop serial console and gdb serial port from getting all screwed up.Julian Elischer
2007-11-30Allow the sio acpi attachment to be disabled (ie: use hints only). ThisPeter Wemm
2007-11-30Add sio_puc_kludge_unit() to stop sio devices originating from pucPeter Wemm
2007-10-12Spelling fix for interupt -> interruptKevin Lo
2007-03-29o Revert last. The chip is already supported by puc(4).Maxim Konovalov
2007-03-28o Add MosChip 9835 PCI Dual UART PCI id.Maxim Konovalov
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-09-14Only treat positive values as errors...John-Mark Gurney
2006-07-17Restore the status quo before my last commit. Prior to it, sio tookWarner Losh
2006-06-30Have sio return BIS_PROBE_DEFAULT like all the other drivers in theWarner Losh
2006-05-26Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.Poul-Henning Kamp
2006-05-26Convert to use CONSOLE_DRIVER() macro:Poul-Henning Kamp
2006-05-26Insert a '_' in the console function names to be more consistent withPoul-Henning Kamp
2006-04-28Rewrite of puc(4). Significant changes are:Marcel Moolenaar
2006-02-22- Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin
2005-12-07Use __DEVOLATILE to cast conspeed.Warner Losh
2005-10-25Reorganize the interrupt handling code a bit to make a few things cleanerJohn Baldwin
2005-10-16Eliminate two unused arguments to ttycreate().Poul-Henning Kamp
2005-09-22'PC Card' instead of other variantsWarner Losh
2005-09-19Last change to this file actually removed the oldcard compat code.Warner Losh
2005-09-19Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-04-05Oops, revert a commit that snuck in with the earlier critical sectionJohn Baldwin