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

2021-08-06 Thread Michael Lorenz
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

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

2021-07-30 Thread Michael Lorenz
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

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

2021-07-27 Thread Michael Lorenz
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

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

2021-07-27 Thread Michael Lorenz
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

CVS commit: src/sys/arch/macppc

2021-07-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jul 27 23:38:42 UTC 2021 Modified Files: src/sys/arch/macppc/conf: files.macppc src/sys/arch/macppc/dev: fcu.c Added Files: src/sys/arch/macppc/dev: fancontrol.c fancontrolvar.h Log Message: first step toward

CVS commit: src/sys

2021-07-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jul 27 20:23:42 UTC 2021 Modified Files: src/sys/arch/macppc/conf: files.macppc src/sys/dev/i2c: files.i2c Added Files: src/sys/arch/macppc/dev: fcu.c Removed Files: src/sys/dev/i2c: fcu.c Log Message

CVS commit: src/sys/dev/i2c

2021-07-24 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Jul 25 00:11:43 UTC 2021 Modified Files: src/sys/dev/i2c: fcu.c Log Message: don't put CPUs in separate zones, turns out there really isn't much that keeps the airflow apart around them To generate a diff of this commit: c

CVS commit: src/sys/arch/hppa/hppa

2021-07-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jul 1 22:57:45 UTC 2021 Modified Files: src/sys/arch/hppa/hppa: intr.c Log Message: fix off by one which resulted in all idle time reported as interrupt time final fix from nick@ To generate a diff of this commit: cvs rdi

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

2021-06-18 Thread Michael Lorenz
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

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

2021-06-18 Thread Michael Lorenz
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

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

2021-06-18 Thread Michael Lorenz
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

CVS commit: src/sys/arch/macppc/conf

2021-06-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jun 18 22:24:51 UTC 2021 Modified Files: src/sys/arch/macppc/conf: files.macppc Log Message: defflag LMU_DEBUG and PSOC_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/sys/arch/macppc/conf/files.m

CVS commit: src/sys/dev/i2c

2021-05-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri May 21 21:21:01 UTC 2021 Modified Files: src/sys/dev/i2c: m41st84.c Log Message: add \n to attach output To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/dev/i2c/m41st84.c Please note that diffs are n

CVS commit: src/sys/dev/i2c

2021-05-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri May 21 20:42:05 UTC 2021 Modified Files: src/sys/dev/i2c: lm75.c Log Message: don't prop_object_retain(NULL) To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/dev/i2c/lm75.c Please note that diffs are

CVS commit: src/sys/dev/pci/voyager

2021-05-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri May 21 20:23:35 UTC 2021 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: fix wsdisplay attachment in the New Order Of Things To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/dev/pci/v

CVS commit: src/sys/dev/pci/voyager

2021-05-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri May 21 20:22:15 UTC 2021 Modified Files: src/sys/dev/pci/voyager: voyagerfb.c Log Message: use probed VRAM size to determine where to put the cursor instead of blindly assuming 16MB also make sure the glyph cache can't overl

CVS commit: src/usr.sbin/wsfontload

2021-04-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Apr 24 00:49:26 UTC 2021 Modified Files: src/usr.sbin/wsfontload: wsfontload.c Log Message: add -l option to dump a list of available fonts To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/wsfontl

CVS commit: src/sys/dev

2021-04-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Apr 24 00:15:37 UTC 2021 Modified Files: src/sys/dev/wscons: wsconsio.h src/sys/dev/wsfont: wsfontdev.c Log Message: add an ioctl() to get a list of fonts currently available via wsfont To generate a diff of this c

CVS commit: src/sys/arch/powerpc/oea

2021-04-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Apr 2 16:59:59 UTC 2021 Modified Files: src/sys/arch/powerpc/oea: ofwoea_machdep.c Log Message: clarify comment in previous ( this is a hack, should go away when the root cause is fixed etc. ) no functional change To gene

CVS commit: src/sys/arch/powerpc/oea

