aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc/puc.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix device delete child function.Hans Petter Selasky2016-10-171-2/+1
* Replace some more default range checks with RMAN_IS_DEFAULT_RANGE().Justin Hibbits2016-03-021-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-4/+4
* Add MSI support to puc(9)Ryan Stone2014-03-131-1/+3
* Do not require a filter-only interrupt handler for puc ports that are notJohn Baldwin2013-01-151-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Add location and pnpinfo strings for puc device ports. The location isJohn Baldwin2011-06-141-0/+38
* Fix interrupt handling. It started off broken and grew worse over time.Marcel Moolenaar2009-12-111-46/+62
* -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-231-10/+12
* Fix building with GCC 4.2: ensure types are defined before refering to them.David E. O'Brien2006-06-291-1/+1
* Rewrite of puc(4). Significant changes are:Marcel Moolenaar2006-04-281-486/+583
* Use bus_setup_intr() rather than invoking BUS_SETUP_INTR() directly so thatJohn Baldwin2006-02-221-4/+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
* 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
* - sparc64/fhc/fhc.c:Marius Strobl2005-03-041-9/+0
* Add a stopgap allowing puc(4) to allocate IRQs on fhc(4). Given thatMarius Strobl2005-02-261-0/+9
* fail gracefully rather than using an invalid array index if unableSam Leffler2005-02-251-2/+6
* Revert part of last commit that was unintentionalWarner Losh2005-01-111-1/+1
* Use the standard FreeBSD licenseWarner Losh2005-01-111-13/+13
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* 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
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+3
* Make the port number available to the sub-device with PUC_IVAR_PORT.Marcel Moolenaar2003-09-261-3/+8
* Enhance puc(4) to support uart(4). This includes:Marcel Moolenaar2003-09-061-69/+80
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Add printer support to puc(4) driver.Doug Ambrisko2003-08-011-2/+15
* Add support for IC Book Ironclad Pro/Lite 8-port cards.Maxim Sobolev2003-04-301-2/+2
* - Add minimal support for TI16754 4xUART chip into sio(4) driver and removeMaxim Sobolev2003-03-151-6/+68
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* MFp4: Add support for memory mapped UARTs, but don't add any devicesMarcel Moolenaar2003-01-181-9/+15
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Add a field so we can specify flags per port to the underlying device driver.Poul-Henning Kamp2002-09-271-0/+2
* Don't let children attach fast interrupts if the parent interrupt is normal.Poul-Henning Kamp2002-09-041-2/+2
* Bring back the PUC_FASTINTR option, and implement it correctly so thatPoul-Henning Kamp2002-09-041-2/+12
* Fix interrupt registration:Poul-Henning Kamp2002-09-031-10/+3
* Style: fix a function whitespace stuff-up. Remove a debugging printf.Poul-Henning Kamp2002-09-031-2/+3
* Style: move a global variable up to the top of the file.Poul-Henning Kamp2002-09-031-3/+2
* Stylistic fixes for the inclusion of the opt_puc.h header, so it comes from theJuli Mallett2002-09-011-3/+2
* More cleaning up and unhacking:Poul-Henning Kamp2002-08-311-148/+33