Up to [cvs.NetBSD.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.36 / (download) - annotate - [select for diffs], Thu Oct 4 10:22:45 2012 UTC (7 months, 1 week ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
khorben-n900,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.35: +6 -7
lines
Diff to previous 1.35 (colored)
don't call allocattr() for the default attribute
Revision 1.35 / (download) - annotate - [select for diffs], Wed May 23 18:39:30 2012 UTC (11 months, 3 weeks ago) by macallan
Branch: MAIN
CVS Tags: jmcneill-usbmp-base10
Branch point for: tls-maxphys
Changes since 1.34: +7 -3
lines
Diff to previous 1.34 (colored)
first step to fix PR 46461 - don't jump through a NULL pointer when we're not the console but the firmware set up the graphics hardware anyway
Revision 1.34 / (download) - annotate - [select for diffs], Thu Apr 19 08:59:42 2012 UTC (12 months, 4 weeks ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
jmcneill-usbmp-base9
Changes since 1.33: +11 -5
lines
Diff to previous 1.33 (colored)
glyphcache_init() works much better with its parameters in the right order
Revision 1.33 / (download) - annotate - [select for diffs], Thu Apr 19 06:58:55 2012 UTC (12 months, 4 weeks ago) by macallan
Branch: MAIN
Changes since 1.32: +13 -41
lines
Diff to previous 1.32 (colored)
use rasops_get_cmap()
Revision 1.32 / (download) - annotate - [select for diffs], Tue Mar 13 18:40:33 2012 UTC (14 months ago) by elad
Branch: MAIN
CVS Tags: yamt-pagecache-base4,
jmcneill-usbmp-base8
Changes since 1.31: +4 -4
lines
Diff to previous 1.31 (colored)
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
something meaningful. All relevant documentation has been updated or
written.
Most of these changes were brought up in the following messages:
http://mail-index.netbsd.org/tech-kern/2012/01/18/msg012490.html
http://mail-index.netbsd.org/tech-kern/2012/01/19/msg012502.html
http://mail-index.netbsd.org/tech-kern/2012/02/17/msg012728.html
Thanks to christos, manu, njoly, and jmmv for input.
Huge thanks to pgoyette for spinning these changes through some build
cycles and ATF.
Revision 1.31 / (download) - annotate - [select for diffs], Thu Mar 8 05:42:44 2012 UTC (14 months, 1 week ago) by macallan
Branch: MAIN
CVS Tags: jmcneill-usbmp-base7
Changes since 1.30: +13 -5
lines
Diff to previous 1.30 (colored)
when doing host blits, let the fifo drain every now and then. Apparently even a relatively slow CPU can overload a relatively fast Rage 128 in some circumstances. This cures weird artifacts seen when scrolling lots and lots of text very fast. Why this only showed up with glyph cacheing which should reduce the frequency of host blits isn't quite clear though.
Revision 1.30 / (download) - annotate - [select for diffs], Thu Feb 16 20:45:21 2012 UTC (15 months ago) by macallan
Branch: MAIN
CVS Tags: jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2
Changes since 1.29: +2 -4
lines
Diff to previous 1.29 (colored)
remove debug spam
Revision 1.29 / (download) - annotate - [select for diffs], Thu Feb 16 17:33:28 2012 UTC (15 months ago) by macallan
Branch: MAIN
Changes since 1.28: +35 -4
lines
Diff to previous 1.28 (colored)
cache glyphs in video memory when using anti-aliased fonts on r128fb and radeonfb
Revision 1.28 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:22 2012 UTC (15 months, 2 weeks ago) by drochner
Branch: MAIN
CVS Tags: netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Changes since 1.27: +3 -5
lines
Diff to previous 1.27 (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.27 / (download) - annotate - [select for diffs], Wed Jan 11 16:02:29 2012 UTC (16 months ago) by macallan
Branch: MAIN
Changes since 1.26: +3 -3
lines
Diff to previous 1.26 (colored)
use rasops_init(0, 0)
Revision 1.26 / (download) - annotate - [select for diffs], Wed Jan 4 15:56:18 2012 UTC (16 months, 1 week ago) by macallan
Branch: MAIN
Changes since 1.25: +6 -9
lines
Diff to previous 1.25 (colored)
use WSFONT_GLYPH()
Revision 1.25 / (download) - annotate - [select for diffs], Wed Jan 4 08:38:20 2012 UTC (16 months, 1 week ago) by macallan
Branch: MAIN
Changes since 1.24: +20 -5
lines
Diff to previous 1.24 (colored)
generate a better r3g3b2 colour map which actually produces white for 0xff
Revision 1.24 / (download) - annotate - [select for diffs], Wed Jan 4 07:56:35 2012 UTC (16 months, 1 week ago) by macallan
Branch: MAIN
Changes since 1.23: +188 -155
lines
Diff to previous 1.23 (colored)
split putchar into separate methods for bitmap and alpha fonts, use FONT_IS_ALPHA()
Revision 1.23 / (download) - annotate - [select for diffs], Wed Dec 28 09:29:03 2011 UTC (16 months, 2 weeks ago) by macallan
Branch: MAIN
Changes since 1.22: +172 -73
lines
Diff to previous 1.22 (colored)
support anti-aliased fonts in 8 bit r3g3b2 colour
Revision 1.22 / (download) - annotate - [select for diffs], Wed Jun 29 03:14:36 2011 UTC (22 months, 2 weeks 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.21: +12 -4
lines
Diff to previous 1.21 (colored)
support WSDISPLAYIO_GET_EDID
Revision 1.21 / (download) - annotate - [select for diffs], Tue Feb 15 04:06:43 2011 UTC (2 years, 3 months ago) by macallan
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase,
rmind-uvmplock-base,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base
Changes since 1.20: +3 -8
lines
Diff to previous 1.20 (colored)
don't muck with the LVDS_BLON bit
Revision 1.20 / (download) - annotate - [select for diffs], Sat Jan 22 15:14:28 2011 UTC (2 years, 3 months ago) by cegger
Branch: MAIN
Changes since 1.19: +8 -4
lines
Diff to previous 1.19 (colored)
Implement new WSDISPLAYIO_GET_BUSID ioctl. It returns the bus id and allows userland (like Xorg) to create mapping of ttyE? and bus id. For now only PCI is implemented. First discussed with macallan@ then public on tech-kern@ and tech-x11@
Revision 1.19 / (download) - annotate - [select for diffs], Thu Jan 6 07:43:05 2011 UTC (2 years, 4 months ago) by macallan
Branch: MAIN
CVS Tags: jruoho-x86intr-base
Branch point for: jruoho-x86intr,
bouyer-quota2
Changes since 1.18: +5 -2
lines
Diff to previous 1.18 (colored)
clear the screen before redrawing on reentering text mode
Revision 1.18 / (download) - annotate - [select for diffs], Sat Dec 25 03:29:08 2010 UTC (2 years, 4 months ago) by macallan
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Changes since 1.17: +3 -4
lines
Diff to previous 1.17 (colored)
there is no R128_LITTLE_ENDIAN_EN flag, just lack of R128_HOST_BIG_ENDIAN_EN Someone(tm) needs to test this on little endian hw
Revision 1.17 / (download) - annotate - [select for diffs], Thu Dec 16 06:45:50 2010 UTC (2 years, 5 months ago) by cegger
Branch: MAIN
Changes since 1.16: +69 -72
lines
Diff to previous 1.16 (colored)
ioctl: KNF switch-case, remove useless brackets
Revision 1.16 / (download) - annotate - [select for diffs], Mon Nov 15 23:19:33 2010 UTC (2 years, 6 months ago) by macallan
Branch: MAIN
Changes since 1.15: +11 -4
lines
Diff to previous 1.15 (colored)
explicitly set and clear the backlight on bit, just in case someone messes with it while we're not looking
Revision 1.15 / (download) - annotate - [select for diffs], Sat Nov 13 13:52:08 2010 UTC (2 years, 6 months ago) by uebayasi
Branch: MAIN
Changes since 1.14: +2 -4
lines
Diff to previous 1.14 (colored)
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and some other constants. These are provided by sys/param.h now.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 7 20:39:54 2010 UTC (2 years, 7 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11,
uebayasi-xip-base4,
uebayasi-xip-base3
Changes since 1.13: +52 -9
lines
Diff to previous 1.13 (colored)
use WSDISPLAYIO_PARAM_BACKLIGHT as a switch and WSDISPLAYIO_PARAM_BRIGHTNESS for backlight level instead of following radeonfb TODO: adapt radeonfb and powerd scripts
Revision 1.13 / (download) - annotate - [select for diffs], Thu Sep 30 03:16:51 2010 UTC (2 years, 7 months ago) by macallan
Branch: MAIN
Changes since 1.12: +133 -50
lines
Diff to previous 1.12 (colored)
use the drawing engine to draw characters so we don't have to sync after each command and don't need to map the framebuffer anymore
Revision 1.12 / (download) - annotate - [select for diffs], Tue Sep 14 02:11:06 2010 UTC (2 years, 8 months ago) by macallan
Branch: MAIN
Changes since 1.11: +32 -9
lines
Diff to previous 1.11 (colored)
support backlight control via wsconsctl
Revision 1.11 / (download) - annotate - [select for diffs], Thu Sep 9 01:22:11 2010 UTC (2 years, 8 months ago) by macallan
Branch: MAIN
Changes since 1.10: +65 -4
lines
Diff to previous 1.10 (colored)
add backlight control via PMF TODO: support wsconsctl
Revision 1.10 / (download) - annotate - [select for diffs], Thu Oct 1 19:02:27 2009 UTC (3 years, 7 months ago) by jmmv
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base10,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip-base,
matt-premerge-20091211,
jym-xensuspend-nbase
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.9: +3 -2
lines
Diff to previous 1.9 (colored)
Recognize PCI_PRODUCT_ATI_RAGEGLPCI. Works on a PowerMac G3 B&W running NetBSD/macppc.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Aug 20 02:40:57 2009 UTC (3 years, 8 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8
Changes since 1.8: +16 -16
lines
Diff to previous 1.8 (colored)
use vcons_replay_msgbuf() when appropriate
Revision 1.8 / (download) - annotate - [select for diffs], Wed May 6 18:41:54 2009 UTC (4 years ago) by elad
Branch: MAIN
CVS Tags: yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
jymxensuspend-base,
jym-xensuspend-base
Changes since 1.7: +7 -11
lines
Diff to previous 1.7 (colored)
Replace curlwp->l_cred with kauth_cred_get(). Mailing list reference: http://mail-index.netbsd.org/tech-kern/2009/05/05/msg005038.html
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 3 03:43:22 2009 UTC (4 years, 4 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
mjf-devfs2-base
Branch point for: jym-xensuspend
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
remove extra semicolons.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Aug 25 23:09:23 2008 UTC (4 years, 8 months ago) by jmcneill
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: nick-hppapmap
Changes since 1.5: +4 -3
lines
Diff to previous 1.5 (colored)
Match on Rage Mobility M3 (AGP)
Revision 1.5 / (download) - annotate - [select for diffs], Fri May 30 19:56:14 2008 UTC (4 years, 11 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl
Branch point for: haad-dm
Changes since 1.4: +6 -6
lines
Diff to previous 1.4 (colored)
remove test for VGA subclass, also match PCI_PRODUCT_ATI_RAGE3AGP4XT this makes r128fb work on 2nd generation iMacs From Brett Slager
Revision 1.4 / (download) - annotate - [select for diffs], Thu May 8 01:47:49 2008 UTC (5 years ago) by macallan
Branch: MAIN
CVS Tags: yamt-pf42-base2,
yamt-nfs-mp-base2,
hpcarm-cleanup-nbase
Changes since 1.3: +2 -4
lines
Diff to previous 1.3 (colored)
nuke clause 3
Revision 1.3 / (download) - annotate - [select for diffs], Wed Feb 27 23:59:37 2008 UTC (5 years, 2 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
ad-socklock-base1
Branch point for: yamt-pf42,
yamt-nfs-mp,
wrstuden-revivesa
Changes since 1.2: +7 -6
lines
Diff to previous 1.2 (colored)
get rid of the last #ifdef macppc and use PCI_MAGIC_IO_RANGE to select at which offset we mmap PCI IO space
Revision 1.2 / (download) - annotate - [select for diffs], Fri Nov 23 20:12:54 2007 UTC (5 years, 5 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-base,
jmcneill-pm-base,
hpcarm-cleanup-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386
Branch point for: mjf-devfs2,
matt-armv6,
keiichi-mipv6
Changes since 1.1: +7 -3
lines
Diff to previous 1.1 (colored)
make this compile on sparc64
Revision 1.1 / (download) - annotate - [select for diffs], Wed Nov 7 19:09:10 2007 UTC (5 years, 6 months ago) by macallan
Branch: MAIN
CVS Tags: bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: yamt-lazymbuf,
mjf-devfs,
jmcneill-pm,
bouyer-xenamd64
add preliminary driver for ATI Rage 128 graphics controllers So far it supports some acceleration ( copies and rectangle fills ) but no video mode programming at all. Known problems: - tested only on macppc - matches only one r128 chip out of ca. 30 - character drawing is unaccelerated - no attempt is made to restore the console when X exits