summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add description of Cronyx Omega2-PCI (8x port serial adapter).rik2004-05-171-0/+15
* Add IC Book Labs Gunboat x2 and x4 series of serial adapters.sobomax2004-04-241-0/+45
* Moved the function pointer in struct puc_device_description to the endbde2004-04-183-93/+2
* Miscellaneous style fixes, including yet another attempt to get thebde2004-04-181-21/+23
* Fixed some style bugs in rev.1.1 (only 2 entries were misformatted).bde2004-04-181-11/+11
* Fixed some style bugs (perfect tab lossage on every line) in rev.1.4.bde2004-04-181-11/+11
* Fixed some style bugs (misformatting) in rev.1.9.bde2004-04-181-2/+2
* Oops, fixed some more style bugs (tab lossage) in rev.1.28. Fixed thebde2004-04-181-12/+12
* Fixed some style bugs in rev.1.24. Almost every line was misformatted,bde2004-04-181-7/+7
* Fixed some style bugs (formatting errors) in rev.1.25.bde2004-04-181-5/+5
* Fixed some style bugs (tab lossage) in rev.1.26.bde2004-04-181-2/+2
* Fixed some style bugs in rev.1.28. Almost every line was misindented.bde2004-04-181-9/+9
* Fixed a style bug (insertion sort error) in rev.1.29. This file shouldbde2004-04-181-10/+10
* Fixed some style bugs in previous commit. Almmost every line wasbde2004-04-181-11/+13
* Add support for Exsys EX-41098 cards.cperciva2004-04-171-0/+14
* Ever since rev 1.27 of puc.c, the port number that was exposed by puc(4)marcel2004-04-051-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+3
* Expand the mask for the Avlab Technology, PCI IO 2S entry to cover thejhb2004-02-041-1/+1
* Add support for an non-branded SUN1889-based 2 port PCI serial card.jhb2003-12-311-0/+10
* Add support for Moxa Technologies' Smartio CP-104UL/PCI 4S RS232 card.obrien2003-12-091-0/+13
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-281-0/+1
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* const char ** needs to be passed, not char **.imp2003-10-271-1/+1
* Add support for another multiple serial port card based on OX16PCI954 deviceambrisko2003-10-241-0/+13
* Make the port number available to the sub-device with PUC_IVAR_PORT.marcel2003-09-262-4/+10
* Add an entry for the VScom (Titan?) PCI-800L 8-port serial multiportjoerg2003-09-191-0/+24
* Enhance puc(4) to support uart(4). This includes:marcel2003-09-066-77/+334
OpenPOWER on IntegriCloud