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

2025-07-05 Thread Michael
Hello, On Sat, 5 Jul 2025 15:16:09 + "Michael Lorenz" wrote: > Module Name: src > Committed By: macallan > Date: Sat Jul 5 15:16:09 UTC 2025 > > Modified Files: > src/sys/arch/macppc/dev: ki2c.c ki2cvar.h > > Log Message: > deal with G5s that have two openpics by: > - check

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

2025-01-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jan 13 16:17:36 UTC 2025 Modified Files: src/sys/arch/macppc/dev: aed.c akbd.c Log Message: macppc/aed, akbd: Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.36

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

2025-01-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jan 13 16:17:36 UTC 2025 Modified Files: src/sys/arch/macppc/dev: aed.c akbd.c Log Message: macppc/aed, akbd: Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.36

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

2025-01-12 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Jan 12 09:07:02 UTC 2025 Modified Files: src/sys/arch/macppc/dev: aed.c akbd.c Log Message: Catch up macppc to the same as mac68k. Unfortunately these files could not be tested fully as aed/akbd/ams and adb_direct have suffered

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

2025-01-12 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Jan 12 09:07:02 UTC 2025 Modified Files: src/sys/arch/macppc/dev: aed.c akbd.c Log Message: Catch up macppc to the same as mac68k. Unfortunately these files could not be tested fully as aed/akbd/ams and adb_direct have suffered

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

2023-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Dec 11 13:06:06 UTC 2023 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: Output is always 16bit, the internal audio data type may differ. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys

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

2023-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Dec 11 13:06:06 UTC 2023 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: Output is always 16bit, the internal audio data type may differ. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys

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

2023-09-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Sep 24 10:59:24 UTC 2023 Modified Files: src/sys/arch/macppc/dev: zs.c Log Message: pass NULL to the second dbdma_alloc() expected argement. it was not adjusted after it acquired one 7 years ago. fixes ZS_TXDMA enabled build

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

2023-09-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Sep 24 10:59:24 UTC 2023 Modified Files: src/sys/arch/macppc/dev: zs.c Log Message: pass NULL to the second dbdma_alloc() expected argement. it was not adjusted after it acquired one 7 years ago. fixes ZS_TXDMA enabled build

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

2023-09-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Sep 24 10:51:28 UTC 2023 Modified Files: src/sys/arch/macppc/dev: valkyriefb.c Log Message: define i variable in for loop. valkyriefb_attach() doesn't have one defined in the function scope. fixes VALKYRIEFB_DEBUG enabled bui

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

2023-09-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Sep 24 10:51:28 UTC 2023 Modified Files: src/sys/arch/macppc/dev: valkyriefb.c Log Message: define i variable in for loop. valkyriefb_attach() doesn't have one defined in the function scope. fixes VALKYRIEFB_DEBUG enabled bui

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

2023-09-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Sep 24 08:20:06 UTC 2023 Modified Files: src/sys/arch/macppc/dev: mesh.c Log Message: define i variable in for loop. mesh_msgin() doesn't have one defined in the function scope. fixes MESH_DEBUG enabled build for macppc. To

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

2023-09-24 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Sep 24 08:20:06 UTC 2023 Modified Files: src/sys/arch/macppc/dev: mesh.c Log Message: define i variable in for loop. mesh_msgin() doesn't have one defined in the function scope. fixes MESH_DEBUG enabled build for macppc. To

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

2023-09-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 6 08:14:42 UTC 2023 Modified Files: src/sys/arch/macppc/dev: cuda.c Log Message: yet another tsleep/wakeup -> cv_* To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/macppc/dev/cuda.c Please n

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

2023-09-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 6 08:14:42 UTC 2023 Modified Files: src/sys/arch/macppc/dev: cuda.c Log Message: yet another tsleep/wakeup -> cv_* To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/macppc/dev/cuda.c Please n

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

2023-08-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 30 08:38:51 UTC 2023 Modified Files: src/sys/arch/macppc/dev: awacs.c Log Message: don't abuse the interrupt lock for waits in the event thread To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/arch

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

2023-08-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 30 08:38:51 UTC 2023 Modified Files: src/sys/arch/macppc/dev: awacs.c Log Message: don't abuse the interrupt lock for waits in the event thread To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/arch

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

2023-08-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 30 07:42:41 UTC 2023 Modified Files: src/sys/arch/macppc/dev: pmu.c Log Message: remove ancient #if 0 block NFC To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/macppc/dev/pmu.c Please note t

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

