CVS commit: src/sys/arch/sparc/dev

2021-06-10 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Fri Jun 11 04:58:30 UTC 2021 Modified Files: src/sys/arch/sparc/dev: ts102.c Log Message: During slot enable and disable, make sure that the card Access and VCC controls are enabled and disabled at the same time. Also remove the

CVS commit: src/sys/arch/sparc/dev

2021-01-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 4 15:29:34 UTC 2021 Modified Files: src/sys/arch/sparc/dev: tctrl.c Log Message: Use sel{record,remove}_knote(). To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/sparc/dev/tctrl.c Please

CVS commit: src/sys/arch/sparc/dev

2020-06-12 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Jun 13 05:31:29 UTC 2020 Modified Files: src/sys/arch/sparc/dev: tctrl.c Log Message: Initialise the mutex before we use it. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/sparc/dev/tctrl.c Please

CVS commit: src/sys/arch/sparc/dev

2020-01-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Jan 2 22:32:20 UTC 2020 Modified Files: src/sys/arch/sparc/dev: rtc.c Log Message: - Use todr_gettime_ymdhms / todr_settime_ymdhms. - Allocate the todr_handle with the softc, not separately. To generate a diff of this

CVS commit: src/sys/arch/sparc/dev

2019-02-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Mar 1 02:30:42 UTC 2019 Modified Files: src/sys/arch/sparc/dev: sx.c sxvar.h Log Message: adapt to changes in sxreg.h To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sparc/dev/sx.c \

CVS commit: src/sys/arch/sparc/dev

2019-02-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Feb 22 23:01:25 UTC 2019 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: some register bits are defined differently by SunOS's sxreg.h and the SPAM manual, upon investigation the hardware appears to agree with

CVS commit: src/sys/arch/sparc/dev

2019-01-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jan 17 23:05:15 UTC 2019 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: don't crash when we're not the console To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87

CVS commit: src/sys/arch/sparc/dev

2018-01-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jan 25 14:45:58 UTC 2018 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: do boundary checks when writing cursor sprite colour registers To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

CVS commit: src/sys/arch/sparc/dev

2018-01-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 12 23:38:24 UTC 2018 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: enable font loading To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/arch/sparc/dev/cgfourteen.c Please note

CVS commit: src/sys/arch/sparc/dev

2018-01-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Jan 6 07:26:54 UTC 2018 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: support underlines To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/arch/sparc/dev/cgfourteen.c Please note

CVS commit: src/sys/arch/sparc/dev

2017-12-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Dec 8 22:28:54 UTC 2017 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: fix tpyos and pastos To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/sparc/dev/sxreg.h Please note that

CVS commit: src/sys/arch/sparc/dev

2017-12-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 7 19:15:56 UTC 2017 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: add SCATTER/GATHER instructions To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sparc/dev/sxreg.h Please

CVS commit: src/sys/arch/sparc/dev

2017-10-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Oct 30 21:41:39 UTC 2017 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: add load & store instructions for channel data type mostly for Xorg To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/arch/sparc/dev

2017-01-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 13 21:49:46 UTC 2017 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: add SX_STBM ( STore Byte Masked ) instruction To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/arch/sparc/dev

2016-12-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 11 16:25:54 UTC 2016 Modified Files: src/sys/arch/sparc/dev: tctrl.c Log Message: catch up with sd changes. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/arch/sparc/dev/tctrl.c Please note

CVS commit: src/sys/arch/sparc/dev

2016-09-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 16 22:39:36 UTC 2016 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: wipe glyph cache as needed when re-entering text mode now the console is readable again when leaving X To generate a diff of this

CVS commit: src/sys/arch/sparc/dev

2016-06-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jun 2 21:19:24 UTC 2016 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: use DEFATTR if we're not the console and can't init defattr. should appease clang TODO: we should really init the glyphcache whith

CVS commit: src/sys/arch/sparc/dev

2016-04-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Apr 30 05:23:03 UTC 2016 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c cgfourteenvar.h Log Message: support anti-aliased fonts, glyphcache etc. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80

CVS commit: src/sys/arch/sparc/dev

2016-04-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Apr 30 05:22:19 UTC 2016 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: sprinkle ()s in macros To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/sparc/dev/sxreg.h Please note that

CVS commit: src/sys/arch/sparc/dev

2016-04-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 21 17:59:18 UTC 2016 Modified Files: src/sys/arch/sparc/dev: cgsix_obio.c Log Message: RASTERCONSOLE is no more To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/sparc/dev/cgsix_obio.c Please

CVS commit: src/sys/arch/sparc/dev

2014-08-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Aug 19 14:43:41 UTC 2014 Modified Files: src/sys/arch/sparc/dev: fd.c Log Message: Fix panic() on opening fd(4), caused by a wrong pointer passed to memset(). I'm not sure why this 18 year old bug didn't cause problem

CVS commit: src/sys/arch/sparc/dev

