aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_bus_pci.c
Commit message (Expand)AuthorAgeFilesLines
* uart: add AX99100 chipset supportEd Maste2017-07-271-0/+2
* uart: add AMT SOL PCI IDEd Maste2017-05-271-0/+1
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-1/+1
* Allow uart(4) to use MSI interrupts on single-port PCI instances.Bruce M Simpson2017-01-121-2/+40
* Add Intel Atom Cherryview SOC HSUART supportSean Bruno2016-11-211-0/+4
* Add ID for Intel Panther Point KT ControllerAlexander Motin2015-09-131-0/+1
* Add support for the Broadcom TruManage integrated serial port.Marcel Moolenaar2015-08-121-0/+2
* Add new UART device presented on newer AMT enabled systems/laptops.Sean Bruno2015-06-221-0/+1
* Add support for the Intel Atom E3800 series SoC (aka Bay Trail).Marcel Moolenaar2015-06-201-1/+6
* And it turns out someone beat me to it....Eitan Adler2015-03-301-2/+0
* Add support for "MosChip MCS9922 PCIe to Peripheral Controller" to uartEitan Adler2015-03-301-0/+2
* Add the device ID for the AMT serial port on my Thinkpad T400.John Baldwin2015-02-051-0/+1
* Add PCI ID for the Oxford Semiconductor OXPCIe952 device.Peter Grehan2015-01-121-0/+2
* Don't use a sub-device/-vendor wildcard for probing MCS9922 as otherMarius Strobl2014-12-281-2/+2
* Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.Alexander Motin2014-11-261-0/+1
* add support for MosChip MCS9922... This is found on an ExpressCard..John-Mark Gurney2014-06-221-0/+2
* Add PCI ID for AMT based serial interface found on the Lenovo T61.Sean Bruno2014-05-271-0/+1
* Distinguish between the different variants and configurations of SunixMarius Strobl2014-04-081-0/+2
* Add another HP iLO serial (console) port, found on Itanium servers.Marcel Moolenaar2013-12-241-0/+1
* Add new AMT serial port PCI ID on Intel Lynx Point chipsetSean Bruno2013-11-071-0/+1
* Set the device description after we call uart_probe(). In uart_probe()Marcel Moolenaar2013-07-251-1/+7
* Add support for Intel C600/X79 Series Chipset KT Controller.Eitan Adler2013-04-231-0/+1
* - Make pci_ns8250_ids[] const.Marius Strobl2013-02-031-6/+6
* uart: add resume method and enable it for attachments on the most commonAndriy Gapon2013-02-021-0/+1
* Add PCI Id for the AMT SOL UART on G4x series Intel chipsets.Konstantin Belousov2012-03-141-0/+1
* Add support for the MosChip MCS9904 four serial portsRemko Lodder2012-03-071-0/+2
* Add support for Sony Ericsson GC89 EDGE/Wirelles LAN PC CardEitan Adler2012-01-191-0/+1
* Add PCI Id for the AMT SOL UART on 5 series Intel chipsets.Konstantin Belousov2012-01-111-0/+2
* Add support for Intel EG20T serial portsKevin Lo2012-01-031-0/+4
* Add PCI Id for the Intel AMT serial interface as found on my DQ67OW.Konstantin Belousov2011-12-291-0/+1
* Add device ID for the Davicom 56PDV PCI Modem.John Baldwin2011-07-081-0/+1
* Add support for a MosChip PCI express serial port adapter.Hans Petter Selasky2011-06-291-0/+2
* Add PCI ID for MCS9901.Xin LI2010-03-011-0/+2
* Add ID for NetMos NM9820 Serial Port chip, found on CardBus serial adapter.Alexander Motin2009-12-081-0/+1
* Add support for the NetMos NM9865 family of Serial/Parallel ports.Marcel Moolenaar2009-12-071-0/+1
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0
* Add support for the single-port NetMos NM9835 serial adapter. The puc(4)John Baldwin2009-03-051-0/+1
* Added entries for Lava SP-PCI (1 serial + 1 parallel) PCI card. TheKai Wang2009-02-111-0/+1
* The HP Diva RMP3 uses BAR 0x14.Marcel Moolenaar2007-05-171-1/+1
* Add PCI IDs for the HP RMP3 serial port. This is often used asMarcel Moolenaar2007-04-051-0/+1
* o Add 5 Timedia single port serial cards.Marcel Moolenaar2006-04-271-8/+25
* o Add 2 HP Diva single port UARTs.Marcel Moolenaar2006-04-271-0/+2
* o Add 2 NEC cardsMarcel Moolenaar2006-04-261-29/+47
* Remove PCI IDs for multiport cards:Marcel Moolenaar2005-10-261-10/+15
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Sometimes cardbus attachments don't attach, so while we track downWarner Losh2003-11-281-0/+1
* Remove explicit cardbus attachments from drivers where this is identicalDoug Rabson2003-11-031-1/+0
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532Marcel Moolenaar2003-09-261-1/+1
* The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar2003-09-061-0/+118