From owner-freebsd-questions@FreeBSD.ORG Fri Dec 3 11:26:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8405F16A4CF for ; Fri, 3 Dec 2004 11:26:21 +0000 (GMT) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E7443D5A for ; Fri, 3 Dec 2004 11:26:20 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) iB3BQ8v58559; Fri, 3 Dec 2004 03:26:17 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Ramiro Aceves" , Date: Fri, 3 Dec 2004 03:26:08 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 In-Reply-To: <41AEE3FE.1050500@wanadoo.es> Subject: RE: I can not install FreeBSD 5.3 in an old Pentium 100 MHz X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 11:26:21 -0000 > -----Original Message----- > From: Ramiro Aceves [mailto:ea1abz@wanadoo.es] > Sent: Thursday, December 02, 2004 1:45 AM > To: freebsd-questions@freebsd.org > Cc: Ted Mittelstaedt > Subject: Re: I can not install FreeBSD 5.3 in an old Pentium 100 MHz > > npx0: INT 16 interface > pcib0: on motherboard > pci0: on pcib0 > pci0: (vendor=0x10b9, dev=0x1449) at 2.0 > > atapci0: possible> at device 3.0 on pci0 > > atapci0: Busmastering DMA not supported > > atapci0: Busmastering DMA disabled > Keep in mind that the way this bug works is when you have a hard disk on the first IDE controller and a CDROM on the second (as you do here) when they are both transferring data at the same time the CMD 640 chip corrupts the data. You can fix it by moving the CD to the same cable as the hard drive. > > pci0: at 4.0 > pci0: (vendor=0x1274, dev=0x5880) at 14.0 irq 9 > rl0: port 0xd000-0xd0ff mem > 0x4000000-0x40000ff irq 5 at device 15.0 on pci0 > rl0: Ethernet address: 00:02:44:76:07:ca The Realtek ethernet card here is another one to keep an eye on. The cards work OK but have difficulty at times getting the correct speed and duplex negotiation. Keep that in mind if you ever find the network acting strangly. Ted