CVS commit: src/sys/dev/sun

2020-12-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Dec 18 01:54:22 UTC 2020 Modified Files: src/sys/dev/sun: event.c Log Message: Use sel{record,remove}_knote(). To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/sun/event.c Please note that diffs

CVS commit: src/sys/dev/sun

2020-05-03 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sun May 3 06:31:02 UTC 2020 Modified Files: src/sys/dev/sun: disksubr.c Log Message: If the sector size is 0, return early in readdisklabel(). Prevents a panic trying to use a 0-sized buffer, which can happen if we run (e.g.)

CVS commit: src/sys/dev/sun

2020-01-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 18 21:08:42 UTC 2020 Modified Files: src/sys/dev/sun: kbd.c Log Message: Fix panic on sun3 when any key is typed when kbd is not console. PR/54873 Should be pulled up to netbsd-9. To generate a diff of this commit:

CVS commit: src/sys/dev/sun

2019-01-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Jan 21 06:23:17 UTC 2019 Modified Files: src/sys/dev/sun: bwtwo.c Log Message: apply patches from PR 49639 compile tested only for lack of hardware To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/sys/dev/sun

2019-01-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Jan 19 00:16:43 UTC 2019 Modified Files: src/sys/dev/sun: cgsix.c Log Message: allow font loading, resizing etc. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/dev/sun/cgsix.c Please note that

CVS commit: src/sys/dev/sun

2018-02-08 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 8 10:52:05 UTC 2018 Modified Files: src/sys/dev/sun: kbd.c Log Message: update for GCC 6: kbd_input_wskbd() has a missing {} issue. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/sun/kbd.c

CVS commit: src/sys/dev/sun

2017-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 31 10:46:47 UTC 2017 Modified Files: src/sys/dev/sun: sunkbd.c sunms.c Log Message: PR port-sparc64/52622: mark the parent device as TS_KERN_ONLY, so userland will not touch it (and change serial params w/o our controll).

CVS commit: src/sys/dev/sun

2017-02-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Feb 26 09:49:40 UTC 2017 Modified Files: src/sys/dev/sun: disksubr.c Log Message: Disks without a disk label happen in normal operation (both as USB stick or with GPT), so do not cause an error message when opening them. To

CVS commit: src/sys/dev/sun

2016-11-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 9 19:54:25 UTC 2016 Modified Files: src/sys/dev/sun: cgthree.c Log Message: - use bus_space_mmap() - pass the right colour depth in ioctl() should fix PR49639 To generate a diff of this commit: cvs rdiff -u -r1.32

CVS commit: src/sys/dev/sun

2016-05-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat May 7 15:28:57 UTC 2016 Modified Files: src/sys/dev/sun: fbio.h Log Message: add FBTYPE_MGX To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/sun/fbio.h Please note that diffs are not public

CVS commit: src/sys/dev/sun

2016-04-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 21 18:06:06 UTC 2016 Modified Files: src/sys/dev/sun: bwtwo.c cgsix.c cgsixvar.h cgthree.c fb.c fbvar.h Log Message: RASTERCONSOLE is gone, wsdisplay no longer optional To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/sun

2016-04-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Apr 13 17:26:08 UTC 2016 Modified Files: src/sys/dev/sun: cgsix.c Log Message: return correct parameters in ioctl(WSDISPLAYIO_GINFO), from lausgans while there, support WSDISPLAYIO_GET_FBINFO To generate a diff of this

CVS commit: src/sys/dev/sun

2015-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 26 03:31:53 UTC 2015 Modified Files: src/sys/dev/sun: disklabel.h Log Message: avoid conflicts with our own ioctls To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/sun/disklabel.h Please note

CVS commit: src/sys/dev/sun

2014-02-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 20 02:09:28 UTC 2014 Modified Files: src/sys/dev/sun: bwtwo.c Log Message: Call memset in a loop, not loop around doing nothing and calling memset once. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/dev/sun

2013-12-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 3 17:01:04 UTC 2013 Modified Files: src/sys/dev/sun: cgsix.c Log Message: - don't use defattr before it actually contains something useful - clear the screen only once, when we know what colour to use - set up the

CVS commit: src/sys/dev/sun

2013-12-02 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Mon Dec 2 15:54:06 UTC 2013 Modified Files: src/sys/dev/sun: bwtwo.c Log Message: Only write to the framebuffer memory 32 bits at a time. If we try to write larger amounts, we will generate SER_WRITE|SER_SZERR with P4

CVS commit: src/sys/dev/sun

