summaryrefslogtreecommitdiff
path: root/sys/dev/pci/coram.c
AgeCommit message (Expand)Author
2013-10-16remove unused variables.christos
2012-10-29remove an unnecessary cast.chs
2012-01-30Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}drochner
2011-08-29have pci register itself as a module, and make PCI driver modules depend on itjmcneill
2011-08-09modify the dtv device api so hardware drivers can be loaded independentlyjmcneill
2011-08-06build fix: forgot to add sc_board to softcjmcneill
2011-08-06print devname not subdevname on attach, and report the board name to dtvjmcneill
2011-08-06don't attach iic@coram unless CORAM_ATTACH_I2C is definedjmcneill
2011-08-05hide debug messages under CORAM_DEBUGjmcneill
2011-08-05return status from demod instead of 0, and don't ignore errors when settingjmcneill
2011-08-04modularize coram and add detach + childdet methodsjmcneill
2011-08-04Add coram(4).jakllsch