summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
Commit message (Expand)AuthorAgeFilesLines
* Correct typos.murray2003-04-071-2/+2
* Add support for Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232phk2003-04-031-0/+13
* - Add minimal support for TI16754 4xUART chip into sio(4) driver and removesobomax2003-03-153-40/+113
* Correct clock frequency for the IC Book Labs' cards, so that it's possiblesobomax2003-03-121-32/+32
* Add initial support for IC Book Labs Dreadnought x16 Pro 16-ports card. Sincesobomax2003-03-121-0/+24
* 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-182-9/+18
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* fix build (make LINT)sam2002-12-301-0/+1
* Add support for IC Book Labs Dreadnought x16 Lite.sobomax2002-12-282-1/+24
* Add "missing scratch-pad register" to the first of the two portsphk2002-09-271-2/+2
* Add a field so we can specify flags per port to the underlying device driver.phk2002-09-272-0/+3
* 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-042-2/+13
* Remove a debug printf.phk2002-09-031-2/+2
* 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-013-7/+6
* More cleaning up and unhacking:phk2002-08-315-152/+249
* Don't enable PUC_DEBUG by accidentphk2002-08-312-2/+0
* Split the puc driver in pci specific and generic parts.phk2002-08-314-98/+299
* Add an entry for Avlab's low profile 4 serial port card.jhay2002-08-221-0/+12
* Add an entry for VScom PCI-200L 2 port serial card.jhay2002-08-221-0/+10
* cardbus attachment.imp2002-07-211-0/+1
* Add support for Comtrol RocketPort 550 PCi models: 4 RJ45, 4 Quadcable,obrien2002-06-181-0/+87
* Support the Comtrol RocketPort 550 PCi 16 (used with RocketPort I/F box).obrien2002-06-182-1/+29
* Add another chip id for the new LAVA 4-port serial card.jhay2002-04-241-0/+10
* Ignore the multifunction bit in the PCIR_HEADERTYPE.jhay2002-04-241-1/+1
* Add an entry for "PCCOM dual port RS232/422/485".jhay2002-04-011-0/+9
* Add an entry for Decision Computer Inc, PCCOM 4-port serial cards.murray2002-03-281-0/+12
* Remove __P.alfred2002-03-201-1/+1
* Remove the #if __FreeBSD_version glue now that the puc driver is part ofjhay2002-03-082-11/+0
* Add the "Avlab Technology, PCI IO 2S" card.jhay2002-03-061-0/+9
* Release allocated memory and bus_space_handle on an error.nyan2002-02-191-3/+21
* Move the bus_space_subregion function from the puc driver to the bus_spacenyan2002-02-171-12/+0
* Add the puc (PCI "Universal" Communications) driver. The idea and some ofjhay2002-02-163-0/+1560
OpenPOWER on IntegriCloud