From owner-freebsd-sparc Thu Jan 16 1:28:34 2003 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 996B237B401 for ; Thu, 16 Jan 2003 01:28:32 -0800 (PST) Received: from mailhub.fokus.gmd.de (mailhub.fokus.gmd.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B62843ED8 for ; Thu, 16 Jan 2003 01:28:31 -0800 (PST) (envelope-from brandt@fokus.gmd.de) Received: from beagle (beagle [193.175.132.100]) by mailhub.fokus.gmd.de (8.11.6/8.11.6) with ESMTP id h0G9STM05060 for ; Thu, 16 Jan 2003 10:28:29 +0100 (MET) Date: Thu, 16 Jan 2003 10:28:29 +0100 (CET) From: Harti Brandt To: sparc@freebsd.org Subject: ahc driver and vinum work on Ultra10 Message-ID: <20030116101732.S715@beagle.fokus.gmd.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, the release notes for 5.0 say, that support for ahc(4) is coming really soon now. It appears, that an adaptec 29160N is just working out of the box if you put the ahc driver into your kernel config (see dmesg below). You just cannot boot from it (because it has no OF code). So its probably a good idea to just remove that 'coming real soon' from the hardware list. It may also make sense to enable building vinum. I reported back in december, that I found RAID0 and RAID1 to work, and there was another report on this a couple of days ago. The following patch will do that: harti Index: Makefile =================================================================== RCS file: /home/cvs/freebsd/src/sys/modules/Makefile,v retrieving revision 1.298 diff -r1.298 Makefile 274c274,275 < SUBDIR+=hme --- > SUBDIR+=hme \ > vinum kernel: Copyright (c) 1992-2003 The FreeBSD Project. kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 kernel: The Regents of the University of California. All rights reserved. kernel: FreeBSD 5.0-CURRENT #3: Tue Jan 7 18:15:41 CET 2003 kernel: root@catssrv.fokus.gmd.de:/opt/obj/usr/src/sys/CATSSRV kernel: Preloaded elf kernel "/boot/kernel/kernel" at 0xc05d6000. kernel: Preloaded elf module "/boot/kernel/random.ko" at 0xc05d6170. kernel: Preloaded elf module "/boot/kernel/if_hme.ko" at 0xc05d6240. kernel: Preloaded elf module "/boot/kernel/miibus.ko" at 0xc05d6310. kernel: Timecounter "tick" frequency 333000000 Hz kernel: cpu0: Sun Microsystems UltraSparc-IIi Processor (333.00 MHz CPU) kernel: Model: SUNW,Ultra-5_10 kernel: Initializing GEOMetry subsystem kernel: nexus0: kernel: pcib0: on nexus0 kernel: pcib0: Sabre, impl 0, version 0, ign 0x7c0 kernel: DVMA map: 0xc0000000 to 0xc1ffffff kernel: pci0: on pcib0 kernel: pcib1: at device 1.0 on pci0 kernel: pci1: on pcib1 kernel: ahc0: port 0x400-0x4ff mem 0x2000-0x2fff irq 16 at device 1.0 on pci1 kernel: aic7892: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs [SNIP] kernel: Waiting 15 seconds for SCSI devices to settle kernel: da0 at ahc0 bus 0 target 1 lun 0 kernel: da0: Fixed Direct Access SCSI-3 device kernel: da0: 160.000MB/s transfers (80.000MHz, offset 63, 16bit), Tagged Queueing Enabled kernel: da0: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.gmd.de, brandt@fokus.fhg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message