aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc/pucdata.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r276589:Luiz Otavio O Souza2015-01-091-0/+6
* MFC r273551:Rui Paulo2014-11-011-0/+7
* MFC: r264257, r264327, r264514Marius Strobl2014-04-221-4/+64
* All of Oxford/PLX OX16PCI954, OXm16PCI954 and OXu16PCI954 share theMarius Strobl2013-06-131-1/+25
* Fix whitespace and normalize some entries.Marius Strobl2013-06-131-22/+22
* Correct the definition for Exar XR17V258IV: we must use a config_functionRyan Stone2013-03-181-0/+1
* Add support for Exar XR17V358 8-port serial device to puc(4)Ryan Stone2013-03-151-0/+20
* - Apparently, r186520 was just wrong and the clock of Oxford OX16PCI958 isMarius Strobl2013-03-011-7/+8
* Add support for Advantech PCI-1602 RS-485/RS-422 serial cardEitan Adler2012-11-091-0/+6
* Add support for SIIG Cyber Serial Dual PCI 16C850Eitan Adler2012-08-051-0/+6
* Add additional Perle Speed LE serial cardsEitan Adler2012-08-051-0/+25
* - Change back "d_ofs" to int8_t to not pessimize padding and size of "struct ...Max Khon2012-07-311-5/+14
* Remove Moxa CP-132EL definition (RS422/485-only board).Max Khon2012-06-211-6/+0
* Add support for the following Moxa PCIe multiport serial boards:Max Khon2012-06-211-3/+38
* Add support for the Sunix SER5437A dual serial PCI Express card.John Hay2012-06-081-0/+6
* Add support for Sun 1040 PCI Quad SerialEitan Adler2012-05-301-0/+6
* - add support for Titan VScom PCIex-800HEitan Adler2011-11-151-0/+12
* - add support for CP-104EL-A and CP-104JU to pucEitan Adler2011-11-111-0/+27
* - add support for I-O DATA RSA-PCI2/REitan Adler2011-10-151-0/+6
* Add Oxford Semiconductor OXPCIe952 (0x1c38) 1 port serial card.Andrey V. Elsukov2011-09-291-0/+7
* Add device id for the Moxa CP-112UL dual-port serial adapters.John Baldwin2011-08-151-0/+6
* 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
* 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
* 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
* Calculate the correct PCI BAR for the Timedia based serial cards. ThePeter Wemm2007-06-071-1/+1
* Add SIIG 4 port serial card based on the Oxford OX16PCI954.Marcel Moolenaar2006-09-041-0/+6
* Fix building with GCC 4.2: ensure types are defined before refering to them.David E. O'Brien2006-06-291-1/+1
* Need machine/bus.h here tooWarner Losh2006-06-121-0/+1
* Rewrite of puc(4). Significant changes are:Marcel Moolenaar2006-04-281-1031/+876