summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
Commit message (Expand)AuthorAgeFilesLines
...
* Add the Avlab Technology PCI IO 4S-850 4 port serial card.thompsa2008-08-211-0/+6
* The SIIG 4 port serial card based on the Oxford OX16PCI954 ismckusick2008-05-291-4/+4
* Fix RID calculation. The RID is really the BAR for PCI cards,marcel2008-05-161-1/+1
* o Add Moxa Technologies CP-104EL PCI Express 4 port Serial card.maxim2008-01-121-0/+6
* Rewrite puc_pci_match() to handle non-trivial cases correctly.des2007-10-131-14/+19
* Calculate the correct PCI BAR for the Timedia based serial cards. Thepeter2007-06-071-1/+1
* -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-232-11/+13
* Add SIIG 4 port serial card based on the Oxford OX16PCI954.marcel2006-09-041-0/+6
* Fix building with GCC 4.2: ensure types are defined before refering to them.obrien2006-06-295-5/+5
* Need machine/bus.h here tooimp2006-06-121-0/+1
* Rewrite of puc(4). Significant changes are:marcel2006-04-2811-2269/+2071
* When we attach to either a SAB82532 or a Z8530, print a noticemarcel2006-03-302-0/+4
* MFp4:marcel2006-02-242-2/+2
* Use bus_setup_intr() rather than invoking BUS_SETUP_INTR() directly so thatjhb2006-02-221-4/+2
* Careful measurement of the ST Labs card shows that the pulse width ofimp2005-12-081-1/+1
* The Oxford 16C950 based CardBus Serial device that I was given someimp2005-12-051-1/+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
* Add yet another entry to the list.phk2005-11-051-0/+9
* 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
* Recognize the SAB82532 in USIII machines.marius2005-08-071-2/+3
* Account for ebus(4) defaulting to SYS_RES_MEMORY for memory resourcesmarius2005-06-041-1/+1
* Sort Oxford Semi entires. Add entry for OXCB950, a PCI/CardBusimp2005-04-221-13/+22
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* - sparc64/fhc/fhc.c:marius2005-03-041-9/+0
* Declare the sbus(4) front-end of puc(4) also for fhc(4), allowingmarius2005-02-261-0/+1
* Add a stopgap allowing puc(4) to allocate IRQs on fhc(4). Given thatmarius2005-02-261-0/+9
* Remove duplicate FBSDID.marius2005-02-261-3/+0
* fail gracefully rather than using an invalid array index if unablesam2005-02-251-2/+6
* add support for NetMos NM9805 1284 Printer portwilko2005-02-091-0/+9
* Revert rev. 1.5.marcel2005-01-311-1/+1
* Add PCI ID for Dell RAC IV/ERA Virtual UART (PowerEdge 1850).bms2005-01-271-2/+9
* Add device description for the Dell Remote Access Card (DRAC) III and IVbms2005-01-201-0/+9
* Revert part of last commit that was unintentionalimp2005-01-111-1/+1
* Use the standard FreeBSD licenseimp2005-01-113-37/+37
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-066-6/+6
* Add support for Chase/Perle PCI FAST-4 4 port serial cards which appearwilko2005-01-051-0/+36
* Apply a bandaid to avoid hangs on Ultra 2 machines. The second Z8530marcel2004-11-151-1/+1
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-122-8/+8
* 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
* Add missing <sys/module.h> includes currently relying on nested includephk2004-06-032-0/+2
* Add missing <sys/module.h> includesphk2004-05-302-0/+2
OpenPOWER on IntegriCloud