Up to [cvs.NetBSD.org] / src / sys / arch / sparc64 / dev
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.52 / (download) - annotate - [select for diffs], Thu Aug 9 00:48:06 2012 UTC (9 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,
tls-maxphys,
khorben-n900,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.51: +155 -123
lines
Diff to previous 1.51 (colored)
split ffb_putchar() into a version for mono fonts and one for anti-aliased ones. While there use the blitter to draw the cursor and remove some waits that are unnecessary now that characters are drawn by hardware.
Revision 1.51 / (download) - annotate - [select for diffs], Thu Apr 12 19:09:18 2012 UTC (13 months, 1 week ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
jmcneill-usbmp-base9,
jmcneill-usbmp-base10
Changes since 1.50: +10 -2
lines
Diff to previous 1.50 (colored)
don't assume that wscons assumes BGR ordering and request it explicitly
Revision 1.50 / (download) - annotate - [select for diffs], Wed Jan 11 15:53:32 2012 UTC (16 months, 1 week ago) by macallan
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-1,
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,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2
Changes since 1.49: +3 -3
lines
Diff to previous 1.49 (colored)
use rasops_init(0, 0)
Revision 1.49 / (download) - annotate - [select for diffs], Thu Dec 22 05:08:05 2011 UTC (17 months ago) by macallan
Branch: MAIN
Changes since 1.48: +106 -27
lines
Diff to previous 1.48 (colored)
support anti-aliased fonts and let the hardware do the alpha blending
Revision 1.48 / (download) - annotate - [select for diffs], Mon Oct 31 08:28:46 2011 UTC (18 months, 3 weeks ago) by jdc
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.47: +16 -3
lines
Diff to previous 1.47 (colored)
Add support for the WSDISPLAYIO_GET_EDID ioctl (requires passing a device_t to ffb_attach).
Revision 1.47 / (download) - annotate - [select for diffs], Sun Oct 23 06:06:24 2011 UTC (18 months, 4 weeks ago) by jdc
Branch: MAIN
Changes since 1.46: +12 -23
lines
Diff to previous 1.46 (colored)
Correct the VSYNC-related register definitions and rework how they are used (only when the monitor supports composite sync). OK macallan@.
Revision 1.46 / (download) - annotate - [select for diffs], Thu Aug 18 12:53:25 2011 UTC (21 months ago) by macallan
Branch: MAIN
Changes since 1.45: +3 -3
lines
Diff to previous 1.45 (colored)
shut up some debug output accidentially left in
Revision 1.45 / (download) - annotate - [select for diffs], Tue Aug 16 12:59:01 2011 UTC (21 months ago) by macallan
Branch: MAIN
Changes since 1.44: +30 -12
lines
Diff to previous 1.44 (colored)
use appropriate WID and FBC for high resolution mode Tested with a 1680x1050 TFT on an ffb2+
Revision 1.44 / (download) - annotate - [select for diffs], Fri Jul 1 18:48:36 2011 UTC (22 months, 3 weeks ago) by dyoung
Branch: MAIN
Changes since 1.43: +3 -3
lines
Diff to previous 1.43 (colored)
#include <sys/bus.h> instead of <machine/bus.h>.
Revision 1.43 / (download) - annotate - [select for diffs], Fri Jun 3 03:20:39 2011 UTC (23 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase,
rmind-uvmplock-base
Changes since 1.42: +18 -15
lines
Diff to previous 1.42 (colored)
CFATTACH_DECL_NEW
Revision 1.42 / (download) - annotate - [select for diffs], Thu May 19 04:43:45 2011 UTC (2 years ago) by macallan
Branch: MAIN
CVS Tags: cherry-xenmp-base
Branch point for: cherry-xenmp
Changes since 1.41: +2 -7
lines
Diff to previous 1.41 (colored)
remove obsolete comment - putchar() does in fact use the blitter now
Revision 1.41 / (download) - annotate - [select for diffs], Mon May 9 09:06:28 2011 UTC (2 years ago) by jdc
Branch: MAIN
Changes since 1.40: +5 -5
lines
Diff to previous 1.40 (colored)
Alter the sync-on-green and composite-sync settings: if the monitor doesn't support composite sync, enable sync-on-green then, if the monitor supports separate sync, disable composite vsync (Prompted by macallan@.)
Revision 1.40 / (download) - annotate - [select for diffs], Wed Apr 20 09:57:59 2011 UTC (2 years, 1 month ago) by martin
Branch: MAIN
CVS Tags: jym-xensuspend-nbase,
jym-xensuspend-base
Changes since 1.39: +2 -7
lines
Diff to previous 1.39 (colored)
Remove some leftovers
Revision 1.39 / (download) - annotate - [select for diffs], Sat Apr 9 19:31:15 2011 UTC (2 years, 1 month ago) by jdc
Branch: MAIN
Changes since 1.38: +519 -19
lines
Diff to previous 1.38 (colored)
Add EDID and video mode setting support to FFB. Add definitions for registers related to video modes, and to DDC. Rename other registers to be more descriptive. Add i2c bus routines to read the EDID data via DDC. Add routines to calculate, and to set, the video mode. Note, that interlaced and stereo video modes are not supported. Thanks to Michael Lorenz and Jared McNeill for advice and encouragement, and to Martin Husemann for testing.
Revision 1.38 / (download) - annotate - [select for diffs], Tue Sep 21 03:31:04 2010 UTC (2 years, 8 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11,
uebayasi-xip-base7,
uebayasi-xip-base6,
uebayasi-xip-base5,
uebayasi-xip-base4,
uebayasi-xip-base3,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: jruoho-x86intr
Changes since 1.37: +97 -30
lines
Diff to previous 1.37 (colored)
* implement hw acceleration for putchar() * use VCONS for copycols() * don't map the framebuffer now that we don't access it anymore * make a bunch of drawing engine syncs optional
Revision 1.37 / (download) - annotate - [select for diffs], Thu Aug 20 02:50:46 2009 UTC (3 years, 9 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
yamt-nfs-mp-base10,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip-base,
matt-premerge-20091211
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.36: +5 -5
lines
Diff to previous 1.36 (colored)
call vcons_replay_msgbuf() when appropriate
Revision 1.36 / (download) - annotate - [select for diffs], Sun Nov 16 05:10:46 2008 UTC (4 years, 6 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
mjf-devfs2-base,
jymxensuspend-base,
jym-xensuspend,
haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Changes since 1.35: +11 -4
lines
Diff to previous 1.35 (colored)
make this work right with WSDISPLAY_SCROLLSUPPORT
Revision 1.35 / (download) - annotate - [select for diffs], Thu Aug 28 19:17:55 2008 UTC (4 years, 8 months ago) by martin
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
netbsd-5-base,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
matt-mips64-base2,
haad-dm-base1
Branch point for: nick-hppapmap,
netbsd-5
Changes since 1.34: +3 -3
lines
Diff to previous 1.34 (colored)
use device_private() to get the softc
Revision 1.34 / (download) - annotate - [select for diffs], Fri Jun 13 13:10:49 2008 UTC (4 years, 11 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-base4,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
simonb-wapbl-nbase,
simonb-wapbl-base
Branch point for: haad-dm
Changes since 1.33: +7 -8
lines
Diff to previous 1.33 (colored)
use device_lookup_private to get softc
Revision 1.33 / (download) - annotate - [select for diffs], Sat Apr 5 13:40:05 2008 UTC (5 years, 1 month ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
hpcarm-cleanup-nbase
Branch point for: yamt-pf42,
yamt-nfs-mp,
wrstuden-revivesa,
simonb-wapbl
Changes since 1.32: +7 -7
lines
Diff to previous 1.32 (colored)
use aprint_*_dev and device_xname OK martin
Revision 1.32 / (download) - annotate - [select for diffs], Sun Mar 4 06:00:48 2007 UTC (6 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
yamt-idlelwp-base8,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
vmlocking-base,
vmlocking,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
reinoud-bufcleanup,
ppcoea-renovation-base,
ppcoea-renovation,
nick-net80211-sync-base,
nick-net80211-sync,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-ufs-trans-base,
mjf-ufs-trans,
mjf-devfs-base,
mjf-devfs,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jmcneill-pm-base,
jmcneill-pm,
jmcneill-base,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64,
ad-socklock-base1
Branch point for: mjf-devfs2
Changes since 1.31: +5 -5
lines
Diff to previous 1.31 (colored)
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.31 / (download) - annotate - [select for diffs], Sun Oct 15 19:55:32 2006 UTC (6 years, 7 months ago) by martin
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-splraiseipl-base2,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
post-newlock2-merge,
newlock2-nbase,
newlock2-base,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
matt-nb4-arm-base,
matt-nb4-arm,
ad-audiomp-base,
ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.30: +4 -3
lines
Diff to previous 1.30 (colored)
Missing initializer
Revision 1.30 / (download) - annotate - [select for diffs], Thu Sep 14 16:05:18 2006 UTC (6 years, 8 months ago) by martin
Branch: MAIN
CVS Tags: yamt-splraiseipl-base
Branch point for: yamt-splraiseipl
Changes since 1.29: +256 -440
lines
Diff to previous 1.29 (colored)
Vcons-ify the ffb driver, from macallan. Also adds some redrawing when entering DDB.
Revision 1.29 / (download) - annotate - [select for diffs], Thu Sep 7 08:39:37 2006 UTC (6 years, 8 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pdpolicy-base9,
rpaulo-netinet-merge-pcb-base
Branch point for: newlock2
Changes since 1.28: +4 -8
lines
Diff to previous 1.28 (colored)
Remove accidently commited debug printf when unblanking, and actually do the unblank instead.
Revision 1.28 / (download) - annotate - [select for diffs], Fri Aug 18 11:17:25 2006 UTC (6 years, 9 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pdpolicy-base8
Changes since 1.27: +3 -3
lines
Diff to previous 1.27 (colored)
Fix wrong prom_getoption() return value checks
Revision 1.27 / (download) - annotate - [select for diffs], Tue Jul 4 18:14:44 2006 UTC (6 years, 10 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7,
abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Changes since 1.26: +5 -3
lines
Diff to previous 1.26 (colored)
Initialize the "console screen" once - no matter if we are console or not.
Revision 1.26 / (download) - annotate - [select for diffs], Sat Apr 15 17:48:23 2006 UTC (7 years, 1 month ago) by jmmv
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
simonb-timecounters-base,
gdamore-uart-base,
elad-kernelauth-base,
chap-midi-nbase,
chap-midi-base,
chap-midi
Branch point for: gdamore-uart
Changes since 1.25: +2 -4
lines
Diff to previous 1.25 (colored)
Remove the getwschar and putwschar accessops from wsdisplay drivers as
requested by uwe@. These were wrong because they were receiving an
emulcookie yet they were accessops (thus having to receive an accesscookie).
Instead, just handle the WSDISPLAYIO_{GET,PUT}WSCHAR ioctls from the
driver's ioctl accessop.
As this reduces the amount of code needed to handle these operations to
two small functions in each driver, remove the WSDISPLAY_CHARFUNCS kernel
option.
Reviewed by, at least, uwe@ and macallan@. No objections in tech-kern@.
Revision 1.25 / (download) - annotate - [select for diffs], Wed Apr 12 20:22:00 2006 UTC (7 years, 1 month ago) by macallan
Branch: MAIN
Changes since 1.24: +3 -3
lines
Diff to previous 1.24 (colored)
make this compile again
Revision 1.24 / (download) - annotate - [select for diffs], Wed Apr 12 19:38:23 2006 UTC (7 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.23: +6 -6
lines
Diff to previous 1.23 (colored)
Add an extra cookie to the ioctl and mmap wsdisplay accessops that points to the screen on which they are being called. The driver cannot guess this by itself but it is needed to implement, at least, the getwschar and putwschar functions in the correct place. There are no functional changes yet. Tested on i386 (vga, vga_raster, machfb, vesafb), macppc and sparc64. Suggested and reviewed by macallan@.
Revision 1.23 / (download) - annotate - [select for diffs], Wed Mar 29 04:16:47 2006 UTC (7 years, 1 month ago) by thorpej
Branch: MAIN
CVS Tags: yamt-pdpolicy-base4,
yamt-pdpolicy-base3
Changes since 1.22: +4 -4
lines
Diff to previous 1.22 (colored)
Use device_cfdata().
Revision 1.22 / (download) - annotate - [select for diffs], Mon Feb 13 21:47:11 2006 UTC (7 years, 3 months ago) by cdi
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
peter-altq-base
Branch point for: yamt-pdpolicy,
peter-altq,
elad-kernelauth
Changes since 1.21: +5 -5
lines
Diff to previous 1.21 (colored)
ANSIfy: u_intN_t -> uintN_t, remove __P(), fix function definitions.
Revision 1.21 / (download) - annotate - [select for diffs], Mon Dec 12 02:44:31 2005 UTC (7 years, 5 months ago) by christos
Branch: MAIN
Branch point for: yamt-uio_vmspace,
simonb-timecounters,
rpaulo-netinet-merge-pcb
Changes since 1.20: +8 -8
lines
Diff to previous 1.20 (colored)
more proc -> lwp conversions.
Revision 1.20 / (download) - annotate - [select for diffs], Sun Dec 11 12:19:09 2005 UTC (7 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
merge ktrace-lwp.
Revision 1.19 / (download) - annotate - [select for diffs], Mon Jul 4 22:18:37 2005 UTC (7 years, 10 months ago) by jdc
Branch: MAIN
CVS Tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
ktrace-lwp-base
Branch point for: yamt-lazymbuf
Changes since 1.18: +8 -5
lines
Diff to previous 1.18 (colored)
Only set up the console screen on the console ffb. Fixes bug where ttyE0 ends up on the 2nd ffb. Based on dev/sun/cgsix.c:r1.27 (from macallan@).
Revision 1.18 / (download) - annotate - [select for diffs], Tue May 31 17:33:02 2005 UTC (7 years, 11 months ago) by macallan
Branch: MAIN
Changes since 1.17: +8 -5
lines
Diff to previous 1.17 (colored)
fixed a stupid typo that chained copycols to itself
Revision 1.17 / (download) - annotate - [select for diffs], Tue May 31 14:36:17 2005 UTC (7 years, 11 months ago) by macallan
Branch: MAIN
Changes since 1.16: +6 -2
lines
Diff to previous 1.16 (colored)
added missing ffb_ras_wait()
Revision 1.16 / (download) - annotate - [select for diffs], Tue May 31 02:48:37 2005 UTC (7 years, 11 months ago) by macallan
Branch: MAIN
Changes since 1.15: +532 -164
lines
Diff to previous 1.15 (colored)
added support for virtual consoles
Revision 1.15 / (download) - annotate - [select for diffs], Tue May 31 00:50:28 2005 UTC (7 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.14: +3 -3
lines
Diff to previous 1.14 (colored)
- sprinkle const - avoid variable shadow
Revision 1.14 / (download) - annotate - [select for diffs], Fri May 27 22:50:43 2005 UTC (7 years, 11 months ago) by macallan
Branch: MAIN
Changes since 1.13: +33 -13
lines
Diff to previous 1.13 (colored)
fixed a bug in ffbfb_mmap to make XFree's sunffb driver work, added another special case region for afbinit
Revision 1.13 / (download) - annotate - [select for diffs], Sun May 15 16:41:25 2005 UTC (8 years ago) by martin
Branch: MAIN
Changes since 1.12: +4 -6
lines
Diff to previous 1.12 (colored)
Just ignore (and don't fail) FBIO{S,G}CURSOR.
Revision 1.12 / (download) - annotate - [select for diffs], Fri May 13 06:33:32 2005 UTC (8 years ago) by mhitch
Branch: MAIN
Changes since 1.11: +5 -2
lines
Diff to previous 1.11 (colored)
Fill in fb_depth, fb_width, and fb_height in the fb_type info. XFree86 works better now.
Revision 1.11 / (download) - annotate - [select for diffs], Wed May 4 14:38:44 2005 UTC (8 years ago) by martin
Branch: MAIN
Changes since 1.10: +183 -27
lines
Diff to previous 1.10 (colored)
Make ffb take part in the /dev/fbN circus.
Revision 1.10 / (download) - annotate - [select for diffs], Wed May 4 06:38:06 2005 UTC (8 years ago) by martin
Branch: MAIN
Changes since 1.9: +17 -50
lines
Diff to previous 1.9 (colored)
Use ansi function header style consistently.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Apr 29 08:38:33 2005 UTC (8 years ago) by martin
Branch: MAIN
CVS Tags: kent-audio2-base
Changes since 1.8: +4 -3
lines
Diff to previous 1.8 (colored)
Avoid returning -1 from ffb_ioctl() - we want EPASSTHROUGH or EIO.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Jul 19 01:04:35 2004 UTC (8 years, 10 months ago) by heas
Branch: MAIN
CVS Tags: yamt-km-base4,
yamt-km-base3,
yamt-km-base2,
yamt-km-base,
yamt-km,
netbsd-3-base,
matt-timespec,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: netbsd-3,
kent-audio2
Changes since 1.7: +14 -7
lines
Diff to previous 1.7 (colored)
Collect and save the FFB DAC version, which will be needed for the h/w cursor since the Elite3d's logic is reversed. From FreeBSD. Fix comments in wsdisplay_accessops initialisation.
Revision 1.7 / (download) - annotate - [select for diffs], Fri May 21 21:45:04 2004 UTC (9 years ago) by heas
Branch: MAIN
Changes since 1.6: +40 -2
lines
Diff to previous 1.6 (colored)
Map the ffb's DAC register space and add support for video "blanking"
(aka WSDISPLAYIO_{S,G}VIDEO).
Revision 1.6 / (download) - annotate - [select for diffs], Fri May 21 19:21:31 2004 UTC (9 years ago) by heas
Branch: MAIN
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
ffb wsdisplay type should be sunffb/SUNFFB
Revision 1.5 / (download) - annotate - [select for diffs], Wed Mar 17 17:04:59 2004 UTC (9 years, 2 months ago) by pk
Branch: MAIN
CVS Tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Changes since 1.4: +6 -6
lines
Diff to previous 1.4 (colored)
Rename PROM_getprop*() => prom_getprop*().
Revision 1.4 / (download) - annotate - [select for diffs], Wed Mar 17 13:58:14 2004 UTC (9 years, 2 months ago) by pk
Branch: MAIN
Changes since 1.3: +13 -18
lines
Diff to previous 1.3 (colored)
ffb_attach: Use prom_getoption() and drop home-grown string-to-integer conversion code.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jul 15 03:36:05 2003 UTC (9 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.2: +4 -1
lines
Diff to previous 1.2 (colored)
__KERNEL_RCSID()
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 11 22:50:12 2003 UTC (9 years, 11 months ago) by petrov
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
Comment out debug output.
Revision 1.1 / (download) - annotate - [select for diffs], Fri May 23 06:51:15 2003 UTC (10 years ago) by petrov
Branch: MAIN
Port of OpenBSD ffb driver written by Jason L. Wright.