2021-04-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 1 22:02:20 UTC 2021 Modified Files: src/sys/arch/powerpc/oea: ofwoea_machdep.c Log Message: avoid mapping 0xf000 - my beige G3 DSIs on it with this my the machine boots again tested on a variety of G4 and G5 models

CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2021-03-25 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Mar 25 17:22:02 UTC 2021 Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_setup.c Log Message: try WSDISPLAYIO_GET_EDID if DDC2 fails now my iMac G5 correctly identifies its display To generate a diff of this

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

2021-03-11 Thread Michael Lorenz
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

CVS commit: src/sys/arch/macppc/macppc

2021-03-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 10 19:45:41 UTC 2021 Modified Files: src/sys/arch/macppc/macppc: machdep.c Log Message: switch G5 iMacs to full speed To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/sys/arch/macppc/macppc/machdep.c

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

2021-03-08 Thread Michael Lorenz
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

CVS commit: src/sys/arch/macppc/conf

2021-03-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Mar 2 06:31:25 UTC 2021 Modified Files: src/sys/arch/macppc/conf: POWERMAC_G5 Log Message: add gffb tested on 20" 1.8GHz iMac G5 To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/arch/macppc/conf/POWER

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

2021-02-25 Thread Michael Lorenz
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

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

2021-02-25 Thread Michael Lorenz
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

CVS commit: src/sys/dev/pci

2021-02-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 25 19:11:44 UTC 2021 Modified Files: src/sys/dev/pci: gffb.c Log Message: match Geforce FX5200 Go found in some iMac G5 models To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pci/gffb.c Pleas

CVS commit: src/sys/arch/macppc/macppc

2021-02-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 11 19:06:24 UTC 2021 Modified Files: src/sys/arch/macppc/macppc: locore.S Log Message: remove unused/useless #ifdef block To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/arch/macppc/macppc/locore.

CVS commit: src/sys/dev/wscons

2021-01-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jan 28 17:40:00 UTC 2021 Modified Files: src/sys/dev/wscons: wsdisplay_vcons.c Log Message: fix logic botch from previous - if we're asked to draw the cursor somewhere else and it's still visible we need to clear it To gen

CVS commit: src/sys/dev/wsfb

2021-01-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 27 22:42:53 UTC 2021 Modified Files: src/sys/dev/wsfb: files.wsfb genfb.c genfbvar.h Log Message: add optional glyph cache for genfb enable with options GENFB_GLYPHCACHE=n with n being the desired size of the cache in MB

CVS commit: src/sys/dev/wsfb

2021-01-26 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 26 18:08:33 UTC 2021 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: remove outdated comment To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/dev/wsfb/genfb.c Please note that diffs are not

CVS commit: src/sys/dev/wscons

2021-01-26 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 26 16:24:18 UTC 2021 Modified Files: src/sys/dev/wscons: wsdisplay_vcons.c Log Message: - refactor vcons_cursor_noread() a bit so it works the same way as the other _noread() methods instead of duplicating half of vcon

CVS commit: src/sys/dev/wscons

2021-01-24 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Jan 25 02:11:41 UTC 2021 Modified Files: src/sys/dev/wscons: wsdisplay_vcons.c Log Message: clear the RI_CURSOR flag when we overwrite the cursor so we can skip clearing it when asked to do it later on saves a bunch of frame

CVS commit: src/sys/dev/wscons

2021-01-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jan 21 21:45:42 UTC 2021 Modified Files: src/sys/dev/wscons: wsdisplay_vcons.c wsdisplay_vconsvar.h Log Message: introduce a putchar() based implementation of cursor() in order to avoid framebuffer reads quite a speedup on a

CVS commit: src/sys/arch/arm/amlogic

2021-01-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 8 00:13:21 UTC 2021 Modified Files: src/sys/arch/arm/amlogic: meson_thermal.c Log Message: shut up a clang warning about snprintf() called with a variable as format string NFCI To generate a diff of this commit: cvs r

CVS commit: src/sys/dev/wscons

