From owner-freebsd-sparc64@FreeBSD.ORG Sun Mar 26 00:40:18 2006 Return-Path: X-Original-To: freebsd-sparc64@hub.freebsd.org Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF81616A400 for ; Sun, 26 Mar 2006 00:40:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F224A43D4C for ; Sun, 26 Mar 2006 00:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2Q0eHN3018305 for ; Sun, 26 Mar 2006 00:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2Q0eHn1018299; Sun, 26 Mar 2006 00:40:17 GMT (envelope-from gnats) Resent-Date: Sun, 26 Mar 2006 00:40:17 GMT Resent-Message-Id: <200603260040.k2Q0eHn1018299@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-sparc64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gheorghe Ardelean Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AD9A16A41F for ; Sun, 26 Mar 2006 00:36:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C18143D48 for ; Sun, 26 Mar 2006 00:36:30 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k2Q0aTpX083448 for ; Sun, 26 Mar 2006 00:36:29 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k2Q0aT0o083447; Sun, 26 Mar 2006 00:36:29 GMT (envelope-from nobody) Message-Id: <200603260036.k2Q0aT0o083447@www.freebsd.org> Date: Sun, 26 Mar 2006 00:36:29 GMT From: Gheorghe Ardelean To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: sparc64/94940: add hooks to activate support for cs4231 audio X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2006 00:40:18 -0000 >Number: 94940 >Category: sparc64 >Synopsis: add hooks to activate support for cs4231 audio >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-sparc64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 26 00:40:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gheorghe Ardelean >Release: FreeBSD 6.1-PRERELEASE >Organization: >Environment: FreeBSD ultra1 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #1: Sun Mar 26 03:55:59 CEST 2006 root@ultra1:/usr/src/sys/sparc64/compile/ULTRA1 sparc64 >Description: The support for cs4231 audio codec was added a while ago but the necessary hooks to activate this are still missing. >How-To-Repeat: >Fix: Add the following lines to the kernel definition file (e.g. GENERIC): device sound device "snd_cs4231" and apply this patches to the corresponding files (relative to /usr/src): --- ./sys/conf/NOTES.orig Thu Feb 23 03:13:30 2006 +++ ./sys/conf/NOTES Sun Mar 26 03:52:48 2006 @@ -1939,6 +1939,7 @@ # snd_audiocs: Crystal Semiconductor CS4231 SBus/EBus. Only # for sparc64. # snd_cmi: CMedia CMI8338/CMI8738 PCI. +# snd_cs4231: Crystal Semiconductor CS4231. # snd_cs4281: Crystal Semiconductor CS4281 PCI. # snd_csa: Crystal Semiconductor CS461x/428x PCI. (except # 4281) @@ -1976,6 +1977,7 @@ #device snd_au88x0 #device snd_audiocs device snd_cmi +device snd_cs4231 device snd_cs4281 device snd_csa device snd_ds1 --- ./sys/conf/files.orig Sun Mar 26 01:30:11 2006 +++ ./sys/conf/files Sun Mar 26 03:47:16 2006 @@ -843,6 +843,8 @@ dev/sound/pcm/sndstat.c optional sound dev/sound/pcm/sound.c optional sound dev/sound/pcm/vchan.c optional sound +dev/sound/sbus/cs4231.c optional snd_cs4231 sbus +dev/sound/sbus/cs4231.c optional snd_cs4231 ebus #dev/sound/usb/upcm.c optional snd_upcm usb dev/sound/usb/uaudio.c optional snd_uaudio usb dev/sound/usb/uaudio_pcm.c optional snd_uaudio usb --- ./sys/modules/sound/driver/Makefile.orig Fri Dec 30 20:55:54 2005 +++ ./sys/modules/sound/driver/Makefile Sun Mar 26 03:49:04 2006 @@ -3,7 +3,7 @@ .if ${MACHINE_ARCH} == "sparc64" SUBDIR = audiocs es137x .else -SUBDIR = als4000 ad1816 atiixp cmi cs4281 csa ds1 emu10k1 es137x ess +SUBDIR = als4000 ad1816 atiixp cmi cs4231 cs4281 csa ds1 emu10k1 es137x ess SUBDIR += fm801 ich maestro maestro3 mss neomagic sb16 sb8 sbc solo SUBDIR += t4dwave via8233 via82c686 vibes SUBDIR += driver uaudio after this compile a new kernel and reboot the system. The audio device shows up as: pcm0: mem 0xc000000-0xc0001ff irq 2020 on sbus0 pcm0: It works nicely on my plain Ultra1. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-sparc64@FreeBSD.ORG Sun Mar 26 00:58:38 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B60A516A400 for ; Sun, 26 Mar 2006 00:58:38 +0000 (UTC) (envelope-from ardelean@ww.uni-erlangen.de) Received: from servww6.ww.uni-erlangen.de (servww6.ww.uni-erlangen.de [131.188.238.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id F232E43D46 for ; Sun, 26 Mar 2006 00:58:37 +0000 (GMT) (envelope-from ardelean@ww.uni-erlangen.de) Received: from localhost (ardelean@localhost) by servww6.ww.uni-erlangen.de (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id k2Q0wac06759 for ; Sun, 26 Mar 2006 01:58:36 +0100 Date: Sun, 26 Mar 2006 01:58:36 +0100 (CET) From: Gheorghe Ardelean To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: FreeBSD 6.1-PRERELEASE on Ultra 1 and cs4231 audio codec X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2006 00:58:38 -0000 Hi, I have tried the FreeBSD 6.1-PRERELEASE on my Ultra 1 and I have to say thank you to all the guys involved in making this support happen. Now my plain Ultra 1 is fully supported and I thing as soon as 6.1-RELEASE is out we can update the web page of the sparc64 port to move Ultra 1 to supported models. In order to add support also for the cs4231 audio codec some additional hooks should be added. This is documented now here: http://www.freebsd.org/cgi/query-pr.cgi?pr=94940 After rebuilding the kernel (a stripped down GENERIC kernel in my case) I got also the audio device supported. mpg123 is playing now mp3 files on my plain Ultra1. Regards, Johny. Here is the dmesg: Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.1-PRERELEASE #1: Sun Mar 26 03:55:59 CEST 2006 root@ultra1:/usr/src/sys/sparc64/compile/ULTRA1 Timecounter "tick" frequency 142983734 Hz quality 1000 real memory = 268435456 (256 MB) avail memory = 238870528 (227 MB) cpu0: Sun Microsystems UltraSparc-I Processor (142.98 MHz CPU) nexus0: sbus0: on nexus0 sbus0: clock 25.000 MHz sbus dvma: DVMA map: 0xfc000000 to 0xffffffff sbus0: [FAST] sbus0: [FAST] initializing counter-timer Timecounter "counter-timer" frequency 1000000 Hz quality 100 auxio0: mem 0x1900000 on sbus0 pcm0: mem 0xc000000-0xc0001ff irq 2020 on sbus0 pcm0: sbus0: mem 0-0x7ffff,0x1380000-0x13fffff type unknown (no driver attached) sbus0: mem 0x1400000-0x1400007 irq 2025 type block (no driver attached) eeprom0: mem 0x1200000-0x1201fff on sbus0 eeprom0: model mk48t59 eeprom0: hostid 8085fe27 puc0: mem 0x1100000-0x1100003 irq 2024 on sbus0 uart0: on puc0 uart0: console (9600,n,8,1) uart1: on puc0 puc1: mem 0x1000000-0x1000003 irq 2024 on sbus0 uart2: on puc1 uart2: keyboard (1200,n,8,1) uart2: keyboard not present uart3: on puc1 sbus0: mem 0x1300000-0x1300007 type unknown (no driver attached) sbus0: mem 0x1304000-0x1304002 type unknown (no driver attached) dma0: mem 0x8400000-0x840000f on sbus0 dma0: DMA rev. 2 esp0: mem 0x8800000-0x880003f irq 2016 on dma0 esp0: FAS100A, 40MHz, SCSI ID 7 dma1: mem 0x8400010-0x840002f on sbus0 dma1: DMA rev. 2 le0: mem 0x8c00000-0x8c00003 irq 2017 on dma1 le0: 8 receive buffers, 2 transmit buffers le0: Ethernet address: 08:00:20:85:fe:27 sbus0: mem 0xc800000-0xc80001b irq 2018 type unknown (no driver attached) isp0 mem 0x10000-0x1044f irq 1987 on sbus0 isp0: [GIANT-LOCKED] hme0: mem 0x8c00000-0x8c00107,0x8c02000-0x8c03fff,0x8c04000-0x8c05fff,0x8c06000-0x8c07fff,0x8c07000-0x8c0701f irq 1996 on sbus0 miibus0: on hme0 nsphy0: on miibus0 nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto hme0: Ethernet address: 08:00:20:85:fe:27 sbus0: mem 0-0xffffff irq 2005 type display (no driver attached) nexus0: , type (unknown) (no driver attached) Timecounters tick every 1.000 msec Waiting 5 seconds for SCSI devices to settle cd0 at esp0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 4.032MB/s transfers (4.032MHz, offset 15) cd0: cd present [1064928 x 512 byte records] da0 at esp0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da0: 2063MB (4226725 512 byte sectors: 255H 63S/T 263C) Trying to mount root from ufs:/dev/da0a From owner-freebsd-sparc64@FreeBSD.ORG Sun Mar 26 03:30:28 2006 Return-Path: X-Original-To: freebsd-sparc64@hub.freebsd.org Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0122616A428 for ; Sun, 26 Mar 2006 03:30:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A7A843D48 for ; Sun, 26 Mar 2006 03:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2Q3UREv029793 for ; Sun, 26 Mar 2006 03:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2Q3URuu029789; Sun, 26 Mar 2006 03:30:27 GMT (envelope-from gnats) Date: Sun, 26 Mar 2006 03:30:27 GMT Message-Id: <200603260330.k2Q3URuu029789@freefall.freebsd.org> To: freebsd-sparc64@FreeBSD.org From: Gheorghe Ardelean Cc: Subject: Re: sparc64/94940: add hooks to activate support for cs4231 audio X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gheorghe Ardelean List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2006 03:30:28 -0000 The following reply was made to PR sparc64/94940; it has been noted by GNATS. From: Gheorghe Ardelean To: Cc: Subject: Re: sparc64/94940: add hooks to activate support for cs4231 audio Date: Sun, 26 Mar 2006 05:29:18 +0200 (CEST) The patch I provided in sparc64/94940 does not build correctly the module for cs4231 (as part of the sound module). Sorry for that. After updating the patch provided by Pyun YongHyeon here: http://www.kr.freebsd.org/~yongari/cs4231.freebsd.diff I've got a new patch that applies cleanly to 6.1-PRERELEASE. In order to apply the patch please run cd /usr/src patch -p0 < /path/to/patch The patch follows: --- ./sys/conf/NOTES.orig Thu Feb 23 03:13:30 2006 +++ ./sys/conf/NOTES Sun Mar 26 03:52:48 2006 @@ -1939,6 +1939,7 @@ # snd_audiocs: Crystal Semiconductor CS4231 SBus/EBus. Only # for sparc64. # snd_cmi: CMedia CMI8338/CMI8738 PCI. +# snd_cs4231: Crystal Semiconductor CS4231 sbus/ebus. # snd_cs4281: Crystal Semiconductor CS4281 PCI. # snd_csa: Crystal Semiconductor CS461x/428x PCI. (except # 4281) @@ -1976,6 +1977,7 @@ #device snd_au88x0 #device snd_audiocs device snd_cmi +device snd_cs4231 device snd_cs4281 device snd_csa device snd_ds1 --- ./sys/conf/files.orig Sun Mar 26 01:30:11 2006 +++ ./sys/conf/files Sun Mar 26 03:47:16 2006 @@ -843,6 +843,8 @@ dev/sound/pcm/sndstat.c optional sound dev/sound/pcm/sound.c optional sound dev/sound/pcm/vchan.c optional sound +dev/sound/sbus/cs4231.c optional snd_cs4231 sbus +dev/sound/sbus/cs4231.c optional snd_cs4231 ebus #dev/sound/usb/upcm.c optional snd_upcm usb dev/sound/usb/uaudio.c optional snd_uaudio usb dev/sound/usb/uaudio_pcm.c optional snd_uaudio usb --- ./sys/modules/sound/driver/Makefile.orig Sun Mar 26 06:36:30 2006 +++ ./sys/modules/sound/driver/Makefile Sun Mar 26 06:36:45 2006 @@ -1,7 +1,7 @@ # $FreeBSD: src/sys/modules/sound/driver/Makefile,v 1.16.2.1 2005/12/30 19:55:54 netchild Exp $ .if ${MACHINE_ARCH} == "sparc64" -SUBDIR = audiocs es137x +SUBDIR = audiocs es137x cs4231 .else SUBDIR = als4000 ad1816 atiixp cmi cs4281 csa ds1 emu10k1 es137x ess SUBDIR += fm801 ich maestro maestro3 mss neomagic sb16 sb8 sbc solo --- /dev/null Sun Mar 26 06:22:01 2006 +++ ./sys/modules/sound/driver/cs4231/Makefile Sun Mar 26 05:45:11 2006 @@ -0,0 +1,10 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../../dev/sound/sbus + +KMOD= snd_cs4231 +SRCS= device_if.h bus_if.h ofw_bus_if.h +SRCS+= channel_if.h feeder_if.h mixer_if.h +SRCS+= cs4231.c + +.include From owner-freebsd-sparc64@FreeBSD.ORG Sun Mar 26 06:25:31 2006 Return-Path: X-Original-To: sparc64@freebsd.org Delivered-To: freebsd-sparc64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D8B816A400; Sun, 26 Mar 2006 06:25:31 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27A7D43D46; Sun, 26 Mar 2006 06:25:31 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.13.4P/8.13.4) with ESMTP id k2Q6PUEw077279; Sun, 26 Mar 2006 01:25:30 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.4P/8.13.4) with ESMTP id k2Q6PdjF077712; Sun, 26 Mar 2006 01:25:39 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 956477304D; Sun, 26 Mar 2006 01:25:29 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060326062529.956477304D@freebsd-current.sentex.ca> Date: Sun, 26 Mar 2006 01:25:29 -0500 (EST) X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on clamscanner1 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2006 06:25:31 -0000 TB --- 2006-03-26 04:37:07 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-03-26 04:37:07 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2006-03-26 04:37:07 - cleaning the object tree TB --- 2006-03-26 04:37:38 - checking out the source tree TB --- 2006-03-26 04:37:38 - cd /tinderbox/HEAD/sparc64/sparc64 TB --- 2006-03-26 04:37:38 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-03-26 04:45:13 - building world (CFLAGS=-O2 -pipe) TB --- 2006-03-26 04:45:13 - cd /src TB --- 2006-03-26 04:45:13 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything TB --- 2006-03-26 06:16:52 - generating LINT kernel config TB --- 2006-03-26 06:16:52 - cd /src/sys/sparc64/conf TB --- 2006-03-26 06:16:52 - /usr/bin/make -B LINT TB --- 2006-03-26 06:16:52 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2006-03-26 06:16:52 - cd /src TB --- 2006-03-26 06:16:52 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Mar 26 06:16:53 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medlow -msoft-float -ffreestanding -Werror /src/sys/dev/mlx/mlx_disk.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medlow -msoft-float -ffreestanding -Werror /src/sys/dev/mlx/mlx_pci.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medlow -msoft-float -ffreestanding -Werror /src/sys/dev/mly/mly.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medlow -msoft-float -ffreestanding -Werror /src/sys/dev/mpt/mpt.c /src/sys/dev/mpt/mpt.c: In function `mpt_recv_handshake_reply': /src/sys/dev/mpt/mpt.c:1346: warning: unsigned int format, different type arg (arg 4) /src/sys/dev/mpt/mpt.c: In function `mpt_read_config_info_ioc': /src/sys/dev/mpt/mpt.c:1647: warning: unsigned int format, different type arg (arg 4) *** Error code 1 Stop in /obj/sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-03-26 06:25:29 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-03-26 06:25:29 - ERROR: failed to build lint kernel TB --- 2006-03-26 06:25:29 - tinderbox aborted TB --- 0.91 user 5.03 system 6501.41 real From owner-freebsd-sparc64@FreeBSD.ORG Mon Mar 27 08:42:52 2006 Return-Path: X-Original-To: sparc64@freebsd.org Delivered-To: freebsd-sparc64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6549916A400; Mon, 27 Mar 2006 08:42:52 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA5AC43D45; Mon, 27 Mar 2006 08:42:51 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smarthost2.sentex.ca (8.13.4P/8.13.4) with ESMTP id k2R8go69001753; Mon, 27 Mar 2006 03:42:50 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.13.4P/8.13.3) with ESMTP id k2R8gpH2044317; Mon, 27 Mar 2006 03:42:51 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 119237304D; Mon, 27 Mar 2006 03:42:50 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060327084250.119237304D@freebsd-current.sentex.ca> Date: Mon, 27 Mar 2006 03:42:50 -0500 (EST) X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2006 08:42:52 -0000 TB --- 2006-03-27 06:59:56 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-03-27 06:59:56 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2006-03-27 06:59:56 - cleaning the object tree TB --- 2006-03-27 07:00:35 - checking out the source tree TB --- 2006-03-27 07:00:35 - cd /tinderbox/HEAD/sparc64/sparc64 TB --- 2006-03-27 07:00:35 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-03-27 07:22:05 - building world (CFLAGS=-O2 -pipe) TB --- 2006-03-27 07:22:05 - cd /src TB --- 2006-03-27 07:22:05 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] /obj/sparc64/src/tmp/usr/lib/libgeom.a(geom_xml2tree.o)(.text+0x8f0): In function `geom_xml2tree': : undefined reference to `XML_SetElementHandler' /obj/sparc64/src/tmp/usr/lib/libgeom.a(geom_xml2tree.o)(.text+0x900): In function `geom_xml2tree': : undefined reference to `XML_SetCharacterDataHandler' /obj/sparc64/src/tmp/usr/lib/libgeom.a(geom_xml2tree.o)(.text+0x91c): In function `geom_xml2tree': : undefined reference to `XML_Parse' /obj/sparc64/src/tmp/usr/lib/libgeom.a(geom_xml2tree.o)(.text+0x930): In function `geom_xml2tree': : undefined reference to `XML_ParserFree' *** Error code 1 Stop in /obj/sparc64/src/rescue/rescue. *** Error code 1 Stop in /src/rescue/rescue. *** Error code 1 Stop in /src/rescue. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-03-27 08:42:49 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-03-27 08:42:49 - ERROR: failed to build world TB --- 2006-03-27 08:42:49 - tinderbox aborted TB --- 0.72 user 3.73 system 6173.70 real From owner-freebsd-sparc64@FreeBSD.ORG Mon Mar 27 11:03:10 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71BCB16A423 for ; Mon, 27 Mar 2006 11:03:10 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39A5F43D45 for ; Mon, 27 Mar 2006 11:03:10 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2RB3A8g062397 for ; Mon, 27 Mar 2006 11:03:10 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2RB38Wi062391 for freebsd-sparc64@freebsd.org; Mon, 27 Mar 2006 11:03:08 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 27 Mar 2006 11:03:08 GMT Message-Id: <200603271103.k2RB38Wi062391@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-sparc64@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2006 11:03:10 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/09/14] sparc64/71729sparc64 printf in kernel thread causes panic on S o [2004/10/21] sparc64/72962sparc64 [sysinstall] Sysinstall panics on sparc64 o [2005/04/27] sparc64/80410sparc64 [netgraph] netgraph is causing crash with o [2005/05/11] sparc64/80890sparc64 [panic] kmem_malloc(73728): kmem_map too o [2005/06/23] sparc64/82569sparc64 USB mass storage plug/unplug causes syste o [2005/11/24] sparc64/89486sparc64 firefox and thunderbird is broken on spar o [2006/01/16] sparc64/91882sparc64 Ultra 10 mouse/keyboard o [2006/01/20] sparc64/92033sparc64 [dc] dc(4) issues on Ultra10 o [2006/03/17] sparc64/94613sparc64 The ethernet address is the same with mul o [2006/03/21] sparc64/94778sparc64 panic in intr_fast() o [2006/03/23] sparc64/94886sparc64 Cant install xorg/sparc64/Creator3D 11 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/10/22] sparc64/72998sparc64 [kernel] [patch] set_mcontext() change sy s [2005/06/26] sparc64/82681sparc64 [dc] dc state messages o [2005/12/13] sparc64/90316sparc64 Keyboard "lock" key lights not working pr f [2006/01/05] sparc64/91334sparc64 FreeBSD 6.0 don't support tftp boot from o [2006/03/07] sparc64/94190sparc64 hw.physmem tunable does not work on sparc o [2006/03/15] sparc64/94483sparc64 ath_hal does not work on 6-release/sparc6 o [2006/03/26] sparc64/94940sparc64 add hooks to activate support for cs4231 7 problems total. From owner-freebsd-sparc64@FreeBSD.ORG Mon Mar 27 19:48:17 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9251B16A401 for ; Mon, 27 Mar 2006 19:48:17 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48B9B43D46 for ; Mon, 27 Mar 2006 19:48:07 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k2RJm3Yq063275; Mon, 27 Mar 2006 14:48:05 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-sparc64@freebsd.org Date: Mon, 27 Mar 2006 13:56:20 -0500 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603271356.22473.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1358/Mon Mar 27 11:12:27 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-3.8 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: Subject: Re: FreeBSD 6.1-PRERELEASE on Ultra 1 and cs4231 audio codec X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2006 19:48:17 -0000 On Saturday 25 March 2006 19:58, Gheorghe Ardelean wrote: > > Hi, > > I have tried the FreeBSD 6.1-PRERELEASE on my Ultra 1 and I have to say > thank you to all the guys involved in making this support happen. > > Now my plain Ultra 1 is fully supported and I thing as soon as 6.1-RELEASE > is out we can update the web page of the sparc64 port to move Ultra 1 to > supported models. > > In order to add support also for the cs4231 audio codec some additional > hooks should be added. This is documented now here: > http://www.freebsd.org/cgi/query-pr.cgi?pr=94940 Try reverting your patches and using 'device snd_audiocs' instead of 'device snd_cs4231' in your kernel config. I think there is also already support for a snd_audiocs kernel module as well. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-freebsd-sparc64@FreeBSD.ORG Tue Mar 28 02:22:09 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DF9516A425; Tue, 28 Mar 2006 02:22:09 +0000 (UTC) (envelope-from ardelean@ww.uni-erlangen.de) Received: from servww6.ww.uni-erlangen.de (servww6.ww.uni-erlangen.de [131.188.238.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4275B43D45; Tue, 28 Mar 2006 02:22:05 +0000 (GMT) (envelope-from ardelean@ww.uni-erlangen.de) Received: from localhost (ardelean@localhost) by servww6.ww.uni-erlangen.de (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id k2S2M3v25981; Tue, 28 Mar 2006 04:22:03 +0200 Date: Tue, 28 Mar 2006 04:22:03 +0200 (CEST) From: Gheorghe Ardelean To: John Baldwin In-Reply-To: <200603271356.22473.jhb@freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-sparc64@freebsd.org Subject: Re: FreeBSD 6.1-PRERELEASE on Ultra 1 and cs4231 audio codec X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2006 02:22:09 -0000 On Mon, 27 Mar 2006, John Baldwin wrote: > On Saturday 25 March 2006 19:58, Gheorghe Ardelean wrote: > > > > Hi, > > > > I have tried the FreeBSD 6.1-PRERELEASE on my Ultra 1 and I have to say > > thank you to all the guys involved in making this support happen. > > > > Now my plain Ultra 1 is fully supported and I thing as soon as 6.1-RELEASE > > is out we can update the web page of the sparc64 port to move Ultra 1 to > > supported models. > > > > In order to add support also for the cs4231 audio codec some additional > > hooks should be added. This is documented now here: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=94940 > > Try reverting your patches and using 'device snd_audiocs' instead of > 'device snd_cs4231' in your kernel config. I think there is also already > support for a snd_audiocs kernel module as well. This is true, it works nicely with snd_audiocs. Sorry for not seeing it. Someone please close the pr! Thanks. Johny. From owner-freebsd-sparc64@FreeBSD.ORG Tue Mar 28 05:19:11 2006 Return-Path: X-Original-To: freebsd-sparc64@hub.freebsd.org Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E4B616A400; Tue, 28 Mar 2006 05:19:11 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB9C643D45; Tue, 28 Mar 2006 05:19:10 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from freefall.freebsd.org (joerg@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2S5JAnR051075; Tue, 28 Mar 2006 05:19:10 GMT (envelope-from joerg@freefall.freebsd.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2S5JAoF051071; Tue, 28 Mar 2006 07:19:10 +0200 (MEST) (envelope-from joerg) Date: Tue, 28 Mar 2006 07:19:10 +0200 (MEST) From: Joerg Wunsch Message-Id: <200603280519.k2S5JAoF051071@freefall.freebsd.org> To: ardelean@ww.uni-erlangen.de, joerg@FreeBSD.org, freebsd-sparc64@FreeBSD.org Cc: Subject: Re: sparc64/94940: add hooks to activate support for cs4231 audio X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2006 05:19:11 -0000 Synopsis: add hooks to activate support for cs4231 audio State-Changed-From-To: open->closed State-Changed-By: joerg State-Changed-When: Tue Mar 28 07:18:17 MEST 2006 State-Changed-Why: Confirmed by Gheorghe Ardelean : > Try reverting your patches and using 'device snd_audiocs' instead of > 'device snd_cs4231' in your kernel config. I think there is also already > support for a snd_audiocs kernel module as well. This is true, it works nicely with snd_audiocs. Sorry for not seeing it. Someone please close the pr! http://www.freebsd.org/cgi/query-pr.cgi?pr=94940 From owner-freebsd-sparc64@FreeBSD.ORG Wed Mar 29 09:05:38 2006 Return-Path: X-Original-To: freebsd-sparc@FreeBSD.org Delivered-To: freebsd-sparc64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 218A116A41F for ; Wed, 29 Mar 2006 09:05:38 +0000 (UTC) (envelope-from portaldeplacer@ciudad.com.ar) Received: from postino5.prima.com.ar (postino5b.prima.com.ar [200.42.0.178]) by mx1.FreeBSD.org (Postfix) with SMTP id 65B6043D58 for ; Wed, 29 Mar 2006 09:05:37 +0000 (GMT) (envelope-from portaldeplacer@ciudad.com.ar) Received: (qmail 33273 invoked from network); 29 Mar 2006 09:05:35 -0000 Received: from unknown (HELO nn) (portaldeplacer@ciudad.com.ar@200.68.76.249) by postino5.prima.com.ar with SMTP; 29 Mar 2006 09:05:35 -0000 Message-ID: <414-2200633299521161@nn> From: "" To: "freebsd-sparc@FreeBSD.org" Date: Wed, 29 Mar 2006 06:05:21 -0300 MIME-Version: 1.0 Content-type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: Subject: =?windows-1252?q?INVITACI=D3N?= X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 09:05:38 -0000 LOS INVITAMOS A CONOCER UNA NUEVA PAGINA DE ESCORTS, ACOMPA=D1ANTES, PR= IVADOS DE BUENOS AIRES, ARGENTINA=2E- WWW=2EPORTALDEPLACER=2ECOM=2EAR =20 AVISO IMPORTANTE : ESTA ES UNA PAGINA CON CONTENIDO ADULTO PARA MAYORES DE= 21 A=D1OS =2E- = MUCHAS GRACIAS=20 From owner-freebsd-sparc64@FreeBSD.ORG Wed Mar 29 11:10:19 2006 Return-Path: X-Original-To: freebsd-sparc64@hub.freebsd.org Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7136A16A401 for ; Wed, 29 Mar 2006 11:10:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 009D443D45 for ; Wed, 29 Mar 2006 11:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2TBAIDP072050 for ; Wed, 29 Mar 2006 11:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2TBAIPm072049; Wed, 29 Mar 2006 11:10:18 GMT (envelope-from gnats) Date: Wed, 29 Mar 2006 11:10:18 GMT Message-Id: <200603291110.k2TBAIPm072049@freefall.freebsd.org> To: freebsd-sparc64@FreeBSD.org From: Marius Strobl Cc: Subject: Re: sparc64/94886: Cant install xorg/sparc64/Creator3D X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marius Strobl List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 11:10:19 -0000 The following reply was made to PR sparc64/94886; it has been noted by GNATS. From: Marius Strobl To: Andrew Grillet , Dejan Lesjak Cc: freebsd-gnats-submit@freebsd.org Subject: Re: sparc64/94886: Cant install xorg/sparc64/Creator3D Date: Wed, 29 Mar 2006 13:01:39 +0200 On Thu, Mar 23, 2006 at 10:53:50PM +0000, Andrew Grillet wrote: > >Environment: > FreeBSD u60.grillet.home 5.5-PRERELEASE #1 Mon Mar 20 22:18:31 GMT 2006 andrew@u60.grillet.home:/usr/obj/usr/src/sys/U60 sparc64 > >Description: > Cannot do > startx -configure > (or use my own config file) > log shows > dlopen: /usr/X11R6/lib/modules/drivers/sunffb_drv.so Undefined symbol "cfbPutImage" > Failed to load, etc. > It should work if you put 'Load "cfb"' and 'Load "cfb32"' into the 'Module' section of your xorg.conf. Note that if you plan to use creator(4) you really should use FreeBSD 6.0 or later as there a couple of bugs like the screen corruption when switching to a VTY from X or when shutting down the X server are fixed. Dejan, can you tell whether sunffb_drv.so is missing dependencies on libcfb.so and libcfb32.so or these are meant to be explicitly loaded with Xorg server versions that use shared objects for drivers? Marius -- This mail was scanned by AntiVir Milter. This product is licensed for non-commercial use. See www.antivir.de for details. From owner-freebsd-sparc64@FreeBSD.ORG Wed Mar 29 11:15:33 2006 Return-Path: X-Original-To: freebsd-sparc64@hub.freebsd.org Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42B1816A420; Wed, 29 Mar 2006 11:15:33 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDE1A43D46; Wed, 29 Mar 2006 11:15:32 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from freefall.freebsd.org (marius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2TBFW4D072353; Wed, 29 Mar 2006 11:15:32 GMT (envelope-from marius@freefall.freebsd.org) Received: (from marius@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2TBFWxF072349; Wed, 29 Mar 2006 11:15:32 GMT (envelope-from marius) Date: Wed, 29 Mar 2006 11:15:32 GMT From: Marius Strobl Message-Id: <200603291115.k2TBFWxF072349@freefall.freebsd.org> To: mattmgm@yahoo.com, marius@FreeBSD.org, freebsd-sparc64@FreeBSD.org Cc: Subject: Re: sparc64/94613: The ethernet address is the same with multiple interfaces on a sparc64 PR1 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 11:15:33 -0000 Synopsis: The ethernet address is the same with multiple interfaces on a sparc64 PR1 State-Changed-From-To: open->closed State-Changed-By: marius State-Changed-When: Wed Mar 29 11:11:15 UTC 2006 State-Changed-Why: Close, this isn't a bug (see OBP documentation or the NOTES sections in the dc(4), hme(4) and gem(4) manual pages). http://www.freebsd.org/cgi/query-pr.cgi?pr=94613 From owner-freebsd-sparc64@FreeBSD.ORG Wed Mar 29 13:20:07 2006 Return-Path: X-Original-To: freebsd-sparc64@FreeBSD.org Delivered-To: freebsd-sparc64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC63E16A485 for ; Wed, 29 Mar 2006 13:20:07 +0000 (UTC) (envelope-from mmuthmann@gmx.net) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 10CF043D53 for ; Wed, 29 Mar 2006 13:20:06 +0000 (GMT) (envelope-from mmuthmann@gmx.net) Received: (qmail 23233 invoked by uid 0); 29 Mar 2006 13:20:05 -0000 Received: from 132.199.98.207 by www028.gmx.net with HTTP; Wed, 29 Mar 2006 15:20:05 +0200 (MEST) Date: Wed, 29 Mar 2006 15:20:05 +0200 (MEST) From: "Matthias Muthmann" To: freebsd-sparc64@FreeBSD.org MIME-Version: 1.0 References: <200603291110.k2TBAIPm072049@freefall.freebsd.org> X-Priority: 3 (Normal) X-Authenticated: #1009348 Message-ID: <27016.1143638405@www028.gmx.net> X-Mailer: WWW-Mail 1.6 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Cc: Subject: Re: sparc64/94886: Cant install xorg/sparc64/Creator3D X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 13:20:07 -0000 > --- Ursprüngliche Nachricht --- > Von: Marius Strobl > An: freebsd-sparc64@FreeBSD.org > Betreff: Re: sparc64/94886: Cant install xorg/sparc64/Creator3D > Datum: Wed, 29 Mar 2006 11:10:18 GMT > > The following reply was made to PR sparc64/94886; it has been noted by > GNATS. > > From: Marius Strobl > To: Andrew Grillet , Dejan Lesjak > > Cc: freebsd-gnats-submit@freebsd.org > Subject: Re: sparc64/94886: Cant install xorg/sparc64/Creator3D > Date: Wed, 29 Mar 2006 13:01:39 +0200 > > On Thu, Mar 23, 2006 at 10:53:50PM +0000, Andrew Grillet wrote: > > >Environment: > > FreeBSD u60.grillet.home 5.5-PRERELEASE #1 Mon Mar 20 22:18:31 GMT 2006 > andrew@u60.grillet.home:/usr/obj/usr/src/sys/U60 sparc64 > > >Description: > > Cannot do > > startx -configure > > (or use my own config file) > > log shows > > dlopen: /usr/X11R6/lib/modules/drivers/sunffb_drv.so Undefined symbol > "cfbPutImage" > > Failed to load, etc. > > > > It should work if you put 'Load "cfb"' and 'Load "cfb32"' into the > 'Module' section of your xorg.conf. Note that if you plan to use > creator(4) you really should use FreeBSD 6.0 or later as there a > couple of bugs like the screen corruption when switching to a > VTY from X or when shutting down the X server are fixed. > Dejan, can you tell whether sunffb_drv.so is missing dependencies > on libcfb.so and libcfb32.so or these are meant to be explicitly > loaded with Xorg server versions that use shared objects for > drivers? > > Marius > > -- > This mail was scanned by AntiVir Milter. > This product is licensed for non-commercial use. > See www.antivir.de for details. > _______________________________________________ > freebsd-sparc64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 > To unsubscribe, send any mail to "freebsd-sparc64-unsubscribe@freebsd.org" > I had the samepProblem. My solution was to grab the sunffb-code from latest xorg-cvs and "integrate" it into the 6.9 source. I can put a binary of the working driver on my webspace this evening if anybody is interested. Matthias -- Bis zu 70% Ihrer Onlinekosten sparen: GMX SmartSurfer! Kostenlos downloaden: http://www.gmx.net/de/go/smartsurfer From owner-freebsd-sparc64@FreeBSD.ORG Wed Mar 29 22:07:28 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AA5916A400 for ; Wed, 29 Mar 2006 22:07:28 +0000 (UTC) (envelope-from raphauinoue@radioflyer.com) Received: from teamonejobs.com (pD9F85E21.dip.t-dialin.net [217.248.94.33]) by mx1.FreeBSD.org (Postfix) with SMTP id 734BF43D68 for ; Wed, 29 Mar 2006 22:07:26 +0000 (GMT) (envelope-from raphauinoue@radioflyer.com) Message-ID: <000001c6537d$1ba08580$c2b3a8c0@wmi52> From: "Raphae Inoue" To: freebsd-sparc64@freebsd.org Date: Wed, 29 Mar 2006 17:07:02 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: news good X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Raphae Inoue List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 22:07:28 -0000 Dea o r Home Ow G ner ,=20 =20 Your cr e edit doesn't matter to us ! If you OW X N real e W st Q at H e and want I r MMEDIA L TE ca b sh to spen S d ANY way you like, or simply wish=20 to L O OWER your monthly pa c yments by a third or more, here are the deal 9 s=20 we have T J ODA E Y :=20 =20 $4 C 88,000.00 at a 3 i .67% fix s ed-ra B te=20 $37 y 2,000.00 at a 3 t .90% v a ariable-rat w e=20 $49 0 2,000.00 at a 3. U 21% inte M res j t-only=20 $2 2 48,000.00 at a 3 n .36% fixe n d-rat v e=20 $19 0 8,000.00 at a 3.5 3 5% varia 9 ble-rat z e=20 =20 Hurr j y, when these deaI W s are gone, they are gone ! =20 Don't worry about approva 1 l, your cr I edit will not d u isqualify you !=20 =20 Visi B t our s c ite =20 =20 Sincerely, Raphae Inoue =20 Appr 5 oval Manager From owner-freebsd-sparc64@FreeBSD.ORG Wed Mar 29 22:07:31 2006 Return-Path: X-Original-To: freebsd-sparc@freebsd.org Delivered-To: freebsd-sparc64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 365D016A428 for ; Wed, 29 Mar 2006 22:07:31 +0000 (UTC) (envelope-from rofo@atlas.co.za) Received: from teamonejobs.com (pD9F85E21.dip.t-dialin.net [217.248.94.33]) by mx1.FreeBSD.org (Postfix) with SMTP id 9FA2A43D75 for ; Wed, 29 Mar 2006 22:07:28 +0000 (GMT) (envelope-from rofo@atlas.co.za) Message-ID: <000001c6537d$1ba08580$c2b3a8c0@wmi52> From: "Piet Roff" To: freebsd-sparc@freebsd.org Date: Wed, 29 Mar 2006 17:07:02 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: news good X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Piet Roff List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 22:07:31 -0000 Dea o r Home Ow G ner ,=20 =20 Your cr e edit doesn't matter to us ! If you OW X N real e W st Q at H e and want I r MMEDIA L TE ca b sh to spen S d ANY way you like, or simply wish=20 to L O OWER your monthly pa c yments by a third or more, here are the deal 9 s=20 we have T J ODA E Y :=20 =20 $4 C 88,000.00 at a 3 i .67% fix s ed-ra B te=20 $37 y 2,000.00 at a 3 t .90% v a ariable-rat w e=20 $49 0 2,000.00 at a 3. U 21% inte M res j t-only=20 $2 2 48,000.00 at a 3 n .36% fixe n d-rat v e=20 $19 0 8,000.00 at a 3.5 3 5% varia 9 ble-rat z e=20 =20 Hurr j y, when these deaI W s are gone, they are gone ! =20 Don't worry about approva 1 l, your cr I edit will not d u isqualify you !=20 =20 Visi B t our s c ite =20 =20 Sincerely, Piet Roff =20 Appr 5 oval Manager From owner-freebsd-sparc64@FreeBSD.ORG Wed Mar 29 22:41:08 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C10D716A4D7 for ; Wed, 29 Mar 2006 22:41:08 +0000 (UTC) (envelope-from yashy@mail.yashy.com) Received: from proksie.yashy.com (mail.yashy.com [206.248.137.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C99943D48 for ; Wed, 29 Mar 2006 22:41:07 +0000 (GMT) (envelope-from yashy@mail.yashy.com) Message-ID: <442B0D2F.9020400@mail.yashy.com> Date: Wed, 29 Mar 2006 17:41:51 -0500 From: Yasholomew Yashinski User-Agent: Mail/News 1.5 (X11/20060228) MIME-Version: 1.0 To: freebsd-sparc64@freebsd.org. X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: serial console device missing X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 22:41:08 -0000 I have a cable plugged into a serial port card in my Ultra10 FreeBSD 6 machine. from dmesg: uart0: on puc0 uart0: CTS oflow uart1: on puc0 uart1: CTS oflow uart2: <16550 or compatible> addr 0x14003083f8-0x14003083ff irq 41 on ebus0 uart2: keyboard (1200,n,8,1) uart3: <16550 or compatible> addr 0x14003062f8-0x14003062ff irq 42 on ebus0 # ls -l /dev/cuaa* ls: No match. # ls -l /dev/ttys* ls: No match. # ls -l /dev/ttyS* ls: No match. # ls -l /dev/puc* ls: No match. Thanks in Advance, -- Yashy From owner-freebsd-sparc64@FreeBSD.ORG Wed Mar 29 22:49:03 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D24016A400 for ; Wed, 29 Mar 2006 22:49:03 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2E8E43D46 for ; Wed, 29 Mar 2006 22:49:00 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (sbvzrh2st57lykw6@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.4/8.13.3) with ESMTP id k2TMmxdk082230; Wed, 29 Mar 2006 14:48:59 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.4/8.13.3/Submit) id k2TMmxmw082229; Wed, 29 Mar 2006 14:48:59 -0800 (PST) (envelope-from jmg) Date: Wed, 29 Mar 2006 14:48:59 -0800 From: John-Mark Gurney To: Yasholomew Yashinski Message-ID: <20060329224858.GV7001@funkthat.com> Mail-Followup-To: Yasholomew Yashinski , freebsd-sparc64@freebsd.org References: <442B0D2F.9020400@mail.yashy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <442B0D2F.9020400@mail.yashy.com> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: freebsd-sparc64@freebsd.org Subject: Re: serial console device missing X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 22:49:03 -0000 Yasholomew Yashinski wrote this message on Wed, Mar 29, 2006 at 17:41 -0500: > > I have a cable plugged into a serial port card in my Ultra10 FreeBSD 6 > machine. > from dmesg: > uart0: on puc0 > uart0: CTS oflow > uart1: on puc0 > uart1: CTS oflow > uart2: <16550 or compatible> addr 0x14003083f8-0x14003083ff irq 41 on ebus0 > uart2: keyboard (1200,n,8,1) > uart3: <16550 or compatible> addr 0x14003062f8-0x14003062ff irq 42 on ebus0 > > # ls -l /dev/cuaa* > ls: No match. > # ls -l /dev/ttys* > ls: No match. > # ls -l /dev/ttyS* > ls: No match. > # ls -l /dev/puc* > ls: No match. > > Thanks in Advance, what does: ls -l /dev/cua* return? -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-freebsd-sparc64@FreeBSD.ORG Thu Mar 30 00:39:43 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C39916A400 for ; Thu, 30 Mar 2006 00:39:43 +0000 (UTC) (envelope-from yashy@mail.yashy.com) Received: from proksie.yashy.com (mail.yashy.com [206.248.137.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2DE643D8E for ; Thu, 30 Mar 2006 00:39:34 +0000 (GMT) (envelope-from yashy@mail.yashy.com) Message-ID: <442B28F2.2060104@mail.yashy.com> Date: Wed, 29 Mar 2006 19:40:18 -0500 From: Yasholomew Yashinski User-Agent: Mail/News 1.5 (X11/20060228) MIME-Version: 1.0 To: freebsd-sparc64@freebsd.org References: <442B0D2F.9020400@mail.yashy.com> <20060329224858.GV7001@funkthat.com> In-Reply-To: <20060329224858.GV7001@funkthat.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: serial console device missing X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 00:39:43 -0000 John-Mark Gurney wrote: > what does: > ls -l /dev/cua* > > return? # ls -l /dev/cua* crw-rw---- 1 uucp dialer 0, 31 Mar 28 23:19 /dev/cuau0 crw-rw---- 1 uucp dialer 0, 32 Mar 14 12:20 /dev/cuau0.init crw-rw---- 1 uucp dialer 0, 33 Mar 14 12:20 /dev/cuau0.lock crw-rw---- 1 uucp dialer 0, 37 Mar 14 12:20 /dev/cuau1 crw-rw---- 1 uucp dialer 0, 38 Mar 14 12:20 /dev/cuau1.init crw-rw---- 1 uucp dialer 0, 39 Mar 14 12:20 /dev/cuau1.lock crw-rw---- 1 uucp dialer 0, 45 Mar 14 12:20 /dev/cuau3 crw-rw---- 1 uucp dialer 0, 46 Mar 14 12:20 /dev/cuau3.init crw-rw---- 1 uucp dialer 0, 47 Mar 14 12:20 /dev/cuau3.lock # cu -l /dev/cuau1 Connected cuau1 appears to be the winner, thanks. For future reference, where should one be looking to determine this on their own? Thanks again, -- Yashy From owner-freebsd-sparc64@FreeBSD.ORG Thu Mar 30 02:23:53 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91A2716A420 for ; Thu, 30 Mar 2006 02:23:53 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29F3643D45 for ; Thu, 30 Mar 2006 02:23:53 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (8id1q0uxq83cr4f2@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.4/8.13.3) with ESMTP id k2U2Nqh4087318; Wed, 29 Mar 2006 18:23:52 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.4/8.13.3/Submit) id k2U2NqWm087317; Wed, 29 Mar 2006 18:23:52 -0800 (PST) (envelope-from jmg) Date: Wed, 29 Mar 2006 18:23:52 -0800 From: John-Mark Gurney To: Yasholomew Yashinski Message-ID: <20060330022351.GA86967@funkthat.com> Mail-Followup-To: Yasholomew Yashinski , freebsd-sparc64@freebsd.org References: <442B0D2F.9020400@mail.yashy.com> <20060329224858.GV7001@funkthat.com> <442B28F2.2060104@mail.yashy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <442B28F2.2060104@mail.yashy.com> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: freebsd-sparc64@freebsd.org Subject: Re: serial console device missing X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 02:23:53 -0000 Yasholomew Yashinski wrote this message on Wed, Mar 29, 2006 at 19:40 -0500: > John-Mark Gurney wrote: > > > what does: > > ls -l /dev/cua* > > > > return? > > # ls -l /dev/cua* > crw-rw---- 1 uucp dialer 0, 31 Mar 28 23:19 /dev/cuau0 > crw-rw---- 1 uucp dialer 0, 32 Mar 14 12:20 /dev/cuau0.init > crw-rw---- 1 uucp dialer 0, 33 Mar 14 12:20 /dev/cuau0.lock > crw-rw---- 1 uucp dialer 0, 37 Mar 14 12:20 /dev/cuau1 > crw-rw---- 1 uucp dialer 0, 38 Mar 14 12:20 /dev/cuau1.init > crw-rw---- 1 uucp dialer 0, 39 Mar 14 12:20 /dev/cuau1.lock > crw-rw---- 1 uucp dialer 0, 45 Mar 14 12:20 /dev/cuau3 > crw-rw---- 1 uucp dialer 0, 46 Mar 14 12:20 /dev/cuau3.init > crw-rw---- 1 uucp dialer 0, 47 Mar 14 12:20 /dev/cuau3.lock > # cu -l /dev/cuau1 > Connected > > cuau1 appears to be the winner, thanks. For future reference, where > should one be looking to determine this on their own? This should be documented in the man page for the driver, hence uart(4), but for some reason it doesn't have it like sio(4) and pty(4) do... Part of this is a change in 6.x that "fixed" the differences between ttyd0 and cuaa0, so that the letter between tty and the unit number agree... (6.x doesn't have a cuaa anymore, it's now cuad..) I'll be committing a fix for uart(4) shortly... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-freebsd-sparc64@FreeBSD.ORG Thu Mar 30 21:20:23 2006 Return-Path: X-Original-To: freebsd-sparc64@hub.freebsd.org Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2834F16A400 for ; Thu, 30 Mar 2006 21:20:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9946043D45 for ; Thu, 30 Mar 2006 21:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2ULKM28090883 for ; Thu, 30 Mar 2006 21:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2ULKMgj090882; Thu, 30 Mar 2006 21:20:22 GMT (envelope-from gnats) Date: Thu, 30 Mar 2006 21:20:22 GMT Message-Id: <200603302120.k2ULKMgj090882@freefall.freebsd.org> To: freebsd-sparc64@FreeBSD.org From: Dejan Lesjak Cc: Subject: Re: sparc64/94886: Cant install xorg/sparc64/Creator3D X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dejan Lesjak List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 21:20:23 -0000 The following reply was made to PR sparc64/94886; it has been noted by GNATS. From: Dejan Lesjak To: Marius Strobl Cc: Andrew Grillet , freebsd-gnats-submit@freebsd.org Subject: Re: sparc64/94886: Cant install xorg/sparc64/Creator3D Date: Thu, 30 Mar 2006 23:15:41 +0200 On Wednesday 29 March 2006 13:01, Marius Strobl wrote: > On Thu, Mar 23, 2006 at 10:53:50PM +0000, Andrew Grillet wrote: > > >Environment: > > > > FreeBSD u60.grillet.home 5.5-PRERELEASE #1 Mon Mar 20 22:18:31 GMT 2006 > > andrew@u60.grillet.home:/usr/obj/usr/src/sys/U60 sparc64 > > > > >Description: > > > > Cannot do > > startx -configure > > (or use my own config file) > > log shows > > dlopen: /usr/X11R6/lib/modules/drivers/sunffb_drv.so Undefined symbol > > "cfbPutImage" Failed to load, etc. > > It should work if you put 'Load "cfb"' and 'Load "cfb32"' into the > 'Module' section of your xorg.conf. Note that if you plan to use > creator(4) you really should use FreeBSD 6.0 or later as there a > couple of bugs like the screen corruption when switching to a > VTY from X or when shutting down the X server are fixed. > Dejan, can you tell whether sunffb_drv.so is missing dependencies > on libcfb.so and libcfb32.so or these are meant to be explicitly > loaded with Xorg server versions that use shared objects for > drivers? As far as I can tell cfb was rather completely removed from X.org. I'll see if it is feasible to make a patch to remove the references instead. From owner-freebsd-sparc64@FreeBSD.ORG Thu Mar 30 21:42:04 2006 Return-Path: X-Original-To: freebsd-sparc64@FreeBSD.org Delivered-To: freebsd-sparc64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 744F516A400 for ; Thu, 30 Mar 2006 21:42:04 +0000 (UTC) (envelope-from mmuthmann@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id ABEAA43D49 for ; Thu, 30 Mar 2006 21:42:03 +0000 (GMT) (envelope-from mmuthmann@gmx.net) Received: (qmail invoked by alias); 30 Mar 2006 21:42:02 -0000 Received: from p54929BF3.dip0.t-ipconnect.de (EHLO Dirac) [84.146.155.243] by mail.gmx.net (mp040) with SMTP; 30 Mar 2006 23:42:02 +0200 X-Authenticated: #1009348 From: Matthias Muthmann To: Dejan Lesjak In-Reply-To: <200603302120.k2ULKMgj090882@freefall.freebsd.org> References: <200603302120.k2ULKMgj090882@freefall.freebsd.org> Content-Type: text/plain Date: Thu, 30 Mar 2006 23:42:01 +0200 Message-Id: <1143754921.8118.4.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-sparc64@FreeBSD.org Subject: Re: sparc64/94886: Cant install xorg/sparc64/Creator3D X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 21:42:04 -0000 > > As far as I can tell cfb was rather completely removed from X.org. I'll see if > it is feasible to make a patch to remove the references instead. This has already been done in Xorg-cvs. http://webcvs.freedesktop.org/xorg/driver/xf86-video-sunffb/ChangeLog?rev=1.12&view=markup I put the change in the 6.9 source and this solved the problem. Matthias -- Matthias Muthmann From owner-freebsd-sparc64@FreeBSD.ORG Thu Mar 30 21:54:47 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E057216A41F for ; Thu, 30 Mar 2006 21:54:47 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mailman.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A3AF43D48 for ; Thu, 30 Mar 2006 21:54:47 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail4.ijs.si [193.2.4.66]) by mail.ijs.si (Postfix) with ESMTP id 2DD2F17B834; Thu, 30 Mar 2006 23:54:46 +0200 (CEST) X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GKDt1SHiKbqP; Thu, 30 Mar 2006 23:54:39 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by mail.ijs.si (Postfix) with ESMTP id 3CD7E17B82B; Thu, 30 Mar 2006 23:54:39 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 2075217030; Thu, 30 Mar 2006 23:54:39 +0200 (CEST) From: Dejan Lesjak To: Matthias Muthmann Date: Thu, 30 Mar 2006 23:54:36 +0200 User-Agent: KMail/1.9.1 References: <200603302120.k2ULKMgj090882@freefall.freebsd.org> <1143754921.8118.4.camel@localhost> In-Reply-To: <1143754921.8118.4.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603302354.38416.dejan.lesjak@ijs.si> Cc: freebsd-sparc64@freebsd.org Subject: Re: sparc64/94886: Cant install xorg/sparc64/Creator3D X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 21:54:48 -0000 On Thursday 30 March 2006 23:42, Matthias Muthmann wrote: > > As far as I can tell cfb was rather completely removed from X.org. I'll > > see if it is feasible to make a patch to remove the references instead. > > This has already been done in Xorg-cvs. Well yes, that is where I looked :-) > http://webcvs.freedesktop.org/xorg/driver/xf86-video-sunffb/ChangeLog?rev=1 >.12&view=markup I put the change in the 6.9 source and this solved the > problem. Ah so it just works with this single commit change and nothing else needs to be modified? It should be easy to put this in ports then. Thanks! Dejan From owner-freebsd-sparc64@FreeBSD.ORG Thu Mar 30 21:58:59 2006 Return-Path: X-Original-To: freebsd-sparc64@hub.freebsd.org Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C55016A401; Thu, 30 Mar 2006 21:58:59 +0000 (UTC) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B60C843D58; Thu, 30 Mar 2006 21:58:57 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (lesi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2ULwvO3096804; Thu, 30 Mar 2006 21:58:57 GMT (envelope-from lesi@freefall.freebsd.org) Received: (from lesi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2ULwvpP096800; Thu, 30 Mar 2006 21:58:57 GMT (envelope-from lesi) Date: Thu, 30 Mar 2006 21:58:57 GMT From: Dejan Lesjak Message-Id: <200603302158.k2ULwvpP096800@freefall.freebsd.org> To: andrew@grillet.co.uk, lesi@FreeBSD.org, freebsd-sparc64@FreeBSD.org, lesi@FreeBSD.org Cc: Subject: Re: sparc64/94886: Cant install xorg/sparc64/Creator3D X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 21:58:59 -0000 Synopsis: Cant install xorg/sparc64/Creator3D State-Changed-From-To: open->analyzed State-Changed-By: lesi State-Changed-When: Thu Mar 30 21:56:08 UTC 2006 State-Changed-Why: Incorporating post-7.0 changes from X.org CVS should fix this. Responsible-Changed-From-To: freebsd-sparc64->lesi Responsible-Changed-By: lesi Responsible-Changed-When: Thu Mar 30 21:56:08 UTC 2006 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=94886 From owner-freebsd-sparc64@FreeBSD.ORG Fri Mar 31 06:20:24 2006 Return-Path: X-Original-To: freebsd-sparc64@hub.freebsd.org Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FB5316A400 for ; Fri, 31 Mar 2006 06:20:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C96CA43D46 for ; Fri, 31 Mar 2006 06:20:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2V6KN4u028003 for ; Fri, 31 Mar 2006 06:20:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2V6KNb5028002; Fri, 31 Mar 2006 06:20:23 GMT (envelope-from gnats) Date: Fri, 31 Mar 2006 06:20:23 GMT Message-Id: <200603310620.k2V6KNb5028002@freefall.freebsd.org> To: freebsd-sparc64@FreeBSD.org From: Andrew Belashov Cc: Subject: Re: sparc64/94778: panic in intr_fast() X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrew Belashov List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2006 06:20:24 -0000 The following reply was made to PR sparc64/94778; it has been noted by GNATS. From: Andrew Belashov To: bug-followup@FreeBSD.org Cc: Subject: Re: sparc64/94778: panic in intr_fast() Date: Fri, 31 Mar 2006 10:12:58 +0400 With following workaround the kernel does not a panic: --- interrupt.S.diff begins here --- --- sys/sparc64/sparc64/interrupt.S.orig Sat Apr 16 19:05:56 2005 +++ sys/sparc64/sparc64/interrupt.S Thu Mar 30 13:35:18 2006 @@ -159,7 +159,7 @@ ret restore -2: wrpr %g0, PSTATE_NORMAL, %pstate +2: /* wrpr %g0, PSTATE_NORMAL, %pstate */ ldx [%l0 + IR_NEXT], %l1 brnz,pt %l1, 3f --- interrupt.S.diff ends here --- Whether it is necessary to do interrupt handler queue operations (add to queue/remove from queue) as atomic? -- Andrew Belashov From owner-freebsd-sparc64@FreeBSD.ORG Fri Mar 31 19:51:28 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7586E16A401 for ; Fri, 31 Mar 2006 19:51:28 +0000 (UTC) (envelope-from yashy@mail.yashy.com) Received: from proksie.yashy.com (mail.yashy.com [206.248.137.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D9F243D48 for ; Fri, 31 Mar 2006 19:51:28 +0000 (GMT) (envelope-from yashy@mail.yashy.com) Message-ID: <442D8878.8060506@mail.yashy.com> Date: Fri, 31 Mar 2006 14:52:24 -0500 From: Yasholomew Yashinski User-Agent: Mail/News 1.5 (X11/20060228) MIME-Version: 1.0 To: freebsd-sparc64@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: SunPCI card X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2006 19:51:28 -0000 Anyone know if SunPCI cards will work under FreeBSD/sparc64? I just got a few, so if you're in Ottawa (Canada) and interested in getting it working, drop me a line. I will be at BSDCan, so we could arrange something then if there is anyone interested.. Cheers, -- Yashy