summaryrefslogtreecommitdiff
path: root/sys/dev/pci/puc.c
AgeCommit message (Expand)Author
2012-06-12Explicitly check whether a BAR is big enough for a particular port insteadMark Kettenis
2012-05-15Allow for serial console on com@puc. Not perfect but should handle theMark Kettenis
2011-11-15Simplify various parts of the puc(4) attachment code. Tested lightlyTheo de Raadt
2011-10-25Use a new encoding for the entries in the pucdata table, the result isTheo de Raadt
2010-08-06Initial stab at making com@puc suspend and resume properly. Works fineMark Kettenis
2010-07-22Clean the macros from puc(4). Now with correct logic.Paul Irofti
2010-07-07revert last commit, it made my puc(4) disappear. ok pirofti@Stuart Henderson
2010-07-02Abstraction clean-up. `I like it' deraadt@.Paul Irofti
2009-03-03shorten sizes of variables to the required number of bits, and removeTheo de Raadt
2007-12-04Make puc(4) detachable.Mark Kettenis
2007-04-26Some cleanup, ansify remaining K&R functions, neatly summarize theGordon Willem Klok
2006-12-28Add support for the Cronyx Omega serial ports card; this particular cardMiod Vallat
2006-08-01back out a tiny piece of mickey's commit which lets me compile a kernelJolan Luff
2006-07-31puc@cardbus (only added (commented out) to whom has puc@pci enabled)Michael Shalayeff
2003-02-28typo; from weissmanndudeMichael Shalayeff
2002-12-11send-pr -> sendbug here as well; Peter WernerHenning Brauer
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2001-03-15support puc devices with higher speeds (not tested yet)Theo de Raadt
1999-11-14Kill the overly verbose description strings, add another device.Jason Downs
1999-10-26PCI "universal" communication device driver, by cgd@netbsd.org.Jason Downs