CVS log for src/sys/arch/hpcsh/dev/hd64461/hd64461video.c
Up to [cvs.NetBSD.org] / src / sys / arch / hpcsh / dev / hd64461
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Dec 20 14:50:02 2023 UTC (11 months, 2 weeks ago) by thorpej
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -3
lines
Remove unnecessary <sys/malloc.h>.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun Jul 3 11:30:48 2022 UTC (2 years, 5 months ago) by andvar
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +4 -4
lines
fix various typos in comments, mainly s/pallete/palette/.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue May 24 06:28:00 2022 UTC (2 years, 6 months ago) by andvar
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +3 -3
lines
fix various typos in comments, docs and log messages.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat Aug 7 16:18:54 2021 UTC (3 years, 4 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -3
lines
Merge thorpej-cfargs2.
Revision 1.54.8.1: download - view: text, markup, annotated - select for diffs
Wed Aug 4 01:08:48 2021 UTC (3 years, 4 months ago) by thorpej
Branches: thorpej-cfargs2
Diff to: previous 1.54: preferred, colored; next MAIN 1.55: preferred, colored
Changes since revision 1.54: +3 -3
lines
Adapt to CFARGS().
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat Apr 24 23:36:38 2021 UTC (3 years, 7 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-cfargs2-base,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: thorpej-cfargs2
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -3
lines
Merge thorpej-cfargs branch:
Simplify and make extensible the config_search() / config_found() /
config_attach() interfaces: rather than having different variants for
which arguments you want pass along, just have a single call that
takes a variadic list of tag-value arguments.
Adjust all call sites:
- Simplify wherever possible; don't pass along arguments that aren't
actually needed.
- Don't be explicit about what interface attribute is attaching if
the device only has one. (More simplification.)
- Add a config_probe() function to be used in indirect configuiration
situations, making is visibly easier to see when indirect config is
in play, and allowing for future change in semantics. (As of now,
this is just a wrapper around config_match(), but that is an
implementation detail.)
Remove unnecessary or redundant interface attributes where they're not
needed.
There are currently 5 "cfargs" defined:
- CFARG_SUBMATCH (submatch function for direct config)
- CFARG_SEARCH (search function for indirect config)
- CFARG_IATTR (interface attribte)
- CFARG_LOCATORS (locators array)
- CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)
...and a sentinel value CFARG_EOL.
Add some extra sanity checking to ensure that interface attributes
aren't ambiguous.
Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark
ports to associate those device handles with device_t instance. This
will trickle trough to more places over time (need back-end for pre-OFW
Sun OBP; any others?).
Revision 1.53.68.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 21:09:01 2021 UTC (3 years, 8 months ago) by thorpej
Branches: thorpej-cfargs
Diff to: previous 1.53: preferred, colored; next MAIN 1.54: preferred, colored
Changes since revision 1.53: +3 -3
lines
Give config_found() the same variadic arguments treatment as
config_search(). This commit only adds the CFARG_EOL sentinel
to the existing config_found() calls. Conversion of config_found_sm_loc()
and config_found_ia() call sites will be in subsequent commits.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Jul 19 15:30:52 2011 UTC (13 years, 4 months ago) by dyoung
Branches: MAIN
CVS tags: yamt-pagecache-tag8,
yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
tls-maxphys-base-20171202,
tls-maxphys-base,
tls-maxphys,
tls-earlyentropy-base,
tls-earlyentropy,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs-base,
rmind-smpnet-nbase,
rmind-smpnet-base,
rmind-smpnet,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
phil-wifi,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
nick-nhusb,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
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-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
localcount-20160914,
khorben-n900,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base10,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
jdolecek-ncq-base,
jdolecek-ncq,
isaki-audio2-base,
isaki-audio2,
is-mlppp-base,
is-mlppp,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan,
agc-symver-base,
agc-symver,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Branch point for: thorpej-cfargs
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -3
lines
Change <machine/bus.h> to <sys/bus.h> throughout.
Split bus.h -> bus_{defs,funcs}.h.
Mark hpcsh/bus.h obsolete.
Revision 1.50.4.1: download - view: text, markup, annotated - select for diffs
Wed May 13 17:17:47 2009 UTC (15 years, 7 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50: +19 -2
lines
Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.45.4.2: download - view: text, markup, annotated - select for diffs
Mon May 4 08:11:13 2009 UTC (15 years, 7 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.45.4.1: preferred, colored; branchpoint 1.45: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45.4.1: +32 -15
lines
sync with head.
Revision 1.46.8.2: download - view: text, markup, annotated - select for diffs
Tue Apr 28 07:34:06 2009 UTC (15 years, 7 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.46.8.1: preferred, colored; branchpoint 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46.8.1: +19 -2
lines
Sync with HEAD.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Apr 5 00:56:20 2009 UTC (15 years, 8 months ago) by uwe
Branches: MAIN
CVS tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base7,
uebayasi-xip-base6,
uebayasi-xip-base5,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip-base,
uebayasi-xip,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
rmind-uvmplock,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base,
matt-premerge-20091211,
matt-mips64-premerge-20101231,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
jruoho-x86intr-base,
jruoho-x86intr,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +17 -2
lines
Register null hooks with pmf(9) for now, which is no worse than before
and allows us to test other things.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Mar 18 02:49:34 2009 UTC (15 years, 8 months ago) by uwe
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +4 -2
lines
Turn on display on attachment. Fixes the scenario when serial console
is used and you reboot (using kloader) with screen turned off.
Revision 1.46.8.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:16:14 2009 UTC (15 years, 10 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +15 -15
lines
Sync with HEAD.
Revision 1.44.6.3: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:28:02 2009 UTC (15 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.44.6.2: preferred, colored; branchpoint 1.44: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44.6.2: +13 -13
lines
Sync with HEAD.
Revision 1.46.6.1: download - view: text, markup, annotated - select for diffs
Sat Dec 13 01:13:12 2008 UTC (16 years ago) by haad
Branches: haad-dm
Diff to: previous 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46: +15 -15
lines
Update haad-dm branch to haad-dm-base2.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Dec 2 20:48:24 2008 UTC (16 years ago) by uwe
Branches: MAIN
CVS tags: nick-hppapmap-base2,
mjf-devfs2-base,
haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: jym-xensuspend
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +4 -4
lines
Defining another variable after multiline initializer for a previous
one in the same definition is very confusing visually. Change order.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Dec 2 20:44:43 2008 UTC (16 years ago) by uwe
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +6 -6
lines
Spell "gray scale" and "mono chrome" without the space.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Dec 2 20:39:36 2008 UTC (16 years ago) by uwe
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +8 -8
lines
hd64461video_set_display_mode_lcdc - expressing screen widths in hex
hardly helps readbility. Express them in terms on 640*x or 640/x.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Dec 2 16:39:47 2008 UTC (16 years ago) by uwe
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -3
lines
hd64461video_info: fix pasto, correctly report 4-bit grayscale in LDR2.
Revision 1.44.6.2: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:22:12 2008 UTC (16 years, 6 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.44.6.1: preferred, colored; branchpoint 1.44: preferred, colored
Changes since revision 1.44.6.1: +0 -7
lines
Sync with HEAD.
Revision 1.45.2.1: download - view: text, markup, annotated - select for diffs
Sun May 18 12:32:06 2008 UTC (16 years, 6 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.45: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45: +2 -9
lines
sync with head.
Revision 1.45.4.1: download - view: text, markup, annotated - select for diffs
Fri May 16 02:22:30 2008 UTC (16 years, 6 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -9
lines
sync with head.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Apr 28 20:23:22 2008 UTC (16 years, 7 months ago) by martin
Branches: MAIN
CVS tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base2,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
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-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
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,
hpcarm-cleanup-nbase,
haad-dm-base1
Branch point for: nick-hppapmap,
haad-dm
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -9
lines
Remove clause 3 and 4 from TNF licenses
Revision 1.44.6.1: download - view: text, markup, annotated - select for diffs
Thu Apr 3 12:42:17 2008 UTC (16 years, 8 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +21 -15
lines
Sync with HEAD.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Mar 28 00:13:15 2008 UTC (16 years, 8 months ago) by uwe
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base
Branch point for: yamt-pf42,
yamt-nfs-mp
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +21 -15
lines
Split device_t and softc.
Revision 1.30.2.6: download - view: text, markup, annotated - select for diffs
Mon Jan 21 09:36:41 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.30.2.5: preferred, colored; branchpoint 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30.2.5: +3 -3
lines
sync with head
Revision 1.41.10.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:46:19 2008 UTC (16 years, 11 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.41.10.1: preferred, colored; branchpoint 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41.10.1: +3 -3
lines
sync with HEAD
Revision 1.43.8.1: download - view: text, markup, annotated - select for diffs
Wed Jan 2 21:48:03 2008 UTC (16 years, 11 months ago) by bouyer
Branches: bouyer-xeni386
CVS tags: bouyer-xeni386-merge1
Diff to: previous 1.43: preferred, colored; next MAIN 1.44: preferred, colored
Changes since revision 1.43: +3 -3
lines
Sync with HEAD
Revision 1.43.4.1: download - view: text, markup, annotated - select for diffs
Wed Dec 26 19:42:09 2007 UTC (16 years, 11 months ago) by ad
Branches: vmlocking2
Diff to: previous 1.43: preferred, colored; next MAIN 1.44: preferred, colored
Changes since revision 1.43: +3 -3
lines
Sync with head.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Dec 15 00:39:19 2007 UTC (16 years, 11 months ago) by perry
Branches: MAIN
CVS tags: yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
vmlocking2-base3,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base,
bouyer-xeni386-nbase,
bouyer-xeni386-base,
ad-socklock-base1
Branch point for: mjf-devfs2
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3
lines
__FUNCTION__ -> __func__
Revision 1.41.10.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:17:00 2007 UTC (17 years, 1 month ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +8 -2
lines
sync with HEAD
Revision 1.30.2.5: download - view: text, markup, annotated - select for diffs
Sat Oct 27 11:26:16 2007 UTC (17 years, 1 month ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.30.2.4: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.4: +8 -2
lines
sync with head.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Oct 17 19:54:30 2007 UTC (17 years, 1 month ago) by garbled
Branches: MAIN
CVS tags: yamt-x86pmap-base4,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base2,
vmlocking2-base1,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
mjf-devfs,
jmcneill-pm-base,
jmcneill-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: vmlocking2,
bouyer-xeni386
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2
lines
Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.
TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.
NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
Revision 1.40.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 9 13:37:45 2007 UTC (17 years, 2 months ago) by ad
Branches: vmlocking
Diff to: previous 1.40.2.1: preferred, colored; branchpoint 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40.2.1: +8 -2
lines
Sync with head.
Revision 1.41.12.1: download - view: text, markup, annotated - select for diffs
Sat Oct 6 15:35:30 2007 UTC (17 years, 2 months ago) by yamt
Branches: yamt-x86pmap
Diff to: previous 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41: +8 -2
lines
sync with head.
Revision 1.40.10.1: download - view: text, markup, annotated - select for diffs
Wed Oct 3 19:23:28 2007 UTC (17 years, 2 months ago) by garbled
Branches: ppcoea-renovation
Diff to: previous 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40: +9 -3
lines
Sync with HEAD
Revision 1.41.8.1: download - view: text, markup, annotated - select for diffs
Tue Oct 2 18:27:03 2007 UTC (17 years, 2 months ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41: +8 -2
lines
Sync with HEAD.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Sep 24 16:16:42 2007 UTC (17 years, 2 months ago) by kiyohara
Branches: MAIN
CVS tags: yamt-x86pmap-base3,
yamt-x86pmap-base2,
vmlocking-base,
ppcoea-renovation-base,
bouyer-xenamd64
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +8 -2
lines
Add psh3pwr.
Revision 1.30.2.4: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:26:17 2007 UTC (17 years, 3 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.30.2.3: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.3: +5 -5
lines
sync with head.
Revision 1.40.2.1: download - view: text, markup, annotated - select for diffs
Sun Jul 15 13:16:05 2007 UTC (17 years, 4 months ago) by ad
Branches: vmlocking
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3
lines
Sync with head.
Revision 1.40.4.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 19:59:30 2007 UTC (17 years, 5 months ago) by mjf
Branches: mjf-ufs-trans
Diff to: previous 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40: +3 -3
lines
Sync with head.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Jul 9 20:52:14 2007 UTC (17 years, 5 months ago) by ad
Branches: MAIN
CVS tags: yamt-x86pmap-base,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-ufs-trans-base,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: yamt-x86pmap,
matt-armv6,
jmcneill-pm
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3
lines
Merge some of the less invasive changes from the vmlocking branch:
- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements
Revision 1.37.8.2: download - view: text, markup, annotated - select for diffs
Mon Mar 12 05:48:16 2007 UTC (17 years, 9 months ago) by rmind
Branches: yamt-idlelwp
Diff to: previous 1.37.8.1: preferred, colored; branchpoint 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37.8.1: +4 -4
lines
Sync with HEAD.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Mar 4 05:59:54 2007 UTC (17 years, 9 months ago) by christos
Branches: MAIN
CVS tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup
Branch point for: vmlocking,
ppcoea-renovation,
mjf-ufs-trans
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +4 -4
lines
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.37.8.1: download - view: text, markup, annotated - select for diffs
Tue Feb 27 16:50:59 2007 UTC (17 years, 9 months ago) by yamt
Branches: yamt-idlelwp
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +8 -8
lines
- sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
Revision 1.30.2.3: download - view: text, markup, annotated - select for diffs
Mon Feb 26 09:06:39 2007 UTC (17 years, 9 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.30.2.2: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.2: +8 -8
lines
sync with head.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Feb 22 05:39:44 2007 UTC (17 years, 9 months ago) by thorpej
Branches: MAIN
CVS tags: ad-audiomp-base,
ad-audiomp
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +6 -6
lines
TRUE -> true, FALSE -> false
Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Feb 21 22:59:43 2007 UTC (17 years, 9 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -4
lines
Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.
Revision 1.30.2.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:46:03 2006 UTC (17 years, 11 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.30.2.1: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.1: +8 -8
lines
sync with head.
Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:39:44 2006 UTC (18 years, 3 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +8 -8
lines
sync with head
Revision 1.35.6.1: download - view: text, markup, annotated - select for diffs
Sun Sep 3 15:22:57 2006 UTC (18 years, 3 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +8 -8
lines
sync with head.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Aug 18 00:41:57 2006 UTC (18 years, 3 months ago) by uwe
Branches: MAIN
CVS tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-splraiseipl-base2,
yamt-splraiseipl-base,
yamt-splraiseipl,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
rpaulo-netinet-merge-pcb-base,
post-newlock2-merge,
newlock2-nbase,
newlock2-base,
newlock2,
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
Branch point for: yamt-idlelwp
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -4
lines
Refer sc_font.wsfont explicitly instead of playing cast tricks.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Aug 14 02:34:04 2006 UTC (18 years, 4 months ago) by uwe
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +6 -6
lines
Whether hd64461video is console is not is irrelevant to powering it up
on PWR_RESUME. Drop that bogus test and check whether the screen was
blanked instead to corerctly reflect blanked status across suspends.
Revision 1.30.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 14:52:02 2006 UTC (18 years, 5 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +104 -88
lines
sync with head.
Revision 1.34.2.1: download - view: text, markup, annotated - select for diffs
Sun Jan 15 10:02:37 2006 UTC (18 years, 10 months ago) by yamt
Branches: yamt-uio_vmspace
Diff to: previous 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34: +3 -3
lines
sync with head.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jan 3 01:15:47 2006 UTC (18 years, 11 months ago) by uwe
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
simonb-timecounters-base,
simonb-timecounters,
simonb-timcounters-final,
peter-altq-base,
peter-altq,
gdamore-uart-base,
gdamore-uart,
elad-kernelauth-base,
elad-kernelauth,
chap-midi-nbase,
chap-midi-base,
chap-midi,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-pdpolicy,
rpaulo-netinet-merge-pcb
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -3
lines
HD64461VIDEO options now come from "opt_hd64461video.h".
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Dec 18 23:32:39 2005 UTC (18 years, 11 months ago) by uwe
Branches: MAIN
Branch point for: yamt-uio_vmspace
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +5 -4
lines
Use explicit "continue" for busy loop bodies in a couple of places I
missed in the previous commit.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Dec 18 23:20:03 2005 UTC (18 years, 11 months ago) by uwe
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +94 -84
lines
Use ANSI uintN_t types. Use "void" in definitions of functions
without arguments. Propagate "static" to function definitions.
Declare local functions static. Hide acceleration code inside ifdef
HD64461VIDEO_HWACCEL (save more than 1K of text).
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:17:36 2005 UTC (19 years ago) by christos
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -4
lines
merge ktrace-lwp.
Revision 1.17.2.8: download - view: text, markup, annotated - select for diffs
Thu Nov 10 13:56:31 2005 UTC (19 years, 1 month ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.17.2.7: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17.2.7: +7 -2
lines
Sync with HEAD. Here we go again...
Revision 1.29.2.1: download - view: text, markup, annotated - select for diffs
Thu Sep 15 20:37:16 2005 UTC (19 years, 2 months ago) by tron
Branches: netbsd-3
CVS tags: netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0
Diff to: previous 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29: +7 -2
lines
Pull up following revision(s) (requested by uwe in ticket #781):
sys/arch/hpcsh/dev/hd64461/hd64461video.c: revision 1.31
Tell hpcfb that framebuffer fetches 16-bit pixels as little enidan.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Sep 4 01:01:29 2005 UTC (19 years, 3 months ago) by uwe
Branches: 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
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +7 -2
lines
Tell hpcfb that framebuffer fetches 16-bit pixels as little endian.
Revision 1.25.4.1: download - view: text, markup, annotated - select for diffs
Wed May 11 23:15:46 2005 UTC (19 years, 7 months ago) by riz
Branches: netbsd-2
CVS tags: 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
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +3 -3
lines
Pull up revision 1.26 (requested by uwe in ticket #1415):
fix hd64461video_get_clut.
Revision 1.28.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:28:11 2005 UTC (19 years, 7 months ago) by kent
Branches: kent-audio2
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +19 -8
lines
sync with -current
Revision 1.17.2.7: download - view: text, markup, annotated - select for diffs
Fri Apr 1 14:27:27 2005 UTC (19 years, 8 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.17.2.6: preferred, colored
Changes since revision 1.17.2.6: +4 -4
lines
Sync with HEAD.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Mar 26 22:41:12 2005 UTC (19 years, 8 months ago) by uwe
Branches: MAIN
CVS tags: kent-audio2-base
Branch point for: yamt-lazymbuf
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -4
lines
Improve spelling in debug printfs.
Revision 1.28.4.1: download - view: text, markup, annotated - select for diffs
Sat Mar 19 08:33:01 2005 UTC (19 years, 8 months ago) by yamt
Branches: yamt-km
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +17 -6
lines
sync with head. xen and whitespace. xen part is not finished.
Revision 1.17.2.6: download - view: text, markup, annotated - select for diffs
Fri Mar 4 16:38:37 2005 UTC (19 years, 9 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.17.2.5: preferred, colored
Changes since revision 1.17.2.5: +17 -6
lines
Sync with HEAD.
Hi Perry!
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Feb 28 18:04:54 2005 UTC (19 years, 9 months ago) by uwe
Branches: MAIN
CVS tags: yamt-km-base4,
yamt-km-base3,
netbsd-3-base
Branch point for: netbsd-3
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +17 -6
lines
Propagate WSDISPLAYIO_PARAM_BACKLIGHT to config hooks.
Revision 1.17.2.5: download - view: text, markup, annotated - select for diffs
Mon Jan 24 08:59:40 2005 UTC (19 years, 10 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.17.2.4: preferred, colored
Changes since revision 1.17.2.4: +4 -4
lines
Adapt to branch.
Revision 1.17.2.4: download - view: text, markup, annotated - select for diffs
Sat Dec 18 09:31:03 2004 UTC (19 years, 11 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.17.2.3: preferred, colored
Changes since revision 1.17.2.3: +4 -4
lines
Sync with HEAD.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Dec 12 21:03:06 2004 UTC (20 years ago) by abs
Branches: MAIN
CVS tags: yamt-km-base2,
yamt-km-base,
kent-audio1-beforemerge
Branch point for: yamt-km,
kent-audio2
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -4
lines
Fix comments regarding configration bounaries
Revision 1.17.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:16:25 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.17.2.2: preferred, colored
Changes since revision 1.17.2.2: +2 -2
lines
Fix the sync with head I botched.
Revision 1.17.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:35:13 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.17.2.1: preferred, colored
Changes since revision 1.17.2.1: +0 -0
lines
Sync with HEAD.
Revision 1.17.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:35:28 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +197 -47
lines
Sync with HEAD
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Jul 3 12:49:21 2004 UTC (20 years, 5 months ago) by uch
Branches: MAIN
CVS tags: kent-audio1-base,
kent-audio1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +49 -14
lines
jornada 6x0 power mannagement support.
[on/off] button power off LCD and CPU sleeps.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jun 4 13:23:34 2004 UTC (20 years, 6 months ago) by uch
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3
lines
fix hd64461video_get_clut.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Mar 15 23:38:16 2004 UTC (20 years, 8 months ago) by uwe
Branches: MAIN
CVS tags: netbsd-2-base,
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
Branch point for: netbsd-2
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -4
lines
Use CONFIG_HOOK_POWERCONTROL_LCD to control turning the LCD on/off
(the _LCDLIGHT hook is apparently meant to control the LCD backlight).
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Mar 15 03:38:39 2004 UTC (20 years, 9 months ago) by uwe
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +26 -26
lines
Support for WSDISPLAYIO_PARAM_CONTRAST.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Dec 14 02:52:15 2003 UTC (21 years ago) by uwe
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +76 -4
lines
Use CONFIG_HOOK_BRIGHTNESS* to support WSDISPLAYIO_PARAM_BRIGHTNESS.
Use CONFIG_HOOK_POWERCONTROL_LCDLIGHT to turn on/off the LCD in
response to WSDISPLAYIO_SVIDEO.
Implementation of these hooks for Jornada 680 is to follow shortly.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Nov 13 03:09:28 2003 UTC (21 years, 1 month ago) by chs
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +27 -35
lines
eliminate uvm_useracc() in favor of checking the return value of
copyin() or copyout().
uvm_useracc() tells us whether the mapping permissions allow access to
the desired part of an address space, and many callers assume that
this is the same as knowing whether an attempt to access that part of
the address space will succeed. however, access to user space can
fail for reasons other than insufficient permission, most notably that
paging in any non-resident data can fail due to i/o errors. most of
the callers of uvm_useracc() make the above incorrect assumption. the
rest are all misguided optimizations, which optimize for the case
where an operation will fail. we'd rather optimize for operations
succeeding, in which case we should just attempt the access and handle
failures due to insufficient permissions the same way we handle i/o
errors. since there appear to be no good uses of uvm_useracc(), we'll
just remove it.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Nov 9 02:05:42 2003 UTC (21 years, 1 month ago) by uwe
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +47 -2
lines
Implement trivial WSDISPLAYIO_SVIDEO that flips DON bit in LCDLDR1.
This only turns off the display in the LCD controller.
TODO: Need to add a platform specific way to turn the screen on and
off as well (e.g. on Jornada 680 this is bit 0 in hd64461 GPIO port B).
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Nov 1 03:45:52 2003 UTC (21 years, 1 month ago) by uwe
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -2
lines
In hd64461video_update_videochip_status init depth to supress bogus
-Wuninitialized.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Aug 2 22:39:13 2003 UTC (21 years, 4 months ago) by uwe
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +13 -12
lines
Move the definition of enum hd64461video_display_mode out of the
definition of struct hd64461video_chip. Makes gcc3 happy.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jul 15 02:29:37 2003 UTC (21 years, 5 months ago) by lukem
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -1
lines
__KERNEL_RCSID()
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Apr 27 04:11:32 2003 UTC (21 years, 7 months ago) by uwe
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -1
lines
When doing bit blit, set the flow direction based on the condition_a flag.
Revision 1.11.6.3: download - view: text, markup, annotated - select for diffs
Fri Oct 18 02:37:23 2002 UTC (22 years, 1 month ago) by nathanw
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.11.6.2: preferred, colored; branchpoint 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11.6.2: +4 -6
lines
Catch up to -current.
Revision 1.2.4.7: download - view: text, markup, annotated - select for diffs
Thu Oct 10 18:33:05 2002 UTC (22 years, 2 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.2.4.6: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.4.6: +7 -11
lines
sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Oct 2 15:45:20 2002 UTC (22 years, 2 months ago) by thorpej
Branches: MAIN
CVS tags: nathanw_sa_before_merge,
nathanw_sa_base,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
fvdl_fs64_base
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
Add trailing ; to CFATTACH_DECL
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Oct 1 02:59:57 2002 UTC (22 years, 2 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -5
lines
Use CFATTACH_DECL().
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Sep 27 20:32:44 2002 UTC (22 years, 2 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
Declare all cfattach structures const.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Sep 27 15:36:07 2002 UTC (22 years, 2 months ago) by provos
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
remove trailing \n in panic(). approved perry.
Revision 1.11.6.2: download - view: text, markup, annotated - select for diffs
Tue Sep 17 21:14:53 2002 UTC (22 years, 2 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.11.6.1: preferred, colored; branchpoint 1.11: preferred, colored
Changes since revision 1.11.6.1: +1245 -0
lines
Catch up to -current.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Sep 6 13:18:43 2002 UTC (22 years, 3 months ago) by gehenna
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -6
lines
Merge the gehenna-devsw branch into the trunk.
This merge changes the device switch tables from static array to
dynamically generated by config(8).
- All device switches is defined as a constant structure in device drivers.
- The new grammer ``device-major'' is introduced to ``files''.
device-major <prefix> char <num> [block <num>] [<rules>]
- All device major numbers must be listed up in port dependent majors.<arch>
by using this grammer.
- Added the new naming convention.
The name of the device switch must be <prefix>_[bc]devsw for auto-generation
of device switch tables.
- The backward compatibility of loading block/character device
switch by LKM framework is broken. This is necessary to convert
from block/character device major to device name in runtime and vice versa.
- The restriction to assign device major by LKM is completely removed.
We don't need to reserve LKM entries for dynamic loading of device switch.
- In compile time, device major numbers list is packed into the kernel and
the LKM framework will refer it to assign device major number dynamically.
Revision 1.2.4.6: download - view: text, markup, annotated - select for diffs
Sun Jun 23 17:36:59 2002 UTC (22 years, 5 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.2.4.5: preferred, colored
Changes since revision 1.2.4.5: +3 -5
lines
catch up with -current on kqueue branch
Revision 1.11.2.1: download - view: text, markup, annotated - select for diffs
Sun May 19 07:56:38 2002 UTC (22 years, 6 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11: +4 -6
lines
Replace the access to devsw table and the hard-coded majors with devsw API.
Revision 1.11.6.1
Fri May 3 07:31:25 2002 UTC (22 years, 7 months ago) by nathanw
Branches: nathanw_sa
FILE REMOVED
Changes since revision 1.11: +0 -1247
lines
file hd64461video.c was added on branch nathanw_sa on 2002-09-17 21:14:53 +0000
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri May 3 07:31:25 2002 UTC (22 years, 7 months ago) by takemura
Branches: MAIN
CVS tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
gehenna-devsw-base
Branch point for: nathanw_sa,
gehenna-devsw
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Fixed debug print.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Apr 13 09:29:54 2002 UTC (22 years, 8 months ago) by takemura
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -3
lines
Fixed dev/hpc/hpcfb.c to set RI_BSWAP flag in 8bpp for rasops8.c
and backout changes 'fix LCD byte-order setting':
arch/hpcsh/dev/hd64461/hd64461video.c Rev. 1.7 to 1.8
arch/hpcmips/dev/plumvideo.c Rev. 1.23 to 1.24
arch/hpcmips/tx/tx3912video.c Rev. 1.24 to 1.25
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Mar 17 19:40:41 2002 UTC (22 years, 8 months ago) by atatat
Branches: MAIN
CVS tags: eeh-devprop-base,
eeh-devprop
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
indicating an unhandled "command". ERESTART is -1, which can lead to
confusion. ERESTART has been moved to -3 and EPASSTHROUGH has been
placed at -4. No ioctl code should now return -1 anywhere. The
ioctl() system call is now properly restartable.
Revision 1.2.4.5: download - view: text, markup, annotated - select for diffs
Sat Mar 16 15:58:06 2002 UTC (22 years, 9 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.2.4.4: preferred, colored
Changes since revision 1.2.4.4: +4 -1
lines
Catch up with -current.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Feb 19 14:21:48 2002 UTC (22 years, 9 months ago) by uch
Branches: MAIN
CVS tags: newlock-base,
newlock,
ifpoll-base
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -1
lines
fix LCD byte-order setting.
Revision 1.2.4.4: download - view: text, markup, annotated - select for diffs
Mon Feb 11 20:08:17 2002 UTC (22 years, 10 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.2.4.3: preferred, colored
Changes since revision 1.2.4.3: +123 -127
lines
Sync w/ -current.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 29 18:53:24 2002 UTC (22 years, 10 months ago) by uch
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
clean up debug print and configuration.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jan 27 05:15:36 2002 UTC (22 years, 10 months ago) by uch
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +123 -127
lines
clean up debug print and configuration.
Revision 1.2.4.3: download - view: text, markup, annotated - select for diffs
Thu Jan 10 19:44:21 2002 UTC (22 years, 11 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.2.4.2: preferred, colored
Changes since revision 1.2.4.2: +3 -3
lines
Sync kqueue branch with -current.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Dec 5 22:16:30 2001 UTC (23 years ago) by atatat
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3
lines
Use more parentheses to make the compiler happy.
Revision 1.2.4.2: download - view: text, markup, annotated - select for diffs
Sat Aug 25 06:15:22 2001 UTC (23 years, 3 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.2.4.1: preferred, colored
Changes since revision 1.2.4.1: +3 -2
lines
Merge Aug 24 -current into the kqueue branch.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Aug 5 18:07:54 2001 UTC (23 years, 4 months ago) by jdolecek
Branches: MAIN
CVS tags: thorpej-mips-cache-base,
thorpej-mips-cache,
thorpej-devvp-base3,
thorpej-devvp-base2,
thorpej-devvp-base,
thorpej-devvp,
pre-chs-ubcperf,
post-chs-ubcperf
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2
lines
use unsigned variable types as appropriate
Revision 1.2.4.1: download - view: text, markup, annotated - select for diffs
Fri Aug 3 04:11:38 2001 UTC (23 years, 4 months ago) by lukem
Branches: kqueue
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -5
lines
update to -current
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jul 22 09:56:40 2001 UTC (23 years, 4 months ago) by takemura
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -5
lines
You must set 'HPCFB_SWAP_*' if bytes are stored in reverse order, i.e.
little endian like order, however, usage of 'HPCFB_SWAP_*' was widely
misunderstood because it reminded you of 'RI_BSWAP' in raster operation.
Please note that 'RI_BSWAP' indicate that frame buffer byte order is different
from natural order of system while 'HPCFB_REVORDER_*' is independent of
system byte order.
Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 21 19:24:59 2001 UTC (23 years, 5 months ago) by nathanw
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +1 -1
lines
Catch up to -current.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jun 5 17:24:48 2001 UTC (23 years, 6 months ago) by uch
Branches: MAIN
Branch point for: kqueue
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +11 -4
lines
HD64461 frame buffer is big-endian. set HPCFB_SWAP_BYTE.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jun 4 17:08:36 2001 UTC (23 years, 6 months ago) by uch
Branches: MAIN
HD64461 video module.
CVSweb <webmaster@jp.NetBSD.org>