From owner-freebsd-current@FreeBSD.ORG Wed Jun 25 07:57:03 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B2D937B404 for ; Wed, 25 Jun 2003 07:57:03 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23D1743F85 for ; Wed, 25 Jun 2003 07:57:02 -0700 (PDT) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.8p1/8.12.8) id h5PEuvB4085249; Wed, 25 Jun 2003 16:56:57 +0200 (CEST) (envelope-from sos) From: Soeren Schmidt Message-Id: <200306251456.h5PEuvB4085249@spider.deepcore.dk> In-Reply-To: <20030625.233730.131910749.rushani@bl.mmtr.or.jp> To: Hideyuki KURASHINA Date: Wed, 25 Jun 2003 16:56:56 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 cc: freebsd-current@FreeBSD.ORG cc: dickey@radix.net Subject: Re: problem installing 4.7/4.8, etc X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2003 14:57:03 -0000 It seems Hideyuki KURASHINA wrote: > >From your attached dmesg, > > > PCI: Using IRQ router SIS [1039/0008] at 00:02.0 > [...] > > SIS5513: IDE controller on PCI bus 00 dev 15 > > PCI: Found IRQ 5 for device 00:02.5 > > SIS5513: chipset revision 0 > > SIS5513: not 100% native mode: will probe irqs later > > SiS5513 > > ide0: BM-DMA at 0x4000-0x4007, BIOS settings: hda:DMA, hdb:DMA > > ide1: BM-DMA at 0x4008-0x400f, BIOS settings: hdc:DMA, hdd:pio > > My first machine, that is about 8 years old model, has SiS 5513. > It works here since I installed FreeBSD snapshot as of the end of 2003/05. Uhm I dont think this is such an old chip actually, all SiS ATA parts say they are a 5513 :/ but sadly it comes in many flavors... > Recent FreeBSD 4.x would fail to boot because it does not have > src/sys/dev/ata/ata-chip.c, I think. Soren, My understanding is OK, > isn't it? Yes, the ATA drivers chipset support part has been radically changed and updated in 5.1/current, the old 4.x ATA driver doesn't understand the newer SiS parts (and the support for some of the old is wrong as well)... -Søren