The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8.4.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.8: +6 -9 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

sync with head

Revision 1.8.8.2 / (download) - annotate - [select for diffs], Thu Apr 5 21:33:32 2012 UTC (7 weeks, 1 day ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.8.8.1: +4 -4 lines
Diff to previous 1.8.8.1 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)

sync to latest -current.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Mar 13 18:40:34 2012 UTC (2 months, 1 week ago) by elad
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, jmcneill-usbmp-base9, jmcneill-usbmp-base8, HEAD
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (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.8.8.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.8: +4 -7 lines
Diff to previous 1.8 (colored)

merge to -current.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:23 2012 UTC (3 months, 3 weeks ago) by drochner
Branch: MAIN
CVS Tags: netbsd-6-base, netbsd-6, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2
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], Wed Jan 11 16:02:30 2012 UTC (4 months, 1 week ago) by macallan
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

use rasops_init(0, 0)

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:08:28 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.7: +8 -2 lines
Diff to previous 1.7 (colored) next main 1.8 (colored)

Sync with HEAD.

Revision 1.6.4.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:59 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.6: +21 -16 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

sync with head

Revision 1.7.4.1 / (download) - annotate - [select for diffs], Tue Feb 8 16:19:53 2011 UTC (15 months, 2 weeks ago) by bouyer
Branch: bouyer-quota2
Changes since 1.7: +8 -2 lines
Diff to previous 1.7 (colored) next main 1.8 (colored)

Sync with HEAD

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jan 22 15:14:28 2011 UTC (16 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, rmind-uvmplock-nbase, rmind-uvmplock-base, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base
Branch point for: yamt-pagecache, jmcneill-usbmp
Changes since 1.7: +8 -2 lines
Diff to previous 1.7 (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.7 / (download) - annotate - [select for diffs], Thu Dec 16 06:45:51 2010 UTC (17 months, 1 week ago) by cegger
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231, jruoho-x86intr-base
Branch point for: jruoho-x86intr, bouyer-quota2
Changes since 1.6: +15 -16 lines
Diff to previous 1.6 (colored)

ioctl: KNF switch-case, remove useless brackets

Revision 1.6.6.2 / (download) - annotate - [select for diffs], Fri Apr 30 14:43:44 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.6.6.1: +572 -0 lines
Diff to previous 1.6.6.1 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)

Sync with HEAD.

Revision 1.6.2.2 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:59 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.6.2.1: +572 -0 lines
Diff to previous 1.6.2.1 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)

sync with head

Revision 1.6.6.1, Wed Mar 10 05:16:17 2010 UTC (2 years, 2 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.6: +0 -572 lines
FILE REMOVED

file wcfb.c was added on branch uebayasi-xip on 2010-04-30 14:43:44 +0000

Revision 1.6.2.1, Wed Mar 10 05:16:17 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.6: +0 -572 lines
FILE REMOVED

file wcfb.c was added on branch yamt-nfs-mp on 2010-03-11 15:03:59 +0000

Revision 1.6 / (download) - annotate - [select for diffs], Wed Mar 10 05:16:17 2010 UTC (2 years, 2 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1
Branch point for: yamt-nfs-mp, uebayasi-xip, rmind-uvmplock
Changes since 1.5: +35 -54 lines
Diff to previous 1.5 (colored)

- move register definition in their own header, reduce magic numbers
- get geometry and framebuffer layout from the chip instead of hardcoding
- get rid of some now superfluous leftovers
- remove some debug code
- clean things up a bit
- dump registers with WCFB_DEBUG even if we're not the console

Revision 1.5 / (download) - annotate - [select for diffs], Wed Mar 10 02:41:02 2010 UTC (2 years, 2 months ago) by macallan
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

forgot to include opt_wsdisplay_compat.h for WSDISPLAY_SCROLLSUPPORT

Revision 1.4 / (download) - annotate - [select for diffs], Tue Mar 9 23:17:12 2010 UTC (2 years, 2 months ago) by macallan
Branch: MAIN
Changes since 1.3: +36 -3 lines
Diff to previous 1.3 (colored)

now we also draw a cursor

Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 9 22:45:50 2010 UTC (2 years, 2 months ago) by macallan
Branch: MAIN
Changes since 1.2: +95 -25 lines
Diff to previous 1.2 (colored)

Use a shadow framebuffer instead of doing every operation twice ( once for
each framebuffer ) - this gives quite a dramatic speedup and hides the funky
effects previously seen.
Almost there, now we need to actually draw a cursor.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 25 20:56:20 2010 UTC (2 years, 2 months ago) by macallan
Branch: MAIN
Changes since 1.1: +9 -5 lines
Diff to previous 1.1 (colored)

some cleanup

Revision 1.1 / (download) - annotate - [select for diffs], Thu Feb 25 03:33:09 2010 UTC (2 years, 2 months ago) by macallan
Branch: MAIN

a very preliminary driver for Wildcat 5110 / Sun XVR-500 graphics boards
Since we don't have any documentationthis driver is unaccelerated and thanks
to the insane state we get the hardware in it's also slow and scrolling
looks weird.
Some hardware info came from OpenBSD's ifb driver.

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>