2023-08-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 30 07:42:41 UTC 2023 Modified Files: src/sys/arch/macppc/dev: pmu.c Log Message: remove ancient #if 0 block NFC To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/macppc/dev/pmu.c Please note t

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

2023-08-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Aug 22 06:43:34 UTC 2023 Modified Files: src/sys/arch/macppc/dev: pmu.c Log Message: tsleep()/wakeup() -> cv_* To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/macppc/dev/pmu.c Please note that d

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

2023-08-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Aug 22 06:43:34 UTC 2023 Modified Files: src/sys/arch/macppc/dev: pmu.c Log Message: tsleep()/wakeup() -> cv_* To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/macppc/dev/pmu.c Please note that d

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

2022-12-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 28 07:34:42 UTC 2022 Modified Files: src/sys/arch/macppc/dev: obio.c Log Message: one more skiplist entry... To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/macppc/dev/obio.c Please note tha

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

2022-12-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 28 07:34:42 UTC 2022 Modified Files: src/sys/arch/macppc/dev: obio.c Log Message: one more skiplist entry... To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/macppc/dev/obio.c Please note tha

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

2022-12-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 28 07:18:29 UTC 2022 Modified Files: src/sys/arch/macppc/dev: uni-n.c Log Message: don't complain about mpic and dart not being configured mpic is handled elsewhere, dart is an iommu we don't use yet To generate a diff

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

2022-12-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 28 07:18:29 UTC 2022 Modified Files: src/sys/arch/macppc/dev: uni-n.c Log Message: don't complain about mpic and dart not being configured mpic is handled elsewhere, dart is an iommu we don't use yet To generate a diff

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

2022-12-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 28 07:12:36 UTC 2022 Modified Files: src/sys/arch/macppc/dev: obio.c Log Message: suppress 'not configured' message for mpic on G5s To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/arch/macppc/dev/

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

2022-12-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 28 07:12:36 UTC 2022 Modified Files: src/sys/arch/macppc/dev: obio.c Log Message: suppress 'not configured' message for mpic on G5s To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/arch/macppc/dev/

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 11:08:29 UTC 2022 Modified Files: src/sys/arch/macppc/dev: if_gm.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/arch/macppc/dev/if_gm.c Please note

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 11:08:29 UTC 2022 Modified Files: src/sys/arch/macppc/dev: if_gm.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/arch/macppc/dev/if_gm.c Please note

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 10:59:22 UTC 2022 Modified Files: src/sys/arch/macppc/dev: if_bm.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/arch/macppc/dev/if_bm.c Please note

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 10:59:22 UTC 2022 Modified Files: src/sys/arch/macppc/dev: if_bm.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/arch/macppc/dev/if_bm.c Please note

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 10:54:53 UTC 2022 Modified Files: src/sys/arch/macppc/dev: am79c950.c if_mcvar.h Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/arch/macppc/dev/am79c9

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

2022-09-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 10:54:53 UTC 2022 Modified Files: src/sys/arch/macppc/dev: am79c950.c if_mcvar.h Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/arch/macppc/dev/am79c9

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

2022-06-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Jun 29 17:59:40 UTC 2022 Modified Files: src/sys/arch/macppc/dev: ki2c.c Log Message: Use old limit of 32 + 32 bytes to keep combining buffer on stack. There are no devices on this platform that need more and for larger value

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

2022-06-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Jun 29 17:59:40 UTC 2022 Modified Files: src/sys/arch/macppc/dev: ki2c.c Log Message: Use old limit of 32 + 32 bytes to keep combining buffer on stack. There are no devices on this platform that need more and for larger value

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

2022-06-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jun 2 16:22:27 UTC 2022 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: check platform-do-*-mute properties to find out the resp. GPIO's polarity now this works properly on pmac7,3 To generate a diff of th

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

2022-06-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jun 2 16:22:27 UTC 2022 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: check platform-do-*-mute properties to find out the resp. GPIO's polarity now this works properly on pmac7,3 To generate a diff of th

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

2022-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 1 06:05:47 UTC 2022 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: Revert previous, the mask is intented to be like sc_output_mask, a bitmask of active ports. To generate a diff of this commit: cvs rdif

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

2022-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 1 06:05:47 UTC 2022 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: Revert previous, the mask is intented to be like sc_output_mask, a bitmask of active ports. To generate a diff of this commit: cvs rdif

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

2022-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 1 05:47:37 UTC 2022 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: In SNAPPER_OUTPUT_SELECT the "mask" is a bitmap of muted outputs, not active outputs. To generate a diff of this commit: cvs rdiff -u -

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

