The NetBSD Project

CVS log for src/sys/arch/hpcmips/dev/plumvideo.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / hpcmips / dev

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.45 / (download) - annotate - [select for diffs], Sun Sep 10 15:03:56 2023 UTC (6 months, 2 weeks ago) by andvar
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, HEAD
Changes since 1.44: +7 -12 lines
Diff to previous 1.44 (colored)

Remove custom DPRINTF/DPRINTFN definitions and reuse one defined in debug.h.
Remove "#undef PLUMVIDEODEBUG", it is not defined by default.

fixes PLUMVIDEODEBUG enabled build.

Revision 1.44 / (download) - annotate - [selected], Sat Apr 16 17:35:57 2022 UTC (23 months, 1 week ago) by andvar
Branch: MAIN
CVS Tags: netbsd-10-base, 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
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored)

s/setted/set/

Revision 1.43 / (download) - annotate - [select for diffs], Sat Aug 7 16:18:54 2021 UTC (2 years, 7 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2
Changes since 1.42: +3 -3 lines
Diff to previous 1.42 (colored) to selected 1.44 (colored)

Merge thorpej-cfargs2.

Revision 1.42.8.1 / (download) - annotate - [select for diffs], Wed Aug 4 01:08:47 2021 UTC (2 years, 7 months ago) by thorpej
Branch: thorpej-cfargs2
Changes since 1.42: +3 -3 lines
Diff to previous 1.42 (colored) next main 1.43 (colored) to selected 1.44 (colored)

Adapt to CFARGS().

Revision 1.42 / (download) - annotate - [select for diffs], Sat Apr 24 23:36:38 2021 UTC (2 years, 11 months ago) by thorpej
Branch: 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
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (colored) to selected 1.44 (colored)

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.41.52.1 / (download) - annotate - [select for diffs], Sun Mar 21 21:09:00 2021 UTC (3 years ago) by thorpej
Branch: thorpej-cfargs
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (colored) next main 1.42 (colored) to selected 1.44 (colored)

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.40.22.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:01:23 2012 UTC (11 years, 4 months ago) by tls
Branch: tls-maxphys
Changes since 1.40: +14 -13 lines
Diff to previous 1.40 (colored) next main 1.41 (colored) to selected 1.44 (colored)

Resync to 2012-11-19 00:00:00 UTC

Revision 1.40.12.1 / (download) - annotate - [select for diffs], Tue Oct 30 17:19:43 2012 UTC (11 years, 5 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.40: +14 -13 lines
Diff to previous 1.40 (colored) next main 1.41 (colored) to selected 1.44 (colored)

sync with head

Revision 1.41 / (download) - annotate - [select for diffs], Sat Oct 27 17:17:53 2012 UTC (11 years, 5 months ago) by chs
Branch: MAIN
CVS Tags: yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, tls-maxphys-base-20171202, tls-maxphys-base, 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-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-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, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, khorben-n900, 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
Changes since 1.40: +14 -13 lines
Diff to previous 1.40 (colored) to selected 1.44 (colored)

split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.

Revision 1.39.14.1 / (download) - annotate - [select for diffs], Wed May 13 17:17:45 2009 UTC (14 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored) next main 1.40 (colored) to selected 1.44 (colored)

Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

Revision 1.38.44.2 / (download) - annotate - [select for diffs], Mon May 4 08:11:11 2009 UTC (14 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.38.44.1: +3 -3 lines
Diff to previous 1.38.44.1 (colored) to branchpoint 1.38 (colored) next main 1.39 (colored) to selected 1.44 (colored)

sync with head.

Revision 1.39.8.1 / (download) - annotate - [select for diffs], Tue Apr 28 07:34:04 2009 UTC (14 years, 11 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored) next main 1.40 (colored) to selected 1.44 (colored)

Sync with HEAD.

Revision 1.40 / (download) - annotate - [select for diffs], Wed Mar 18 10:22:28 2009 UTC (15 years ago) by cegger
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, 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, 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-premerge-20091211, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, matt-mips64-premerge-20101231, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base, jruoho-x86intr-base, jruoho-x86intr, 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, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache, tls-maxphys
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored) to selected 1.44 (colored)

Ansify function definitions w/o arguments. Generated with sed.

Revision 1.38.40.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:22:10 2008 UTC (15 years, 9 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.38: +2 -9 lines
Diff to previous 1.38 (colored) next main 1.39 (colored) to selected 1.44 (colored)

Sync with HEAD.

Revision 1.38.42.1 / (download) - annotate - [select for diffs], Sun May 18 12:32:03 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-pf42
Changes since 1.38: +2 -9 lines
Diff to previous 1.38 (colored) next main 1.39 (colored) to selected 1.44 (colored)

sync with head.

Revision 1.38.44.1 / (download) - annotate - [select for diffs], Fri May 16 02:22:28 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.38: +2 -9 lines
Diff to previous 1.38 (colored) to selected 1.44 (colored)

sync with head.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:21 2008 UTC (15 years, 11 months ago) by martin
Branch: 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, nick-hppapmap-base2, 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, mjf-devfs2-base, 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-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-audiomp2-base, ad-audiomp2
Branch point for: nick-hppapmap, jym-xensuspend
Changes since 1.38: +2 -9 lines
Diff to previous 1.38 (colored) to selected 1.44 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.35.10.2 / (download) - annotate - [select for diffs], Mon Sep 3 14:26:01 2007 UTC (16 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.35.10.1: +4 -4 lines
Diff to previous 1.35.10.1 (colored) to branchpoint 1.35 (colored) next main 1.36 (colored) to selected 1.44 (colored)

sync with head.

Revision 1.37.26.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:48:04 2007 UTC (17 years ago) by rmind
Branch: yamt-idlelwp
Changes since 1.37: +4 -4 lines
Diff to previous 1.37 (colored) next main 1.38 (colored) to selected 1.44 (colored)

Sync with HEAD.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Mar 4 05:59:52 2007 UTC (17 years ago) by christos
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-pf42-baseX, yamt-pf42-base, yamt-nfs-mp-base, 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: yamt-pf42, yamt-nfs-mp, mjf-devfs2
Changes since 1.37: +4 -4 lines
Diff to previous 1.37 (colored) to selected 1.44 (colored)

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Revision 1.35.10.1 / (download) - annotate - [select for diffs], Wed Jun 21 14:51:50 2006 UTC (17 years, 9 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.35: +138 -18 lines
Diff to previous 1.35 (colored) to selected 1.44 (colored)

sync with head.

Revision 1.37 / (download) - annotate - [select for diffs], Sun Dec 11 12:17:33 2005 UTC (18 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, yamt-pdpolicy, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, rpaulo-netinet-merge-pcb-base, rpaulo-netinet-merge-pcb, post-newlock2-merge, peter-altq-base, peter-altq, 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, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, chap-midi-nbase, chap-midi-base, chap-midi, ad-audiomp-base, ad-audiomp, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-idlelwp
Changes since 1.36: +4 -4 lines
Diff to previous 1.36 (colored) to selected 1.44 (colored)

merge ktrace-lwp.

Revision 1.31.6.6 / (download) - annotate - [select for diffs], Thu Nov 10 13:56:27 2005 UTC (18 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.31.6.5: +136 -16 lines
Diff to previous 1.31.6.5 (colored) to branchpoint 1.31 (colored) next main 1.32 (colored) to selected 1.44 (colored)

Sync with HEAD. Here we go again...

Revision 1.35.8.1 / (download) - annotate - [select for diffs], Thu Aug 4 18:30:24 2005 UTC (18 years, 7 months ago) by tron
Branch: 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
Changes since 1.35: +136 -16 lines
Diff to previous 1.35 (colored) next main 1.36 (colored) to selected 1.44 (colored)

Pull up revision 1.36 (requested by nakayama in ticket #637):
Add LCD and battery control support for Sharp Telios series.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Jul 30 22:40:33 2005 UTC (18 years, 8 months ago) by nakayama
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
Changes since 1.35: +136 -16 lines
Diff to previous 1.35 (colored) to selected 1.44 (colored)

Add LCD and battery control support for Sharp Telios series.

Revision 1.31.6.5 / (download) - annotate - [select for diffs], Mon Jan 24 08:59:39 2005 UTC (19 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.31.6.4: +4 -4 lines
Diff to previous 1.31.6.4 (colored) to branchpoint 1.31 (colored) to selected 1.44 (colored)

Adapt to branch.

Revision 1.31.6.4 / (download) - annotate - [select for diffs], Sat Dec 18 09:31:03 2004 UTC (19 years, 3 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.31.6.3: +4 -4 lines
Diff to previous 1.31.6.3 (colored) to branchpoint 1.31 (colored) to selected 1.44 (colored)

Sync with HEAD.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Dec 12 21:03:06 2004 UTC (19 years, 3 months ago) by abs
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, yamt-km-base2, yamt-km-base, yamt-km, netbsd-3-base, kent-audio2-base, kent-audio2, kent-audio1-beforemerge
Branch point for: yamt-lazymbuf, netbsd-3
Changes since 1.34: +4 -4 lines
Diff to previous 1.34 (colored) to selected 1.44 (colored)

Fix comments regarding configration bounaries

Revision 1.31.6.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:16:04 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.31.6.2: +2 -2 lines
Diff to previous 1.31.6.2 (colored) to branchpoint 1.31 (colored) to selected 1.44 (colored)

Fix the sync with head I botched.

Revision 1.31.6.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:34:52 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.31.6.1: +0 -0 lines
Diff to previous 1.31.6.1 (colored) to branchpoint 1.31 (colored) to selected 1.44 (colored)

Sync with HEAD.

Revision 1.31.6.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:35:07 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.31: +107 -114 lines
Diff to previous 1.31 (colored) to selected 1.44 (colored)

Sync with HEAD

Revision 1.34 / (download) - annotate - [select for diffs], Thu Nov 13 03:09:28 2003 UTC (20 years, 4 months ago) by chs
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, kent-audio1-base, kent-audio1
Changes since 1.33: +29 -38 lines
Diff to previous 1.33 (colored) to selected 1.44 (colored)

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.33 / (download) - annotate - [select for diffs], Sat Oct 25 18:56:48 2003 UTC (20 years, 5 months ago) by mycroft
Branch: MAIN
Changes since 1.32: +76 -78 lines
Diff to previous 1.32 (colored) to selected 1.44 (colored)

Eliminate nested functions.
(There are a billion better ways to abstract this...)

Revision 1.32 / (download) - annotate - [select for diffs], Tue Jul 15 02:29:30 2003 UTC (20 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.31: +5 -1 lines
Diff to previous 1.31 (colored) to selected 1.44 (colored)

__KERNEL_RCSID()

Revision 1.22.2.6 / (download) - annotate - [select for diffs], Fri Oct 18 02:37:07 2002 UTC (21 years, 5 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.22.2.5: +4 -5 lines
Diff to previous 1.22.2.5 (colored) next main 1.23 (colored) to selected 1.44 (colored)

Catch up to -current.

Revision 1.18.2.7 / (download) - annotate - [select for diffs], Thu Oct 10 18:32:55 2002 UTC (21 years, 5 months ago) by jdolecek
Branch: kqueue
Changes since 1.18.2.6: +4 -5 lines
Diff to previous 1.18.2.6 (colored) next main 1.19 (colored) to selected 1.44 (colored)

sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work

Revision 1.31 / (download) - annotate - [select for diffs], Wed Oct 2 05:26:47 2002 UTC (21 years, 6 months ago) by thorpej
Branch: 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
Branch point for: ktrace-lwp
Changes since 1.30: +3 -4 lines
Diff to previous 1.30 (colored) to selected 1.44 (colored)

Use CFATTACH_DECL().

Revision 1.30 / (download) - annotate - [select for diffs], Fri Sep 27 20:32:14 2002 UTC (21 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.44 (colored)

Declare all cfattach structures const.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Sep 27 15:36:04 2002 UTC (21 years, 6 months ago) by provos
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.44 (colored)

remove trailing \n in panic().  approved perry.

Revision 1.27.2.1 / (download) - annotate - [select for diffs], Sun Jul 14 17:46:58 2002 UTC (21 years, 8 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored) next main 1.28 (colored) to selected 1.44 (colored)

catch up with -current.

Revision 1.18.2.6 / (download) - annotate - [select for diffs], Sun Jun 23 17:36:52 2002 UTC (21 years, 9 months ago) by jdolecek
Branch: kqueue
Changes since 1.18.2.5: +4 -6 lines
Diff to previous 1.18.2.5 (colored) to selected 1.44 (colored)

catch up with -current on kqueue branch

Revision 1.22.2.5 / (download) - annotate - [select for diffs], Thu Jun 20 03:38:49 2002 UTC (21 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.22.2.4: +3 -3 lines
Diff to previous 1.22.2.4 (colored) to selected 1.44 (colored)

Catch up to -current.

Revision 1.28 / (download) - annotate - [select for diffs], Sat Jun 8 16:02:02 2002 UTC (21 years, 9 months ago) by yamt
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored) to selected 1.44 (colored)

make auto const variables static.
(and space->tab)

Revision 1.22.2.4 / (download) - annotate - [select for diffs], Wed Apr 17 00:03:08 2002 UTC (21 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.22.2.3: +1 -3 lines
Diff to previous 1.22.2.3 (colored) to selected 1.44 (colored)

Catch up to -current.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Apr 13 09:29:53 2002 UTC (21 years, 11 months ago) by takemura
Branch: 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
Branch point for: gehenna-devsw
Changes since 1.26: +1 -3 lines
Diff to previous 1.26 (colored) to selected 1.44 (colored)

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.22.2.3 / (download) - annotate - [select for diffs], Mon Apr 1 07:40:25 2002 UTC (22 years ago) by nathanw
Branch: nathanw_sa
Changes since 1.22.2.2: +11 -3 lines
Diff to previous 1.22.2.2 (colored) to selected 1.44 (colored)

Catch up to -current.
(CVS: It's not just a program. It's an adventure!)

Revision 1.26 / (download) - annotate - [select for diffs], Sun Mar 17 19:40:40 2002 UTC (22 years ago) by atatat
Branch: MAIN
CVS Tags: eeh-devprop-base, eeh-devprop
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.44 (colored)

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.18.2.5 / (download) - annotate - [select for diffs], Sat Mar 16 15:57:57 2002 UTC (22 years ago) by jdolecek
Branch: kqueue
Changes since 1.18.2.4: +12 -3 lines
Diff to previous 1.18.2.4 (colored) to selected 1.44 (colored)

Catch up with -current.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Mar 6 15:01:05 2002 UTC (22 years ago) by uch
Branch: MAIN
CVS Tags: newlock-base, newlock
Changes since 1.24: +10 -2 lines
Diff to previous 1.24 (colored) to selected 1.44 (colored)

don't attach bivideo.

Revision 1.22.2.2 / (download) - annotate - [select for diffs], Thu Feb 28 04:09:55 2002 UTC (22 years, 1 month ago) by nathanw
Branch: nathanw_sa
Changes since 1.22.2.1: +757 -0 lines
Diff to previous 1.22.2.1 (colored) to selected 1.44 (colored)

Catch up to -current.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Feb 19 14:21:47 2002 UTC (22 years, 1 month ago) by uch
Branch: MAIN
CVS Tags: ifpoll-base
Changes since 1.23: +3 -2 lines
Diff to previous 1.23 (colored) to selected 1.44 (colored)

fix LCD byte-order setting.

Revision 1.18.2.4 / (download) - annotate - [select for diffs], Mon Feb 11 20:08:05 2002 UTC (22 years, 1 month ago) by jdolecek
Branch: kqueue
Changes since 1.18.2.3: +2 -3 lines
Diff to previous 1.18.2.3 (colored) to selected 1.44 (colored)

Sync w/ -current.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Jan 29 18:53:11 2002 UTC (22 years, 2 months ago) by uch
Branch: MAIN
Changes since 1.22: +2 -3 lines
Diff to previous 1.22 (colored) to selected 1.44 (colored)

clean up debug print and configuration.

Revision 1.18.2.3 / (download) - annotate - [select for diffs], Thu Jan 10 19:43:54 2002 UTC (22 years, 2 months ago) by thorpej
Branch: kqueue
Changes since 1.18.2.2: +48 -45 lines
Diff to previous 1.18.2.2 (colored) to selected 1.44 (colored)

Sync kqueue branch with -current.

Revision 1.22.2.1, Wed Nov 14 18:15:17 2001 UTC (22 years, 4 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.22: +0 -757 lines
FILE REMOVED

file plumvideo.c was added on branch nathanw_sa on 2002-02-28 04:09:55 +0000

Revision 1.22 / (download) - annotate - [select for diffs], Wed Nov 14 18:15:17 2001 UTC (22 years, 4 months ago) by thorpej
Branch: MAIN
Branch point for: nathanw_sa
Changes since 1.21: +5 -2 lines
Diff to previous 1.21 (colored) to selected 1.44 (colored)

Merge the thorpej-mips-cache branch onto the trunk.  This is an
overhaul of how caches are handled for NetBSD's MIPS ports.

Revision 1.21.2.1 / (download) - annotate - [select for diffs], Tue Nov 6 16:35:59 2001 UTC (22 years, 4 months ago) by uch
Branch: thorpej-mips-cache
Changes since 1.21: +5 -2 lines
Diff to previous 1.21 (colored) next main 1.22 (colored) to selected 1.44 (colored)

Update for the new cache code.

Revision 1.20.2.1 / (download) - annotate - [select for diffs], Mon Oct 1 12:39:00 2001 UTC (22 years, 6 months ago) by fvdl
Branch: thorpej-devvp
Changes since 1.20: +44 -44 lines
Diff to previous 1.20 (colored) next main 1.21 (colored) to selected 1.44 (colored)

Catch up with -current.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Sep 15 12:47:07 2001 UTC (22 years, 6 months ago) by uch
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, thorpej-devvp-base3, thorpej-devvp-base2, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: thorpej-mips-cache
Changes since 1.20: +44 -44 lines
Diff to previous 1.20 (colored) to selected 1.44 (colored)

ANSIfy, KNF, change my copyright.

Revision 1.18.2.2 / (download) - annotate - [select for diffs], Sat Aug 25 06:15:21 2001 UTC (22 years, 7 months ago) by thorpej
Branch: kqueue
Changes since 1.18.2.1: +3 -2 lines
Diff to previous 1.18.2.1 (colored) to selected 1.44 (colored)

Merge Aug 24 -current into the kqueue branch.

Revision 1.11.4.2 / (download) - annotate - [select for diffs], Thu Aug 16 16:52:37 2001 UTC (22 years, 7 months ago) by tv
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003, netbsd-1-5-PATCH002
Changes since 1.11.4.1: +3 -2 lines
Diff to previous 1.11.4.1 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored) to selected 1.44 (colored)

Pullup [jdolecek]:

sys/arch/amiga/dev/grf_cl.c                     1.26
sys/arch/amiga/dev/grfioctl.h                   1.14
sys/arch/hpcmips/dev/plumvideo.c                1.20
sys/arch/macppc/dev/ofb.c                       1.25
sys/arch/sparc/dev/cgtwo.c                      1.35
sys/arch/sparc/include/fbio.h                   patch
sys/arch/sparc64/include/fbio.h                 patch
sys/arch/sun3/dev/cg2.c                         1.14
sys/arch/sun3/include/fbio.h                    patch
sys/dev/pci/tga.c                               1.35
sys/dev/tc/cfb.c                                1.28
sys/dev/tc/mfb.c                                1.27
sys/dev/tc/sfb.c                                1.46
sys/dev/tc/sfbplus.c                            1.10 via patch
sys/dev/tc/tfb.c                                1.30
sys/dev/tc/xcfb.c                               1.23
sys/net/if_ppp.c                                1.71

  Use unsigned variable types to make bounds checking more correct.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Aug 5 18:07:52 2001 UTC (22 years, 7 months ago) by jdolecek
Branch: MAIN
CVS Tags: thorpej-devvp-base
Branch point for: thorpej-devvp
Changes since 1.19: +3 -2 lines
Diff to previous 1.19 (colored) to selected 1.44 (colored)

use unsigned variable types as appropriate

Revision 1.18.2.1 / (download) - annotate - [select for diffs], Fri Aug 3 04:11:36 2001 UTC (22 years, 8 months ago) by lukem
Branch: kqueue
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored) to selected 1.44 (colored)

update to -current

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jul 22 09:56:41 2001 UTC (22 years, 8 months ago) by takemura
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored) to selected 1.44 (colored)

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.17.2.1 / (download) - annotate - [select for diffs], Thu Jun 21 19:23:42 2001 UTC (22 years, 9 months ago) by nathanw
Changes since 1.17: +4 -1 lines
Diff to previous 1.17 (colored) next main 1.18 (colored) to selected 1.44 (colored)

Catch up to -current.

Revision 1.18 / (download) - annotate - [select for diffs], Mon May 21 18:37:30 2001 UTC (22 years, 10 months ago) by uch
Branch: MAIN
Branch point for: kqueue
Changes since 1.17: +4 -1 lines
Diff to previous 1.17 (colored) to selected 1.44 (colored)

fix WSDISPLAYIO_PUTCMAP bug.

Revision 1.15.2.4 / (download) - annotate - [select for diffs], Mon Mar 12 13:28:38 2001 UTC (23 years ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.15.2.3: +4 -4 lines
Diff to previous 1.15.2.3 (colored) next main 1.16 (colored) to selected 1.44 (colored)

Sync with HEAD.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Feb 22 18:38:01 2001 UTC (23 years, 1 month ago) by uch
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Changes since 1.16: +4 -4 lines
Diff to previous 1.16 (colored) to selected 1.44 (colored)

hpc common files are moved to dev/hpc.

Revision 1.15.2.3 / (download) - annotate - [select for diffs], Fri Dec 8 09:26:31 2000 UTC (23 years, 3 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.15.2.2: +3 -3 lines
Diff to previous 1.15.2.2 (colored) to selected 1.44 (colored)

Sync with HEAD.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Dec 3 13:43:40 2000 UTC (23 years, 3 months ago) by takemura
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored) to selected 1.44 (colored)

Change hf_baseaddr usage. Now it potins frame buffer start address instead
of hf_baseadd + hf_offset. You should use hf_baseaddr only in kernel and
you should use hf_offset only with mmap system call from userland.

Revision 1.15.2.2 / (download) - annotate - [select for diffs], Mon Nov 20 20:46:15 2000 UTC (23 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.15.2.1: +749 -0 lines
Diff to previous 1.15.2.1 (colored) to selected 1.44 (colored)

Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.

Revision 1.15.2.1, Sun Oct 22 10:33:01 2000 UTC (23 years, 5 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.15: +0 -749 lines
FILE REMOVED

file plumvideo.c was added on branch thorpej_scsipi on 2000-11-20 20:46:15 +0000

Revision 1.15 / (download) - annotate - [select for diffs], Sun Oct 22 10:33:01 2000 UTC (23 years, 5 months ago) by uch
Branch: MAIN
Branch point for: thorpej_scsipi
Changes since 1.14: +12 -36 lines
Diff to previous 1.14 (colored) to selected 1.44 (colored)

reverse color support.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Oct 4 13:53:55 2000 UTC (23 years, 5 months ago) by uch
Branch: MAIN
Changes since 1.13: +157 -117 lines
Diff to previous 1.13 (colored) to selected 1.44 (colored)

experimental power management support for TX3912/TX3922 based model.

Revision 1.11.4.1 / (download) - annotate - [select for diffs], Fri Jun 30 16:27:24 2000 UTC (23 years, 9 months ago) by simonb
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored) to selected 1.44 (colored)

Pull up mmap paddr_t/off_t changes from trunk.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jun 29 08:17:59 2000 UTC (23 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.44 (colored)

remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jun 26 04:55:41 2000 UTC (23 years, 9 months ago) by simonb
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored) to selected 1.44 (colored)

Change the kernel mmap interface so that the offset to map is an
"off_t" and the return value is a "paddr_t" to allow mappings
at offsets past 2^31 bytes.  Somewhat inspired by FreeBSD, which
only changed the offset to a "vm_offset_t".

Includes updates for the i386, pc532 and sh3 mmmmap from Jason Thorpe.

Revision 1.11 / (download) - annotate - [select for diffs], Mon May 22 17:17:44 2000 UTC (23 years, 10 months ago) by uch
Branch: MAIN
CVS Tags: netbsd-1-5-base, minoura-xpg4dl-base, minoura-xpg4dl
Branch point for: netbsd-1-5
Changes since 1.10: +35 -23 lines
Diff to previous 1.10 (colored) to selected 1.44 (colored)

debug frame buffer draw routines moved to video_subr.c.
plumvideo also use it.

Revision 1.10 / (download) - annotate - [select for diffs], Sun May 21 11:22:25 2000 UTC (23 years, 10 months ago) by uch
Branch: MAIN
Changes since 1.9: +13 -7 lines
Diff to previous 1.9 (colored) to selected 1.44 (colored)

Get LCD size from PLUM2 Display control register.

Revision 1.9 / (download) - annotate - [select for diffs], Tue May 9 10:15:17 2000 UTC (23 years, 10 months ago) by uch
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored) to selected 1.44 (colored)

fix WSDISPLAYIO_PUTCMAP return value.

Revision 1.8 / (download) - annotate - [select for diffs], Mon May 8 21:57:56 2000 UTC (23 years, 10 months ago) by uch
Branch: MAIN
Changes since 1.7: +297 -39 lines
Diff to previous 1.7 (colored) to selected 1.44 (colored)

	 implement 8bpp CLUT of Plum2, TX3912 video module.

Revision 1.7 / (download) - annotate - [select for diffs], Tue May 2 17:50:51 2000 UTC (23 years, 11 months ago) by uch
Branch: MAIN
Changes since 1.6: +213 -44 lines
Diff to previous 1.6 (colored) to selected 1.44 (colored)

add ioctl, mmap.
hpcfb directly attach to tx3912video and plumvideo. (no longer use bivideo)
XXX CLUT

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 3 03:35:37 2000 UTC (24 years ago) by sato
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored) to selected 1.44 (colored)

- virtual TEXT vram implimentation.
- optimize scroll.
- hardware accelerator hooking mechanism (initianly, maybe change..)
- multiscreen (some bugs, so currently disabled)
- if you want disable above codes, #define HPCFB_DISABLE.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 25 15:08:26 2000 UTC (24 years ago) by uch
Branch: MAIN
Changes since 1.4: +78 -21 lines
Diff to previous 1.4 (colored) to selected 1.44 (colored)

TOSHIBA TC6358TB(PLUM2) OHCI module support.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Mar 13 18:49:17 2000 UTC (24 years ago) by uch
Branch: MAIN
Changes since 1.3: +12 -22 lines
Diff to previous 1.3 (colored) to selected 1.44 (colored)

sync with hpcfb.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 26 15:16:19 2000 UTC (24 years, 1 month ago) by uch
Branch: MAIN
Changes since 1.2: +48 -38 lines
Diff to previous 1.2 (colored) to selected 1.44 (colored)

change power up sequence.

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:32:03 1999 UTC (24 years, 3 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored) next main 1.3 (colored) to selected 1.44 (colored)

Pull up to last week's -current.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 7 17:25:00 1999 UTC (24 years, 3 months ago) by uch
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, chs-ubc2-newbase
Branch point for: wrstuden-devbsize
Changes since 1.1: +51 -21 lines
Diff to previous 1.1 (colored) to selected 1.44 (colored)

frame buffer device support.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Nov 21 06:50:27 1999 UTC (24 years, 4 months ago) by uch
Branch: MAIN
Diff to selected 1.44 (colored)

PLUM2(TC6358TB) TX3922 companion chip

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>