aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Miscellaneous style fixes, including yet another attempt to get theBruce Evans2004-04-181-21/+23
* Fixed some style bugs in rev.1.1 (only 2 entries were misformatted).Bruce Evans2004-04-181-11/+11
* Fixed some style bugs (perfect tab lossage on every line) in rev.1.4.Bruce Evans2004-04-181-11/+11
* Fixed some style bugs (misformatting) in rev.1.9.Bruce Evans2004-04-181-2/+2
* Oops, fixed some more style bugs (tab lossage) in rev.1.28. Fixed theBruce Evans2004-04-181-12/+12
* Fixed some style bugs in rev.1.24. Almost every line was misformatted,Bruce Evans2004-04-181-7/+7
* Fixed some style bugs (formatting errors) in rev.1.25.Bruce Evans2004-04-181-5/+5
* Fixed some style bugs (tab lossage) in rev.1.26.Bruce Evans2004-04-181-2/+2
* Fixed some style bugs in rev.1.28. Almost every line was misindented.Bruce Evans2004-04-181-9/+9
* Fixed a style bug (insertion sort error) in rev.1.29. This file shouldBruce Evans2004-04-181-10/+10