2014-06-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 29 03:57:10 UTC 2014 Modified Files: src/sys/arch/sparc/dev: sxvar.h Log Message: Add a newline at end of file. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sparc/dev/sxvar.h Please note

CVS commit: src/sys/arch/sparc/dev

2013-08-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 14 01:53:27 UTC 2013 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: comments whitespace police To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/arch/sparc/dev/cgfourteen.c

CVS commit: src/sys/arch/sparc/dev

2013-06-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 19 00:41:16 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: add store-with-clamp instructions To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sparc/dev/sxreg.h Please

CVS commit: src/sys/arch/sparc/dev

2013-06-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 12 20:43:22 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: document arithmetics instructions To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sparc/dev/sxreg.h Please

CVS commit: src/sys/arch/sparc/dev

2013-06-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 12 20:44:20 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sparc/dev/sxreg.h Please note that diffs are not

CVS commit: src/sys/arch/sparc/dev

2013-06-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 12 04:23:46 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: fix serial typepasto, while there add SX_ADD instructions To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/sparc/dev

2013-06-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jun 5 18:15:06 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: add a bunch more instructions ( still not complete but we're getting there ) To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/sys/arch/sparc/dev

2013-06-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jun 4 13:42:37 UTC 2013 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: actually map the whole SX IO space instead of just the first page over and over again (doh) To generate a diff of this commit: cvs

CVS commit: src/sys/arch/sparc/dev

2013-06-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jun 4 22:30:30 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: add STore with (plane) Mask instruction To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sparc/dev/sxreg.h

CVS commit: src/sys/arch/sparc/dev

2013-06-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jun 4 22:31:30 UTC 2013 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: report actual VRAM size in fb_type.fb_size To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

CVS commit: src/sys/arch/sparc/dev

2013-05-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu May 30 20:09:23 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: add SX_SELECT_S instruction To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/sparc/dev/sxreg.h Please note

CVS commit: src/sys/arch/sparc/dev

2013-05-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed May 29 22:25:23 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: fix a typo To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sparc/dev/sxreg.h Please note that diffs are not

CVS commit: src/sys/arch/sparc/dev

2013-05-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed May 29 22:26:39 UTC 2013 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c cgfourteenvar.h Log Message: allow userland to map SX registers and IO space To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73

CVS commit: src/sys/arch/sparc/dev

2013-03-24 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sun Mar 24 17:50:26 UTC 2013 Modified Files: src/sys/arch/sparc/dev: obio.c Log Message: Check if sbus is defined in the kernel configuration before using it. From Taylor R Campbell. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/sparc/dev

2013-02-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 12 22:24:48 UTC 2013 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: break some more long lines To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/arch/sparc/dev/cgfourteen.c

CVS commit: src/sys/arch/sparc/dev

2013-02-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 7 16:14:30 UTC 2013 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: - implement buttom-up copies in cg14_bitblt() so scrolling down works now - use more registers when copying - use hardware to draw

CVS commit: src/sys/arch/sparc/dev

2013-02-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Feb 6 20:39:03 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: add SX_ROP instruction To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sparc/dev/sxreg.h Please note that

CVS commit: src/sys/arch/sparc/dev

2013-02-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 5 21:45:40 UTC 2013 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c cgfourteenvar.h Log Message: throw out RASTERCONSOLE goo To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69

CVS commit: src/sys/arch/sparc/dev

2013-02-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Feb 6 04:06:29 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sx.c sxreg.h Log Message: fix typos, deal with hardware insanity To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sparc/dev/sx.c \

CVS commit: src/sys/arch/sparc/dev

2013-02-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Feb 6 04:10:55 UTC 2013 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c cgfourteenvar.h Log Message: use SX for basic hardware acceleration not quite complete yet but good enough to be useful missing things include: -

CVS commit: src/sys/arch/sparc/dev

2012-09-23 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sun Sep 23 09:54:04 UTC 2012 Modified Files: src/sys/arch/sparc/dev: sbus.c Log Message: Wrap sbuserr_handler and sbus_error with: #if (defined(SUN4M) !defined(MSIIEP)) || defined(SUN4D) to give them the same scope as the

CVS commit: src/sys/arch/sparc/dev

2012-03-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 25 08:48:40 UTC 2012 Modified Files: src/sys/arch/sparc/dev: tctrl.c Log Message: Make explicitly clear that we mean raw I/O on device passthru, not just generic passthru. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/sparc/dev

2012-01-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 11 15:54:44 UTC 2012 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: use rasops_init(0, 0) To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/sparc/dev/cgfourteen.c Please

CVS commit: src/sys/arch/sparc/dev

2011-09-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Sep 8 15:34:07 UTC 2011 Modified Files: src/sys/arch/sparc/dev: ms_pckbport.c Log Message: Correct copy/paste of function name in error printf. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/sparc/dev

2011-09-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Sep 8 15:36:42 UTC 2011 Modified Files: src/sys/arch/sparc/dev: ms_pckbport.c Log Message: Another copy/paste problem with a function name in a error printf. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/sparc/dev

2011-07-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 18 00:05:35 UTC 2011 Modified Files: src/sys/arch/sparc/dev: cgeight.c cgfour.c cgtwo.c Log Message: convert to use device_t, cfdata_t and CFATTACH_DECL_NEW(). XXX: compile time tested only. To generate a diff of this

CVS commit: src/sys/arch/sparc/dev

2011-07-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 18 00:31:13 UTC 2011 Modified Files: src/sys/arch/sparc/dev: bootbus.c cgsix_obio.c ebus.c rtc.c tctrl.c vme_machdep.c Log Message: convert the remaining sparc drivers to CFATTACH_DECL_NEW/cfdata_t/device_t.

CVS commit: src/sys/arch/sparc/dev

2011-07-01 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jul 1 18:50:42 UTC 2011 Modified Files: src/sys/arch/sparc/dev: bootbus.c cgsix_obio.c com_ebus.c com_obio.c dma_obio.c ebus.c esp_obio.c if_ie_obio.c if_le_obio.c kbd_pckbport.c ms_pckbport.c obio.c

CVS commit: src/sys/arch/sparc/dev

2011-06-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 20 16:33:42 UTC 2011 Modified Files: src/sys/arch/sparc/dev: tctrl.c Log Message: Initialize sensor states before registering To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/sys/arch/sparc/dev

2011-04-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Apr 13 23:31:25 UTC 2011 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: use the same function whenever we change colour depth also, when opening the fb device switch to 32bit and back to 8 on close, not

CVS commit: src/sys/arch/sparc/dev

2010-08-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Aug 31 21:14:58 UTC 2010 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c cgfourteenvar.h Log Message: remove shadow framebuffer support, use VCONS_DONT_READ instead To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/sparc/dev

2010-06-25 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jun 26 01:42:57 UTC 2010 Modified Files: src/sys/arch/sparc/dev: zs.c Log Message: Establish interrupt handlers with proper softc per each zs device rather than sharing them among all zs devices and searching softc in

CVS commit: src/sys/arch/sparc/dev

2010-06-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jun 10 13:21:13 UTC 2010 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c cgfourteenvar.h Log Message: Add a couple more hw offset definitions, add an ioctl() to set colour depth which works like Solaris and Linux, and

CVS commit: src/sys/arch/sparc/dev

2010-06-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jun 8 06:30:42 UTC 2010 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: get rid of the cg3/cg8 'emulation' kludge since we have the xf86-video-suncg14 driver now this will probably need some work in

CVS commit: src/sys/arch/sparc/dev

2010-06-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jun 4 06:04:15 UTC 2010 Modified Files: src/sys/arch/sparc/dev: zs.c Log Message: make sure we pass a valid consdev pointer to the console keyboard so kbd knows it's console and passes the right flags to wskbd, now the

CVS commit: src/sys/arch/sparc/dev

2009-12-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Dec 19 10:34:18 UTC 2009 Modified Files: src/sys/arch/sparc/dev: audioamd.c fd.c Log Message: Disable fast trap handlers which invoke software interrupts in sparc/amd7930intr.s and sparc/bsd_fdintr.s until they are rewritten

CVS commit: src/sys/arch/sparc/dev

2009-09-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Sep 20 16:18:21 UTC 2009 Modified Files: src/sys/arch/sparc/dev: bootbus.c ebus.c if_ie_obio.c rtc.c vme_machdep.c Log Message: - use device_t and cfdriver_t - use device_private() and device_xname() - use proper

CVS commit: src/sys/arch/sparc/dev

2009-09-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Sep 17 12:38:11 UTC 2009 Modified Files: src/sys/arch/sparc/dev: audioamd.c Log Message: Use device_t, cfdriver_t, device_private(), device_xname(), and appropriate types and variables for device_t/softc. To generate a

CVS commit: src/sys/arch/sparc/dev

2009-07-14 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Jul 14 20:57:22 UTC 2009 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: Enclose the argument to #error in quotes, to protect an embedded single quote. Part of PR 41255 from Kurt Lidl. To generate a diff of

CVS commit: src/sys/arch/sparc/dev

2009-05-25 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Mon May 25 19:22:54 UTC 2009 Modified Files: src/sys/arch/sparc/dev: fd.c Log Message: Convert shutdownhook_establish() to pmf_device_register1(). XXX This should be done as part of an overall plan to support power management

CVS commit: src/sys/arch/sparc/dev

2009-05-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue May 26 03:31:12 UTC 2009 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: use BUS_SPACE_MAP_LARGE to map the framebuffer To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/sys/arch/sparc/dev

2009-05-16 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Sat May 16 16:55:24 UTC 2009 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c zs.c zs_kgdb.c Log Message: KNF, same object code generated To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59