2013-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 7 02:38:07 UTC 2013 Modified Files: src/sys/dev/sun: ms_zs.c Log Message: remove unused To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/sun/ms_zs.c Please note that diffs are not public

CVS commit: src/sys/dev/sun

2013-09-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 15 14:10:04 UTC 2013 Modified Files: src/sys/dev/sun: sunkbd.c Log Message: Remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/sun/sunkbd.c Please note that diffs are not

CVS commit: src/sys/dev/sun

2013-09-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 15 14:13:20 UTC 2013 Modified Files: src/sys/dev/sun: sunms.c Log Message: Remove unused variables To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/dev/sun/sunms.c Please note that diffs are not

CVS commit: src/sys/dev/sun

2013-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Sep 12 12:42:18 UTC 2013 Modified Files: src/sys/dev/sun: cgsix.c Log Message: Simplify CG6_DRAW() and CG6_BLIT() macros so gcc 4.8.1 does not warn about them - assembler looks good, but Michael, can you please test

CVS commit: src/sys/dev/sun

2013-05-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue May 28 15:25:37 UTC 2013 Modified Files: src/sys/dev/sun: cgsixreg.h Log Message: add a bunch of register definitions and clarify some comments To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/sun

2012-11-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 13 20:47:58 UTC 2012 Modified Files: src/sys/dev/sun: cgsix.c Log Message: don't claim alpha font support unless we have enough off-screen memory to cache a useful number of glyphs this should probably be CPU speed

CVS commit: src/sys/dev/sun

2012-07-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 18 02:31:47 UTC 2012 Modified Files: src/sys/dev/sun: cgsix.c Log Message: wipe the glyph cache when re-entring terminal emulation mode To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/sys/dev/sun

2012-07-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jul 13 19:48:45 UTC 2012 Modified Files: src/sys/dev/sun: cgsix.c Log Message: wait for the blitter to go idle before trying to send another command Apparently on some CG6 the GX_FULL bit is not a reliable indication wether

CVS commit: src/sys/dev/sun

2012-07-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 11 15:03:15 UTC 2012 Modified Files: src/sys/dev/sun: cgsix.c Log Message: don't set clipping parameters and such every time we send a blitter command To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/sys/dev/sun

2012-07-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 11 16:59:55 UTC 2012 Modified Files: src/sys/dev/sun: cgsix.c Log Message: don't wait for the blitter unless we want to send another command and the pipeline is full To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/sun

2012-07-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jul 12 01:20:22 UTC 2012 Modified Files: src/sys/dev/sun: cgsix.c cgsixvar.h files.sun Log Message: support anti-aliased fonts To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/dev/sun/cgsix.c cvs

CVS commit: src/sys/dev/sun

2012-07-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jul 10 22:33:16 UTC 2012 Modified Files: src/sys/dev/sun: cgsix.c Log Message: - re-initialize only when we're really going back to terminal emulation - don't try to redraw a non-existing screen - don't try to mmap sbus

CVS commit: src/sys/dev/sun

2012-07-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jul 10 22:34:32 UTC 2012 Modified Files: src/sys/dev/sun: cgsixreg.h Log Message: add some register definitions from xf86-video-suncg6 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/sun/cgsixreg.h

CVS commit: src/sys/dev/sun

2012-07-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jul 10 22:35:12 UTC 2012 Modified Files: src/sys/dev/sun: cgsix.c Log Message: magic number reduction, no functional change To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/dev/sun/cgsix.c Please

CVS commit: src/sys/dev/sun

2012-07-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jul 10 22:50:41 UTC 2012 Modified Files: src/sys/dev/sun: cgsix.c Log Message: perry some whitespace nits remove some obsolete comments no functional change To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/sys/dev/sun

2012-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 2 14:54:26 UTC 2012 Modified Files: src/sys/dev/sun: kbd.c Log Message: make this compile again. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/dev/sun/kbd.c Please note that diffs are not

CVS commit: src/sys/dev/sun

2012-04-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 27 09:30:13 UTC 2012 Modified Files: src/sys/dev/sun: kbd.c Log Message: Make it compilable without envsys To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/dev/sun/kbd.c Please note that diffs are

CVS commit: src/sys/dev/sun

2012-04-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 26 00:50:11 UTC 2012 Modified Files: src/sys/dev/sun: files.sun kbd.c kbdvar.h Log Message: report power button events to sysmon also send pwm events for volume control keys directly with options

CVS commit: src/sys/dev/sun

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 16:10:14 UTC 2012 Modified Files: src/sys/dev/sun: bwtwo.c cgsix.c cgthree.c Log Message: use rasops_init(0,0) To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/sun/bwtwo.c cvs rdiff -u

