summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc/puc.c
Commit message (Expand)AuthorAgeFilesLines
* Do not require a filter-only interrupt handler for puc ports that are notjhb2013-01-151-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Add location and pnpinfo strings for puc device ports. The location isjhb2011-06-141-0/+38
* Fix interrupt handling. It started off broken and grew worse over time.marcel2009-12-111-46/+62
* -axe p_ih from struct puc_port cause it was uselesspiso2007-06-061-8/+4
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-10/+12
* Fix building with GCC 4.2: ensure types are defined before refering to them.obrien2006-06-291-1/+1
* Rewrite of puc(4). Significant changes are:marcel2006-04-281-486/+583
* Use bus_setup_intr() rather than invoking BUS_SETUP_INTR() directly so thatjhb2006-02-221-4/+2
* Don't enable PUC_FASTINTR by default in the source. Instead, enable itjhb2005-11-211-4/+0
* Eliminate tinderbox errors.rodrigc2005-11-071-3/+5
* Avoid trouble with PUC_FASTINTR if it is already defined.phk2005-11-061-0/+2
* Now that fast interrupts can be shared we can use them in puc.phk2005-11-051-0/+1
* puc(4) does strange things to resources in order to fool thephk2005-09-281-4/+3
* __RMAN_RESOURCE_VISIBLE not needed.phk2005-09-251-1/+0
* - sparc64/fhc/fhc.c:marius2005-03-041-9/+0
* Add a stopgap allowing puc(4) to allocate IRQs on fhc(4). Given thatmarius2005-02-261-0/+9
* fail gracefully rather than using an invalid array index if unablesam2005-02-251-2/+6
* Revert part of last commit that was unintentionalimp2005-01-111-1/+1
* Use the standard FreeBSD licenseimp2005-01-111-13/+13
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Remove duplicate FreeBSD idimp2004-07-011-3/+0
* While this file still needs __RMAN_RESOURCE_VISIBLE to get the size ofimp2004-07-011-6/+9
* Remove extra RMAN_RESOURCE_VISISBLEimp2004-06-301-1/+0
* puc needs to peek into struct resource too.imp2004-06-301-0/+1
* This needs __RMAN_RESOURCE_VISIBLEphk2004-06-301-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+3
* Make the port number available to the sub-device with PUC_IVAR_PORT.marcel2003-09-261-3/+8
* Enhance puc(4) to support uart(4). This includes:marcel2003-09-061-69/+80
* Use __FBSDID().obrien2003-08-241-0/+3
* Add printer support to puc(4) driver.ambrisko2003-08-011-2/+15
* Add support for IC Book Ironclad Pro/Lite 8-port cards.sobomax2003-04-301-2/+2
* - Add minimal support for TI16754 4xUART chip into sio(4) driver and removesobomax2003-03-151-6/+68
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* MFp4: Add support for memory mapped UARTs, but don't add any devicesmarcel2003-01-181-9/+15
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Add a field so we can specify flags per port to the underlying device driver.phk2002-09-271-0/+2
* Don't let children attach fast interrupts if the parent interrupt is normal.phk2002-09-041-2/+2
* Bring back the PUC_FASTINTR option, and implement it correctly so thatphk2002-09-041-2/+12
* Fix interrupt registration:phk2002-09-031-10/+3
* Style: fix a function whitespace stuff-up. Remove a debugging printf.phk2002-09-031-2/+3
* Style: move a global variable up to the top of the file.phk2002-09-031-3/+2
* Stylistic fixes for the inclusion of the opt_puc.h header, so it comes from thejmallett2002-09-011-3/+2
* More cleaning up and unhacking:phk2002-08-311-148/+33
* Don't enable PUC_DEBUG by accidentphk2002-08-311-1/+0
* Split the puc driver in pci specific and generic parts.phk2002-08-311-98/+16
* cardbus attachment.imp2002-07-211-0/+1
* Ignore the multifunction bit in the PCIR_HEADERTYPE.jhay2002-04-241-1/+1
* Remove __P.alfred2002-03-201-1/+1
OpenPOWER on IntegriCloud