2021-01-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Jan 2 03:00:56 UTC 2021 Modified Files: src/sys/dev/wscons: wsdisplay_vcons.c Log Message: be more careful when optimizing stretches of blanks into erasecols() now testpat's output is redrawn properly To generate a diff o

CVS commit: src/sys/dev/wscons

2020-12-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Dec 28 00:14:18 UTC 2020 Modified Files: src/sys/dev/wscons: wsdisplay_vcons.c Log Message: provide (bug)compatibility with vga in WSDISPLAYIO_{PUT|GET}WSCHAR if row == 0 treat col as linear index into the text / attribute b

CVS commit: src/sys/dev/wscons

2020-12-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 23 05:50:51 UTC 2020 Modified Files: src/sys/dev/wscons: wsdisplay_vcons.c Log Message: fix tpyo spotted by RVP, thanks! To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/dev/wscons/wsdisplay_vcons.

CVS commit: src/sys/dev/wsfont

2020-11-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Nov 13 01:03:39 UTC 2020 Modified Files: src/sys/dev/wsfont: files.wsfont wsfont.c Added Files: src/sys/dev/wsfont: Liberation_Mono_12x21.h Log Message: add a rendering of the Liberation Mono font for console use T

CVS commit: src/external/lgpl3/gmp/dist

2020-10-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Oct 31 21:48:06 UTC 2020 Modified Files: src/external/lgpl3/gmp/dist: config.sub Log Message: recognize some more G4 model names produced by config.guess now native tools builds on ppc7447 and ppc7455 work again To generat

CVS commit: src/sys/dev/pci

2020-10-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 30 15:30:44 UTC 2020 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: support screen blanking of r5xx somewhat crude but works To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/sys/dev/pci/rad

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

2020-10-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 23 22:14:47 UTC 2020 Modified Files: src/sys/arch/hppa/dev: dino.c Log Message: support mmap() To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hppa/dev/dino.c Please note that diffs are not p

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

2020-10-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 16 17:59:46 UTC 2020 Modified Files: src/sys/arch/hppa/dev: dino.c Log Message: config space accesses to device 15 function 7 cause a machine check exception on my C200, so weed them out. Now we can scan the PCI buses wi

CVS commit: src/sys/arch/hppa/hppa

2020-10-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 16 17:50:44 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: mainbus.c Log Message: support *_mmap() To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hppa/hppa/mainbus.c Please note that diffs

CVS commit: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos

2020-10-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 9 17:01:29 UTC 2020 Modified Files: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos: Makefile Log Message: build ppc_video.c etc. on hppa To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 \

CVS commit: src/distrib/sets/lists/xserver

2020-10-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 9 04:32:58 UTC 2020 Added Files: src/distrib/sets/lists/xserver: md.hppa Log Message: set list for hppa To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/distrib/sets/lists/xserver/md.hppa Please note tha

CVS commit: src/external/mit/xorg/server/drivers

2020-10-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 9 04:28:38 UTC 2020 Modified Files: src/external/mit/xorg/server/drivers: Makefile Log Message: build some potentially useful drivers on hppa To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/external

CVS commit: src/share/mk

2020-10-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 9 04:19:43 UTC 2020 Modified Files: src/share/mk: bsd.own.mk Log Message: build Xorg server on hppa To generate a diff of this commit: cvs rdiff -u -r1.1222 -r1.1223 src/share/mk/bsd.own.mk Please note that diffs are

CVS commit: src/sys/dev/pci

2020-09-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Sep 28 05:43:59 UTC 2020 Modified Files: src/sys/dev/pci: radeonfb.c radeonfbvar.h Log Message: first step towards r5xx support: - no CRTC programming yet, we just use whatever mode the (open)firmware hands us - palette co

CVS commit: src/sys/dev/pci

2020-09-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Sep 28 05:38:41 UTC 2020 Modified Files: src/sys/dev/pci: radeonfbreg.h Log Message: moar registers To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/radeonfbreg.h Please note that diffs are not

CVS commit: src/sys/dev/pci

2020-09-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 18 20:44:20 UTC 2020 Modified Files: src/sys/dev/pci: radeonfb_bios.c Log Message: minor adaptatioons to new radeonfbreg.h To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/radeonfb_bios.c Pl