2022-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 1 05:47:37 UTC 2022 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: In SNAPPER_OUTPUT_SELECT the "mask" is a bitmap of muted outputs, not active outputs. To generate a diff of this commit: cvs rdiff -u -

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

2022-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 1 05:42:52 UTC 2022 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: Recognize the OF labels used for line output and headphone output on a G5 powermac 7,3. To generate a diff of this commit: cvs rdiff -u

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

2022-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 1 05:42:52 UTC 2022 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: Recognize the OF labels used for line output and headphone output on a G5 powermac 7,3. To generate a diff of this commit: cvs rdiff -u

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

2022-02-10 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Feb 11 04:23:19 UTC 2022 Modified Files: src/sys/arch/macppc/dev: apm.c Log Message: Remove some #ifdef __OpenBSD__ code that's not complete and thus doesn't serve much point in existing here. To generate a diff of this com

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

2022-02-10 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Feb 11 04:23:19 UTC 2022 Modified Files: src/sys/arch/macppc/dev: apm.c Log Message: Remove some #ifdef __OpenBSD__ code that's not complete and thus doesn't serve much point in existing here. To generate a diff of this com

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

2021-09-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Sep 11 16:29:18 UTC 2021 Modified Files: src/sys/arch/macppc/dev: obiofan.c Log Message: fix license copypasta NFC To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/macppc/dev/obiofan.c Please note

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

2021-09-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Sep 11 16:29:18 UTC 2021 Modified Files: src/sys/arch/macppc/dev: obiofan.c Log Message: fix license copypasta NFC To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/macppc/dev/obiofan.c Please note

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

2019-11-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Nov 23 05:13:11 UTC 2019 Modified Files: src/sys/arch/macppc/dev: psoc.c Log Message: don't invalidate sensors every time we fail to read fan speeds To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/

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

2019-11-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Nov 23 05:13:11 UTC 2019 Modified Files: src/sys/arch/macppc/dev: psoc.c Log Message: don't invalidate sensors every time we fail to read fan speeds To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/

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

2019-11-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Nov 22 05:16:54 UTC 2019 Modified Files: src/sys/arch/macppc/dev: psoc.c Log Message: report fan speeds disclaimer: this is guesswork obtained from watching temperatures, listening to fan noise and staring at register dumps.

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

2019-11-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Nov 22 05:16:54 UTC 2019 Modified Files: src/sys/arch/macppc/dev: psoc.c Log Message: report fan speeds disclaimer: this is guesswork obtained from watching temperatures, listening to fan noise and staring at register dumps.

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

2019-09-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 20 21:24:34 UTC 2019 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: various minor fixes and updates: - add (very) basic ONYX support. Treat as 16bit codec with software volume control. Makes basic audi

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

2019-09-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 20 21:24:34 UTC 2019 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: various minor fixes and updates: - add (very) basic ONYX support. Treat as 16bit codec with software volume control. Makes basic audi

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

2019-09-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 20 17:25:11 UTC 2019 Modified Files: src/sys/arch/macppc/dev: deq.c Log Message: identify TAS3001 from i2c address if there is no 'compatible' property To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/

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

2019-09-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 20 17:25:11 UTC 2019 Modified Files: src/sys/arch/macppc/dev: deq.c Log Message: identify TAS3001 from i2c address if there is no 'compatible' property To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/

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

2019-08-15 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Aug 15 22:35:39 UTC 2019 Modified Files: src/sys/arch/macppc/dev: ki2c.c Log Message: pass sensor location info to drivers if we can find it To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/macppc

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

2019-08-15 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Aug 15 22:35:39 UTC 2019 Modified Files: src/sys/arch/macppc/dev: ki2c.c Log Message: pass sensor location info to drivers if we can find it To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/macppc

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

2019-05-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu May 16 23:39:37 UTC 2019 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: switch the default input to line in, to avoid feedback noise on laptops should probably just mute the input, I need to read the datashe

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

2019-05-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu May 16 23:39:37 UTC 2019 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: switch the default input to line in, to avoid feedback noise on laptops should probably just mute the input, I need to read the datashe

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

2016-05-22 Thread Michael
Hello, On Mon, 23 May 2016 01:45:42 + "Chuck Silvers" wrote: > 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. ofb has been obsolete for years ( genfb

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

2009-09-26 Thread Izumi Tsutsui
> Module Name: src > Committed By: tsutsui > Date: Sat Sep 26 15:45:28 UTC 2009 > > Modified Files: > src/sys/arch/macppc/dev: mesh.c > > Log Message: > Split device_t/softc. Tested on Apus2000. : > Module Name: src > Committed By: tsutsui > Date: Sat Sep 26 15:46:48 UTC