aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-295-5/+5
* Need machine/bus.h here tooWarner Losh2006-06-121-0/+1
* Rewrite of puc(4). Significant changes are:Marcel Moolenaar2006-04-2811-2269/+2071
* When we attach to either a SAB82532 or a Z8530, print a noticeMarcel Moolenaar2006-03-302-0/+4
* MFp4:Marcel Moolenaar2006-02-242-2/+2
* Use bus_setup_intr() rather than invoking BUS_SETUP_INTR() directly so thatJohn Baldwin2006-02-221-4/+2
* Careful measurement of the ST Labs card shows that the pulse width ofWarner Losh2005-12-081-1/+1
* The Oxford 16C950 based CardBus Serial device that I was given someWarner Losh2005-12-051-1/+2
* Don't enable PUC_FASTINTR by default in the source. Instead, enable itJohn Baldwin2005-11-211-4/+0
* Eliminate tinderbox errors.Craig Rodrigues2005-11-071-3/+5
* Avoid trouble with PUC_FASTINTR if it is already defined.Poul-Henning Kamp2005-11-061-0/+2
* Now that fast interrupts can be shared we can use them in puc.Poul-Henning Kamp2005-11-051-0/+1
* Add yet another entry to the list.Poul-Henning Kamp2005-11-051-0/+9
* puc(4) does strange things to resources in order to fool thePoul-Henning Kamp2005-09-281-4/+3
* __RMAN_RESOURCE_VISIBLE not needed.Poul-Henning Kamp2005-09-251-1/+0
* Recognize the SAB82532 in USIII machines.Marius Strobl2005-08-071-2/+3
* Account for ebus(4) defaulting to SYS_RES_MEMORY for memory resourcesMarius Strobl2005-06-041-1/+1
* Sort Oxford Semi entires. Add entry for OXCB950, a PCI/CardBusWarner Losh2005-04-221-13/+22
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* - sparc64/fhc/fhc.c:Marius Strobl2005-03-041-9/+0
* Declare the sbus(4) front-end of puc(4) also for fhc(4), allowingMarius Strobl2005-02-261-0/+1
* Add a stopgap allowing puc(4) to allocate IRQs on fhc(4). Given thatMarius Strobl2005-02-261-0/+9
* Remove duplicate FBSDID.Marius Strobl2005-02-261-3/+0
* fail gracefully rather than using an invalid array index if unableSam Leffler2005-02-251-2/+6
* add support for NetMos NM9805 1284 Printer portWilko Bulte2005-02-091-0/+9
* Revert rev. 1.5.Marcel Moolenaar2005-01-311-1/+1
* Add PCI ID for Dell RAC IV/ERA Virtual UART (PowerEdge 1850).Bruce M Simpson2005-01-271-2/+9
* Add device description for the Dell Remote Access Card (DRAC) III and IVBruce M Simpson2005-01-201-0/+9
* Revert part of last commit that was unintentionalWarner Losh2005-01-111-1/+1
* Use the standard FreeBSD licenseWarner Losh2005-01-113-37/+37
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-066-6/+6
* Add support for Chase/Perle PCI FAST-4 4 port serial cards which appearWilko Bulte2005-01-051-0/+36
* Apply a bandaid to avoid hangs on Ultra 2 machines. The second Z8530Marcel Moolenaar2004-11-151-1/+1
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-122-8/+8
* Remove duplicate FreeBSD idWarner Losh2004-07-011-3/+0
* While this file still needs __RMAN_RESOURCE_VISIBLE to get the size ofWarner Losh2004-07-011-6/+9
* Remove extra RMAN_RESOURCE_VISISBLEWarner Losh2004-06-301-1/+0
* puc needs to peek into struct resource too.Warner Losh2004-06-301-0/+1
* This needs __RMAN_RESOURCE_VISIBLEPoul-Henning Kamp2004-06-301-1/+1
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-032-0/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-302-0/+2
* Add description of Cronyx Omega2-PCI (8x port serial adapter).Roman Kurakin2004-05-171-0/+15
* Add IC Book Labs Gunboat x2 and x4 series of serial adapters.Maxim Sobolev2004-04-241-0/+45
* Moved the function pointer in struct puc_device_description to the endBruce Evans2004-04-183-93/+2