CVS commit: src/sys/dev/pci

2020-09-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 18 20:43:37 UTC 2020 Modified Files: src/sys/dev/pci: radeonfbreg.h Log Message: update register definitions from xsrc/external/mit/xf86-video-ati/ merge in enough of the local changes to make radeonfb compile tested on

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

2020-09-12 Thread Michael Lorenz
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

CVS commit: src/sys/dev/usb

2020-09-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Sep 12 18:10:38 UTC 2020 Modified Files: src/sys/dev/usb: ukbd.c Log Message: send PMF events for keyboard brightness hotkeys on apple laptops To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/sys/dev/usb

CVS commit: src/sys/sys

2020-09-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Sep 12 18:08:38 UTC 2020 Modified Files: src/sys/sys: pmf.h Log Message: add event types for keyboard brightness control To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/sys/pmf.h Please note that dif

CVS commit: src/sys/dev/adb

2020-08-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Aug 31 17:54:18 UTC 2020 Modified Files: src/sys/dev/adb: adb_kbd.c files.adb Log Message: defparam and use ADBKBD_LAYOUT, default to KB_US|KB_APPLE for tradition To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.

CVS commit: src/sys/dev/adb

2020-08-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Aug 31 17:51:56 UTC 2020 Modified Files: src/sys/dev/adb: adb_keymap.h Log Message: behave like USB keyboards - KB_US uses ctrl-alt-Fn, KB_APPLE variant uses Command-Fn To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/sys/arch/macppc/conf

2020-08-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Aug 29 23:00:10 UTC 2020 Modified Files: src/sys/arch/macppc/conf: std.macppc Log Message: make us.apple the default USB keyboard layout To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/macppc/con

CVS commit: src/sys/dev

2020-08-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Aug 29 22:42:53 UTC 2020 Modified Files: src/sys/dev/hid: hidkbdmap.c src/sys/dev/wscons: wsksymdef.h Log Message: provide KB_APPLE layout variant which uses Command-F* to switch console screens mostly for consistent

CVS commit: src/sys/dev/adb

2020-08-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Aug 29 22:33:53 UTC 2020 Modified Files: src/sys/dev/adb: adb_keymap.h Log Message: properly map left Command to Meta_L and left Option to Alt_L Mostly for correctness, should help non-US layouts To generate a diff of this

CVS commit: src/sys/dev/i2c

2020-08-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Aug 21 21:28:22 UTC 2020 Modified Files: src/sys/dev/i2c: dstemp.c Log Message: more OF -> properties for sensor names, this should be the last one To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/i2

CVS commit: src/sys/dev/i2c

2020-08-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Aug 21 20:44:38 UTC 2020 Modified Files: src/sys/dev/i2c: adm1021.c Log Message: get sensore names from properties, remove OF code To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/i2c/adm1021.c Pl

CVS commit: src/sys/dev/i2c

2020-08-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Aug 21 20:41:43 UTC 2020 Modified Files: src/sys/dev/i2c: lm75.c Log Message: get sensor name from properties, remove macppc-specific OF support To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/i2c

CVS commit: src/sys/arch/macppc/conf

2020-08-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Aug 8 22:41:14 UTC 2020 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: add commented out entries for onewire at snapper, and document what they're for To generate a diff of this commit: cvs rdiff -u -r1.36

CVS commit: src/sys/arch/macppc

2020-08-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Aug 8 22:37:19 UTC 2020 Modified Files: src/sys/arch/macppc/conf: files.macppc src/sys/arch/macppc/dev: snapper.c Log Message: add support for the onewire bus found in some macs, namely Quicksilver. This can be used

CVS commit: src/sys/dev/pci

2020-08-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Aug 7 23:31:07 UTC 2020 Modified Files: src/sys/dev/pci: machfb.c Log Message: the drawing engine needs a stride that's a multiple of 8 in pixels, so let's actually distinguish between width and stride, and always round the

CVS commit: src/sys/dev/pci

