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

2021-08-08 Thread Jason R Thorpe
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

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

2021-08-07 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

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

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

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

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

2021-07-02 Thread Jared D. McNeill
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

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

2021-06-23 Thread Chris Pinnock
Module Name:src Committed By: cjep Date: Wed Jun 23 20:20:44 UTC 2021 Modified Files: src/sys/arch/macppc/stand/fixcoff: fixcoff.c Log Message: nbmacppc-fixcoff did not cross-build correctly on OpenBSD because fixcoff.c had its own definition of htobe16. The toolchain

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

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

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

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

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

2021-05-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 24 11:13:44 UTC 2021 Modified Files: src/sys/arch/macppc/stand/ofwboot: ofdev.c Log Message: PR 56205: make the 64bit build work To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

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

2021-05-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 1 15:12:26 UTC 2021 Modified Files: src/sys/arch/macppc/conf: files.macppc Log Message: Remove unnecessary interface attributes from "smu". To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117

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

2021-04-26 Thread Jason R Thorpe
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

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

2021-04-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 2 09:27:32 UTC 2021 Modified Files: src/sys/arch/macppc/conf: POWERMAC_G5 Log Message: Add gpt wedge support To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/arch/macppc/conf/POWERMAC_G5 Please

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

2021-04-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 2 06:55:14 UTC 2021 Modified Files: src/sys/arch/macppc/conf: POWERMAC_G5 Log Message: Add bpf To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/arch/macppc/conf/POWERMAC_G5 Please note that diffs

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

2021-03-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 28 08:43:05 UTC 2021 Modified Files: src/sys/arch/macppc/conf: POWERMAC_G5 Log Message: Enable a few more filesystems To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/arch/macppc/conf/POWERMAC_G5

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

2021-03-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 28 08:39:31 UTC 2021 Modified Files: src/sys/arch/macppc/conf: POWERMAC_G5 Log Message: Remove makeoptions DEBUG="-g" - we have better ways to achieve the same (build.sh kernel.gdb= or MKKDEBUG=yes) To generate a diff

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

2021-03-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 28 08:34:18 UTC 2021 Modified Files: src/sys/arch/macppc/conf: POWERMAC_G5 Log Message: Add siisata To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/arch/macppc/conf/POWERMAC_G5 Please note that

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

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

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

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

2021-03-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Mar 6 07:29:05 UTC 2021 Modified Files: src/sys/arch/macppc/macppc: pic_u3_ht.c Log Message: Change pic_name from "openpic" to "u3_ht" so that it can be distinguishable with generic OpenPIC driver. To generate a diff of this

CVS commit: src/sys/arch/macppc

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 07:15:53 UTC 2021 Modified Files: src/sys/arch/macppc/dev: adb.c awacs.c com_mainbus.c cuda.c esp.c gpio.c if_bm.c if_gm.c if_mc.c if_wi_obio.c kauai.c mediabay.c mesh.c pmu.c smu.c snapper.c

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

CVS commit: src/sys/arch/macppc

2021-02-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Feb 28 20:27:40 UTC 2021 Modified Files: src/sys/arch/macppc/include: loadfile_machdep.h src/sys/arch/macppc/stand/ofwboot: Locore.c Makefile boot.c ofdev.c openfirm.h version Added Files:

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

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

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

2021-02-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Feb 13 02:17:02 UTC 2021 Modified Files: src/sys/arch/macppc/macppc: locore.S Log Message: Improve readability of this file by adding register prefixes. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77

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

2021-02-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Feb 13 01:11:58 UTC 2021 Modified Files: src/sys/arch/macppc/macppc: locore.S Log Message: Call cpu_model_init() after clearing the MSR. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76

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

2021-02-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Feb 12 23:38:17 UTC 2021 Modified Files: src/sys/arch/macppc/include: autoconf.h Log Message: No need for a prototype of ofbcopy() here. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

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

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

2021-02-05 Thread Tetsuya Isaki
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

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

2021-01-26 Thread Jason R Thorpe
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

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

2021-01-17 Thread Jason R Thorpe
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:

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

2020-12-19 Thread Jason R Thorpe
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

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

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

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

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

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

2020-07-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jul 15 09:58:34 UTC 2020 Modified Files: src/sys/arch/macppc/macppc: pic_u3_ht.c Log Message: Add NetBSD RCSID. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2020-07-14 Thread Martin Husemann
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

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

2020-07-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 14 08:55:07 UTC 2020 Modified Files: src/sys/arch/macppc/macppc: machdep.c Log Message: Adapt to new proplib API To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/sys/arch/macppc/macppc/machdep.c

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

2020-07-14 Thread Martin Husemann
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

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

2020-07-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jul 12 23:58:30 UTC 2020 Modified Files: src/sys/arch/macppc/macppc: pic_u3_ht.c Log Message: Fix typo; U3_HT_PIC_DE*P*UG ---> U3_HT_PIC_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2020-07-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jul 7 02:39:59 UTC 2020 Modified Files: src/sys/arch/macppc/conf: POWERMAC_G5_11_2 Log Message: Enable COPY_SYMTAB in case of directly booted from Open Firmware with ofwboot being skipped. To generate a diff of this commit:

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

