aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fixed some style bugs in previous commit. Almmost every line wasBruce Evans2004-04-181-11/+13
* Add support for Exsys EX-41098 cards.Colin Percival2004-04-171-0/+14
* Ever since rev 1.27 of puc.c, the port number that was exposed by puc(4)Marcel Moolenaar2004-04-051-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+3
* Expand the mask for the Avlab Technology, PCI IO 2S entry to cover theJohn Baldwin2004-02-041-1/+1
* Add support for an non-branded SUN1889-based 2 port PCI serial card.John Baldwin2003-12-311-0/+10
* Add support for Moxa Technologies' Smartio CP-104UL/PCI 4S RS232 card.David E. O'Brien2003-12-091-0/+13
* Sometimes cardbus attachments don't attach, so while we track downWarner Losh2003-11-281-0/+1
* Remove explicit cardbus attachments from drivers where this is identicalDoug Rabson2003-11-031-1/+0
* const char ** needs to be passed, not char **.Warner Losh2003-10-271-1/+1
* Add support for another multiple serial port card based on OX16PCI954 deviceDoug Ambrisko2003-10-241-0/+13
* Make the port number available to the sub-device with PUC_IVAR_PORT.Marcel Moolenaar2003-09-262-4/+10
* Add an entry for the VScom (Titan?) PCI-800L 8-port serial multiportJoerg Wunsch2003-09-191-0/+24
* Enhance puc(4) to support uart(4). This includes:Marcel Moolenaar2003-09-066-77/+334
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.John Baldwin2003-08-281-1/+1
* Use __FBSDID().David E. O'Brien2003-08-243-1/+9
* Add in a missing device entry that I thought was already in there. ThisDoug Ambrisko2003-08-211-0/+10
* Add support for the newer Moxa PCI 8-port, 16550-compatible basedPierre Beyssac2003-08-141-0/+17
* Support the Titan VScom PCI-200HV2 2 port serial card.Bruce Evans2003-08-021-0/+10
* Add printer support to puc(4) driver.Doug Ambrisko2003-08-011-2/+15
* add support for NetMos 4S0P PCI: 4S, 0PWilko Bulte2003-05-141-0/+13
* Add support for IC Book Ironclad Pro/Lite 8-port cards.Maxim Sobolev2003-04-302-2/+36
* Correct typos.Murray Stokely2003-04-071-2/+2
* Add support for Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232Poul-Henning Kamp2003-04-031-0/+13
* - Add minimal support for TI16754 4xUART chip into sio(4) driver and removeMaxim Sobolev2003-03-153-38/+111
* Correct clock frequency for the IC Book Labs' cards, so that it's possibleMaxim Sobolev2003-03-121-32/+32
* Add initial support for IC Book Labs Dreadnought x16 Pro 16-ports card. SinceMaxim Sobolev2003-03-121-0/+24
* 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