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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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:
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
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
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
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
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 \
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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/
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
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
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
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
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
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/
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
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
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
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
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
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/
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/
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
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
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
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
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
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
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
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
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
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
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
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.
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 - 100 of 204 matches
Mail list logo