From owner-freebsd-mobile@FreeBSD.ORG Sun May 28 01:11:06 2006 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9A4216C506 for ; Sun, 28 May 2006 01:00:51 +0000 (UTC) (envelope-from mbsd@pacbell.net) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B69443D55 for ; Sun, 28 May 2006 01:00:48 +0000 (GMT) (envelope-from mbsd@pacbell.net) Received: from pimout7-ext.prodigy.net (pimout7-int.prodigy.net [207.115.4.147]) by ylpvm15.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k4S10sEs012510 for ; Sat, 27 May 2006 21:00:54 -0400 X-ORBL: [71.139.16.39] DomainKey-Signature: a=rsa-sha1; s=sbc01; d=pacbell.net; c=nofws; q=dns; h=date:from:x-x-sender:to:cc:subject:in-reply-to:message-id: references:mime-version:content-type; b=gCxeObRXfHRAJkbUDYR8Z6bssSLSBIARnBOGTsHQkPZ8obrJGFlYNEMx8V3U8kFDF zHtZodOxepbZeJ8NWV4yA== Received: from antec (ppp-71-139-16-39.dsl.snfc21.pacbell.net [71.139.16.39]) by pimout7-ext.prodigy.net (8.13.6 out.dk/8.13.6) with ESMTP id k4S10hAY164912; Sat, 27 May 2006 21:00:43 -0400 Date: Sat, 27 May 2006 18:00:42 -0700 (PDT) From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= X-X-Sender: mikko@antec.home To: Mike Silbersack In-Reply-To: <20060527135922.C7405@odysseus.silby.com> Message-ID: <20060527174928.V18218@antec.home> References: <20060527135922.C7405@odysseus.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Makoto Matsushita , mobile@freebsd.org, Ben Kaduk Subject: Re: Making progress on if_bfe X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2006 01:11:16 -0000 On Sat, 27 May 2006, Mike Silbersack wrote: > > I started working on if_bfe again, and I am able to reproduce the problems > that people with 512MB of ram started to report after I fixed the driver for > people with > 1G of ram. I have some ideas on what is going on, but no fix > yet. > > For anyone who has time (no matter what size ram you have), I'd like you to > try the attached patch. The patch is very simple - instead of interrupt > storming, it tells you why the bfe card is unhappy, and downs the interface > instead of continually attempting to restart it. The interrupt storm was a > side-effect of the card complaining, and the driver continually trying to > restart the card. > > So, apply the patch, then try with 128 as the values for BFE_TX_LIST_CNT and > BFE_RX_LIST_CNT, see what happens, then try with 511 and see what happens. > Then e-mail me the results. This will confirm that you are seeing the same > errors from the card that I am. > > Oh, and once you're done with that, go back to using the values for > BFE_TX_LIST_CNT and BFE_RX_LIST_CNT that work for you. :) As I don't have the interrupt storm problem (I'm one of the "people with > 1G of ram" :), the patch produces no output for me. The interface still silently hangs with *_CNT set to 511 and still works with *_CNT at 128 (seems to work at 256 as well, btw). While on the subject of if_bfe; does your activity light work? Mine just stays on solid unless I apply a patch like this: --- if_bfe.c.orig Sat May 27 17:33:10 2006 +++ if_bfe.c Sat May 27 17:46:18 2006 @@ -1460,10 +1460,12 @@ miisc = LIST_NEXT(miisc, mii_list)) mii_phy_reset(miisc); } mii_mediachg(mii); + bfe_setupphy(sc); + return (0); } /* * Report current media status. I guess the settings are clobbered by mii_phy_reset(), and have to be re-applied. The real fix might be to configure the LED settings in bmtphy, but this works for me. $.02, /Mikko From owner-freebsd-mobile@FreeBSD.ORG Sun May 28 12:23:17 2006 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AAEC16BADD for ; Sun, 28 May 2006 12:23:17 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id D430543D46 for ; Sun, 28 May 2006 12:23:16 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 6256 invoked from network); 28 May 2006 22:23:16 +1000 Received: from 203-217-63-189.dyn.iinet.net.au (HELO localhost) (203.217.63.189) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 28 May 2006 22:23:16 +1000 Date: Sun, 28 May 2006 22:23:11 +1000 From: Norberto Meijome To: Fabian Keil Message-ID: <20060528222311.10b13db7@localhost> In-Reply-To: <20060525145951.173f1a2b@localhost> References: <20060510121149.7ba4fc5a@localhost> <20060510052528.GA11015@droopy.unibe.ch> <20060510172547.19d29ac5@localhost> <20060510153801.5102a3a9@localhost> <20060524195310.GA13682@droopy.unibe.ch> <20060524203933.GA13782@droopy.unibe.ch> <20060525145951.173f1a2b@localhost> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Tobias Roth , mobile@freebsd.org Subject: Re: DRI on Radeon 9500 Mobile X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2006 12:23:28 -0000 On Thu, 25 May 2006 14:59:51 +0200 Fabian Keil wrote: > With the patch applied, and acpi_video.ko, radeon.ko and drm.ko loaded > my dmesg shows: Should I have acpi_video loaded if I already load acpi_ibm ? _ibm seems to provide what _video does (from a quick scan to _video's manpage) cheers, Beto From owner-freebsd-mobile@FreeBSD.ORG Sun May 28 12:37:12 2006 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAB8216B33D for ; Sun, 28 May 2006 12:37:12 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EC9943D5F for ; Sun, 28 May 2006 12:37:08 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 27529 invoked from network); 28 May 2006 12:37:07 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.50.150.41]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 28 May 2006 12:37:07 -0000 Date: Sun, 28 May 2006 14:36:59 +0200 From: Fabian Keil To: Norberto Meijome Message-ID: <20060528143659.036f8182@localhost> In-Reply-To: <20060528222311.10b13db7@localhost> References: <20060510121149.7ba4fc5a@localhost> <20060510052528.GA11015@droopy.unibe.ch> <20060510172547.19d29ac5@localhost> <20060510153801.5102a3a9@localhost> <20060524195310.GA13682@droopy.unibe.ch> <20060524203933.GA13782@droopy.unibe.ch> <20060525145951.173f1a2b@localhost> <20060528222311.10b13db7@localhost> X-Mailer: Sylpheed-Claws 2.1.1 (GTK+ 2.8.17; i386-portbld-freebsd6.1) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc User-Agent: 321 test Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_9/LW=SUox=iI367ZZm/vo93"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: mobile@freebsd.org Subject: Re: DRI on Radeon 9500 Mobile X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2006 12:37:14 -0000 --Sig_9/LW=SUox=iI367ZZm/vo93 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Norberto Meijome wrote: > On Thu, 25 May 2006 14:59:51 +0200 > Fabian Keil wrote: >=20 > > With the patch applied, and acpi_video.ko, radeon.ko and drm.ko > > loaded my dmesg shows: >=20 > Should I have acpi_video loaded if I already load acpi_ibm ? _ibm > seems to provide what _video does (from a quick scan to _video's > manpage) Maybe your scan was a little to quick. They have quite different features and the same goes for their man pages.=20 Fabian --=20 http://www.fabiankeil.de/ --Sig_9/LW=SUox=iI367ZZm/vo93 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEeZlxjV8GA4rMKUQRAmEpAKCgKl3nqUNAx6BTnyGpc/dYRj8TMQCfWQxR 9EXpuU0Oenx94PgY8M/BWZM= =BCai -----END PGP SIGNATURE----- --Sig_9/LW=SUox=iI367ZZm/vo93-- From owner-freebsd-mobile@FreeBSD.ORG Sun May 28 12:44:08 2006 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 033CD16A775 for ; Sun, 28 May 2006 12:44:08 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA07C43D55 for ; Sun, 28 May 2006 12:44:05 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 6747 invoked from network); 28 May 2006 22:44:05 +1000 Received: from 203-217-63-189.dyn.iinet.net.au (HELO localhost) (203.217.63.189) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 28 May 2006 22:44:05 +1000 Date: Sun, 28 May 2006 22:44:00 +1000 From: Norberto Meijome To: Fabian Keil Message-ID: <20060528224400.5bd38498@localhost> In-Reply-To: <20060528143659.036f8182@localhost> References: <20060510121149.7ba4fc5a@localhost> <20060510052528.GA11015@droopy.unibe.ch> <20060510172547.19d29ac5@localhost> <20060510153801.5102a3a9@localhost> <20060524195310.GA13682@droopy.unibe.ch> <20060524203933.GA13782@droopy.unibe.ch> <20060525145951.173f1a2b@localhost> <20060528222311.10b13db7@localhost> <20060528143659.036f8182@localhost> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: mobile@freebsd.org Subject: Re: DRI on Radeon 9500 Mobile X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2006 12:44:11 -0000 On Sun, 28 May 2006 14:36:59 +0200 Fabian Keil wrote: > > Should I have acpi_video loaded if I already load acpi_ibm ? _ibm > > seems to provide what _video does (from a quick scan to _video's > > manpage) >=20 > Maybe your scan was a little to quick. They have quite > different features and the same goes for their man pages.=20 touch=E9 :) but the _ibm allows me to control the brightness of lcd,etc... so... what do I really gain by having _video loaded.? thanks :) Beto From owner-freebsd-mobile@FreeBSD.ORG Sun May 28 13:02:49 2006 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7077E16BDE3 for ; Sun, 28 May 2006 13:02:49 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.18.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BB8143D46 for ; Sun, 28 May 2006 13:02:48 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 4103 invoked from network); 28 May 2006 13:02:46 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.50.150.41]) (envelope-sender ) by smtprelay03.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 28 May 2006 13:02:46 -0000 Date: Sun, 28 May 2006 15:02:39 +0200 From: Fabian Keil To: Norberto Meijome Message-ID: <20060528150239.43976006@localhost> In-Reply-To: <20060528224400.5bd38498@localhost> References: <20060510121149.7ba4fc5a@localhost> <20060510052528.GA11015@droopy.unibe.ch> <20060510172547.19d29ac5@localhost> <20060510153801.5102a3a9@localhost> <20060524195310.GA13682@droopy.unibe.ch> <20060524203933.GA13782@droopy.unibe.ch> <20060525145951.173f1a2b@localhost> <20060528222311.10b13db7@localhost> <20060528143659.036f8182@localhost> <20060528224400.5bd38498@localhost> X-Mailer: Sylpheed-Claws 2.1.1 (GTK+ 2.8.17; i386-portbld-freebsd6.1) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc User-Agent: 321 test Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_F0R0gA5=1wv7WH_rNbwYqZG"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: mobile@freebsd.org Subject: Re: DRI on Radeon 9500 Mobile X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2006 13:02:56 -0000 --Sig_F0R0gA5=1wv7WH_rNbwYqZG Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Norberto Meijome wrote: > On Sun, 28 May 2006 14:36:59 +0200 > Fabian Keil wrote: >=20 > > > Should I have acpi_video loaded if I already load acpi_ibm ? _ibm > > > seems to provide what _video does (from a quick scan to _video's > > > manpage) > >=20 > > Maybe your scan was a little to quick. They have quite > > different features and the same goes for their man pages.=20 >=20 > touch=E9 :) but the _ibm allows me to control the brightness of > lcd,etc... so... what do I really gain by having _video loaded.? You gain a few additional sysctls to play with:=20 fk@TP51 ~ $sysctl hw.acpi.video hw.acpi.video.lcd0.active: 1 hw.acpi.video.crt0.active: 0 hw.acpi.video.tv0.active: 0 hw.acpi.video.out0.active: 0 If you need them is another question, at least for me the defaults are ok and I never changed them. I always assumed acpi_video was somehow needed to get suspend/resume working, but at least the man page doesn't back up this assumption. Fabian --=20 http://www.fabiankeil.de/ --Sig_F0R0gA5=1wv7WH_rNbwYqZG Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEeZ90jV8GA4rMKUQRAjOJAKC9KZ9RKtqOL2+6KLH8DYnPWmsxegCeMLMF QSA3KM2ejRHHUnUaPJN3Pc0= =rvDn -----END PGP SIGNATURE----- --Sig_F0R0gA5=1wv7WH_rNbwYqZG-- From owner-freebsd-mobile@FreeBSD.ORG Sun May 28 18:59:08 2006 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43F2A16AFBB for ; Sun, 28 May 2006 18:59:08 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.FreeBSD.org (Postfix) with SMTP id 35D4343D53 for ; Sun, 28 May 2006 18:59:06 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 5911 invoked from network); 28 May 2006 18:59:06 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 28 May 2006 18:59:06 -0000 X-pair-Authenticated: 209.68.2.70 Date: Sun, 28 May 2006 13:59:04 -0500 (CDT) From: Mike Silbersack To: Makoto Matsushita , Ben Kaduk , "[ISO-8859-1] Mikko Tyljrvi" In-Reply-To: <20060527135922.C7405@odysseus.silby.com> Message-ID: <20060528134625.B743@odysseus.silby.com> References: <20060527135922.C7405@odysseus.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: mobile@freebsd.org Subject: Re: Making progress on if_bfe - fixed! X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2006 18:59:08 -0000 Well, I think it's finally fixed this time. I just committed changes to both if_bfe and to the busdma subsystem for i386 and amd64. The reason changing if_bfereg.h affected things is because changing the RX/TX list sizes was changing how they were aligned, and the broadcom 4400 series cares deeply about how things are aligned. Please cvsup and tell me how it goes (good or bad.) Thanks, Mike "Silby" Silbersack From owner-freebsd-mobile@FreeBSD.ORG Sun May 28 23:00:30 2006 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E06B216BDF5 for ; Sun, 28 May 2006 22:56:41 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7718143D46 for ; Sun, 28 May 2006 22:56:41 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 29546 invoked from network); 29 May 2006 08:56:40 +1000 Received: from 203-217-63-189.dyn.iinet.net.au (HELO localhost) (203.217.63.189) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 29 May 2006 08:56:40 +1000 Date: Mon, 29 May 2006 08:56:36 +1000 From: Norberto Meijome To: Fabian Keil Message-ID: <20060529085636.1d0a9bbc@localhost> In-Reply-To: <20060528150239.43976006@localhost> References: <20060510121149.7ba4fc5a@localhost> <20060510052528.GA11015@droopy.unibe.ch> <20060510172547.19d29ac5@localhost> <20060510153801.5102a3a9@localhost> <20060524195310.GA13682@droopy.unibe.ch> <20060524203933.GA13782@droopy.unibe.ch> <20060525145951.173f1a2b@localhost> <20060528222311.10b13db7@localhost> <20060528143659.036f8182@localhost> <20060528224400.5bd38498@localhost> <20060528150239.43976006@localhost> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.18; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: mobile@freebsd.org Subject: Re: DRI on Radeon 9500 Mobile X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2006 23:00:31 -0000 On Sun, 28 May 2006 15:02:39 +0200 Fabian Keil wrote: > Norberto Meijome wrote: >=20 > > On Sun, 28 May 2006 14:36:59 +0200 > > Fabian Keil wrote: > >=20 > > > > Should I have acpi_video loaded if I already load acpi_ibm ? _ibm > > > > seems to provide what _video does (from a quick scan to _video's > > > > manpage) > > >=20 > > > Maybe your scan was a little to quick. They have quite > > > different features and the same goes for their man pages.=20 > >=20 > > touch=E9 :) but the _ibm allows me to control the brightness of > > lcd,etc... so... what do I really gain by having _video loaded.? >=20 > You gain a few additional sysctls to play with:=20 >=20 > fk@TP51 ~ $sysctl hw.acpi.video > hw.acpi.video.lcd0.active: 1 > hw.acpi.video.crt0.active: 0 > hw.acpi.video.tv0.active: 0 > hw.acpi.video.out0.active: 0 gotcha >=20 > If you need them is another question, at least for > me the defaults are ok and I never changed them. will give it a try - would be useful if they are RW >=20 > I always assumed acpi_video was somehow needed to get > suspend/resume working, but at least the man page > doesn't back up this assumption. >=20 > Fabian well, i havent needed it when using acpi_ibm (or acpi_toshiba for that matt= er). thanks for the info, Beto From owner-freebsd-mobile@FreeBSD.ORG Mon May 29 08:02:29 2006 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B56EF16A82D for ; Mon, 29 May 2006 08:02:29 +0000 (UTC) (envelope-from matusita@jp.FreeBSD.org) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C85A43D77 for ; Mon, 29 May 2006 08:02:27 +0000 (GMT) (envelope-from matusita@jp.FreeBSD.org) Received: from [192.168.120.243] (localhost [127.0.0.1]) by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id k4T829Q80501; Mon, 29 May 2006 17:02:11 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Message-ID: <447AAA80.3080106@jp.FreeBSD.org> Date: Mon, 29 May 2006 17:02:08 +0900 From: Makoto Matsushita User-Agent: Thunderbird MIME-Version: 1.0 To: Mike Silbersack References: <20060527135922.C7405@odysseus.silby.com> <20060528134625.B743@odysseus.silby.com> In-Reply-To: <20060528134625.B743@odysseus.silby.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: mobile@freebsd.org, Ben Kaduk Subject: Re: Making progress on if_bfe - fixed! X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 08:02:30 -0000 > Please cvsup and tell me how it goes (good or bad.) Works well here with the latest 7-current, thank you so much! -- Makoto `MAR' Matsushita From owner-freebsd-mobile@FreeBSD.ORG Mon May 29 10:46:48 2006 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 644FD16A42B; Mon, 29 May 2006 10:46:48 +0000 (UTC) (envelope-from interscholastic@ipodgarage.com) Received: from 2116.sts.virtua.com.br (2116.sts.virtua.com.br [200.213.211.6]) by mx1.FreeBSD.org (Postfix) with SMTP id BCB9C43D4C; Mon, 29 May 2006 10:46:45 +0000 (GMT) (envelope-from interscholastic@ipodgarage.com) Date: Mon, 29 May 2006 10:46:58 +0000 From: "tennasa traore" X-Mailer: The Bat! (v3.5.34) Professional X-Priority: 3 (Normal) Message-ID: <90908503.20060202063554@200.213.211.6> To: mobile@freebsd.org MIME-Version: 1.0 Content-Type: multipart/related; boundary="----------53D40CE1F627A89B" X-Antivirus: avast! (VPS 0621-4, 26/05/2006), Outbound message X-Antivirus-Status: Clean X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Think globally, act loco X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: interscholastic@ipodgarage.com List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 10:46:48 -0000 ------------53D40CE1F627A89B Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Hello, [cid:53D40CE1.F627A89B.53D40CE1.F627A89B_csseditor] upadukadel[dot]com ---- It was that time of the year, the turning-point of summer, when the crops of the present year are a certainty, when one begins to think of the sowing for next year, and the mowing is at hand; when the rye is all in ear, though its ears are still light, not yet full, and it waves in gray-green billows in the wind; when the green oats, with tufts of yellow grass scattered here and there among it, droop irregularly over the late-sown fields; when the early buckwheat is already out and hiding the ground; when the fallow lands, trodden hard as stone by the cattle, are half ploughed over, with paths left untouched by the plough; when from the dry dung-heaps carted onto the fields there comes at sunset a smell of manure mixed with meadow-sweet, and on the low-lying lands the riverside meadows are a thick sea of grass waiting for the mowing, with blackened heaps of the stalks of sorrel among it. It was the time when there comes a brief pause in the toil of the fields before the beginning of the labors of harvest--every year recurring, every year straining every nerve of the peasants. The crop was a splendid one, and bright, hot summer days had set in with short, dewy nights. The brothers had to drive through the woods to reach the meadows. ------------53D40CE1F627A89B-- From owner-freebsd-mobile@FreeBSD.ORG Mon May 29 15:09:53 2006 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CB9716A784 for ; Mon, 29 May 2006 15:09:53 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6238643D7F for ; Mon, 29 May 2006 15:09:42 +0000 (GMT) (envelope-from uspoerlein@gmail.com) Received: by nf-out-0910.google.com with SMTP id n28so213941nfc for ; Mon, 29 May 2006 08:09:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to; b=lfuxt/O6KPL2IkxPh+oSvOiNG4KFNUlIBTg2fqLbDqCagy43i9BLbf0LHpayO9wJqGsYtaLCbODgp6j0bAeZshwM1O5jEcZRlbIAIKc8El0uhphrMNIVafnJAUUNw+nm7bwQOVwViHef7wlP3phFjBHjZKVtONRCVHpUJj+DVk8= Received: by 10.49.33.18 with SMTP id l18mr1804024nfj; Mon, 29 May 2006 08:03:24 -0700 (PDT) Received: from roadrunner.q.local ( [217.185.119.248]) by mx.gmail.com with ESMTP id l32sm296805nfa.2006.05.29.08.03.22; Mon, 29 May 2006 08:03:23 -0700 (PDT) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.6/8.13.6) with ESMTP id k4TF3CP7006512; Mon, 29 May 2006 17:03:14 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.q.local (8.13.6/8.13.6/Submit) id k4TEYk7M005671; Mon, 29 May 2006 16:34:46 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Date: Mon, 29 May 2006 16:34:46 +0200 From: Ulrich Spoerlein To: Mike Silbersack Message-ID: <20060529143446.GC1117@roadrunner.q.local> Mail-Followup-To: Mike Silbersack , mobile@freebsd.org References: <20060527135922.C7405@odysseus.silby.com> <20060528134625.B743@odysseus.silby.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+nBD6E3TurpgldQp" Content-Disposition: inline In-Reply-To: <20060528134625.B743@odysseus.silby.com> Cc: mobile@freebsd.org Subject: Re: Making progress on if_bfe - fixed! X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 15:09:56 -0000 --+nBD6E3TurpgldQp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Mike Silbersack wrote: > Well, I think it's finally fixed this time. I just committed changes to = both if_bfe and to=20 > the busdma subsystem for i386 and amd64. >=20 > The reason changing if_bfereg.h affected things is because changing the R= X/TX list sizes was=20 > changing how they were aligned, and the broadcom 4400 series cares deeply= about how things=20 > are aligned. >=20 > Please cvsup and tell me how it goes (good or bad.) I only have =3D1GB, but there are other bugs in if_bfe(4). I'd be glad if you could take a peek at kern/98015. Thanks! Ulrich Spoerlein --=20 PGP Key ID: 20FEE9DD Encrypted mail welcome! Fingerprint: AEC9 AF5E 01AC 4EE1 8F70 6CBD E76E 2227 20FE E9DD Which is worse: ignorance or apathy? Don't know. Don't care. --+nBD6E3TurpgldQp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEewaG524iJyD+6d0RAiIoAKCPMuwS7v6tC+BR2fUoTnD0zb9prgCeMZ1x HFY77QJ1FaZp1mqjJzbq/8w= =+faG -----END PGP SIGNATURE----- --+nBD6E3TurpgldQp-- From owner-freebsd-mobile@FreeBSD.ORG Mon May 29 15:10:12 2006 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8930616A606 for ; Mon, 29 May 2006 15:10:00 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5888643D7C for ; Mon, 29 May 2006 15:09:42 +0000 (GMT) (envelope-from uspoerlein@gmail.com) Received: by nf-out-0910.google.com with SMTP id y38so227860nfb for ; Mon, 29 May 2006 08:09:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to; b=VvS6rDQwqnpMFGNDMtLJsof5QRtd5JrILby8ov4tYutfWh28ahNlkp2fFJVOpiU9IRg+piQvcxZ8gBL3GAcaxbGLETb/tVhqSF8MepSelXJZ8AORWgNxw55lkT/WPhSMzr2sO3VXtcG96JFbv40YmbNJXLsfgTjwTjFWSqIIBnw= Received: by 10.49.32.10 with SMTP id k10mr1738298nfj; Mon, 29 May 2006 08:03:30 -0700 (PDT) Received: from roadrunner.q.local ( [217.185.119.248]) by mx.gmail.com with ESMTP id l32sm296805nfa.2006.05.29.08.03.27; Mon, 29 May 2006 08:03:29 -0700 (PDT) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.6/8.13.6) with ESMTP id k4TF3CP9006512; Mon, 29 May 2006 17:03:15 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.q.local (8.13.6/8.13.6/Submit) id k4TEWxcK005636; Mon, 29 May 2006 16:32:59 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Date: Mon, 29 May 2006 16:32:58 +0200 From: Ulrich Spoerlein To: Fabian Keil Message-ID: <20060529143258.GB1117@roadrunner.q.local> Mail-Followup-To: Fabian Keil , Norberto Meijome , mobile@freebsd.org References: <20060510052528.GA11015@droopy.unibe.ch> <20060510172547.19d29ac5@localhost> <20060510153801.5102a3a9@localhost> <20060524195310.GA13682@droopy.unibe.ch> <20060524203933.GA13782@droopy.unibe.ch> <20060525145951.173f1a2b@localhost> <20060528222311.10b13db7@localhost> <20060528143659.036f8182@localhost> <20060528224400.5bd38498@localhost> <20060528150239.43976006@localhost> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GID0FwUMdk1T2AWN" Content-Disposition: inline In-Reply-To: <20060528150239.43976006@localhost> Cc: Norberto Meijome , mobile@freebsd.org Subject: Re: DRI on Radeon 9500 Mobile X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 15:10:17 -0000 --GID0FwUMdk1T2AWN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Fabian Keil wrote: > You gain a few additional sysctls to play with:=20 >=20 > fk@TP51 ~ $sysctl hw.acpi.video > hw.acpi.video.lcd0.active: 1 > hw.acpi.video.crt0.active: 0 > hw.acpi.video.tv0.active: 0 > hw.acpi.video.out0.active: 0 >=20 > If you need them is another question, at least for > me the defaults are ok and I never changed them. >=20 > I always assumed acpi_video was somehow needed to get > suspend/resume working, but at least the man page > doesn't back up this assumption. I need it for my Dell to turn off the LCD via sysctl and devd. It is also needed to turn on the S-Video out (last I checked, I can't remember all the hairy details). Ulrich Spoerlein --=20 PGP Key ID: 20FEE9DD Encrypted mail welcome! Fingerprint: AEC9 AF5E 01AC 4EE1 8F70 6CBD E76E 2227 20FE E9DD Which is worse: ignorance or apathy? Don't know. Don't care. --GID0FwUMdk1T2AWN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEewYa524iJyD+6d0RAsz0AKCoy7cZv4D4RbrvhfbOISQD4R8BWwCgmLiL KV4eMTP0dQ99S5nW7NKLsEM= =AqlA -----END PGP SIGNATURE----- --GID0FwUMdk1T2AWN-- From owner-freebsd-mobile@FreeBSD.ORG Mon May 29 19:08:15 2006 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85C9616A4E3 for ; Mon, 29 May 2006 19:08:15 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE67A43D55 for ; Mon, 29 May 2006 19:08:14 +0000 (GMT) (envelope-from minimarmot@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so216729uge for ; Mon, 29 May 2006 12:08:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fIQhVReSTz/ErYscBWCQdWr9VrXypV2+202vLAopK0ylOPHGWu49FtugMwulkbm3mwBDD52TDxD6fY6R7vgU7FMcFnCIC2Bgv7o0BpZOu5vgkkljTsuq+VO2h3CCNuIjLGV3Sebqm1/2vzDuWGi+MG318uyqExvcspPp4hH/EYQ= Received: by 10.67.129.5 with SMTP id g5mr2025642ugn; Mon, 29 May 2006 10:01:13 -0700 (PDT) Received: by 10.67.87.3 with HTTP; Mon, 29 May 2006 10:01:13 -0700 (PDT) Message-ID: <47d0403c0605291001ie0354c8ydfd603805cfbf031@mail.gmail.com> Date: Mon, 29 May 2006 17:01:13 +0000 From: "Ben Kaduk" To: "Mike Silbersack" In-Reply-To: <20060528134625.B743@odysseus.silby.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060527135922.C7405@odysseus.silby.com> <20060528134625.B743@odysseus.silby.com> Cc: Makoto Matsushita , mobile@freebsd.org Subject: Re: Making progress on if_bfe - fixed! X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 19:08:16 -0000 On 5/28/06, Mike Silbersack wrote: > > Well, I think it's finally fixed this time. I just committed changes > to both if_bfe and to the busdma subsystem for i386 and amd64. > > The reason changing if_bfereg.h affected things is because changing the > RX/TX list sizes was changing how they were aligned, and the broadcom 440= 0 > series cares deeply about how things are aligned. > > Please cvsup and tell me how it goes (good or bad.) > > Thanks, > > Mike "Silby" Silbersack > New kernel seems to work fine here (though I only have rev. 1.39 of if_bfe.= c). -Ben Kaduk From owner-freebsd-mobile@FreeBSD.ORG Tue May 30 01:14:14 2006 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3940016A6FF for ; Tue, 30 May 2006 01:14:14 +0000 (UTC) (envelope-from mbsd@pacbell.net) Received: from ylpvm12.prodigy.net (ylpvm12-ext.prodigy.net [207.115.57.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id A70B743D46 for ; Tue, 30 May 2006 01:14:11 +0000 (GMT) (envelope-from mbsd@pacbell.net) Received: from pimout7-ext.prodigy.net (pimout7-int.prodigy.net [207.115.4.147]) by ylpvm12.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k4U1E7um017026 for ; Mon, 29 May 2006 21:14:07 -0400 X-ORBL: [71.139.4.206] DomainKey-Signature: a=rsa-sha1; s=sbc01; d=pacbell.net; c=nofws; q=dns; h=date:from:x-x-sender:to:cc:subject:in-reply-to:message-id: references:mime-version:content-type; b=gKoqYoRmY1RffxNCt11Yxmi+6Iay4KM9bM0g/OouFSUIEy8HVYzC9Y3hk/1rA2xRs ipZTE/VLP0lClijRMm8Yg== Received: from antec (ppp-71-139-4-206.dsl.snfc21.pacbell.net [71.139.4.206]) by pimout7-ext.prodigy.net (8.13.6 out.dk/8.13.6) with ESMTP id k4U1E6ut126926; Mon, 29 May 2006 21:14:06 -0400 Date: Mon, 29 May 2006 18:14:05 -0700 (PDT) From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= X-X-Sender: mikko@antec.home To: Mike Silbersack In-Reply-To: <20060528134625.B743@odysseus.silby.com> Message-ID: <20060529181226.U18218@antec.home> References: <20060527135922.C7405@odysseus.silby.com> <20060528134625.B743@odysseus.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Makoto Matsushita , mobile@freebsd.org, Ben Kaduk Subject: Re: Making progress on if_bfe - fixed! X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2006 01:14:25 -0000 On Sun, 28 May 2006, Mike Silbersack wrote: > Well, I think it's finally fixed this time. I just committed > changes to both if_bfe and to the busdma subsystem for i386 and > amd64. > > The reason changing if_bfereg.h affected things is because changing > the RX/TX list sizes was changing how they were aligned, and the > broadcom 4400 series cares deeply about how things are aligned. > > Please cvsup and tell me how it goes (good or bad.) It works (with 2GB ram), except for the activity light which still requires a patch (see my previous email). /Mikko From owner-freebsd-mobile@FreeBSD.ORG Tue May 30 01:26:16 2006 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AC9416A496 for ; Tue, 30 May 2006 01:26:16 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.FreeBSD.org (Postfix) with SMTP id B890043D48 for ; Tue, 30 May 2006 01:26:15 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 52984 invoked from network); 30 May 2006 01:26:14 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 30 May 2006 01:26:14 -0000 X-pair-Authenticated: 209.68.2.70 Date: Mon, 29 May 2006 20:26:10 -0500 (CDT) From: Mike Silbersack To: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= In-Reply-To: <20060529181226.U18218@antec.home> Message-ID: <20060529202356.T773@odysseus.silby.com> References: <20060527135922.C7405@odysseus.silby.com> <20060528134625.B743@odysseus.silby.com> <20060529181226.U18218@antec.home> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-376210277-1148952370=:773" Cc: Makoto Matsushita , mobile@freebsd.org, Ben Kaduk Subject: Re: Making progress on if_bfe - fixed! X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2006 01:26:20 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-376210277-1148952370=:773 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Mon, 29 May 2006, Mikko Ty=F6l=E4j=E4rvi wrote: > It works (with 2GB ram), except for the activity light which still > requires a patch (see my previous email). > > /Mikko I saw that part of your message, and you're right that my activity=20 light doesn't work either. However, I'm going to put off making any more= =20 changes to the driver for a week or two so that I'm not asking you guys to= =20 do too much testing. :) Thanks for testing this edition of the patch, I'm glad to hear that it's=20 working for you. Mike "Silby" Silbersack --0-376210277-1148952370=:773-- From owner-freebsd-mobile@FreeBSD.ORG Fri Jun 2 04:35:06 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3FA116A7CD for ; Fri, 2 Jun 2006 04:35:06 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1B7343D45 for ; Fri, 2 Jun 2006 04:35:05 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k524WZv5084710; Thu, 1 Jun 2006 22:32:35 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 01 Jun 2006 22:32:41 -0600 (MDT) Message-Id: <20060601.223241.-1303516174.imp@bsdimp.com> To: torfinn.ingolfsen@broadpark.no From: "M. Warner Losh" In-Reply-To: <20060526172545.f1489680.torfinn.ingolfsen@broadpark.no> References: <20060525224047.a1b8c8e9.torfinn.ingolfsen@broadpark.no> <20060526080421.GC744@turion.vk2pj.dyndns.org> <20060526172545.f1489680.torfinn.ingolfsen@broadpark.no> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-mobile@freebsd.org Subject: Re: HP OmniBook 5500CT and PC Card controller with FreeBSD 6.1? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 04:35:07 -0000 In message: <20060526172545.f1489680.torfinn.ingolfsen@broadpark.no> Torfinn Ingolfsen writes: : > This isn't listed in the cbb(4) supported devices. It looks like i= t : > was only supported by OLDCARD and so it doesn't exist in 5.x and : > later. I'm not sure how feasible it would be to implement support. : = : I see that the PD6729 is listed in the pcic(4) man page, so I was : hoping that there were just some tweaking needed. : One thing I know (from running =A4.x on the machine) is that it needs= irq : 11 for the pc card controller to work. : Anyway, if anyone is game for it, I will do all the testing required.= The PD6729 is the ISA part on the PCI bus. It doesn't follow the Yenta standard at all. That's why it doesn't work. If I ever finish the isa attachment, then there's a good cahnce that it may work again. I have a laptop with this part. Warner From owner-freebsd-mobile@FreeBSD.ORG Fri Jun 2 10:12:33 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF31116A420 for ; Fri, 2 Jun 2006 10:12:33 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0800443D62 for ; Fri, 2 Jun 2006 10:12:32 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0J080007U9OVIV10@osl1smout1.broadpark.no> for freebsd-mobile@freebsd.org; Fri, 02 Jun 2006 12:12:31 +0200 (CEST) Received: from kg-work.kg4.no ([80.202.172.162]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0J0800C8Y9OVXJ90@osl1sminn1.broadpark.no> for freebsd-mobile@freebsd.org; Fri, 02 Jun 2006 12:12:31 +0200 (CEST) Date: Fri, 02 Jun 2006 12:12:30 +0200 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH In-reply-to: <20060601.223241.-1303516174.imp@bsdimp.com> To: freebsd-mobile@freebsd.org Message-id: <20060602121230.6cd4ddb4.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.18; i386-portbld-freebsd5.5) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <20060525224047.a1b8c8e9.torfinn.ingolfsen@broadpark.no> <20060526080421.GC744@turion.vk2pj.dyndns.org> <20060526172545.f1489680.torfinn.ingolfsen@broadpark.no> <20060601.223241.-1303516174.imp@bsdimp.com> Subject: Re: HP OmniBook 5500CT and PC Card controller with FreeBSD 6.1? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 10:12:33 -0000 On Thu, 01 Jun 2006 22:32:41 -0600 (MDT) "M. Warner Losh" wrote: > The PD6729 is the ISA part on the PCI bus. It doesn't follow the > Yenta standard at all. That's why it doesn't work. If I ever finish > the isa attachment, then there's a good cahnce that it may work > again. I have a laptop with this part. Aha. So there is no ISA attachment code in FreeBSD &.1 at all? I'll be happy to test any work in progress, if such exists. -- Regards, Torfinn Ingolfsen From owner-freebsd-mobile@FreeBSD.ORG Fri Jun 2 14:31:52 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73E5D16A42A for ; Fri, 2 Jun 2006 14:31:52 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0737F43D4C for ; Fri, 2 Jun 2006 14:31:51 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k52ETRhN096104; Fri, 2 Jun 2006 08:29:28 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 02 Jun 2006 08:29:32 -0600 (MDT) Message-Id: <20060602.082932.110116379.imp@bsdimp.com> To: torfinn.ingolfsen@broadpark.no From: "M. Warner Losh" In-Reply-To: <20060602121230.6cd4ddb4.torfinn.ingolfsen@broadpark.no> References: <20060526172545.f1489680.torfinn.ingolfsen@broadpark.no> <20060601.223241.-1303516174.imp@bsdimp.com> <20060602121230.6cd4ddb4.torfinn.ingolfsen@broadpark.no> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-mobile@freebsd.org Subject: Re: HP OmniBook 5500CT and PC Card controller with FreeBSD 6.1? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 14:31:55 -0000 In message: <20060602121230.6cd4ddb4.torfinn.ingolfsen@broadpark.no> Torfinn Ingolfsen writes: : On Thu, 01 Jun 2006 22:32:41 -0600 (MDT) : "M. Warner Losh" wrote: : : > The PD6729 is the ISA part on the PCI bus. It doesn't follow the : > Yenta standard at all. That's why it doesn't work. If I ever finish : > the isa attachment, then there's a good cahnce that it may work : > again. I have a laptop with this part. : : Aha. So there is no ISA attachment code in FreeBSD &.1 at all? : I'll be happy to test any work in progress, if such exists. There's a broken one in 7.0 for sure. I'd start there. I'll make sure that I commit any WIP I have by the end of the weekend. Warner From owner-freebsd-mobile@FreeBSD.ORG Fri Jun 2 20:46:02 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D27316A5DF for ; Fri, 2 Jun 2006 20:46:02 +0000 (UTC) (envelope-from bweesner@pacga.org) Received: from office.aptiris.com (office.aptiris.com [69.61.31.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB19443D70 for ; Fri, 2 Jun 2006 20:45:57 +0000 (GMT) (envelope-from bweesner@pacga.org) Message-id: Date: Fri, 02 Jun 2006 16:45:57 -0400 X-FC-SERVER-TZ: 15729388 To: freebsd-mobile@freebsd.org From: "Bill Weesner" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Dell TrueMobile 1300 replacement X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 20:46:07 -0000 Do you want to sell 2 Dell TrueMobile 1300 wireless mini-cards? Regards: Bill Weesner, JD Prosecuting Attorneys' Council State of Georgia IS Specialist bweesner@pacga.org 104 Marietta Street NW, Suite 400 Atlanta, GA 30303-2743 770-846-7300 cell www.pacga.org Please note: All mail sent to and from the Prosecuting Attorneys' Council of Georgia is subject to the Public Records Law of Georgia. From owner-freebsd-mobile@FreeBSD.ORG Sat Jun 3 18:02:28 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28C5B16A492 for ; Sat, 3 Jun 2006 18:02:28 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4CFB43D45 for ; Sat, 3 Jun 2006 18:02:27 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FmaSB-000KD9-CF for freebsd-mobile@freebsd.org; Sat, 03 Jun 2006 18:02:27 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FmaS8-0002HA-W1 for freebsd-mobile@freebsd.org; Sat, 03 Jun 2006 08:02:25 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17537.52912.263187.807311@roam.psg.com> Date: Sat, 3 Jun 2006 08:02:24 -1000 To: freebsd-mobile@freebsd.org Subject: t41 rodent device.hints X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 18:02:28 -0000 i blew a mergemaster and lost the cruft for the moused in device.hints for -current. could someone please send the clue-plane to rescue me? thanks randy