summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.jhb2003-08-281-1/+1
* Use __FBSDID().obrien2003-08-243-1/+9
* Add in a missing device entry that I thought was already in there. Thisambrisko2003-08-211-0/+10
* Add support for the newer Moxa PCI 8-port, 16550-compatible basedpb2003-08-141-0/+17
* Support the Titan VScom PCI-200HV2 2 port serial card.bde2003-08-021-0/+10
* Add printer support to puc(4) driver.ambrisko2003-08-011-2/+15
* add support for NetMos 4S0P PCI: 4S, 0Pwilko2003-05-141-0/+13
* Add support for IC Book Ironclad Pro/Lite 8-port cards.sobomax2003-04-302-2/+36
* 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
OpenPOWER on IntegriCloud