2020-07-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jul 30 21:29:20 UTC 2020 Modified Files: src/sys/dev/pci: machfb.c Log Message: if we find composity sync enabled, leave it on instead of unconditionally enabling it on sparc* To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys/dev/i2c

2020-07-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Jul 12 06:42:33 UTC 2020 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: in sysctl_dbcool_behavior() - actually use the array index when translating text from sysctl -w *.behavior= now this actually works on my sb2500

CVS commit: src/sys/dev/i2c

2020-07-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Jul 12 06:38:57 UTC 2020 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: get sensor names from device properties if possible To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/dev/i2c/dbcool.c Pl

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

2020-07-02 Thread Michael Lorenz
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

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

2020-07-02 Thread Michael Lorenz
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

CVS commit: src/sys/arch/powerpc/include

2020-06-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Jun 27 07:33:51 UTC 2020 Modified Files: src/sys/arch/powerpc/include: cpu.h Log Message: apply __HIDE_DELAY so zfs and friends at least compile To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/arch/

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

2020-06-11 Thread Michael Lorenz
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

CVS commit: src/sys/dev/pci

2020-06-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jun 11 14:22:10 UTC 2020 Modified Files: src/sys/dev/pci: radeonfbvar.h Log Message: forgot to commit a header change, again... To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/radeonfbvar.h P

CVS commit: src/sys/dev/pci

2020-06-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jun 11 07:51:26 UTC 2020 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: only read the backlight level register on mobility chips To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/sys/dev/pci/rad

CVS commit: src/sys/dev/pci

2020-06-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jun 11 07:46:59 UTC 2020 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: reduce stack usage in radeonfb_pickres() and radeonfb_set_cursor() To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/d

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

2020-06-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jun 9 21:57:00 UTC 2020 Modified Files: src/sys/arch/sparc64/sparc64: autoconf.c Log Message: proplib API catchup NFCI, tested on v210 To generate a diff of this commit: cvs rdiff -u -r1.217 -r1.218 src/sys/arch/sparc64/s

CVS commit: src/libexec/ld.elf_so/arch/powerpc

2020-05-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun May 24 02:33:11 UTC 2020 Modified Files: src/libexec/ld.elf_so/arch/powerpc: ppc_reloc.c Log Message: new binutils/gcc started emitting R_PPC_UADDR32 reloc entries, so for now treat them like R_PPC_ADDR32 XXX these relocs ha

CVS commit: src/sys/dev/pci

2020-05-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu May 21 22:58:46 UTC 2020 Modified Files: src/sys/dev/pci: files.pci Log Message: - remove i2cbus etc. on drivers that don't use iic - for private iic buses pull in only what we need and skip the bus attachment To generate

CVS commit: src/sys/dev/pci

2020-05-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu May 21 22:55:48 UTC 2020 Modified Files: src/sys/dev/pci: gffb.c r128fb.c Log Message: prune unneeded includes To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/gffb.c cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sys/dev/pci

2020-05-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed May 20 08:15:26 UTC 2020 Modified Files: src/sys/dev/pci: files.pci Log Message: radeonfb doesn't attach an iic*, so pull in iic, not i2cbus To generate a diff of this commit: cvs rdiff -u -r1.426 -r1.427 src/sys/dev/pci/f

CVS commit: src/sys/dev/sdmmc

2020-05-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu May 7 11:46:27 UTC 2020 Modified Files: src/sys/dev/sdmmc: if_bwfm_sdio.c Log Message: add entry for BCM43362, found on Cubietruck ok jmcneill@ To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/sdm

CVS commit: src/sys/arch/macppc/conf

2020-04-24 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Apr 24 12:40:25 UTC 2020 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: add sudden motion sensor 'driver'. To generate a diff of this commit: cvs rdiff -u -r1.366 -r1.367 src/sys/arch/macppc/conf/GENERIC P

CVS commit: src/sys/dev/i2c

2020-04-24 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Apr 24 12:38:31 UTC 2020 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: asms.c Log Message: a very preliminary driver for the acclerometer found in later *Books register definitions from Ope

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

