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

2021-06-25 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Fri Jun 25 19:10:50 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: vdsk.c Log Message: sun4v: vdsk - restart the ldc state machine when the ldc endpoint resets the link or a DATA/NACK/DRING_DATA message is received. These chan

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

2021-04-26 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 26 07:18:01 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: iommu.c iommuvar.h Log Message: iommu_enter() and iommu_remove() are static to iommu.c. To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 src/sys/

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

2021-04-05 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Mon Apr 5 12:19:22 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: ldc.c Log Message: sun4v: Ignore spurious ldc CTRL/ACK/VERS messages (do not reset the connection anymore). Fixes occationals stalls when vdsk uses the ldc ser

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

2021-03-15 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Mon Mar 15 18:44:05 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: vnet.c Log Message: sun4v: vnet - cleanup of debug code (no functional changes) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/sparc

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

2021-03-13 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sat Mar 13 20:21:37 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: vnet.c Log Message: sun4v: vnet - reception and transmission of eternet frames seems to work now (it is possible to ping 8.8.8.8 from inside a sun4v ldom). Sti

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

2021-03-11 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Thu Mar 11 19:34:11 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: vnet.c Log Message: sun4v: vnet - reception of ethernet frames seems to work now (WIP and code is still full of debug code) To generate a diff of this commi

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

