Module Name:src
Committed By: thorpej
Date: Mon Aug 9 04:07:29 UTC 2021
Added Files:
src/sys/arch/macppc/dev: smuiic.c smuiicvar.h
Log Message:
Fix CVS eff-up.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.10 src/sys/arch/macppc/dev/smuiic.c
cvs rdiff -u -r0 -
Module Name:src
Committed By: macallan
Date: Sat Aug 7 06:04:26 UTC 2021
Modified Files:
src/sys/arch/macppc/dev: pmu.c
Log Message:
pass sensor locations to i2c devices if we can find them
tested on 2nd gen Mini
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r
Module Name:src
Committed By: macallan
Date: Fri Jul 30 22:07:14 UTC 2021
Modified Files:
src/sys/arch/macppc/dev: fancontrol.c fancontrolvar.h fcu.c
Log Message:
make thermal zone parameters configurable by sysctl
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r
Module Name:src
Committed By: macallan
Date: Wed Jul 28 00:59:10 UTC 2021
Modified Files:
src/sys/arch/macppc/dev: fcu.c
Log Message:
check temperatures a bit more often
while there, explain why the delay is variable
To generate a diff of this commit:
cvs rdiff -u -r1.2
Module Name:src
Committed By: macallan
Date: Wed Jul 28 00:36:00 UTC 2021
Modified Files:
src/sys/arch/macppc/dev: fancontrol.c
Log Message:
adjust comments, break a long line
NFC
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/macppc/dev/fancont
Module Name:src
Committed By: jmcneill
Date: Fri Jul 2 10:14:07 UTC 2021
Modified Files:
src/sys/arch/macppc/dev: snapper.c
Log Message:
port-macppc/56289: kernel spinout on macppc when runing ATF tests with LOCKDEBUG
Move call to snapper_set_rate from trigger_output to
Module Name:src
Committed By: macallan
Date: Fri Jun 18 23:00:47 UTC 2021
Modified Files:
src/sys/arch/macppc/dev: psoc.c
Log Message:
do ii2 locking dance in psoc_dump()
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/macppc/dev/psoc.c
Please n
Module Name:src
Committed By: macallan
Date: Fri Jun 18 22:57:18 UTC 2021
Modified Files:
src/sys/arch/macppc/dev: psoc.c
Log Message:
use opt_psoc.h, suppress some debug output in !PSOC_DEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/macpp
Module Name:src
Committed By: macallan
Date: Fri Jun 18 22:52:04 UTC 2021
Modified Files:
src/sys/arch/macppc/dev: lmu.c
Log Message:
use opt_lmu.h
while there, remove an obsolete comment
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/macppc/dev
Module Name:src
Committed By: thorpej
Date: Mon Apr 26 14:01:47 UTC 2021
Modified Files:
src/sys/arch/macppc/dev: snapper.c
Log Message:
snapper carries multiple interface attributes, so be explicit about
"onewirebus" when attaching to it.
To generate a diff of this comm
Module Name:src
Committed By: macallan
Date: Thu Mar 11 19:36:11 UTC 2021
Modified Files:
src/sys/arch/macppc/dev: snapper.c
Log Message:
add basic support for iMac G5 audio:
- match AOAShasta
- deal with headphone gpios labeled as lineout in OF
- set sc_mode to SNAPPER_IS
Module Name:src
Committed By: macallan
Date: Tue Mar 9 01:17:37 UTC 2021
Modified Files:
src/sys/arch/macppc/dev: smu.c
Log Message:
add support for the CPU temperature sensor found in iMac G5s
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/m
Module Name:src
Committed By: macallan
Date: Thu Feb 25 20:51:10 UTC 2021
Modified Files:
src/sys/arch/macppc/dev: smuiic.c
Log Message:
more node name adjustments
also, pass sensor names if we can find them
now we find and currectly use the hard drive temperature sensor o
Module Name:src
Committed By: macallan
Date: Thu Feb 25 20:49:08 UTC 2021
Modified Files:
src/sys/arch/macppc/dev: smu.c
Log Message:
deal with node name inconsistencies between PowerMac10,x and 8,x
Now we find fans and iic devices on iMac G5
To generate a diff of this c
Module Name:src
Committed By: isaki
Date: Sat Feb 6 07:20:36 UTC 2021
Modified Files:
src/sys/arch/macppc/dev: awacs.c
Log Message:
Calling halt_{input,output} is done by the MI audio layer if necessary.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/
Module Name:src
Committed By: thorpej
Date: Wed Jan 27 02:17:28 UTC 2021
Modified Files:
src/sys/arch/macppc/dev: deq.c lmu.c psoc.c smusat.c
Log Message:
Use DEVICE_COMPAT_EOL.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/macppc/dev/deq.c
c
Module Name:src
Committed By: thorpej
Date: Sun Jan 17 21:02:33 UTC 2021
Modified Files:
src/sys/arch/macppc/dev: deq.c lmu.c psoc.c smusat.c
Log Message:
Use designated initializers and a consistent termination style in
compat_data[].
To generate a diff of this commit:
Module Name:src
Committed By: thorpej
Date: Sat Dec 19 21:54:42 UTC 2020
Modified Files:
src/sys/arch/macppc/dev: aed.c apm.c
Log Message:
Use sel{record,remove}_knote().
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/macppc/dev/aed.c
cvs rdif
Module Name:src
Committed By: macallan
Date: Sat Sep 12 18:12:53 UTC 2020
Modified Files:
src/sys/arch/macppc/dev: lmu.c
Log Message:
respond to keyboard brightness control PMF events
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/macppc/dev/lmu
Module Name:src
Committed By: martin
Date: Tue Jul 14 08:58:03 UTC 2020
Modified Files:
src/sys/arch/macppc/dev: cuda.c pmu.c
Log Message:
Adapt to new proplib API
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/macppc/dev/cuda.c
cvs rdiff -u -
Module Name:src
Committed By: martin
Date: Tue Jul 14 08:52:00 UTC 2020
Modified Files:
src/sys/arch/macppc/dev: cuda.c
Log Message:
Adapt to new proplib API
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/macppc/dev/cuda.c
Please note that di
Module Name:src
Committed By: rin
Date: Sat Jul 4 11:55:18 UTC 2020
Modified Files:
src/sys/arch/macppc/dev: smu.c
Log Message:
- Adjust location of \n in attach message.
- Convert to aprint_*(9).
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/
Module Name:src
Committed By: macallan
Date: Thu Jul 2 12:47:19 UTC 2020
Modified Files:
src/sys/arch/macppc/dev: smuiic.c
Log Message:
add $NetBSD:
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/macppc/dev/smuiic.c
Please note that diffs are
Module Name:src
Committed By: macallan
Date: Thu Jul 2 12:45:27 UTC 2020
Modified Files:
src/sys/arch/macppc/dev: smuiic.c
Log Message:
proplib API catchup
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/macppc/dev/smuiic.c
Please note that dif
Module Name:src
Committed By: macallan
Date: Fri Jun 12 06:44:57 UTC 2020
Modified Files:
src/sys/arch/macppc/dev: ki2c.c
Log Message:
more proplib API catchup
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/macppc/dev/ki2c.c
Please note that
Module Name:src
Committed By: macallan
Date: Thu Apr 23 12:56:40 UTC 2020
Modified Files:
src/sys/arch/macppc/dev: lmu.c
Log Message:
make this work properly:
- get rid of cargo-culted register assignments, I found the right ones by
experiment, now both light sensors rep
Module Name:src
Committed By: macallan
Date: Thu Apr 23 09:47:31 UTC 2020
Modified Files:
src/sys/arch/macppc/dev: lmu.c
Log Message:
drop openfirm.h include
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/macppc/dev/lmu.c
Please note that diffs
Module Name:src
Committed By: macallan
Date: Sat Apr 11 01:42:56 UTC 2020
Modified Files:
src/sys/arch/macppc/dev: snapper.c
Log Message:
don't try to read a 32bit property into a uint8_t.
Now headphone detection works properly on machines which have the gpio's
polarity re
Module Name:src
Committed By: macallan
Date: Thu Feb 6 02:17:24 UTC 2020
Modified Files:
src/sys/arch/macppc/dev: lmu.c
Log Message:
listen to PMF events in order to turn off keyboard lights when the lid is
closed or the screen is blanked
To generate a diff of this comm
Module Name:src
Committed By: martin
Date: Tue Feb 4 13:47:34 UTC 2020
Modified Files:
src/sys/arch/macppc/dev: am79c950.c if_bm.c
Log Message:
Convert a few more drivers to the if_stats interface
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arc
Module Name:src
Committed By: skrll
Date: Tue Feb 4 07:36:36 UTC 2020
Modified Files:
src/sys/arch/macppc/dev: am79c950.c if_bm.c if_gm.c
Log Message:
Adopt
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/macppc/dev/am79c950.c
cvs rdiff -u -r
Module Name:src
Committed By: macallan
Date: Thu Jan 9 18:47:46 UTC 2020
Modified Files:
src/sys/arch/macppc/dev: ki2c.c
Log Message:
if we have more than one i2c-bus node, look for children on both
now we find the light sensor in my shiny new toy
To generate a diff of
Module Name:src
Committed By: msaitoh
Date: Thu Dec 5 06:28:20 UTC 2019
Modified Files:
src/sys/arch/macppc/dev: if_mc.c
Log Message:
Revert if_mc.c rev. 1.25. It's not required to check ifm->ifm_cur->ifm_media
instead of ifm->ifm_media.
To generate a diff of this comm
Module Name:src
Committed By: msaitoh
Date: Wed Dec 4 07:03:46 UTC 2019
Modified Files:
src/sys/arch/macppc/dev: if_mc.c
Log Message:
Fix macppc/dev/if_mc.c::mc_mediachange(). Not tested.
ifmedia_change() is used to change the device's media setting from
user-selected m
Module Name:src
Committed By: msaitoh
Date: Mon Apr 22 08:30:32 UTC 2019
Modified Files:
src/sys/arch/macppc/dev: if_bm.c if_gm.c
Log Message:
These drivers do ether_ioctl() on SIOC{ADD,DEL}MULTI, SIOC{G,S}IFMEDIA and
default case in the switch statement. Only the default
Module Name:src
Committed By: macallan
Date: Fri Jun 8 23:39:31 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: obio.c
Log Message:
fix low CPU speed reporting when using DFS
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/macppc/dev/obio.c
Module Name:src
Committed By: macallan
Date: Fri May 4 17:20:34 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: snapper.c
Log Message:
use obio_space_map() to map DMA registers, now this works on both G5 and
32bit hardware
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: macallan
Date: Fri May 4 17:17:48 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: obio.c obiovar.h
Log Message:
map 64KB register space on G5, provide function to bus_space_subregion()
from this area so we don't run into mapping conflicts o
Module Name:src
Committed By: macallan
Date: Fri May 4 17:15:23 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: deq.c
Log Message:
don't cut off upper bits in the i2c address, ki2c knows how to deal with
them now
To generate a diff of this commit:
cvs rdiff -u -r1.12
Module Name:src
Committed By: macallan
Date: Thu Mar 29 18:34:32 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: snapper.c
Log Message:
explicitly enable the i2s part in the keylargo FCR
now this works on my PCI-X G5
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: macallan
Date: Thu Mar 29 06:56:54 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: snapper.c
Log Message:
deal with PowerMac7,* mac-io/i2s/sound reg properties
now we map the right registers on G5 and get DMA interrupts. Still no sound
but -
Module Name:src
Committed By: macallan
Date: Thu Mar 29 06:28:12 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: obio.c
Log Message:
don't map more PCI space than needed, avoid overlap with snapper so this has
a chance of working on G5
To generate a diff of this commit
Module Name:src
Committed By: macallan
Date: Wed Mar 28 15:34:29 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: pmu.c
Log Message:
be less spammy on i2c errors
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/macppc/dev/pmu.c
Please note tha
Module Name:src
Committed By: macallan
Date: Sat Mar 24 16:22:48 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: snapper.c
Log Message:
don't poke GPIOs directly, use obio_*() access functions, now this
has a chance of working on G5 where we can't just BAT-map everything
Module Name:src
Committed By: sevan
Date: Fri Mar 9 11:05:56 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: smu.c
Log Message:
Initialise ret to avoid returning uninitialised value if the if statement is
false. Found when building the POWERMAC_G5 kernel with clang.
T
Module Name:src
Committed By: macallan
Date: Thu Mar 8 21:53:20 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: ki2c.c
Log Message:
use channel info and set MODE bits accordingly instead of hoping OF set them
for us
now iic devices on different channels work properly
Module Name:src
Committed By: christos
Date: Sun Mar 4 15:25:15 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: obio.c
Log Message:
add braces.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/macppc/dev/obio.c
Please note that diffs are not
Module Name:src
Committed By: macallan
Date: Thu Mar 1 13:55:25 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: uni-n.c
Log Message:
match /u3, found in some G5
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/macppc/dev/uni-n.c
Please note th
Module Name:src
Committed By: macallan
Date: Thu Mar 1 13:54:37 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: kauai.c
Log Message:
match K2 UATA, found in some G5
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/macppc/dev/kauai.c
Please n
Module Name:src
Committed By: macallan
Date: Fri Feb 16 18:13:47 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: valkyriefb.c
Log Message:
use _PREFETCHABLE
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/macppc/dev/valkyriefb.c
Please note th
Module Name:src
Committed By: macallan
Date: Fri Feb 16 18:12:45 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: valkyriefbreg.h videopllvar.h
Log Message:
remove accidential garbage
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/macppc/dev/va
Module Name:src
Committed By: macallan
Date: Fri Feb 16 18:10:32 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: valkyriefbreg.h videopllvar.h
Log Message:
add $NetBSD:
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/macppc/dev/valkyriefbreg.h
Module Name:src
Committed By: macallan
Date: Fri Feb 16 18:07:05 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: pmu.c
Log Message:
OF_getprop() retuns -1 on failure, not 0...
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/macppc/dev/pmu.c
Module Name:src
Committed By: macallan
Date: Mon Jan 29 19:33:39 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: snapper.c
Log Message:
remove some leftover references to ki2c in comments
no functional change
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.4
Module Name:src
Committed By: sevan
Date: Sat Jan 27 16:21:47 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: snapper.c
Log Message:
Fix issue with audio being downpitched, thanks to
"it seems that snapper_init should be called before audio_attach_mi, as snapper
init i
Module Name:src
Committed By: macallan
Date: Wed Jan 24 17:21:03 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: ki2c.c
Log Message:
note to self: OF_getprop() returns -1 on error
now this works properly on sevan's iMac G4
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: maya
Date: Wed Dec 13 09:46:05 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: pbms.c
Log Message:
Catch up with hid.h header location change
Fixes macppc kernels build
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys
Module Name:src
Committed By: macallan
Date: Thu Oct 5 19:29:33 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: smusat.c
Log Message:
do what linux and freebsd do here:
- ignore the raw 'adc' sensors
- update all sensors in a single transaction instead of one by one
now
Module Name:src
Committed By: macallan
Date: Sun Oct 1 05:15:52 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: smu.c
Log Message:
we support the drive bay sensor now
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/macppc/dev/smu.c
Please not
Module Name:src
Committed By: macallan
Date: Fri Sep 29 22:38:18 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: smu.c
Log Message:
provide crude but working fan control based on sensor readings
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/m
Module Name:src
Committed By: macallan
Date: Fri Sep 29 14:15:42 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: pmu.c
Log Message:
pass the right device node to i2c devices
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/macppc/dev/pmu.c
Pl
Module Name:src
Committed By: macallan
Date: Wed Sep 27 22:31:54 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: deq.c
Log Message:
if there is no 'compatible' property try to guess the codec from the i2c
address
To generate a diff of this commit:
cvs rdiff -u -r1.11 -
Module Name:src
Committed By: macallan
Date: Wed Sep 27 22:11:31 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: deq.c
Log Message:
identify as 'Audio Codec' and print out which codec we found
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/m
Module Name:src
Committed By: macallan
Date: Wed Sep 27 22:10:19 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: ki2c.c
Log Message:
pass the right OF node to i2c devices
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/macppc/dev/ki2c.c
Plea
Module Name:src
Committed By: macallan
Date: Fri Sep 22 04:11:24 UTC 2017
Removed Files:
src/sys/arch/macppc/dev: dbcool_ki2c.c
Log Message:
no more special treatment for dbcool
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r0 src/sys/arch/macppc/dev/dbcool_ki2c
Module Name:src
Committed By: macallan
Date: Fri Sep 22 04:01:41 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: videopll.c
Log Message:
switch to direct configuration
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/macppc/dev/videopll.c
Pleas
Module Name:src
Committed By: macallan
Date: Fri Sep 22 04:00:58 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: cuda.c
Log Message:
direct configure i2c devices
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/macppc/dev/cuda.c
Please note t
Module Name:src
Committed By: macallan
Date: Fri Sep 22 03:10:46 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: deq.c
Log Message:
attach to iic, use direct config
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/macppc/dev/deq.c
Please note
Module Name:src
Committed By: macallan
Date: Fri Sep 22 03:09:51 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: ki2c.c
Log Message:
follow sparc64 and do direct config for i2c-devices
while there, make sure we play nice with smbus single byte reads
To generate a diff
Module Name:src
Committed By: macallan
Date: Fri Sep 15 21:34:42 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: ki2c.c ki2cvar.h
Log Message:
bus_space-ify
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/macppc/dev/ki2c.c
cvs rdiff -u -r1.4
Module Name:src
Committed By: macallan
Date: Fri Sep 15 21:33:52 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: uni-n.c
Log Message:
provide a bus_space to child devices
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/macppc/dev/uni-n.c
Pleas
Module Name:src
Committed By: macallan
Date: Fri Sep 15 21:31:25 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: dbcool_ki2c.c deq.c
Log Message:
ki2c uses i2c addresses with the direction bit shifted out now, adjust
masking accordingly
To generate a diff of this commi
Module Name:src
Committed By: macallan
Date: Tue Sep 5 17:21:09 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: ki2c.c
Log Message:
first step to clean up & bus-spacification:
- use i2c addresses with the direction bit shifted out in iic_exec and when
attaching driver
Module Name:src
Committed By: macallan
Date: Fri Sep 1 20:10:08 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: pmu.c
Log Message:
support I2C bus and direct config of slave devices
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/macppc/dev/
Module Name:src
Committed By: macallan
Date: Fri Jul 7 22:34:21 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: smuiic.c
Log Message:
tidy up output by moving linebreak to before we attach children
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/ar
Module Name:src
Committed By: macallan
Date: Tue Jun 6 15:58:17 UTC 2017
Added Files:
src/sys/arch/macppc/dev: smu.c smuiic.c smuiicvar.h smusat.c smuvar.h
Log Message:
SMU support, from Phileas Fogg
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch
Module Name:src
Committed By: tsutsui
Date: Wed Feb 15 12:39:29 UTC 2017
Modified Files:
src/sys/arch/macppc/dev: mesh.c
Log Message:
Fix an inverted logic.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/macppc/dev/mesh.c
Please note that dif
Module Name:src
Committed By: ozaki-r
Date: Mon Oct 3 01:23:55 UTC 2016
Modified Files:
src/sys/arch/macppc/dev: if_bm.c
Log Message:
Fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/macppc/dev/if_bm.c
Please note that diffs are not p
Module Name:src
Committed By: scole
Date: Fri Sep 16 17:32:36 UTC 2016
Modified Files:
src/sys/arch/macppc/dev: platinumfb.c
Log Message:
Add note about 16 bit console brokenness
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/macppc/dev/platinum
Module Name:src
Committed By: macallan
Date: Wed Aug 24 14:41:51 UTC 2016
Modified Files:
src/sys/arch/macppc/dev: awacs.c
Log Message:
don't grab the interrupt lock around mixer operations
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/macppc
Module Name:src
Committed By: macallan
Date: Fri Jul 15 22:10:47 UTC 2016
Modified Files:
src/sys/arch/macppc/dev: awacs.c esp.c if_bm.c if_mc.c kauai.c mesh.c
snapper.c
Log Message:
adjust to dbdma changes
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: macallan
Date: Fri Jul 15 21:11:12 UTC 2016
Modified Files:
src/sys/arch/macppc/dev: wdc_obio.c
Log Message:
- only unmap / free dbdma stuff when we actually mapped / allocated it
- use dbdma_free
now wdc_obio_detach() actually works without c
Module Name:src
Committed By: macallan
Date: Fri Jul 15 21:08:27 UTC 2016
Modified Files:
src/sys/arch/macppc/dev: dbdma.c dbdma.h
Log Message:
first step to make dbdma less hackish
- dbdma_alloc gets a new parameter to return the actual address of the
buffer before bein
Module Name:src
Committed By: macallan
Date: Wed Jul 6 13:30:42 UTC 2016
Modified Files:
src/sys/arch/macppc/dev: valkyriefb.c
Log Message:
shut up another unused function warning
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/macppc/dev/valkyr
Module Name:src
Committed By: macallan
Date: Wed Jul 6 13:28:34 UTC 2016
Modified Files:
src/sys/arch/macppc/dev: platinumfb.c
Log Message:
shut up unused function warning
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/macppc/dev/platinumfb.c
Module Name:src
Committed By: macallan
Date: Thu Jun 16 14:46:12 UTC 2016
Added Files:
src/sys/arch/macppc/dev: platinumfbreg.h
Log Message:
somehow this fell through the cracks when I committed platinumfb.c
thanks chuq for noticing
To generate a diff of this commit:
cvs
Module Name:src
Committed By: macallan
Date: Wed Jun 1 05:27:40 UTC 2016
Modified Files:
src/sys/arch/macppc/dev: pmu.c pmuvar.h
Log Message:
report the power button to sysmon when possible
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/macpp
Module Name:src
Committed By: macallan
Date: Tue May 31 03:50:30 UTC 2016
Modified Files:
src/sys/arch/macppc/dev: pmu.c
Log Message:
fix stupid tpyo
thanks chuq
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/macppc/dev/pmu.c
Please note that
Module Name:src
Committed By: macallan
Date: Tue May 31 02:17:18 UTC 2016
Modified Files:
src/sys/arch/macppc/dev: pmu.c
Log Message:
make sure we call sysmon_pswitch_event() from thread context
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/m
Module Name:src
Committed By: chs
Date: Mon May 23 01:45:41 UTC 2016
Modified Files:
src/sys/arch/macppc/dev: ofb.c
Log Message:
remove unused variables.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/macppc/dev/ofb.c
Please note that diffs a
Module Name:src
Committed By: skrll
Date: Thu Apr 28 14:00:23 UTC 2016
Modified Files:
src/sys/arch/macppc/dev: pbms.c
Log Message:
Fix build
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/macppc/dev/pbms.c
Please note that diffs are not publ
Module Name:src
Committed By: macallan
Date: Tue Nov 11 23:08:37 UTC 2014
Modified Files:
src/sys/arch/macppc/dev: obio.c
Log Message:
appease gcc 4.8
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/macppc/dev/obio.c
Please note that diffs are
Module Name:src
Committed By: wiz
Date: Sun Aug 17 10:01:49 UTC 2014
Modified Files:
src/sys/arch/macppc/dev: abtn.c
Log Message:
Add missing parameter in printf. From Henning Petersen in PR 49122.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arc
Module Name:src
Committed By: macallan
Date: Wed Aug 13 10:56:36 UTC 2014
Modified Files:
src/sys/arch/macppc/dev: cuda.c
Log Message:
if we get garbage from the RTC try again a couple times
this seems to happen more frequently when the PRAM battery goes bad
To generate
Module Name:src
Committed By: macallan
Date: Wed Aug 13 09:41:51 UTC 2014
Modified Files:
src/sys/arch/macppc/dev: cudavar.h
Log Message:
add PRAM access commands
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/macppc/dev/cudavar.h
Please note t
Module Name:src
Committed By: macallan
Date: Wed Feb 19 12:28:38 UTC 2014
Modified Files:
src/sys/arch/macppc/dev: valkyriefb.c
Log Message:
- don't read beyond array bounds
- break a bunch of long lines
- remove an outdated comment
To generate a diff of this commit:
cvs
Module Name:src
Committed By: macallan
Date: Tue Nov 5 11:08:20 UTC 2013
Modified Files:
src/sys/arch/macppc/dev: pmu.c
Log Message:
do what cuda does - if we read garbage from the RTC try a few more times
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 sr
Module Name:src
Committed By: joerg
Date: Tue Jul 30 15:31:49 UTC 2013
Modified Files:
src/sys/arch/macppc/dev: cuda.c
Log Message:
Strip redundant parenthesis.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/macppc/dev/cuda.c
Please note that
Module Name:src
Committed By: macallan
Date: Sun Apr 28 00:42:29 UTC 2013
Modified Files:
src/sys/arch/macppc/dev: kauai.c
Log Message:
make this work on G5
from Phileas Fogg, interrupt fixup from me
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/a
Module Name:src
Committed By: macallan
Date: Thu Apr 25 11:22:22 UTC 2013
Modified Files:
src/sys/arch/macppc/dev: obio.c
Log Message:
map more register space on Shasta/K2, needed for SMU mailbox registers
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src
1 - 100 of 135 matches
Mail list logo