summaryrefslogtreecommitdiff
path: root/sys/dev/puc
Commit message (Expand)AuthorAgeFilesLines
* MFC: r251715Marius Strobl2013-06-271-1/+25
* MFC: r251713Marius Strobl2013-06-271-22/+22
* MFC: r248472Marius Strobl2013-06-271-0/+1
* MFC: r248340Marius Strobl2013-06-271-0/+20
* MFC r227293 (by ed):Alexander Motin2013-04-051-1/+1
* MFC: r236736Marius Strobl2013-03-081-0/+6
* MFC: r247571Marius Strobl2013-03-081-7/+8
* MFC 245471:John Baldwin2013-02-281-1/+1
* MFC r242814:Eitan Adler2012-11-141-0/+6
* MFC r239076:Eitan Adler2012-09-021-0/+6
* MFC r239048:Eitan Adler2012-09-021-0/+25
* MFC: r238933Max Khon2012-08-282-6/+15
* MFC: r237350, r237357Max Khon2012-06-282-4/+33
* MFC r236282:Eitan Adler2012-06-061-0/+6
* MFC r227535:Eitan Adler2012-01-101-0/+12
* MFC r226173, r227843, r227848 and r227908:Hans Petter Selasky2011-12-312-4/+4
* MFC r226404:Eitan Adler2011-11-161-0/+33
* MFC r225878:Andrey V. Elsukov2011-10-061-0/+7
* Add device id for the Moxa CP-112UL dual-port serial adapters.John Baldwin2011-08-151-0/+6
* Add location and pnpinfo strings for puc device ports. The location isJohn Baldwin2011-06-144-2/+47
* Some style fixes.John Baldwin2011-06-061-6/+4
* - Rename the Cronyx Omega2-PCI entry to Exar XR17C158 since that is theJohn Baldwin2011-06-031-13/+27
* For Timedia multiport serial adapters, the first two ports use a SUN1889John Baldwin2011-05-261-0/+6
* Add support for the SIIG Cyber 2S PCIe adapter. It is based on anJohn Baldwin2011-05-191-0/+6
* Add an entry for the SIIG Quartet Serial 850 which uses an OxfordJohn Baldwin2011-05-101-0/+6
* Add an entry for the Kuroutoshikou SERIAL4P-LPPCI2 which uses an OxfordJohn Baldwin2011-05-021-0/+6
* Add support for Oxford PCI Express Expresso family devices.John Baldwin2011-04-281-1/+134
* Add Exar octal PCI UART.Ed Maste2010-12-181-0/+6
* Add support for the Perle Speed4 LE.John Baldwin2010-05-201-0/+12
* Fix interrupt handling. It started off broken and grew worse over time.Marcel Moolenaar2009-12-111-46/+62
* Add support for the NetMos NM9865 family of Serial/Parallel ports.Marcel Moolenaar2009-12-071-3/+39
* Make puc(4) aware of this 2 port serial card based on NetMos 9835:Navdeep Parhar2009-06-201-0/+6
* Add support for the four PUC serial interfaces found on IBM SurePOS 300Robert Watson2009-06-021-0/+11
* remove now-redunant cardbus attachment lines.Warner Losh2009-03-091-1/+0
* Add support for the single-port NetMos NM9835 serial adapter. The puc(4)John Baldwin2009-03-051-0/+12
* Add support for the Sunix SUN1889-based dual parallel port card.Kevin Lo2009-02-121-0/+6
* - Add support for Moxa Technologies CP-168EL/PCIe card.Stanislav Sedov2009-01-271-0/+6
* Add support for the Oxford OX16PCI958-based card.Roman Kurakin2008-12-271-0/+6
* Add an entry for the "SIIG Cyber 4 PCI 16550", which is a four-port cardDag-Erling Smørgrav2008-10-251-0/+6
* Revert r179409; it breaks all OX16PCI954-based cards except the SIIG 4.Dag-Erling Smørgrav2008-10-131-4/+4
* Add the Decision Computer Inc, PCCOM 8-port serial card.Andrew Thompson2008-08-221-0/+6
* Add the VScom PCI-100L card.Andrew Thompson2008-08-221-0/+6
* Add the Avlab Technology PCI IO 4S-850 4 port serial card.Andrew Thompson2008-08-211-0/+6
* The SIIG 4 port serial card based on the Oxford OX16PCI954 isKirk McKusick2008-05-291-4/+4
* Fix RID calculation. The RID is really the BAR for PCI cards,Marcel Moolenaar2008-05-161-1/+1
* o Add Moxa Technologies CP-104EL PCI Express 4 port Serial card.Maxim Konovalov2008-01-121-0/+6
* Rewrite puc_pci_match() to handle non-trivial cases correctly.Dag-Erling Smørgrav2007-10-131-14/+19
* Calculate the correct PCI BAR for the Timedia based serial cards. ThePeter Wemm2007-06-071-1/+1
* -axe p_ih from struct puc_port cause it was uselessPaolo Pisati2007-06-061-8/+4
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-232-11/+13