The NetBSD Project

CVS log for src/sys/dev/ic/igsfb.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat Aug 7 16:19:12 2021 UTC (3 years, 3 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-altq-separation-base, thorpej-altq-separation, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, 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, HEAD
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -3 lines
Merge thorpej-cfargs2.

Revision 1.59.8.1: download - view: text, markup, annotated - select for diffs
Wed Aug 4 20:14:42 2021 UTC (3 years, 3 months ago) by thorpej
Branches: thorpej-cfargs2
Diff to: previous 1.59: preferred, colored; next MAIN 1.60: preferred, colored
Changes since revision 1.59: +3 -3 lines
Adapt to CFARGS().

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Apr 24 23:36:55 2021 UTC (3 years, 6 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.58: preferred, colored
Changes since revision 1.58: +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.58.18.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 21:09:12 2021 UTC (3 years, 7 months ago) by thorpej
Branches: thorpej-cfargs
Diff to: previous 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58: +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.57.2.1: download - view: text, markup, annotated - select for diffs
Thu Mar 15 09:12:05 2018 UTC (6 years, 8 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.57: preferred, colored; next MAIN 1.58: preferred, colored
Changes since revision 1.57: +3 -3 lines
Synch with HEAD

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Mar 14 18:58:32 2018 UTC (6 years, 8 months ago) by maya
Branches: MAIN
CVS tags: thorpej-futex-base, thorpej-futex, thorpej-cfargs-base, phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, 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, 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, jdolecek-ncqfixes-base, jdolecek-ncqfixes, isaki-audio2-base, isaki-audio2, is-mlppp-base, is-mlppp, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Branch point for: thorpej-cfargs
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -3 lines
Don't left shift a negative, use unsigned for bit masks.
Appeases GCC 6 in some build configuration (ALL kernel)

ok uwe

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Jan 24 05:35:58 2018 UTC (6 years, 9 months ago) by riastradh
Branches: MAIN
CVS tags: pgoyette-compat-base
Branch point for: pgoyette-compat
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +5 -4 lines
Fix integer overflows noted by Silvio Cesare of InfoSect.

Someone^TM should name these idioms so we can eliminate this class of
copypasta bug.

Revision 1.52.6.1: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:37:03 2017 UTC (6 years, 11 months ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.52: preferred, colored; next MAIN 1.53: preferred, colored
Changes since revision 1.52: +34 -22 lines
update from HEAD

Revision 1.53.4.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:53:46 2017 UTC (7 years, 6 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.53: preferred, colored; next MAIN 1.54: preferred, colored
Changes since revision 1.53: +32 -20 lines
Sync with HEAD

Revision 1.53.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:57:28 2017 UTC (7 years, 7 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.53: preferred, colored; next MAIN 1.54: preferred, colored
Changes since revision 1.53: +32 -20 lines
Sync with HEAD

Revision 1.52.24.2: download - view: text, markup, annotated - select for diffs
Sun Feb 5 13:40:28 2017 UTC (7 years, 9 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.52.24.1: preferred, colored; branchpoint 1.52: preferred, colored; next MAIN 1.53: preferred, colored
Changes since revision 1.52.24.1: +32 -20 lines
Sync with HEAD

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Jan 25 17:31:55 2017 UTC (7 years, 9 months ago) by jakllsch
Branches: MAIN
CVS tags: tls-maxphys-base-20171202, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, 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, matt-nb8-mediatek-base, matt-nb8-mediatek, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +6 -6 lines
Improve/fix igsfb(4) support for 15BPP.

Use howmany(depth, NBBY) instead of (depth >> 3), so that 15 bits maps
to 2 bytes instead of 1.

While here, in a nearly-identical change, don't hard-code 8BPP into the
CyberPro blitter.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Jan 25 16:11:54 2017 UTC (7 years, 9 months ago) by jakllsch
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +23 -12 lines
Map coprocessor registers before igsfb_hw_setup(), they are needed for
setting up the video mode.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Jan 25 15:51:07 2017 UTC (7 years, 9 months ago) by jakllsch
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +7 -6 lines
igsfb(4): use WSDISPLAY_BORDER_COLOR for overscan color

Revision 1.52.24.1: download - view: text, markup, annotated - select for diffs
Wed Oct 5 20:55:41 2016 UTC (8 years, 1 month ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +4 -4 lines
Sync with HEAD

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Jul 14 04:00:45 2016 UTC (8 years, 4 months ago) by msaitoh
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, nick-nhusb-base-20161204, nick-nhusb-base-20161004, localcount-20160914, bouyer-socketcan-base
Branch point for: pgoyette-localcount, bouyer-socketcan
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +4 -4 lines
- Use aprint*() instead of printf() in xxx_attach().
- Add missing aprint_naive("\n");
- KNF

Revision 1.50.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:07:34 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50: +6 -5 lines
sync with head

Revision 1.50.6.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 07:34:20 2012 UTC (12 years, 9 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50: +6 -5 lines
merge to -current.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Jan 11 20:41:28 2012 UTC (12 years, 10 months ago) by macallan
Branches: MAIN
CVS tags: yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, 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, 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, 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-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, khorben-n900, 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, agc-symver-base, agc-symver
Branch point for: tls-maxphys, nick-nhusb
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +5 -4 lines
wsfont_matches() and wsfont_find() take an extra parameter now

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Jan 11 16:12:38 2012 UTC (12 years, 10 months ago) by macallan
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -3 lines
use rasops_init(0, 0)

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Jul 26 08:59:37 2011 UTC (13 years, 3 months ago) by mrg
Branches: MAIN
CVS tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3
Branch point for: yamt-pagecache, jmcneill-usbmp
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +5 -5 lines
convert to device_t, cfdata_t and CFATTACH_DECL_NEW.

Revision 1.48.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 17 06:46:10 2010 UTC (14 years, 3 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48: +12 -10 lines
Sync with HEAD.

Revision 1.44.4.2: download - view: text, markup, annotated - select for diffs
Wed Aug 11 22:53:26 2010 UTC (14 years, 3 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.44.4.1: preferred, colored; branchpoint 1.44: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44.4.1: +12 -10 lines
sync with head.

Revision 1.48.4.1: download - view: text, markup, annotated - select for diffs
Sun May 30 05:17:22 2010 UTC (14 years, 5 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48: +12 -10 lines
sync with head

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed May 12 20:58:52 2010 UTC (14 years, 6 months ago) by macallan
Branches: MAIN
CVS tags: yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, rmind-uvmplock-nbase, rmind-uvmplock-base, matt-mips64-premerge-20101231, jruoho-x86intr-base, jruoho-x86intr, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +12 -10 lines
set RI_NO_AUTO then attaching early, clear it otherwise

Revision 1.44.4.1: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:03:31 2010 UTC (14 years, 8 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +28 -18 lines
sync with head

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Dec 24 19:16:28 2009 UTC (14 years, 10 months ago) by elad
Branches: MAIN
CVS tags: yamt-nfs-mp-base9, uebayasi-xip-base1, uebayasi-xip-base
Branch point for: uebayasi-xip, rmind-uvmplock
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -3 lines
Change a comment. INSECURE has but one purpose.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Nov 18 21:59:38 2009 UTC (15 years ago) by macallan
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +13 -5 lines
Make colour depths higher than 8bit work in X.
Now igsfb will switch to 16 or 32 bit colour when entering graphics mode,
depending on available video memory and the given mode.
While there re-initialize the colour map etc. when leaving graphics mode.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Nov 11 17:01:17 2009 UTC (15 years ago) by macallan
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +10 -9 lines
add modeseting support. Now if there's a mode string in igsfb_devconfig the
driver will try to use it if at all possible, otherwise fall back to the old
hardcoded 1024x768x60 mode.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Nov 10 22:23:22 2009 UTC (15 years ago) by macallan
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +9 -8 lines
add support for an optional machine-dependent mmap() method, so the bus
backend can do whatever voodoo necessary to the aperture, IO space etc.
Mainly for shark, to get around the weird ARM bus_space.

Revision 1.43.16.1: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:23:23 2008 UTC (16 years, 5 months ago) by mjf
Branches: mjf-devfs2
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
Tue Apr 8 12:07:26 2008 UTC (16 years, 7 months ago) by cegger
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, 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-base2, yamt-nfs-mp-base, 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-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, 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, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, hpcarm-cleanup-nbase, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-audiomp2-base, ad-audiomp2
Branch point for: yamt-nfs-mp
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3 lines
use aprint_*_dev and device_xname

Revision 1.42.16.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:26:43 2007 UTC (17 years ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.42: preferred, colored; next MAIN 1.43: preferred, colored
Changes since revision 1.42: +3 -3 lines
sync with HEAD

Revision 1.20.4.5: download - view: text, markup, annotated - select for diffs
Sat Oct 27 11:30:45 2007 UTC (17 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.20.4.4: preferred, colored; branchpoint 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20.4.4: +3 -3 lines
sync with head.

Revision 1.42.14.1: download - view: text, markup, annotated - select for diffs
Fri Oct 26 15:44:47 2007 UTC (17 years ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.42: preferred, colored; next MAIN 1.43: preferred, colored
Changes since revision 1.42: +3 -3 lines
Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.

Revision 1.42.20.1: download - view: text, markup, annotated - select for diffs
Thu Oct 25 22:37:43 2007 UTC (17 years ago) by bouyer
Branches: bouyer-xenamd64
Diff to: previous 1.42: preferred, colored; next MAIN 1.43: preferred, colored
Changes since revision 1.42: +3 -3 lines
Sync with HEAD.

Revision 1.42.2.1: download - view: text, markup, annotated - select for diffs
Tue Oct 23 20:07:29 2007 UTC (17 years ago) by ad
Branches: vmlocking
Diff to: previous 1.42: preferred, colored; next MAIN 1.43: preferred, colored
Changes since revision 1.42: +3 -3 lines
Sync with head.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Oct 19 11:59:53 2007 UTC (17 years, 1 month ago) by ad
Branches: MAIN
CVS tags: yamt-lazymbuf-base15, yamt-lazymbuf-base14, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, mjf-devfs, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jmcneill-pm-base, jmcneill-base, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base, ad-socklock-base1
Branch point for: mjf-devfs2
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -3 lines
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h

Revision 1.20.4.4: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:34:43 2007 UTC (17 years, 2 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.20.4.3: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.4.3: +4 -4 lines
sync with head.

Revision 1.41.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 12 05:53:35 2007 UTC (17 years, 8 months ago) by rmind
Branches: yamt-idlelwp
Diff to: previous 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41: +4 -4 lines
Sync with HEAD.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Mar 4 06:01:56 2007 UTC (17 years, 8 months ago) by christos
Branches: MAIN
CVS tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-idlelwp-base8, vmlocking-base, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, mjf-ufs-trans-base, mjf-ufs-trans, matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: vmlocking, matt-armv6, jmcneill-pm, bouyer-xenamd64
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -4 lines
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Revision 1.20.4.3: download - view: text, markup, annotated - select for diffs
Mon Feb 26 09:10:08 2007 UTC (17 years, 8 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.20.4.2: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.4.2: +5 -4 lines
sync with head.

Revision 1.40.2.1: download - view: text, markup, annotated - select for diffs
Thu Feb 1 08:48:19 2007 UTC (17 years, 9 months ago) by ad
Branches: newlock2
Diff to: previous 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40: +5 -4 lines
Sync with head.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Jan 13 19:45:28 2007 UTC (17 years, 10 months ago) by cube
Branches: MAIN
CVS tags: post-newlock2-merge, newlock2-nbase, newlock2-base, ad-audiomp-base, ad-audiomp
Branch point for: yamt-idlelwp
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +5 -4 lines
The definition of bus_space_vaddr on i386 makes it inappropriate as the
first argument to memset(), so change the code very slightly to workaround
that.

Revision 1.20.4.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:48:03 2006 UTC (17 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.20.4.1: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.4.1: +2 -5 lines
sync with head.

Revision 1.26.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:50:02 2006 UTC (18 years, 2 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +180 -284 lines
sync with head

Revision 1.28.2.3: download - view: text, markup, annotated - select for diffs
Sun Sep 3 15:23:56 2006 UTC (18 years, 2 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.28.2.2: preferred, colored; branchpoint 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28.2.2: +2 -5 lines
sync with head.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Aug 18 02:42:38 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, 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: newlock2
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -5 lines
G/c unnecessary includes.

Revision 1.20.4.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 15:02:55 2006 UTC (18 years, 4 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +192 -280 lines
sync with head.

Revision 1.38.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 19 03:58:13 2006 UTC (18 years, 5 months ago) by chap
Branches: chap-midi
Diff to: previous 1.38: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38: +3 -2 lines
Sync with head.

Revision 1.26.6.2: download - view: text, markup, annotated - select for diffs
Thu Jun 1 22:36:25 2006 UTC (18 years, 5 months ago) by kardel
Branches: simonb-timecounters
CVS tags: simonb-timcounters-final
Diff to: previous 1.26.6.1: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.6.1: +3 -2 lines
Sync with head.

Revision 1.28.6.1: download - view: text, markup, annotated - select for diffs
Wed May 24 15:50:25 2006 UTC (18 years, 5 months ago) by tron
Branches: peter-altq
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +127 -198 lines
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.

Revision 1.28.2.2: download - view: text, markup, annotated - select for diffs
Wed May 24 10:57:41 2006 UTC (18 years, 5 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.28.2.1: preferred, colored; branchpoint 1.28: preferred, colored
Changes since revision 1.28.2.1: +8 -6 lines
sync with head.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat May 20 07:09:08 2006 UTC (18 years, 6 months ago) by mrg
Branches: MAIN
CVS tags: yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, simonb-timecounters-base, gdamore-uart-base, gdamore-uart, chap-midi-nbase, chap-midi-base, abandoned-netbsd-4-base, abandoned-netbsd-4
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -2 lines
initialise pos.x and pos.y to appease GCC4.

Revision 1.26.6.1: download - view: text, markup, annotated - select for diffs
Sat Apr 22 11:38:55 2006 UTC (18 years, 6 months ago) by simonb
Branches: simonb-timecounters
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +180 -282 lines
Sync with head.

Revision 1.28.4.1: download - view: text, markup, annotated - select for diffs
Wed Apr 19 03:24:39 2006 UTC (18 years, 7 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +126 -198 lines
sync with head.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Apr 12 19:38:23 2006 UTC (18 years, 7 months ago) by jmmv
Branches: MAIN
CVS tags: elad-kernelauth-base
Branch point for: chap-midi
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +7 -6 lines
Add an extra cookie to the ioctl and mmap wsdisplay accessops that points
to the screen on which they are being called.  The driver cannot guess
this by itself but it is needed to implement, at least, the getwschar and
putwschar functions in the correct place.  There are no functional changes
yet.

Tested on i386 (vga, vga_raster, machfb, vesafb), macppc and sparc64.
Suggested and reviewed by macallan@.

Revision 1.28.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 11 11:55:13 2006 UTC (18 years, 7 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +123 -196 lines
sync with head

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Apr 5 01:13:50 2006 UTC (18 years, 7 months ago) by uwe
Branches: MAIN
CVS tags: yamt-pdpolicy-base4
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +48 -48 lines
KNF: no parentheses around return value.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Apr 5 01:05:50 2006 UTC (18 years, 7 months ago) by uwe
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +38 -93 lines
ANSI'ify.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Apr 4 23:43:40 2006 UTC (18 years, 7 months ago) by uwe
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +8 -11 lines
Add dc_stride member to igsfb_devconfig.

Eliminate all mentions of rasops_info from igsfb_ioctl(), we have all
the information in igsfb_devconfig now.  It's semantically correct to
serve that info from there, not from a cached copy in rasops_info.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Apr 4 23:00:15 2006 UTC (18 years, 7 months ago) by uwe
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines
Use bus_space_vaddr() to get the address of the framebuffer.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Apr 4 22:36:15 2006 UTC (18 years, 7 months ago) by uwe
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +8 -19 lines
Use designated initializers for wsscreen structs.  It takes less space
and is easier to read.  While here, update function name in comment.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Apr 4 22:25:23 2006 UTC (18 years, 7 months ago) by uwe
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -3 lines
Nuke delay() that sneaked in with one of old revisions.  It's not
necessary.

When we attach as console on netwinder, the timer is not yet attached,
so delay() resorts to a busy loop.  That loop takes BIGNUM seconds(!)
to complete.  That makes you think the machine wedged.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Apr 3 21:18:20 2006 UTC (18 years, 7 months ago) by uwe
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +14 -14 lines
Fix indentation nits.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Apr 3 21:03:15 2006 UTC (18 years, 7 months ago) by uwe
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +14 -8 lines
Honor RI_FULLCLEAR in igsfb_accel_eraserows.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Apr 3 20:44:35 2006 UTC (18 years, 7 months ago) by uwe
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -13 lines
Properly fix cursor sprite endianness problems: always build
cc_sprite[] in little-endian, as that's how the card wants it.

Tested on netwinder (hardware bswap) by myself, and on current krups
kernel (no bswap) and 3.0 krups kernel (software bswap) by macallan.

Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Wed Mar 1 09:28:12 2006 UTC (18 years, 8 months ago) by yamt
Branches: yamt-uio_vmspace
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +78 -108 lines
sync with head.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Feb 24 18:35:09 2006 UTC (18 years, 8 months ago) by macallan
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, peter-altq-base
Branch point for: yamt-pdpolicy, peter-altq, elad-kernelauth
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +11 -4 lines
clear the whole screen on startup, fix an endianness mismatch when creating
the cursor sprite - this needs to be tested ( and probably fixed ) on a
netwinder.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Feb 23 08:01:59 2006 UTC (18 years, 8 months ago) by macallan
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +70 -107 lines
Add support for virtual consoles to igsfb.
Works fine on a Krups, needs testing on other ports.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:21:27 2005 UTC (18 years, 11 months ago) by christos
Branches: MAIN
Branch point for: yamt-uio_vmspace, simonb-timecounters, rpaulo-netinet-merge-pcb
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -5 lines
merge ktrace-lwp.

Revision 1.14.2.7: download - view: text, markup, annotated - select for diffs
Thu Nov 10 14:04:14 2005 UTC (19 years ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.14.2.6: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.2.6: +17 -4 lines
Sync with HEAD. Here we go again...

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Oct 1 01:10:50 2005 UTC (19 years, 1 month ago) by macallan
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.24: preferred, colored
Changes since revision 1.24: +8 -9 lines
revert unnecessary geometry changes, add missing {} so turning off the
cursor when leaving emulation mode and getting it back when re-entering really
works now.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Sep 30 23:16:26 2005 UTC (19 years, 1 month ago) by uwe
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -4 lines
Minor KNF police.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Sep 30 22:28:19 2005 UTC (19 years, 1 month ago) by macallan
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +16 -9 lines
- turn off the hardware cursor when leaving WSDISPLAYIO_MODE_EMUL
- only lock the hardware cursor when not in WSDISPLAYIO_MODE_EMUL
- allow cursor position between 0 and (screen width + max. cursor width - 1),
  same for height so it can move partially offscreen in all directions

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Sep 12 12:07:47 2005 UTC (19 years, 2 months ago) by macallan
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -0 lines
add a blank line before case WSDISPLAYIO_LINEBYTES

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Sep 12 11:02:21 2005 UTC (19 years, 2 months ago) by macallan
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -2 lines
add ioctl(WSDISPLAYIO_LINEBYTES) - needed by XFree's wsfb

Revision 1.19.4.1: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:28:50 2005 UTC (19 years, 6 months ago) by kent
Branches: kent-audio2
Diff to: previous 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19: +4 -4 lines
sync with -current

Revision 1.19.6.1: download - view: text, markup, annotated - select for diffs
Sat Mar 19 08:34:02 2005 UTC (19 years, 8 months ago) by yamt
Branches: yamt-km
Diff to: previous 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19: +4 -4 lines
sync with head.  xen and whitespace.  xen part is not finished.

Revision 1.14.2.6: download - view: text, markup, annotated - select for diffs
Fri Mar 4 16:41:28 2005 UTC (19 years, 8 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.14.2.5: preferred, colored
Changes since revision 1.14.2.5: +4 -4 lines
Sync with HEAD.

Hi Perry!

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Feb 27 00:27:01 2005 UTC (19 years, 8 months ago) by perry
Branches: MAIN
CVS tags: yamt-km-base4, yamt-km-base3, netbsd-3-base, 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, netbsd-3, kent-audio2-base
Branch point for: yamt-lazymbuf
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4 lines
nuke trailing whitespace

Revision 1.14.2.5: download - view: text, markup, annotated - select for diffs
Thu Jan 27 08:30:27 2005 UTC (19 years, 9 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.14.2.4: preferred, colored
Changes since revision 1.14.2.4: +5 -5 lines
Adapt to branch.

Revision 1.14.2.4: download - view: text, markup, annotated - select for diffs
Mon Nov 29 07:24:15 2004 UTC (19 years, 11 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.14.2.3: preferred, colored
Changes since revision 1.14.2.3: +51 -51 lines
Sync with HEAD.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Nov 26 22:29:36 2004 UTC (19 years, 11 months ago) by uwe
Branches: MAIN
CVS tags: yamt-km-base2, yamt-km-base, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +47 -47 lines
Use standard uintN_t types instead of home-grown u_intN_t types.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Nov 26 02:07:09 2004 UTC (19 years, 11 months ago) by uwe
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +6 -6 lines
Fix several typos in comments.

Revision 1.14.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:27:57 2004 UTC (20 years, 1 month ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.14.2.2: preferred, colored
Changes since revision 1.14.2.2: +2 -2 lines
Fix the sync with head I botched.

Revision 1.14.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:45:58 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.14.2.1: preferred, colored
Changes since revision 1.14.2.1: +0 -0 lines
Sync with HEAD.

Revision 1.14.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:46:15 2004 UTC (20 years, 3 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +47 -34 lines
Sync with HEAD

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Nov 13 03:09:29 2003 UTC (21 years ago) by chs
Branches: 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
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +44 -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.16: download - view: text, markup, annotated - select for diffs
Fri Nov 7 15:02:28 2003 UTC (21 years ago) by uwe
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +6 -2 lines
Supress bogus -Wuninitialized warnings.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Aug 31 14:41:15 2003 UTC (21 years, 2 months ago) by uwe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Comment change only, the ioctl is WSDISPLAYIO_PUTCMAP, not ..._SETCMAP.
The function is called igsfb_set_cmap() to follow the get/set/update
naming convention.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jun 24 00:13:29 2003 UTC (21 years, 4 months ago) by uwe
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +14 -11 lines
Only install accelerated rasops for CyberPro, we don't know yet how to
access the coprocessor on 1682 in Krups.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jun 10 22:07:38 2003 UTC (21 years, 5 months ago) by uwe
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
Correct calculation of the blit src/dst for blits we do backwards.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat May 31 23:22:27 2003 UTC (21 years, 5 months ago) by uwe
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +262 -4 lines
Implement accelerated text ops using graphic coprocessor.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun May 11 03:20:09 2003 UTC (21 years, 6 months ago) by uwe
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +168 -16 lines
Use hardware sprite for the text mode cursor.
Fail cursor related ioctls with EBUSY while in text mode.

Don't do uvm_useracc checks before copyout, instead check copyout()
return value directly.

Minor cleanups.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat May 10 16:20:23 2003 UTC (21 years, 6 months ago) by uwe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +23 -29 lines
Don't need a separate bit expansion table for the cursor mask.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat May 10 15:25:19 2003 UTC (21 years, 6 months ago) by uwe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +51 -21 lines
Enforce that the cursor position and the hot spot are within bounds.
Constify a bit.  Fix unsignedness of a few local variables.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat May 10 01:51:56 2003 UTC (21 years, 6 months ago) by uwe
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +332 -298 lines
Redo attachment to support proper cnattach.
wscons on netwinder almost works now.

Revision 1.2.2.6: download - view: text, markup, annotated - select for diffs
Wed Jan 15 18:44:15 2003 UTC (21 years, 10 months ago) by thorpej
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.2.2.5: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.5: +16 -4 lines
Sync with HEAD.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jan 12 21:37:59 2003 UTC (21 years, 10 months ago) by uwe
Branches: MAIN
CVS tags: nathanw_sa_before_merge, nathanw_sa_base
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +16 -4 lines
Quick patch to allow the (only) screen to be configured with
wsconscfg(8) when it's not being used as the console.

Revision 1.2.2.5: download - view: text, markup, annotated - select for diffs
Fri Oct 18 02:41:53 2002 UTC (22 years, 1 month ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.2.2.4: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.4: +5 -56 lines
Catch up to -current.

Revision 1.2.8.4: download - view: text, markup, annotated - select for diffs
Thu Oct 10 18:39:00 2002 UTC (22 years, 1 month ago) by jdolecek
Branches: kqueue
Diff to: previous 1.2.8.3: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.8.3: +5 -56 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.6: download - view: text, markup, annotated - select for diffs
Tue Sep 24 18:17:24 2002 UTC (22 years, 1 month ago) by uwe
Branches: MAIN
CVS tags: kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -56 lines
Add some preliminary support for setting up the CyberPro in Netwinder.
Setup sequence obtained from Krups OFW with some CyberPro-specific
magic from Linux driver.  The driver still has a lot of hardcoded
stuff, but it is useful enough to bring up wscons on netwinder.

XXX: Proper console attachment needs to be written (the driver was
originally developed on sparc, where our approach to attaching console
is totally different).

Caveat emptor!

Revision 1.2.8.3: download - view: text, markup, annotated - select for diffs
Fri Sep 6 08:44:19 2002 UTC (22 years, 2 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.2.8.2: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.8.2: +121 -67 lines
sync kqueue branch with HEAD

Revision 1.2.4.2: download - view: text, markup, annotated - select for diffs
Thu Aug 29 05:22:27 2002 UTC (22 years, 2 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.2.4.1: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.4.1: +120 -66 lines
catch up with -current.

Revision 1.2.2.4: download - view: text, markup, annotated - select for diffs
Tue Aug 13 02:19:24 2002 UTC (22 years, 3 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.2.2.3: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.3: +4 -4 lines
Catch up to -current.

Revision 1.2.6.1: download - view: text, markup, annotated - select for diffs
Wed Aug 7 01:30:42 2002 UTC (22 years, 3 months ago) by lukem
Branches: netbsd-1-6
CVS tags: 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
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +4 -4 lines
Pull up revision 1.5 (requested by itojun in ticket #616):
correct range check, have overflow check, fix type mismatches,
for cmap args and some other calls.  from openbsd

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Aug 3 00:13:03 2002 UTC (22 years, 3 months ago) by itojun
Branches: MAIN
CVS tags: gehenna-devsw-base
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
correct range check, have overflow check, fix type mismatches,
for cmap args and some other calls.  from openbsd

Revision 1.2.2.3: download - view: text, markup, annotated - select for diffs
Thu Aug 1 02:44:43 2002 UTC (22 years, 3 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.2.2.2: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.2: +119 -65 lines
Catch up to -current.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jul 21 02:56:35 2002 UTC (22 years, 4 months ago) by uwe
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +118 -64 lines
Add definitions of IGS coprocessor registers (not used yet).
Always init chip via I/O space.
Map only I/O registers we actually need.
Automatically detect if we need to do bswapping
Add (untested) code to use automagic bswap on CyberPro.
Report video memory amount.
Report if/how bswapping is done.

Revision 1.2.4.1: download - view: text, markup, annotated - select for diffs
Mon Jul 15 10:35:18 2002 UTC (22 years, 4 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
catch up with -current.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jul 4 14:37:11 2002 UTC (22 years, 4 months ago) by junyoung
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
alloc_attr -> allocattr

Approved by Matthias Drochner.

Revision 1.2.8.2: download - view: text, markup, annotated - select for diffs
Sun Jun 23 17:46:29 2002 UTC (22 years, 4 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.2.8.1: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.8.1: +948 -0 lines
catch up with -current on kqueue branch

Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Wed Apr 17 00:05:38 2002 UTC (22 years, 7 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.2.2.1: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.1: +948 -0 lines
Catch up to -current.

Revision 1.2.8.1
Fri Apr 5 03:29:05 2002 UTC (22 years, 7 months ago) by jdolecek
Branches: kqueue
FILE REMOVED
Changes since revision 1.2: +0 -948 lines
file igsfb.c was added on branch kqueue on 2002-06-23 17:46:29 +0000

Revision 1.2.2.1
Fri Apr 5 03:29:05 2002 UTC (22 years, 7 months ago) by nathanw
Branches: nathanw_sa
FILE REMOVED
Changes since revision 1.2: +0 -948 lines
file igsfb.c was added on branch nathanw_sa on 2002-04-17 00:05:38 +0000

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 5 03:29:05 2002 UTC (22 years, 7 months ago) by uwe
Branches: MAIN
CVS tags: netbsd-1-6-base
Branch point for: netbsd-1-6, nathanw_sa, kqueue, gehenna-devsw
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -9 lines
Clean up includes.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Mar 30 19:48:55 2002 UTC (22 years, 7 months ago) by uwe
Branches: MAIN
First cut at framebuffer driver for Integraphics Systems IGA1682.
It's not finished yet, but it can do enough to get wscons working for
Krups JavaStation.

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>