Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:44 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.9: +3 -6
lines
Diff to previous 1.9 (colored) next main 1.10 (colored)
sync with head
Revision 1.9.6.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:34:36 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.9: +3 -6
lines
Diff to previous 1.9 (colored) next main 1.10 (colored)
merge to -current.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:18 2012 UTC (3 months, 3 weeks ago) by drochner
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
netbsd-6-base,
netbsd-6,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
HEAD
Changes since 1.9: +3 -6
lines
Diff to previous 1.9 (colored)
Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}
where it looks straightforward, and pci_aprint_devinfo_fancy in a few
others where drivers want to supply their own device names instead
of the pcidevs generated one. More complicated cases, where names
are composed at runtime, are left alone for now. It certainly makes
sense to simplify the drivers here rather than inventing a catch-all API.
This should serve as as example for new drivers, and also ensure
consistent output in the AB_QUIET ("boot -q") case. Also, it avoids
excessive stack usage where drivers attach child devices because the
buffer for the device name is not kept on the local stack anymore.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Aug 29 14:47:08 2011 UTC (8 months, 3 weeks ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3
Branch point for: yamt-pagecache,
jmcneill-usbmp
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
have pci register itself as a module, and make PCI driver modules depend on it
Revision 1.8 / (download) - annotate - [select for diffs], Tue Aug 9 01:42:24 2011 UTC (9 months, 2 weeks ago) by jmcneill
Branch: MAIN
Changes since 1.7: +38 -13
lines
Diff to previous 1.7 (colored)
modify the dtv device api so hardware drivers can be loaded independently of the dtv module
Revision 1.7 / (download) - annotate - [select for diffs], Sat Aug 6 19:21:27 2011 UTC (9 months, 2 weeks ago) by jmcneill
Branch: MAIN
Changes since 1.6: +3 -7
lines
Diff to previous 1.6 (colored)
build fix: forgot to add sc_board to softc
Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 6 11:51:11 2011 UTC (9 months, 2 weeks ago) by jmcneill
Branch: MAIN
Changes since 1.5: +42 -22
lines
Diff to previous 1.5 (colored)
print devname not subdevname on attach, and report the board name to dtv subsystem instead of generic CX23885
Revision 1.5 / (download) - annotate - [select for diffs], Sat Aug 6 11:37:56 2011 UTC (9 months, 2 weeks ago) by jmcneill
Branch: MAIN
Changes since 1.4: +8 -6
lines
Diff to previous 1.4 (colored)
don't attach iic@coram unless CORAM_ATTACH_I2C is defined
Revision 1.4 / (download) - annotate - [select for diffs], Fri Aug 5 21:20:27 2011 UTC (9 months, 2 weeks ago) by jmcneill
Branch: MAIN
Changes since 1.3: +25 -5
lines
Diff to previous 1.3 (colored)
hide debug messages under CORAM_DEBUG
Revision 1.3 / (download) - annotate - [select for diffs], Fri Aug 5 20:33:17 2011 UTC (9 months, 2 weeks ago) by jmcneill
Branch: MAIN
Changes since 1.2: +9 -6
lines
Diff to previous 1.2 (colored)
return status from demod instead of 0, and don't ignore errors when setting demod parameters
Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 4 22:25:08 2011 UTC (9 months, 3 weeks ago) by jmcneill
Branch: MAIN
Changes since 1.1: +113 -11
lines
Diff to previous 1.1 (colored)
modularize coram and add detach + childdet methods
Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 4 14:43:55 2011 UTC (9 months, 3 weeks ago) by jakllsch
Branch: MAIN
Add coram(4). A driver for CX23885-based TV cards, such as the Hauppauge WinTV HVR-1250 "Coram" board. Currently only supports ATSC 8VSB reception.