aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc
Commit message (Expand)AuthorAgeFilesLines
* Add "missing scratch-pad register" to the first of the two portsPoul-Henning Kamp2002-09-271-2/+2
* Add a field so we can specify flags per port to the underlying device driver.Poul-Henning Kamp2002-09-272-0/+3
* Don't let children attach fast interrupts if the parent interrupt is normal.Poul-Henning Kamp2002-09-041-2/+2
* Bring back the PUC_FASTINTR option, and implement it correctly so thatPoul-Henning Kamp2002-09-042-2/+13
* Remove a debug printf.Poul-Henning Kamp2002-09-031-2/+2
* Fix interrupt registration:Poul-Henning Kamp2002-09-031-10/+3
* Style: fix a function whitespace stuff-up. Remove a debugging printf.Poul-Henning Kamp2002-09-031-2/+3
* Style: move a global variable up to the top of the file.Poul-Henning Kamp2002-09-031-3/+2
* Stylistic fixes for the inclusion of the opt_puc.h header, so it comes from theJuli Mallett2002-09-013-7/+6
* More cleaning up and unhacking:Poul-Henning Kamp2002-08-315-152/+249
* Don't enable PUC_DEBUG by accidentPoul-Henning Kamp2002-08-312-2/+0
* Split the puc driver in pci specific and generic parts.Poul-Henning Kamp2002-08-314-98/+299
* Add an entry for Avlab's low profile 4 serial port card.John Hay2002-08-221-0/+12
* Add an entry for VScom PCI-200L 2 port serial card.John Hay2002-08-221-0/+10
* cardbus attachment.Warner Losh2002-07-211-0/+1
* Add support for Comtrol RocketPort 550 PCi models: 4 RJ45, 4 Quadcable,David E. O'Brien2002-06-181-0/+87
* Support the Comtrol RocketPort 550 PCi 16 (used with RocketPort I/F box).David E. O'Brien2002-06-182-1/+29
* Add another chip id for the new LAVA 4-port serial card.John Hay2002-04-241-0/+10
* Ignore the multifunction bit in the PCIR_HEADERTYPE.John Hay2002-04-241-1/+1
* Add an entry for "PCCOM dual port RS232/422/485".John Hay2002-04-011-0/+9
* Add an entry for Decision Computer Inc, PCCOM 4-port serial cards.Murray Stokely2002-03-281-0/+12
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Remove the #if __FreeBSD_version glue now that the puc driver is part ofJohn Hay2002-03-082-11/+0
* Add the "Avlab Technology, PCI IO 2S" card.John Hay2002-03-061-0/+9
* Release allocated memory and bus_space_handle on an error.Yoshihiro Takahashi2002-02-191-3/+21
* Move the bus_space_subregion function from the puc driver to the bus_spaceYoshihiro Takahashi2002-02-171-12/+0
* Add the puc (PCI "Universal" Communications) driver. The idea and some ofJohn Hay2002-02-163-0/+1560