2021-03-04 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Thu Mar 4 20:59:39 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: vnet.c Log Message: sun4v: add vnet driver from openbsd - compiles but probably does not work yet - still WIP (now with NetBSD cvs tag and compiles for 32-bit

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

2021-01-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jan 17 21:03:27 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: pcf8591_envctrl.c Log Message: Use designated initializers and a consistent termination style in compat_data[]. To generate a diff of this commit: cvs rdiff

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

2021-01-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jan 17 00:18:28 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: psycho.c pyro.c schizo.c Log Message: reduce the scope of 'ci' variable. To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src/sys/arch/sparc64/de

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

2021-01-06 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Thu Jan 7 07:40:39 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: psycho.c Log Message: The "available" property requires a variable length buffer, so leave free(9) until prom_getprop is changed to use kmem_alloc(9) instead

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

2021-01-06 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Wed Jan 6 20:04:30 UTC 2021 Modified Files: src/sys/arch/sparc64/dev: psycho.c Log Message: psycho: explicit allocation of memory using kmem(9) instead of using the buffer indirectly allocted in the prom_getprop() function (which

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

2020-12-22 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Wed Dec 23 07:09:50 UTC 2020 Modified Files: src/sys/arch/sparc64/dev: pcf8591_envctrl.c Log Message: Rename the CPU fan to SYS fan to match what the firmware calls it. Check for fan failure and high temperature events when setting t

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

2020-12-20 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sun Dec 20 09:08:15 UTC 2020 Modified Files: src/sys/arch/sparc64/dev: pcf8591_envctrl.c Log Message: For the E250: set fans to medium speed when attaching and full speed when detaching. remove unused PS fan definition. In genera

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

2020-12-07 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Mon Dec 7 13:24:15 UTC 2020 Modified Files: src/sys/arch/sparc64/dev: pcf8591_envctrl.c Log Message: Add some debugging output to check sensor addition and refresh. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src

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

2020-12-06 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sun Dec 6 10:06:15 UTC 2020 Modified Files: src/sys/arch/sparc64/dev: pcf8591_envctrl.c Log Message: Don't read from the chip when matching, fail the attach instead (requested by jmcneill). Reverts previous. While here, handle erro

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

2020-12-05 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Dec 5 15:08:21 UTC 2020 Modified Files: src/sys/arch/sparc64/dev: pcf8591_envctrl.c Log Message: When matching, try a read in case this is an optional device and isn't actually present. To generate a diff of this commit: cvs r

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

2020-10-31 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Oct 31 13:17:34 UTC 2020 Modified Files: src/sys/arch/sparc64/dev: pcf8591_envctrl.c tda.c Log Message: Call sysmon_envsys_unregister() not sysmon_envsys_destroy() when detaching. Pointed out by Michael van Elst. To generate a

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

2020-10-24 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Oct 24 15:16:39 UTC 2020 Modified Files: src/sys/arch/sparc64/dev: pcf8591_envctrl.c Log Message: Add support for automatically changing the CPU fan speed on the E250 in a similar way to the SB1000/SB2000. The fan control informa

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

2020-07-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jul 5 09:55:08 UTC 2020 Modified Files: src/sys/arch/sparc64/dev: ffb.c Log Message: Adapt to proplib api changes To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/arch/sparc64/dev/ffb.c Please note tha

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

2020-06-11 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Jun 12 03:41:57 UTC 2020 Modified Files: src/sys/arch/sparc64/dev: jbus-i2c.c pcfiic_ebus.c Log Message: Update for proplib(3) API changes. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/sparc64/de

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

2020-05-16 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat May 16 07:16:14 UTC 2020 Modified Files: src/sys/arch/sparc64/dev: tadpmu.c tadpmureg.h tadpmuvar.h Log Message: Extend the monitoring to battery state, with capacity based on voltage. Add more PMU definitions. To generate a di

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

2019-02-28 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Mar 1 02:38:17 UTC 2019 Modified Files: src/sys/arch/sparc64/dev: tda.c Log Message: make the conversion from degC to uK a macro instead of open coding it 4 places. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 9 11:27:06 UTC 2019 Modified Files: src/sys/arch/sparc64/dev: iommu.c iommuvar.h schizo.c Log Message: on tomatillo unload the map before flushing the iommu, instead of the reverse. from opensolaris. To generate a diff of

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

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 5 06:10:53 UTC 2019 Modified Files: src/sys/arch/sparc64/dev: fdc.c psycho.c schizo.c Log Message: add or avoid fallthru comments. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/arch/sparc64/dev/fdc.

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

2018-11-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 3 14:56:36 UTC 2018 Modified Files: src/sys/arch/sparc64/dev: jbus-i2c.c Log Message: Use PRIx64 printf format to make the 32bit version compile. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/

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

2018-10-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 26 01:57:59 UTC 2018 Modified Files: src/sys/arch/sparc64/dev: jbus-i2c.c Log Message: - map registers ourselves, no more schizo hackery - remove some leftover debug code - print address when attaching - actually lock/un

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

2018-10-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 19 21:47:03 UTC 2018 Modified Files: src/sys/arch/sparc64/dev: schizoreg.h Log Message: add Tomatillo ESTAR and GPIO registers To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/sparc64/dev/schi

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

2018-10-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Oct 14 05:08:40 UTC 2018 Modified Files: src/sys/arch/sparc64/dev: tadpmu.c Log Message: - protect PMU transactions with a mutex - report lid switch events to powerd To generate a diff of this commit: cvs rdiff -u -r1.3 -r

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

2018-10-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Oct 13 19:53:43 UTC 2018 Modified Files: src/sys/arch/sparc64/dev: tadpmu.c tadpmureg.h tadpmuvar.h Log Message: - use interrupts - report power button to sysmon To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2018-10-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 12 21:44:32 UTC 2018 Added Files: src/sys/arch/sparc64/dev: tadpmu.c tadpmureg.h tadpmuvar.h Log Message: experimental code to talk to the PMU found in Tadpole Viper laptops To generate a diff of this commit: cvs rdiff

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

2018-03-26 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Mon Mar 26 10:31:10 UTC 2018 Modified Files: src/sys/arch/sparc64/dev: ffb.c Log Message: Correct a typo in the openprom variable name. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/sparc64/dev/ffb.c P

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

2018-01-17 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 18 00:31:22 UTC 2018 Modified Files: src/sys/arch/sparc64/dev: ebus.c Log Message: merge the ebus@pci attach output to be like most PCI drivers: ebus0 at pci1 dev 1 function 0 ebus0: Sun Microsystems PCIO Ebus2, revision 0x0

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

2017-06-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 3 21:32:43 UTC 2017 Modified Files: src/sys/arch/sparc64/dev: schizo.c Log Message: add __func__ to some panic strings. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/arch/sparc64/dev/schizo.c Pleas

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

2017-04-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 27 23:17:21 UTC 2017 Modified Files: src/sys/arch/sparc64/dev: ffb.c Log Message: - don't blindly copy attribute bits which we don't support or which make no sense in the attribute buffer - support WSATTR_UNDERLINE - r

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

2017-04-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Apr 22 15:07:49 UTC 2017 Modified Files: src/sys/arch/sparc64/dev: ffb.c Log Message: - set RI_FULLCLEAR - clear RI_CURSOR when we clear the screen no more garbage when switching screens while there set RI_PREFER_ALPHA To

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

2017-03-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 26 18:38:34 UTC 2017 Modified Files: src/sys/arch/sparc64/dev: schizo.c Log Message: Reorder attach slightly to avoid unintialized use of OF nodes. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/ar

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

2017-03-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 26 12:51:42 UTC 2017 Modified Files: src/sys/arch/sparc64/dev: psycho.c Log Message: Do not call OF_getprop on our node blindly - for the "pcons" hack we may be called with all zeroed attach args. To generate a diff of t

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

2017-03-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Mar 24 01:14:26 UTC 2017 Modified Files: src/sys/arch/sparc64/dev: psycho.c Log Message: disable BUS_SPACE_MAP_PREFETCHABLE until I figure out which psychos support partial writes apparently the only devices which can actual

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

2017-03-03 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Fri Mar 3 21:09:25 UTC 2017 Modified Files: src/sys/arch/sparc64/dev: ldc.c vdsk.c Log Message: sun4v: Fixed PR 51554 - Avoid unsafe allocation in ldc/vdsk To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch

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

2017-02-17 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Fri Feb 17 20:53:17 UTC 2017 Modified Files: src/sys/arch/sparc64/dev: vbus.c Log Message: sun4v: Fix potential memory leaks - spotted by maxv@ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sparc64/dev/

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

2016-11-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 23 21:18:12 UTC 2016 Modified Files: src/sys/arch/sparc64/dev: gfb.c Log Message: support WSDISPLAYIO_GET_FBINFO also, use _PREFETCHABLE for rasops To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/ar

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

2016-11-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Nov 10 06:44:35 UTC 2016 Modified Files: src/sys/arch/sparc64/dev: pyro.c sbus.c schizo.c Log Message: weed out BUS_SPACE_MAP_PREFETCHABLE in resp. _map() and _mmap() methods it works with UPA graphics cards and at least som

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

2016-11-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Nov 4 18:11:15 UTC 2016 Modified Files: src/sys/arch/sparc64/dev: ffb_mainbus.c Log Message: set BUS_SPACE_MAP_PREFETCHABLE when mapping the SFB32 range now using alpha fonts is actually faster than using bitmap fonts To

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

2016-11-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Nov 4 16:35:33 UTC 2016 Modified Files: src/sys/arch/sparc64/dev: ffb.c Log Message: mmap() memory-ish regions with BUS_SPACE_MAP_PREFETCHABLE To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/spa

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

2016-10-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Oct 14 11:33:08 UTC 2016 Modified Files: src/sys/arch/sparc64/dev: auxio.c Log Message: the mutex is also used for fdc attachment, so initialize it also for a kernel without BLINK option. To generate a diff of this commit:

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

2016-08-23 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Aug 24 06:34:24 UTC 2016 Modified Files: src/sys/arch/sparc64/dev: iommureg.h Log Message: use uint64_t consistently. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/sparc64/dev/iommureg.h Please not

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

2016-08-20 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat Aug 20 18:21:18 UTC 2016 Modified Files: src/sys/arch/sparc64/dev: ldc.c vdsk.c Log Message: Avoid "cast to pointer from integer of different size" warning on 32-bit kernels. To generate a diff of this commit: cvs rdiff -u

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

2016-08-19 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Fri Aug 19 19:40:27 UTC 2016 Added Files: src/sys/arch/sparc64/dev: viovar.h Log Message: sun4v: vdsk and ldc drivers - from OpenBSD, but heavily adapted to NetBSD scsipi - access to a virtual disk served from a ldom primary domai

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

2016-07-18 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Mon Jul 18 19:32:44 UTC 2016 Modified Files: src/sys/arch/sparc64/dev: cbus.c Log Message: sun4v: reset cbus debug back to zero To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sparc64/dev/cbus.c Please n

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

2016-06-22 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Wed Jun 22 20:13:51 UTC 2016 Added Files: src/sys/arch/sparc64/dev: cbus.c cbusvar.h Log Message: sun4v: add cbus driver - from OpenBSD To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/sparc64/dev/cbus.c \

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

2016-06-21 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Tue Jun 21 20:36:02 UTC 2016 Modified Files: src/sys/arch/sparc64/dev: vbus.c Log Message: sun4v: vbus_attach() bugfix - use device_private() To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sparc64/dev/vb

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

2016-06-17 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Fri Jun 17 21:59:06 UTC 2016 Added Files: src/sys/arch/sparc64/dev: vbus.c vbusvar.h vrtc.c Log Message: sun4v: vbus and vrtc drivers - from OpenBSD To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/sparc64/d

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

2016-03-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 7 00:28:36 UTC 2016 Modified Files: src/sys/arch/sparc64/dev: iommu.c Log Message: Better to panic! Otherwise we end in an endless loop. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/sys/arch/spa

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

2016-03-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 7 00:16:48 UTC 2016 Modified Files: src/sys/arch/sparc64/dev: iommu.c Log Message: Return instead of crashing. This is wrong, and should be fixed properly. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.1

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

2016-03-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 7 00:11:34 UTC 2016 Modified Files: src/sys/arch/sparc64/dev: iommu.c Log Message: Don't throw us in the debugger! To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/arch/sparc64/dev/iommu.c Plea

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

2015-11-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Nov 27 13:51:57 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: vpci.c Log Message: Shuffle a bit to avoid empty loop body. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sparc64/dev/vpci.c Pleas

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

2015-11-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 27 09:34:36 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: schizo.c Log Message: Use __BIT() for some masks to fix the sparc build. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src

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

2015-11-26 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Nov 27 00:36:59 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: psycho.c Log Message: s/pa/busaddr/ in a debug message, we print the actual paddr next. To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/

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

2015-11-26 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Nov 26 23:44:57 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: psycho.c Log Message: adjust a bunch of debugging messages to use __func__ and to normalise newline usage (some sequences ended up printing blank lines.) To gen

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

2015-11-23 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Mon Nov 23 21:40:14 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: schizo.c schizoreg.h schizovar.h Log Message: Set the target JPID for all interrupts on Tomatillo. If the "ino-bitmap" property is available, use it to route erro

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

2015-10-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Oct 30 16:21:46 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: zs.c Log Message: Add a missing newline in zs at sbus attach message. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/arch/sparc64/dev

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

2015-09-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 11 22:27:18 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: ffb.c Log Message: - initialize sc_bg_cache and FFB_FBC_BG along with everything else so things get redrawn properly when exiting X - fix off by one in ffb

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

2015-09-08 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Wed Sep 9 03:47:58 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: vpci.c Log Message: Fixed console logging when booting with -q To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/sparc64/dev/vpci.c Pl

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

2015-09-07 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Tue Sep 8 04:04:33 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: vpci.c Log Message: Improve printout duing autoconfiguration To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sparc64/dev/vpci.c Plea

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

2015-09-06 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sun Sep 6 23:47:09 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: iommu.c Log Message: Fix build w/o options SUN4V. To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/arch/sparc64/dev/iommu.c Please

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

2015-09-03 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Thu Sep 3 19:43:35 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: iommu.c iommuvar.h vpci.c Log Message: sun4v: iommu setup seems to work now - device detection is now possible - parts from OpenBSD - ok mrg@, martin@ To gen

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

2015-08-24 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 24 23:32:07 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: auxio.c Log Message: convert auxio(4) to use a mutex for exclusion (this existing code didn't really work for MP systems, anyway -- it only went to splhigh.) var

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

2015-08-14 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Fri Aug 14 10:59:27 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: pckbc_ebus.c Log Message: pckbc@ebus: match "kb_ps2" device to make keyboard and mouse work on qemu-sparc64. XXX OpenBIOS doesn't provide interrupts for pck

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

2015-08-09 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 10 04:52:19 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: schizoreg.h Log Message: add some tomatillo specific information to schizo_pbm_regs. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/s

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

2015-04-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 27 11:55:29 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: lom.c tda.c Log Message: Print error codes from sysmon To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sparc64/dev/lom.c cvs rdiff

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

2015-02-20 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat Feb 21 07:40:01 UTC 2015 Modified Files: src/sys/arch/sparc64/dev: lom.c Log Message: Fix queue handling to make the watchdog timer actually works on netbsd-7 if it is configured by wdogctl=YES in rc.conf, and also avoid a h

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

2014-11-01 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat Nov 1 16:45:16 UTC 2014 Modified Files: src/sys/arch/sparc64/dev: sab.c Log Message: Convert sab_shutdown from deprecated shutdownhook_establish(9) API to PMF(9) framework. Tested on Ultra 60 with serial console. To gene

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

2014-09-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 21 16:39:12 UTC 2014 Modified Files: src/sys/arch/sparc64/dev: psycho.c schizo.c Log Message: fix leak To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/sys/arch/sparc64/dev/psycho.c cvs rdiff -u -r1.

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

2014-08-27 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Wed Aug 27 19:02:17 UTC 2014 Modified Files: src/sys/arch/sparc64/dev: ebus_mainbus.c Log Message: Use device_lookup() to locate device instances To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/sparc64/

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

2014-08-24 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sun Aug 24 19:09:43 UTC 2014 Modified Files: src/sys/arch/sparc64/dev: iommu.c iommureg.h Log Message: Initialize IOMMU control and status register properly - from OpenBSD - ok mrg@ To generate a diff of this commit: cvs rdiff -u

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

2014-08-24 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sun Aug 24 19:06:14 UTC 2014 Modified Files: src/sys/arch/sparc64/dev: ebus_mainbus.c ebusvar.h Log Message: Generalize the code to allow for arbitrary interrupt wirings - with this change the serial console is usable on Sun Fire

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

2014-08-19 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Tue Aug 19 18:20:51 UTC 2014 Modified Files: src/sys/arch/sparc64/dev: fdc.c Log Message: Sync with sparc/dev/fd.c:1.155. Fix panic() on opening fd(4), caused by a wrong pointer passed to memset(). I'm not sure why this 18 year

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

2014-05-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat May 3 12:51:32 UTC 2014 Modified Files: src/sys/arch/sparc64/dev: lpt_ebus.c Log Message: Also attach to devices named "parallel" To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sparc64/dev/lpt_eb

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

2014-02-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 20 11:00:40 UTC 2014 Modified Files: src/sys/arch/sparc64/dev: lom.c Log Message: Don't use conditional format strings, if they aren't equivalent in the arguments they use. To generate a diff of this commit: cvs rdiff -u

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

2013-10-26 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Oct 26 18:49:30 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: tda.c Log Message: Use machine_model from autoconf.c, instead of calling the firmware here. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/

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

2013-10-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Oct 9 17:21:39 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: ffb.c Log Message: support WSDISPLAYIO_GET_FBINFO To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/sparc64/dev/ffb.c Please note

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

2013-09-24 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Tue Sep 24 18:23:07 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: psycho.c Log Message: Work around invalid root PCI bus bus-range (0x00-0xff) by checking the bus-range of any child buses, and altering the root bus bus-range to

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

2013-09-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 15 13:45:31 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: sab.c Log Message: Remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/sparc64/dev/sab.c Please note that diff

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

2013-09-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 15 09:25:22 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: pcons.c Log Message: Remove an unused variable To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/sparc64/dev/pcons.c Please note th

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

2013-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Sep 12 19:57:43 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: ffb.c Log Message: Remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/sparc64/dev/ffb.c Please note that diff

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

2013-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Sep 12 19:51:10 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: ebus_mainbus.c Log Message: #if 0 a variable just like their only use To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sparc64/dev/

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

2013-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Sep 12 12:57:48 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: consinit.c Log Message: Remove an unused variable, avoid unused variable warning. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/

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

2013-08-22 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Thu Aug 22 09:57:31 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: psycho.c psychovar.h Log Message: Handle US-IIe's STICK counter as 64-bit explicitly to fix a hang at boot after about 6.5 minutes on 32-bit kernel. To gen

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

2013-08-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Aug 20 10:33:03 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: psychoreg.h Log Message: add US-IIe specific STICK and ESTAR registers To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sparc64/d

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

2013-08-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Aug 10 00:48:04 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: pyro.c Log Message: thanks to mhitch, we got all the interrupt issues sorted out for now, so turn off PDB_INTR in the debug kernel. To generate a diff of this c

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

2013-07-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jul 30 19:16:50 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: ffb.c Log Message: avoid uninitialized use of defattr To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/sparc64/dev/ffb.c Please

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

2013-06-24 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Mon Jun 24 11:32:21 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: pyro.c Log Message: Fix copy and paste. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/sparc64/dev/pyro.c Please note that dif

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

2013-05-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu May 30 16:01:25 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: fdc.c Log Message: Make it compile again To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/sparc64/dev/fdc.c Please note that diffs

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

2013-02-03 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sun Feb 3 17:46:28 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: pcfiic_ebus.c Log Message: Output "iic mux present" if this device has multiple IIC buses (0 and 1). The device has multiple buses if the second (bus select) regi

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

2013-02-03 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sun Feb 3 10:58:28 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: tda.c Log Message: Add a detach function and use this when shutting down: halt the fan speed callout set the speed of both fans to maximum Also avoids occasi

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

2013-02-02 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Feb 2 21:54:51 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: tda.c Log Message: Add sysmon support to display the fan-speed related values for the CPU and system fans. Fix a bug where the system fan was always set to full s

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

2013-01-24 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Thu Jan 24 11:06:20 UTC 2013 Modified Files: src/sys/arch/sparc64/dev: lom.c Log Message: Fix typo in KASSERT, pointed out by riastradh@ and martin@. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/s

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

2012-10-09 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Tue Oct 9 20:55:05 UTC 2012 Added Files: src/sys/arch/sparc64/dev: pckbc_ebus.c Log Message: Driver for pckbc at ebus, as found on Tadpole SPARCle. Largely based on sparc's pckbc_js.c. To generate a diff of this commit: cvs rdiff

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

2012-10-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Oct 3 07:16:49 UTC 2012 Modified Files: src/sys/arch/sparc64/dev: sab.c Log Message: Only initialize when we are the first opener. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/arch/sparc64/dev/sab.

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

2012-09-19 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Wed Sep 19 20:34:58 UTC 2012 Modified Files: src/sys/arch/sparc64/dev: mkclock.c Log Message: Use the PROM mapping for the clock, if it exists. Allows the clock on the Tadpole SPARCle to attach. Idea from r1.43 of OpenBSD sys/arch/sp

  1   2   3   >