CVS commit: src/sys/dev/sun

2010-11-23 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Nov 23 22:14:27 UTC 2010 Modified Files: src/sys/dev/sun: cgsix.c Log Message: add support for WSDISPLAYIO_LINEBYTES. mostly from macallan. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/dev/sun/cgsix.c

CVS commit: src/sys/dev/sun

2010-09-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 14 18:42:12 UTC 2010 Modified Files: src/sys/dev/sun: cgsix.c Log Message: don't muck with the screen description if we're not the console, for some reason this leads to a NULL jump later on, at least on sparc64 should

CVS commit: src/sys/dev/sun

2010-09-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 14 18:43:41 UTC 2010 Modified Files: src/sys/dev/sun: cgthree.c Log Message: leave the screen description alone when we're not the console in order to avoid a NULL deref later on ( which only happens on sparc64 for some

CVS commit: src/sys/dev/sun

2010-09-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 14 19:36:14 UTC 2010 Modified Files: src/sys/dev/sun: cgthree.c Log Message: clear the screen when attaching, not when adding screens since that may happen much later while there, call vcons_replay_msgbuf() To

CVS commit: src/sys/dev/sun

2010-08-14 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat Aug 14 20:52:05 UTC 2010 Modified Files: src/sys/dev/sun: sunkbd.c Log Message: Flush tty only when K_TXBUSY is not set. '!' takes precedence over bitwise operation '', so use parenthesis. To generate a diff of this commit:

CVS commit: src/sys/dev/sun

2010-05-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon May 10 14:33:22 UTC 2010 Modified Files: src/sys/dev/sun: bwtwo.c Log Message: Make this compile on sparc64. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/sun/bwtwo.c Please note that diffs are

CVS commit: src/sys/dev/sun

2010-05-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue May 4 05:11:06 UTC 2010 Modified Files: src/sys/dev/sun: cgsix.c Log Message: use box drawing font if needed To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/dev/sun/cgsix.c Please note that diffs

CVS commit: src/sys/dev/sun

2010-03-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 23 20:01:09 UTC 2010 Modified Files: src/sys/dev/sun: disksubr.c Log Message: Properly convert values according to block size differences between the underlying device (might be a CD drive) and the sun label when carrying

CVS commit: src/sys/dev/sun

2010-03-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 16 14:53:08 UTC 2010 Modified Files: src/sys/dev/sun: disksubr.c Log Message: Do not overwrite a ISO9660 partition (which the sunlabel can not properly represent, but the cd driver carefully crafted including session

CVS commit: src/sys/dev/sun

2010-01-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jan 14 02:18:59 UTC 2010 Modified Files: src/sys/dev/sun: wskbdmap_sun.c Log Message: actually assign audio control command codes to the audio control keys To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/dev/sun

2009-11-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 25 21:10:56 UTC 2009 Modified Files: src/sys/dev/sun: cgthree.c Log Message: make this compile on sparc64 To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/sun/cgthree.c Please note that diffs

CVS commit: src/sys/dev/sun

2009-09-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 19 07:07:43 UTC 2009 Modified Files: src/sys/dev/sun: bwtwo.c cgsix.c cgthree.c Log Message: Include ioconf.h instead of extern struct cfdriver foo_cd decls. To generate a diff of this commit: cvs rdiff -u -r1.27

CVS commit: src/sys/dev/sun

2009-09-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 12 19:39:12 UTC 2009 Modified Files: src/sys/dev/sun: bt_subr.c Log Message: Remove an extra parenthesis in #ifdef'ed out part. PR kern/41858 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/dev/sun

2009-08-26 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 26 22:34:50 UTC 2009 Modified Files: src/sys/dev/sun: fbio.h Log Message: apparently the official name for the S24 is FBTYPE_TCXCOLOR To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/dev/sun

2009-08-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Aug 20 02:49:30 UTC 2009 Modified Files: src/sys/dev/sun: cgsix.c Log Message: call vcons_replay_msgbuf() when appropriate To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/sun/cgsix.c Please note

CVS commit: src/sys/dev/sun

2009-08-15 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Aug 15 11:33:50 UTC 2009 Modified Files: src/sys/dev/sun: fbio.h Log Message: add FBTYPE_SUNTCX - forgot to commit that along with the tcx(8) update found by he@ To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/sys/dev/sun

2009-05-12 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Tue May 12 13:21:06 UTC 2009 Modified Files: src/sys/dev/sun: bwtwo.c ms_zs.c sunms.c Log Message: struct cfdata * - cfdata_t, no functional changes intended. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25