2020-04-23 Thread Michael Lorenz
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

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

2020-04-23 Thread Michael Lorenz
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

CVS commit: src/sys/dev/onewire

2020-04-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Apr 14 13:36:51 UTC 2020 Modified Files: src/sys/dev/onewire: files.onewire onewire.c Log Message: defflag ONEWIRE_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/onewire/files.onewire cvs rdi

CVS commit: src/sys/dev/onewire

2020-04-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Apr 14 13:35:24 UTC 2020 Modified Files: src/sys/dev/onewire: files.onewire Added Files: src/sys/dev/onewire: oweeprom.c Log Message: add 'driver' for DS2430A EEPROMs which simply dumps the chip's contents and status

CVS commit: src/sys/dev/onewire

2020-04-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Apr 14 13:32:56 UTC 2020 Modified Files: src/sys/dev/onewire: onewiredevs.h onewiredevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/onewire/onewiredevs.h \ src/sys/

CVS commit: src/sys/dev/onewire

2020-04-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Apr 14 13:32:26 UTC 2020 Modified Files: src/sys/dev/onewire: onewiredevs Log Message: add family 0x14 for DS2430A EEPROMs To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/onewire/onewiredevs Please

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

2020-04-10 Thread Michael Lorenz
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

CVS commit: src/sys/dev/ofw

2020-04-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Apr 3 21:55:07 UTC 2020 Modified Files: src/sys/dev/ofw: ofw_sysctl.c Log Message: various fixes: - don't create hw.ofw if there is no /openprom node - just copy 'model' and 'version' properties if present instead of report

CVS commit: src/sys/dev/ofw

2020-04-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Apr 3 06:02:51 UTC 2020 Modified Files: src/sys/dev/ofw: files.ofw Added Files: src/sys/dev/ofw: ofw_sysctl.c Log Message: make OpenFirmware info available via sysctl.ofw tested on macppc, shark and sparc64 To gen

CVS commit: src/sys/dev/ic

2020-03-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Mar 22 16:46:30 UTC 2020 Modified Files: src/sys/dev/ic: mvsata.c Log Message: do not assume that a bus_space_handle_t is simply an offset now this has a fighting chance of working on sparc64 To generate a diff of this com

CVS commit: src/sys/arch/macppc/conf

2020-03-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Mar 17 21:28:45 UTC 2020 Modified Files: src/sys/arch/macppc/conf: POWERMAC_G5 POWERMAC_G5_11_2 Log Message: remove OFWOEA_WSCONS_NO_ROM_FONT To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/macpp

CVS commit: src/sys/arch/powerpc/oea

2020-03-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 16 22:02:38 UTC 2020 Modified Files: src/sys/arch/powerpc/oea: ofw_rascons.c ofw_rasconsvar.h Log Message: make the ROM font usable on G5s: - copy the font data into a buffer instead of just pointing at the ROM - don't b

CVS commit: src/sys/arch/arm/sunxi

2020-03-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Mar 7 00:51:10 UTC 2020 Modified Files: src/sys/arch/arm/sunxi: sunxi_mmc.c Log Message: enable DDR and HS200 modes only on boards which claim to support them with this eMMC works on libretech,all-h3-cc-h5 also tested on pi

CVS commit: src/sys/arch/powerpc/oea

2020-02-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Feb 28 22:14:10 UTC 2020 Modified Files: src/sys/arch/powerpc/oea: ofwoea_machdep.c Log Message: do what FreeBSD does and OF_quiesce() only on PowerMac11,2 and 12,1 To generate a diff of this commit: cvs rdiff -u -r1.46 -r

CVS commit: src/sys/arch/powerpc/oea

2020-02-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Feb 28 22:09:35 UTC 2020 Modified Files: src/sys/arch/powerpc/oea: ofwoea_machdep.c Log Message: switch PowerMac7,* CPUs to full speed via OF if we do this later we hang To generate a diff of this commit: cvs rdiff -u -r1.

  1   2   3   4   5   6   7   8   9   10   >