From owner-freebsd-smp@FreeBSD.ORG Sun Sep 28 23:13:16 2003 Return-Path: Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B416816A4B3 for ; Sun, 28 Sep 2003 23:13:16 -0700 (PDT) Received: from spf13.us4.outblaze.com (205-158-62-67.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1438C4401E for ; Sun, 28 Sep 2003 23:13:16 -0700 (PDT) (envelope-from avix@mail.com) Received: from 205-158-62-68.outblaze.com (205-158-62-68.outblaze.com [205.158.62.68]) by spf13.us4.outblaze.com (Postfix) with QMQP id BCDF81800408 for ; Mon, 29 Sep 2003 06:13:15 +0000 (GMT) Received: (qmail 14791 invoked from network); 29 Sep 2003 06:13:15 -0000 Received: from unknown (HELO ws1-8.us4.outblaze.com) (205.158.62.59) by 205-158-62-153.outblaze.com with SMTP; 29 Sep 2003 06:13:15 -0000 Received: (qmail 71944 invoked by uid 1001); 29 Sep 2003 06:13:15 -0000 Message-ID: <20030929061315.71943.qmail@mail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [212.18.51.219] by ws1-8.us4.outblaze.com with http for avix@mail.com; Mon, 29 Sep 2003 07:13:15 +0100 From: "Primoz Zaloker" To: freebsd-smp@freebsd.org Date: Mon, 29 Sep 2003 07:13:15 +0100 X-Originating-Ip: 212.18.51.219 X-Originating-Server: ws1-8.us4.outblaze.com Subject: X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2003 06:13:16 -0000 Anyone managed to compile a smp kernel for 'antique' ALR Revolution QSMP (EISA/VL) ? -- __________________________________________________________ Sign-up for your own personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers From owner-freebsd-smp@FreeBSD.ORG Mon Sep 29 14:40:31 2003 Return-Path: Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4645116A4B3 for ; Mon, 29 Sep 2003 14:40:31 -0700 (PDT) Received: from smtp2.vol.cz (smtp2.vol.cz [195.250.128.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEB9443FF2 for ; Mon, 29 Sep 2003 14:40:29 -0700 (PDT) (envelope-from muff-77@post.cz) Received: from webmail3.post.cz (webmail3.post.cz [212.20.96.251]) by smtp2.vol.cz (8.12.8p2/8.12.8) with ESMTP id h8TLeSBp046064 for ; Mon, 29 Sep 2003 23:40:28 +0200 (CEST) (envelope-from muff-77@post.cz) Received: from webmail3.post.cz (localhost [127.0.0.1]) by webmail3.post.cz (8.12.8p2/8.12.8) with ESMTP id h8TLeRwD026648 for ; Mon, 29 Sep 2003 23:40:27 +0200 (CEST) (envelope-from muff-77@post.cz) Received: (from www@localhost) by webmail3.post.cz (8.12.8p2/8.12.8/Submit) id h8TLeRpF026647; Mon, 29 Sep 2003 23:40:27 +0200 (CEST) MIME-Version: 1.0 From: "muff muff" Sender: muff-77@post.cz To: freebsd-smp@freebsd.org Date: Mon, 29 Sep 2003 23:40:27 +0200 (CEST) Message-ID: <0885899cbaced361da02af1b62e8defd@www3.mail.post.cz> X-Mailer: Volny.cz Webmail2 1.37 X-Originating-Ip: 213.211.37.145 X-Originating-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Linux 2.4.2 i386) Opera 7.11 [en] X-Priority: 3 X-MSMail-Priority: Normal Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Subject: irq16:pcm0 consumes much of processors time on SMP X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2003 21:40:31 -0000 Hello list, I have problem in handling interrupts of my pcm0 device. It consumes about 30% processors time continuously and it doesn't matter if I compile sound driver directly to the kernel or as a mudule. In the time of messurement I didnot play any sound or use this device for playing music. It is right after the machine boots. The top commands shows: 53 root -60 -179 OK 12K *Giant 0 28:29 36.33% 36.33% irq16: pcm0 Almost all time it is in *Giant state. I have dual Pentium III 450Mhz and ofcourse kernel compiled with SMP and APIC_IO. Thank you for any suggestion. Regards, Muff -- Potrebujete vice prostoru pro vase stranky? Ptejte se na http://sluzby.volny.cz/cs/product/ftp_paid From owner-freebsd-smp@FreeBSD.ORG Mon Sep 29 21:22:51 2003 Return-Path: Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC9CA16A4B3 for ; Mon, 29 Sep 2003 21:22:51 -0700 (PDT) Received: from junglescene.com (www.eecue.com [64.239.136.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 2328144027 for ; Mon, 29 Sep 2003 21:22:51 -0700 (PDT) (envelope-from eecue@eecue.com) Received: (qmail 67641 invoked from network); 30 Sep 2003 04:22:56 -0000 Received: from localhost (HELO eecue.com) (127.0.0.1) by localhost with SMTP; 30 Sep 2003 04:22:56 -0000 Date: Mon, 29 Sep 2003 21:22:50 -0700 Content-Type: text/plain; delsp=yes; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: freebsd-smp@freebsd.org From: eecue Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.552) cc: Peter_Losher@isc.org Subject: Xeon / SMP hang after SMP launches X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2003 04:22:52 -0000 I just finished building a 5.1-RELEASE SMP kernel. When the kernel boots it ends up hanging right after the 3 other processors are recognized. the last messages i see on the screen are: unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) APIC_IO: routing 8254 via IOAPIC #0 intpin 0 Timecounters tick every 10.000 msec ad0: 76319MB [155061/16/63] at ata0-master UDMA100 ad0: 76319MB [155061/16/63] at ata0-slave UDMA100 ad0: 76319MB [155061/16/63] at ata1-master UDMA100 ad0: 76319MB [155061/16/63] at ata1-slave UDMA100 SMP: AP CPU #3 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #1 Launched! then it just hangs... i'll try leaving it overnight to see if it eventually makes it. I've been digging through the freebsd-smp list archives and i have found several threads that pertain to my problem: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=37362+0+archive/2003/ freebsd-smp/20030803.freebsd-smp (fix didn't work) http://docs.freebsd.org/cgi/getmsg.cgi?fetch=14497+0+archive/2003/ freebsd-smp/20030824.freebsd-smp (no solution listed in thread) does anybody have any idea what the problem is here? btw if i don't disable ACPI the kernel panics before it even gets to the part where it hangs. -eek .... Aaron David Bullock eecue : programmer / designer / admin / human http://eecue.com/ anything is possible From owner-freebsd-smp@FreeBSD.ORG Mon Sep 29 23:00:18 2003 Return-Path: Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9CFB16A4B3 for ; Mon, 29 Sep 2003 23:00:18 -0700 (PDT) Received: from silver.he.iki.fi (helenius.fi [193.64.42.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2772043FB1 for ; Mon, 29 Sep 2003 23:00:17 -0700 (PDT) (envelope-from pete@he.iki.fi) Received: from he.iki.fi (h81.vuokselantie10.fi [193.64.42.129]) by silver.he.iki.fi (8.12.9/8.11.4) with ESMTP id h8U604Nn020057; Tue, 30 Sep 2003 09:00:04 +0300 (EEST) (envelope-from pete@he.iki.fi) Message-ID: <3F791BE3.5070109@he.iki.fi> Date: Tue, 30 Sep 2003 09:00:03 +0300 From: Petri Helenius User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030916 X-Accept-Language: en-us, en MIME-Version: 1.0 To: eecue References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-smp@freebsd.org cc: Peter_Losher@isc.org Subject: Re: Xeon / SMP hang after SMP launches X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2003 06:00:18 -0000 eecue wrote: > > I just finished building a 5.1-RELEASE SMP kernel. When the kernel > boots it ends up hanging right after the 3 other processors are > recognized. > > the last messages i see on the screen are: > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > APIC_IO: routing 8254 via IOAPIC #0 intpin 0 > Timecounters tick every 10.000 msec > ad0: 76319MB [155061/16/63] at ata0-master UDMA100 > ad0: 76319MB [155061/16/63] at ata0-slave UDMA100 > ad0: 76319MB [155061/16/63] at ata1-master UDMA100 > ad0: 76319MB [155061/16/63] at ata1-slave UDMA100 There is something wrong with your ATA drive recognition too because all drives are recognized as ad0. So something goes wrong before the APs are launched. Pete From owner-freebsd-smp@FreeBSD.ORG Mon Sep 29 23:31:46 2003 Return-Path: Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3603C16A4B3 for ; Mon, 29 Sep 2003 23:31:46 -0700 (PDT) Received: from junglescene.com (www.eecue.com [64.239.136.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 3344A44015 for ; Mon, 29 Sep 2003 23:31:45 -0700 (PDT) (envelope-from eecue@eecue.com) Received: (qmail 73845 invoked from network); 30 Sep 2003 06:31:50 -0000 Received: from localhost (HELO eecue.com) (127.0.0.1) by localhost with SMTP; 30 Sep 2003 06:31:50 -0000 Date: Mon, 29 Sep 2003 23:31:44 -0700 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: Petri Helenius From: eecue In-Reply-To: <3F791BE3.5070109@he.iki.fi> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: freebsd-smp@freebsd.org cc: Peter_Losher@isc.org Subject: Re: Xeon / SMP hang after SMP launches X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2003 06:31:46 -0000 On Monday, September 29, 2003, at 11:00 PM, Petri Helenius wrote: > > There is something wrong with your ATA drive recognition too because > all drives are > recognized as ad0. So something goes wrong before the APs are launched. that was me transcribing what was on the terminal... sorry... pretend those are correct. .... Aaron David Bullock eecue : programmer / designer / admin / human http://eecue.com/ anything is possible From owner-freebsd-smp@FreeBSD.ORG Mon Sep 29 23:32:52 2003 Return-Path: Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E64A516A4B3 for ; Mon, 29 Sep 2003 23:32:52 -0700 (PDT) Received: from junglescene.com (www.eecue.com [64.239.136.142]) by mx1.FreeBSD.org (Postfix) with SMTP id B39AD4401F for ; Mon, 29 Sep 2003 23:32:49 -0700 (PDT) (envelope-from eecue@eecue.com) Received: (qmail 73920 invoked from network); 30 Sep 2003 06:32:55 -0000 Received: from localhost (HELO eecue.com) (127.0.0.1) by localhost with SMTP; 30 Sep 2003 06:32:55 -0000 Date: Mon, 29 Sep 2003 23:32:48 -0700 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: eecue From: eecue In-Reply-To: Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: freebsd-smp@freebsd.org cc: Peter_Losher@isc.org Subject: Re: Xeon / SMP hang after SMP launches X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2003 06:32:53 -0000 On Monday, September 29, 2003, at 09:22 PM, eecue wrote: > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > APIC_IO: routing 8254 via IOAPIC #0 intpin 0 > Timecounters tick every 10.000 msec > ad0: 76319MB [155061/16/63] at ata0-master UDMA100 > ad0: 76319MB [155061/16/63] at ata0-slave UDMA100 > ad0: 76319MB [155061/16/63] at ata1-master UDMA100 > ad0: 76319MB [155061/16/63] at ata1-slave UDMA100 > SMP: AP CPU #3 Launched! > SMP: AP CPU #2 Launched! > SMP: AP CPU #1 Launched! should be: unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) APIC_IO: routing 8254 via IOAPIC #0 intpin 0 Timecounters tick every 10.000 msec ad0: 76319MB [155061/16/63] at ata0-master UDMA100 ad1: 76319MB [155061/16/63] at ata0-slave UDMA100 ad2: 76319MB [155061/16/63] at ata1-master UDMA100 ad3: 76319MB [155061/16/63] at ata1-slave UDMA100 SMP: AP CPU #3 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #1 Launched! -eek .... Aaron David Bullock eecue : programmer / designer / admin / human http://eecue.com/ anything is possible From owner-freebsd-smp@FreeBSD.ORG Mon Sep 29 23:40:45 2003 Return-Path: Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B94316A4C0 for ; Mon, 29 Sep 2003 23:40:45 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-107-253.dsl.lsan03.pacbell.net [64.169.107.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id D55D84400B for ; Mon, 29 Sep 2003 23:40:33 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id BDD4D66D32; Mon, 29 Sep 2003 23:40:01 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 9E6087F5; Mon, 29 Sep 2003 23:40:01 -0700 (PDT) Date: Mon, 29 Sep 2003 23:40:01 -0700 From: Kris Kennaway To: muff muff Message-ID: <20030930064001.GA6351@rot13.obsecurity.org> References: <0885899cbaced361da02af1b62e8defd@www3.mail.post.cz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC" Content-Disposition: inline In-Reply-To: <0885899cbaced361da02af1b62e8defd@www3.mail.post.cz> User-Agent: Mutt/1.4.1i cc: freebsd-smp@freebsd.org Subject: Re: irq16:pcm0 consumes much of processors time on SMP X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2003 06:40:45 -0000 --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 29, 2003 at 11:40:27PM +0200, muff muff wrote: > Hello list, >=20 > I have problem in handling interrupts > of my pcm0 device. This is expected..someone needs to work on driver locking in the pcm driver= s. Kris --wRRV7LY7NUeQGEoC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/eSVBWry0BWjoQKURAskTAKClgj2SHdJrDFD0fs7u/B+jIBeUuACfaTOO qMgVqDOeBNZden3+YObLKrY= =gWRz -----END PGP SIGNATURE----- --wRRV7LY7NUeQGEoC-- From owner-freebsd-smp@FreeBSD.ORG Wed Oct 1 22:08:55 2003 Return-Path: Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8767216A4B3 for ; Wed, 1 Oct 2003 22:08:55 -0700 (PDT) Received: from tomts9-srv.bellnexxia.net (tomts9.bellnexxia.net [209.226.175.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F34B43FE0 for ; Wed, 1 Oct 2003 22:08:54 -0700 (PDT) (envelope-from gfuentes72@sympatico.ca) Received: from server ([65.95.16.164]) by tomts9-srv.bellnexxia.net (InterMail vM.5.01.06.04 201-253-122-130-104-20030726) with SMTP id <20031002050853.TQKU16280.tomts9-srv.bellnexxia.net@server> for ; Thu, 2 Oct 2003 01:08:53 -0400 Message-ID: <002801c388a2$e27a6f20$a4105f41@server> From: "Guillermo Fuentes" To: Date: Thu, 2 Oct 2003 01:06:05 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Problem installing FreeBSD 4.8 release or 5.1 current in M754LMR Motherboard. X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2003 05:08:55 -0000 Hello there, This is the fisrt time I'm trying to install FreeBSD. I really like the project and I decided to study it and learn from it. I have not been able to install it in my PC: Motherboard: M754LMR (http://www.pcchips.com.tw/M754LMR.html): it include onboard "Highest Performance, 128-bit 3D AGP Graphics Accelerator with 32MB(MAX.) frame buffer embedded in North bridge, up to 1920x1200 16M resolution; AGP Rev. 2.0 Spec. Compliant", Video adapter (onboard): NVIDIDA Aladdin TNT2 Devices (onboard): ALi M1533 PCI to ISA bridge ALi M1621 CPU to PCI bridge ALi M1621 PCI to AGP bridge Processor: Celeron 600MHz Memory: 192MB RAM (-16MB taken to video adapter NVIDIDA Aladdin TNT2 ) Hard Drive: 4GB The problem I'm having is that when the kernel start loading it give me the following error. ... pci0: on pcib0 agp0: mem 0xd8000000-0xdbffffff at device 0.0 on pci0 panic: contigmalloc1: size must not be 0 Uptime: 0s Automatic reboot in 15 seconds I have search for a posible solution but I have not found anything helpfull. I flash the EPROM of the motherboard with the last version (ftp://ftp.pcchips.com.tw/BIOS/M754LMR/) and it din't work. I'm getting the same error for FreeBSD 4.8 release or 5.1 current. Can someone tell me if this motherboard and configuration is not supported by FreeBSD? What can I do to get my FreeBSD running? Thank you in advance, Guillermo From owner-freebsd-smp@FreeBSD.ORG Wed Oct 1 22:26:06 2003 Return-Path: Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44FA516A4B3 for ; Wed, 1 Oct 2003 22:26:06 -0700 (PDT) Received: from tomts11-srv.bellnexxia.net (tomts11.bellnexxia.net [209.226.175.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E86A43FF3 for ; Wed, 1 Oct 2003 22:26:05 -0700 (PDT) (envelope-from gfuentes72@sympatico.ca) Received: from server ([65.95.16.164]) by tomts11-srv.bellnexxia.net (InterMail vM.5.01.06.04 201-253-122-130-104-20030726) with SMTP id <20031002052604.QCME23449.tomts11-srv.bellnexxia.net@server> for ; Thu, 2 Oct 2003 01:26:04 -0400 Message-ID: <005001c388a5$48ed04a0$a4105f41@server> From: "Guillermo Fuentes" To: Date: Thu, 2 Oct 2003 01:23:16 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Fw: Problem installing FreeBSD 4.8 release or 5.1 current in M754LMR Motherboard. X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2003 05:26:06 -0000 Sorry! I posted it to the wrong list.