2020-07-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jul 7 02:37:27 UTC 2020 Modified Files: src/sys/arch/macppc/conf: POWERMAC_G5_11_2 Log Message: Sync wscons colors with GENERIC; now it works fine! To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2020-07-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jul 4 12:04:15 UTC 2020 Modified Files: src/sys/arch/macppc/conf: POWERMAC_G5_11_2 Log Message: Add missing TMPFS, PTYFS, WAPBL, INET6, and NFS_BOOT_DHCP. XXX Sync options with GENERIC. It should be better to introduce

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

2020-07-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jul 4 12:00:15 UTC 2020 Modified Files: src/sys/arch/macppc/conf: POWERMAC_G5_11_2 Log Message: Enable snapper(4) and friends. It works just fine. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2020-07-04 Thread Rin Okuyama
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

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

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

2020-06-12 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/arch/macppc/conf

2020-04-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 26 23:03:37 UTC 2020 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: Re-enable crypto and swcrypto - "generic softints" have been available for quite some time, so no need to disable. This is a

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

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

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

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

2020-04-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 23 00:12:28 UTC 2020 Modified Files: src/sys/arch/macppc/stand/ofwboot: boot.c Log Message: bootfile is owned by libsa To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

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

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

2020-04-04 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat Apr 4 15:56:25 UTC 2020 Modified Files: src/sys/arch/macppc/conf: MAMBO POWERMAC_G5 POWERMAC_G5_11_2 Log Message: remove some leftover nsmb(4) references from kernel configs To generate a diff of this commit: cvs rdiff

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

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

2020-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 9 09:30:37 UTC 2020 Modified Files: src/sys/arch/macppc/macppc: cpu.c Log Message: Traiing whitespace To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/arch/macppc/macppc/cpu.c Please note that

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

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

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

2020-02-04 Thread Martin Husemann
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

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

2020-02-03 Thread Nick Hudson
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

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

2020-01-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Jan 27 20:54:59 UTC 2020 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: add & enable uatp driver, now that it works on ppc-era hardware leave pbms in but commented out for now To generate a diff of this

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

2020-01-23 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 23 17:23:03 UTC 2020 Modified Files: src/sys/arch/macppc/stand/bootxx: bootxx.c Log Message: Avoid warning about dcbf, icbi first argument. as(1) is not quite happy when RA=0 argument to these instructions is spelled as %r0

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

