The NetBSD Project

CVS log for src/sys/dev/pci/voyager.c

[BACK] Up to [cvs.netbsd.org] / src / sys / dev / pci

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:58 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.6: +26 -28 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

sync with head

Revision 1.6.6.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:34:54 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.6: +26 -28 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

merge to -current.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:23 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.8: +3 -5 lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs], Tue Dec 13 14:41:55 2011 UTC (5 months, 1 week ago) by macallan
Branch: MAIN
Changes since 1.7: +10 -3 lines
Diff to previous 1.7 (colored)

only try to attach child drivers if they're actually present

Revision 1.7 / (download) - annotate - [select for diffs], Wed Dec 7 09:08:00 2011 UTC (5 months, 2 weeks ago) by macallan
Branch: MAIN
Changes since 1.6: +18 -25 lines
Diff to previous 1.6 (colored)

consolidate bit twiddling functions into one generic case and a bunch of
macros, use them

Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 20 22:04:10 2011 UTC (7 months ago) by macallan
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.5: +4 -2 lines
Diff to previous 1.5 (colored)

include opt_voyager.h

Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 18 17:57:40 2011 UTC (7 months, 1 week ago) by macallan
Branch: MAIN
Changes since 1.4: +194 -4 lines
Diff to previous 1.4 (colored)

add functions to control gpio usage and to program PWM timers
also add basic interrupt support ( not used yet )

Revision 1.4 / (download) - annotate - [select for diffs], Tue Sep 6 06:26:13 2011 UTC (8 months, 2 weeks ago) by macallan
Branch: MAIN
Changes since 1.3: +18 -3 lines
Diff to previous 1.3 (colored)

add a function to mess with gpios which locks against the i2c stuff

Revision 1.3 / (download) - annotate - [select for diffs], Thu Sep 1 14:04:55 2011 UTC (8 months, 3 weeks ago) by macallan
Branch: MAIN
Changes since 1.2: +18 -5 lines
Diff to previous 1.2 (colored)

some i2c devices we're going to deal with need a little delay after each
write. Also make sure the gpios we're using are outputs.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Sep 1 00:06:42 2011 UTC (8 months, 3 weeks ago) by macallan
Branch: MAIN
Changes since 1.1: +21 -21 lines
Diff to previous 1.1 (colored)

only attach the i2c bus if the gpio pins we're using are actually
configured as gpio
while there remove some accidentially left in debug code

Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 31 16:47:31 2011 UTC (8 months, 3 weeks ago) by macallan
Branch: MAIN

split up voyagerfb into the framebuffer portion and a pseudo bus that we can
attach all the other sub-devices to
while there attach an i2c bus

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>