summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/puc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-3/+1
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-2/+2
* Explicitly check whether a BAR is big enough for a particular port insteadkettenis2012-06-121-9/+11
* Allow for serial console on com@puc. Not perfect but should handle thekettenis2012-05-151-1/+25
* Simplify various parts of the puc(4) attachment code. Tested lightlyderaadt2011-11-151-66/+1
* Use a new encoding for the entries in the pucdata table, the result isderaadt2011-10-251-25/+12
* Initial stab at making com@puc suspend and resume properly. Works finekettenis2010-08-061-2/+2
* Clean the macros from puc(4). Now with correct logic.pirofti2010-07-221-17/+8
* revert last commit, it made my puc(4) disappear. ok pirofti@sthen2010-07-071-8/+17
* Abstraction clean-up. `I like it' deraadt@.pirofti2010-07-021-17/+8
* shorten sizes of variables to the required number of bits, and removederaadt2009-03-031-3/+3
* Make puc(4) detachable.kettenis2007-12-041-3/+34
* Some cleanup, ansify remaining K&R functions, neatly summarize thegwk2007-04-261-28/+39
* Add support for the Cronyx Omega serial ports card; this particular cardmiod2006-12-281-1/+12
* back out a tiny piece of mickey's commit which lets me compile a kerneljolan2006-08-011-2/+2
* puc@cardbus (only added (commented out) to whom has puc@pci enabled)mickey2006-07-311-87/+96
* typo; from weissmanndudemickey2003-02-281-2/+2
* send-pr -> sendbug here as well; Peter Wernerhenning2002-12-111-2/+2
* First round of __P removal in sysmillert2002-03-141-8/+8
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-3/+2
* support puc devices with higher speeds (not tested yet)deraadt2001-03-151-1/+2
* Kill the overly verbose description strings, add another device.downsj1999-11-141-4/+8
* PCI "universal" communication device driver, by cgd@netbsd.org.downsj1999-10-261-0/+348