2020-01-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 22 22:29:29 UTC 2020 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: enable CPU speed / voltage control via GPIOs and/or DFS should work on most *Book G4 ( notable exception - TiBooks. They use a

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

2020-01-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 10 06:26:34 UTC 2020 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: add lmu driver To generate a diff of this commit: cvs rdiff -u -r1.359 -r1.360 src/sys/arch/macppc/conf/GENERIC Please note that

CVS commit: src/sys/arch/macppc

2020-01-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 10 06:24:17 UTC 2020 Modified Files: src/sys/arch/macppc/conf: files.macppc Added Files: src/sys/arch/macppc/dev: lmu.c Log Message: add driver for the ambient light sensor / keyboard light controller found in

CVS commit: src/sys/arch/macppc

2020-01-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jan 9 18:49:06 UTC 2020 Modified Files: src/sys/arch/macppc/conf: files.macppc src/sys/arch/macppc/dev: ki2c.c Log Message: defflag KI2C_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113

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

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

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

2020-01-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 8 14:21:12 UTC 2020 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: add lmtemp, found in some late powerbooks To generate a diff of this commit: cvs rdiff -u -r1.358 -r1.359

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

2020-01-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 8 13:28:14 UTC 2020 Modified Files: src/sys/arch/macppc/conf: INSTALL Log Message: add makphy, found in late(ish) PowerBooks To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130

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

2019-12-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Dec 13 23:01:41 UTC 2019 Modified Files: src/sys/arch/macppc/macppc: cpu.c Log Message: call cpu_topology_set() with adjustments for 970MP CPUs To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68

CVS commit: src/sys/arch/macppc

2019-12-11 Thread Sean Cole
Module Name:src Committed By: scole Date: Wed Dec 11 21:04:47 UTC 2019 Modified Files: src/sys/arch/macppc/conf: GENERIC_601 INSTALL_601 src/sys/arch/macppc/dev: platinumfb.c Log Message: Synchronize htdocs, manual, comments, and code so that enabling the

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

2019-12-08 Thread Sean Cole
Module Name:src Committed By: scole Date: Sun Dec 8 21:30:00 UTC 2019 Modified Files: src/sys/arch/macppc/conf: INSTALL_601 Log Message: add platinumfb To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/macppc/conf/INSTALL_601 Please note that

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

2019-12-04 Thread SAITOH Masanobu
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

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

2019-12-03 Thread SAITOH Masanobu
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

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

2019-04-26 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sat Apr 27 02:00:12 UTC 2019 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: Use usbdevices.config & bluetooth.config to reduce duplication. To generate a diff of this commit: cvs rdiff -u -r1.355 -r1.356

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

2019-04-26 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sat Apr 27 00:56:19 UTC 2019 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: Use filesystems.config to reduce duplication To generate a diff of this commit: cvs rdiff -u -r1.354 -r1.355

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

2019-04-22 Thread SAITOH Masanobu
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

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

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Wed Apr 10 00:49:49 UTC 2019 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: Include CARP support by default To generate a diff of this commit: cvs rdiff -u -r1.352 -r1.353 src/sys/arch/macppc/conf/GENERIC Please

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

2019-04-09 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Apr 9 22:38:25 UTC 2019 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: Add a commented out entry for CARP To generate a diff of this commit: cvs rdiff -u -r1.351 -r1.352 src/sys/arch/macppc/conf/GENERIC

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

2019-01-27 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Jan 28 02:45:13 UTC 2019 Modified Files: src/sys/arch/macppc/macppc: static_edid.c Log Message: Add a description To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/macppc/macppc/static_edid.c Please

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

2019-01-27 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Jan 28 02:25:02 UTC 2019 Modified Files: src/sys/arch/macppc/macppc: machdep.c static_edid.c static_edid.h Log Message: Fake the EDID info for the clamshell iBook G3 so X11 works out of the box. Obtained from the 2nd

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

2019-01-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 27 04:59:12 UTC 2019 Modified Files: src/sys/arch/macppc/stand/bootxx: Makefile Log Message: fix duplicated chunk from merge To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

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

2019-01-06 Thread Sean Cole
Module Name:src Committed By: scole Date: Mon Jan 7 01:44:59 UTC 2019 Modified Files: src/sys/arch/macppc/conf: GENERIC_601 GENERIC_MD INSTALL INSTALL_601 Log Message: increase MEMORY_DISK_ROOT_SIZE slightly to avoid running out of space when doing some sysinst options.

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

2018-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 30 01:54:13 UTC 2018 Modified Files: src/sys/arch/macppc/stand/bootxx: Makefile Log Message: no pie/sanitizers for boot code. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2018-11-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Nov 16 14:58:54 UTC 2018 Modified Files: src/sys/arch/macppc/stand/ofwboot: ofdev.c version Log Message: Fix boot failure from installation floppies. PR port-macppc/53103 Also bump version to denote a visible fix. Should

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

2018-11-12 Thread Sean Cole
Module Name:src Committed By: scole Date: Mon Nov 12 20:07:47 UTC 2018 Added Files: src/sys/arch/macppc/conf: INSTALL_601 Log Message: install kernel for ppc601 floppies and iso To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

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

2018-11-12 Thread Sean Cole
Module Name:src Committed By: scole Date: Mon Nov 12 20:03:42 UTC 2018 Modified Files: src/sys/arch/macppc/conf: GENERIC_601 Log Message: Add scroll support, wsmouse To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/macppc/conf/GENERIC_601

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

2018-11-12 Thread Sean Cole
Module Name:src Committed By: scole Date: Mon Nov 12 20:00:46 UTC 2018 Modified Files: src/sys/arch/macppc/stand/bootxx: bootxx.c src/sys/arch/macppc/stand/ofwboot: Locore.c Log Message: PR 51495/port-macppc Allow ppc601 to boot off hard disk To generate a diff

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

2018-08-31 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Fri Aug 31 18:11:20 UTC 2018 Modified Files: src/sys/arch/macppc/conf: INSTALL Log Message: Enable USB 2.0 support so installs go a little faster on systems which support it. Include support for USB Ethernet adapters and relevant

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

2018-08-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Aug 17 16:04:39 UTC 2018 Modified Files: src/sys/arch/macppc/stand/ofwboot: Locore.c Log Message: - add some G5-specific setup - OF_claim() more heap space on G5 With this, and -DHEAP_VARIABLE my G5s boot from harddisk To

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

2018-06-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Jun 9 02:25:52 UTC 2018 Modified Files: src/sys/arch/macppc/conf: std.macppc Log Message: set options ADBKBD_EMUL_USB by default With this ADB and USB keyboards can coexist on the same mux, as needed by built-in Bluetooth

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

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

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

2018-06-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jun 7 17:02:12 UTC 2018 Modified Files: src/sys/arch/macppc/macppc: pic_u3_ht.c Log Message: reduce debug spam, use IPI_VECTOR To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2018-06-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jun 6 23:50:29 UTC 2018 Modified Files: src/sys/arch/macppc/stand/ofwboot: Locore.c openfirm.h Log Message: Provide commented out OF_enter() that comes in handy when debugging. To generate a diff of this commit: cvs rdiff -u

  1   2   3   4   >