summaryrefslogtreecommitdiff
path: root/sys/dev/pci/voyager.c
AgeCommit message (Expand)Author
2012-01-30Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}drochner
2011-12-13only try to attach child drivers if they're actually presentmacallan
2011-12-07consolidate bit twiddling functions into one generic case and a bunch ofmacallan
2011-10-20include opt_voyager.hmacallan
2011-10-18add functions to control gpio usage and to program PWM timersmacallan
2011-09-06add a function to mess with gpios which locks against the i2c stuffmacallan
2011-09-01some i2c devices we're going to deal with need a little delay after eachmacallan
2011-09-01only attach the i2c bus if the gpio pins we're using are actuallymacallan
2011-08-31split up voyagerfb into the framebuffer portion and a pseudo bus that we canmacallan