From owner-freebsd-drivers@FreeBSD.ORG Mon Jun 19 11:08:08 2006 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA1D616A474 for ; Mon, 19 Jun 2006 11:08:08 +0000 (UTC) (envelope-from Karsten.Brandt@sick.de) Received: from csmailwak.sick.de (ns.sick.de [62.180.123.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F14043D48 for ; Mon, 19 Jun 2006 11:08:07 +0000 (GMT) (envelope-from Karsten.Brandt@sick.de) Received: from ntmai08.mai.de.internal (unverified) by csmailwak.sick.de (SICK Content Security) with ESMTP id for ; Mon, 19 Jun 2006 13:08:06 +0200 To: freebsd-drivers@freebsd.org MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.1 January 21, 2004 Message-ID: From: Karsten Brandt Date: Mon, 19 Jun 2006 13:04:56 +0200 X-MIMETrack: Serialize by Router on MAIMF01.mai.de.internal/SRV/SICK(Release 6.5.5|November 30, 2005) at 06/19/2006 01:04:57 PM, Serialize complete at 06/19/2006 01:04:57 PM Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ata CD driver X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 11:08:08 -0000 Hello all, I'm working on the ATA CD driver to increase his performance. history: I've tried to use ogle for video playback and it works. But I can also seen many short breaks during the playback process. After some test, I've determine the performance of the ATA driver as bottleneck. Some days later I could see, that the driver uses many synchronisation objects of course. And the use of this synchronisation objects blocks the entire system. After some refactorings I can see now some prosperities. But for the complete understand I search informations for the ATA_LOCKING function. I can't find a documentation and what I me confused a little bit, I can't find this function not in the source tree of my FreeBSD. I work on an upgraded FreeBSD 6.1 and I was very happy for each hint. Regards, Karsten From owner-freebsd-drivers@FreeBSD.ORG Mon Jun 19 12:12:45 2006 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28F5116A479 for ; Mon, 19 Jun 2006 12:12:45 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from mx18.yandex.ru (smtp2.yandex.ru [213.180.200.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E04E43D5F for ; Mon, 19 Jun 2006 12:12:43 +0000 (GMT) (envelope-from bu7cher@yandex.ru) Received: from mail.kirov.so-cdu.ru ([81.18.142.225]:28169 "EHLO [127.0.0.1]" smtp-auth: "bu7cher" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S3376495AbWFSMMk (ORCPT ); Mon, 19 Jun 2006 16:12:40 +0400 X-Comment: RFC 2476 MSA function at smtp2.yandex.ru logged sender identity as: bu7cher Message-ID: <449694B2.6020906@yandex.ru> Date: Mon, 19 Jun 2006 16:12:34 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Karsten Brandt References: In-Reply-To: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-drivers@freebsd.org Subject: Re: ata CD driver X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 12:12:45 -0000 Karsten Brandt wrote: > But for the complete understand I search informations for the ATA_LOCKING > function. > I can't find a documentation and what I me confused a little bit, I can't > find this function not in the source tree of my FreeBSD. > > I work on an upgraded FreeBSD 6.1 and I was very happy for each hint. I think this code is automatically generated from ata_if.m -- WBR, Andrey V. Elsukov From owner-freebsd-drivers@FreeBSD.ORG Mon Jun 19 12:27:56 2006 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D62116A47B for ; Mon, 19 Jun 2006 12:27:56 +0000 (UTC) (envelope-from Karsten.Brandt@sick.de) Received: from csmailwak.sick.de (ns.sick.de [62.180.123.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id E078C43D53 for ; Mon, 19 Jun 2006 12:27:52 +0000 (GMT) (envelope-from Karsten.Brandt@sick.de) Received: from ntmai08.mai.de.internal (unverified) by csmailwak.sick.de (SICK Content Security) with ESMTP id for ; Mon, 19 Jun 2006 14:27:48 +0200 To: freebsd-drivers@freebsd.org MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.1 January 21, 2004 Message-ID: From: Karsten Brandt Date: Mon, 19 Jun 2006 14:24:38 +0200 X-MIMETrack: Serialize by Router on MAIMF01.mai.de.internal/SRV/SICK(Release 6.5.5|November 30, 2005) at 06/19/2006 02:24:38 PM, Serialize complete at 06/19/2006 02:24:38 PM Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ata CD driver X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 12:27:56 -0000 Hello Andrey, thanks for your fast reply. I believe that I've found the related source in src/sys/dev/ata/ata-cbus.c static int ata_cbuschannel_banking(device_t dev, int flags) { struct ata_cbus_controller *ctlr = device_get_softc(device_get_parent(dev)); struct ata_channel *ch = device_get_softc(dev); int res; mtx_lock(&ctlr->bank_mtx); switch (flags) { case ATA_LF_LOCK: if (ctlr->locked_bank == -1) ctlr->locked_bank = ch->unit; if (ctlr->locked_bank == ch->unit) { ctlr->hardware_bank = ch->unit; ATA_OUTB(ctlr->bankio, 0, ch->unit); } else ctlr->restart_bank = ch->unit; break; case ATA_LF_UNLOCK: if (ctlr->locked_bank == ch->unit) { ctlr->locked_bank = -1; if (ctlr->restart_bank != -1) { if ((ch = ctlr->interrupt[ctlr->restart_bank].argument)) { ctlr->restart_bank = -1; mtx_unlock(&ctlr->bank_mtx); ata_start(ch->dev); return -1; } } } break; case ATA_LF_WHICH: break; } res = ctlr->locked_bank; mtx_unlock(&ctlr->bank_mtx); return res; } static device_method_t ata_cbuschannel_methods[] = { /* device interface */ DEVMETHOD(device_probe, ata_cbuschannel_probe), DEVMETHOD(device_attach, ata_attach), DEVMETHOD(device_detach, ata_detach), DEVMETHOD(device_suspend, ata_suspend), DEVMETHOD(device_resume, ata_resume), /* ATA methods */ DEVMETHOD(ata_locking, ata_cbuschannel_banking), { 0, 0 } }; Regards, Karsten From owner-freebsd-drivers@FreeBSD.ORG Mon Jun 19 23:15:51 2006 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E6EA16A474 for ; Mon, 19 Jun 2006 23:15:51 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 116D043D46 for ; Mon, 19 Jun 2006 23:15:51 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (s8h9nk6fav5j58bb@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.6/8.13.3) with ESMTP id k5JNFoRD020647; Mon, 19 Jun 2006 16:15:50 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.6/8.13.3/Submit) id k5JNFlcV020646; Mon, 19 Jun 2006 16:15:47 -0700 (PDT) (envelope-from jmg) Date: Mon, 19 Jun 2006 16:15:47 -0700 From: John-Mark Gurney To: Joe Holden Message-ID: <20060619231546.GE1142@funkthat.com> Mail-Followup-To: Joe Holden , Matthew Jacob , freebsd-drivers@freebsd.org References: <4487F5CE.4090601@joeholden.co.uk> <7579f7fb0606081044i7598fefn4bb64d55c8acdbc2@mail.gmail.com> <4488A2B6.8040108@joeholden.co.uk> <7579f7fb0606081551v13771ec7y9d262f15c695a004@mail.gmail.com> <44893245.1060008@joeholden.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44893245.1060008@joeholden.co.uk> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: freebsd-drivers@freebsd.org Subject: Re: LSI Logic FC919X Controller X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 23:15:51 -0000 Joe Holden wrote this message on Fri, Jun 09, 2006 at 09:33 +0100: > Matthew Jacob wrote: > > Oh- 919X, not 919. > > > > See if this patch works for you: > > ------------------------------------------------------------------------ > > > > ? DOMAIN_VALIDATION_CODE > > Index: mpt_pci.c > > =================================================================== > > RCS file: /home/ncvs/src/sys/dev/mpt/mpt_pci.c,v > > retrieving revision 1.33 > > diff -u -r1.33 mpt_pci.c > > --- mpt_pci.c 2 Jun 2006 18:50:39 -0000 1.33 > > +++ mpt_pci.c 8 Jun 2006 22:48:27 -0000 > > @@ -130,6 +130,10 @@ > > #define PCI_PRODUCT_LSI_FC929X 0x0626 > > #endif > > > > +#ifndef PCI_PRODUCT_LSI_FC919X > > +#define PCI_PRODUCT_LSI_FC919X 0x0628 > > +#endif > > + > > #ifndef PCI_PRODUCT_LSI_FC7X04X > > #define PCI_PRODUCT_LSI_FC7X04X 0x0640 > > #endif > > @@ -225,6 +229,9 @@ > > case PCI_PRODUCT_LSI_FC929: > > desc = "LSILogic FC929 FC Adapter"; > > break; > > + case PCI_PRODUCT_LSI_FC919X: > > + desc = "LSILogic FC919X FC Adapter"; > > + break; > > case PCI_PRODUCT_LSI_FC929X: > > desc = "LSILogic FC929X 2Gb/s FC Adapter"; > > break; > > @@ -373,6 +380,7 @@ > > case PCI_PRODUCT_LSI_FC909A: > > case PCI_PRODUCT_LSI_FC919: > > case PCI_PRODUCT_LSI_FC929: > > + case PCI_PRODUCT_LSI_FC919X: > > case PCI_PRODUCT_LSI_FC7X04X: > > mpt->is_fc = 1; > > break; > > > Hi Matthew, this patch appears to have worked, however it also appears > to have been detected first, which has broken my fstab, is there any way > to order disks/hardware detection? Hmmm.. you used to be able to wire down the scsi bus using: controller scbus0 at ncr0 disk da0 at scbus0 target 0 disk da1 at scbus0 target 1 disk da4 at scbus0 target 2 disk da2 at scbus0 target 4 I'm not sure -current still supports it though.. The other thing that you can do is use labels... geom_label will provide disk devices based upon their labeled names... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-freebsd-drivers@FreeBSD.ORG Tue Jun 20 17:47:45 2006 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70A0216A47A for ; Tue, 20 Jun 2006 17:47:45 +0000 (UTC) (envelope-from enderw@chattingaway.com) Received: from smtp110.sbc.mail.re2.yahoo.com (smtp110.sbc.mail.re2.yahoo.com [68.142.229.95]) by mx1.FreeBSD.org (Postfix) with SMTP id C258643D48 for ; Tue, 20 Jun 2006 17:47:43 +0000 (GMT) (envelope-from enderw@chattingaway.com) Received: (qmail 54649 invoked from network); 20 Jun 2006 17:47:43 -0000 Received: from unknown (HELO ?4.158.204.148?) (kc5vdj@prodigy.net@4.158.204.148 with plain) by smtp110.sbc.mail.re2.yahoo.com with SMTP; 20 Jun 2006 17:47:41 -0000 Message-ID: <449834CA.2030005@chattingaway.com> Date: Tue, 20 Jun 2006 12:47:54 -0500 From: Jim Bryant User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060113) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, freebsd-sparc64@freebsd.org, freebsd-drivers@freebsd.org, freebsd-platforms@freebsd.org, freebsd-hardware@freebsd.org Subject: Problem: fpa(4) on sparc64 6.1-RELEASE X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jun 2006 17:47:45 -0000 I am getting a panic with a GENERIC with all non-available hardware drivers stripped out with "device fddi" and "device fpa" in the config. The only things I added to GENERIC after stripping out the unneeded things was the fddi, the sound, and the openfirmware. The system boots fine with the fddi stuff commented out of the config. Any suggestions? Is anyone working on this? Console log follows: ------------------------------------------------------------------------------------------------ screen not found. Can't open input device. Keyboard not present. Using ttya for input and output. SPARCengine(tm)Ultra(tm) AXi (UltraSPARC-IIi 300MHz), No Keyboard OpenBoot 3.10.4 SME, 256 MB memory installed, Serial #10425242. Ethernet address 8:0:20:9f:13:9a, Host ID: 809f139a. Initializing Memory ok boot Boot device: disk:a File and args: >> FreeBSD/sparc64 boot block Boot path: /pci@1f,0/pci@1/scsi@1/disk@0,0:a Boot loader: /boot/loader Consoles: Open Firmware console FreeBSD/sparc64 bootstrap loader, Revision 1.0 (root@s-dallas.cse.buffalo.edu, Sun May 7 07:03:17 UTC 2006) bootpath="/pci@1f,0/pci@1/scsi@1/disk@0,0:a" Loading /boot/defaults/loader.conf /boot/kernel/kernel data=0x36b508+0x52e58 syms=[0x8+0x59a60+0x8+0x4af83] Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel] in 9 seconds... Booting [/boot/kernel/kernel] in 8 seconds... Booting [/boot/kernel/kernel]... nothing to autoload yet. jumping to kernel entry at 0xc0058000. Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.1-RELEASE #0: Tue Jun 20 02:01:14 CDT 2006 root@ren.prodigy.net:/usr/obj/usr/src/sys/REN Timecounter "tick" frequency 300008484 Hz quality 1000 real memory = 268435456 (256 MB) avail memory = 241123328 (229 MB) cpu0: Sun Microsystems UltraSparc-IIi Processor (300.01 MHz CPU) nexus0: pcib0: on nexus0 pcib0: Sabre, impl 0, version 0, ign 0x7c0, bus A pcib0: [FAST] pcib0: [FAST] pcib0: [GIANT-LOCKED] pcib0: [GIANT-LOCKED] pcib0 dvma: DVMA map: 0xc0000000 to 0xc3ffffff pci0: on pcib0 pcib1: at device 1.1 on pci0 pci1: on pcib1 ebus0: mem 0xf0000000-0xf0ffffff,0xf1000000-0xf17fffff at device 1.0 on pci1 auxio0: addr 0x1400726000-0x1400726003,0x1400728000-0x1400728003,0x140072a000-0x140072a003,0x140072c000-0x140072c003,0x140072f000-0x140072f003 on ebus0 ebus0: addr 0x1400724000-0x1400724003 irq 37 (no driver attached) ebus0: addr 0x1400504000-0x1400504002 (no driver attached) puc0: addr 0x1400400000-0x140040007f irq 43 on ebus0 uart0: on puc0 uart0: CTS oflow uart0: console (38400,n,8,1) uart1: on puc0 uart1: CTS oflow uart2: <16550 or compatible> addr 0x14003803f8-0x14003803ff irq 41 on ebus0 uart2: keyboard (1200,n,8,1) uart2: keyboard not present uart3: <16550 or compatible> addr 0x14003602f8-0x14003602ff irq 42 on ebus0 ebus0: addr 0x1400340278-0x1400340287,0x140030015c-0x140030015d,0x1400700000-0x140070000f irq 34 (no driver attached) ebus0: addr 0x14003203f0-0x14003203f7,0x1400706000-0x140070600f,0x1400720000-0x1400720003 irq 39 (no driver attached) eeprom0: addr 0x1400000000-0x1400001fff on ebus0 eeprom0: model mk48t59 eeprom0: hostid 809f139a ebus0: addr 0x1000000000-0x10000fffff (no driver attached) ebus0: addr 0x1400722000-0x1400722003 (no driver attached) ebus0: addr 0x1400600000-0x1400600003 irq 40,37 (no driver attached) hme0: mem 0x40008000-0x4000ffff at device 1.1 on pci1 miibus0: on hme0 nsphy0: on miibus0 nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto hme0: Ethernet address: 08:00:20:9f:13:9a pcm0: port 0x800400-0x80043f at device 4.0 on pci1 pcm0: pcm0: pcib2: at device 1.0 on pci0 pci2: on pcib2 sym0: <875> port 0x400-0x4ff mem 0x1000-0x10ff,0x2000-0x2fff at device 1.0 on pci2 sym0: No NVRAM, ID 7, Fast-20, SE, parity checking sym0: [GIANT-LOCKED] sym1: <875> port 0x800-0x8ff mem 0x3000-0x30ff,0x4000-0x4fff at device 1.1 on pci2 sym1: No NVRAM, ID 7, Fast-20, SE, parity checking sym1: [GIANT-LOCKED] fpa0: port 0xc00-0xc7f mem 0x5000-0x507f,0x10000-0x1ffff at device 2.0 on pci2 panic: trap: fast data access mmu miss Uptime: 1s Automatic reboot in 15 seconds - press a key on the console to abort Rebooting... Resetting ... From owner-freebsd-drivers@FreeBSD.ORG Wed Jun 21 06:32:04 2006 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC79616A52D; Wed, 21 Jun 2006 06:32:04 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17BCB43D45; Wed, 21 Jun 2006 06:32:03 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr4.xs4all.nl (8.13.6/8.13.6) with ESMTP id k5L6VvTe001097; Wed, 21 Jun 2006 08:31:58 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.6/8.13.3) with ESMTP id k5L6VvHt065701; Wed, 21 Jun 2006 08:31:57 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.6/8.13.6/Submit) id k5L6VutP065700; Wed, 21 Jun 2006 08:31:56 +0200 (CEST) (envelope-from wb) Date: Wed, 21 Jun 2006 08:31:56 +0200 From: Wilko Bulte To: Jim Bryant Message-ID: <20060621063156.GB65647@freebie.xs4all.nl> References: <449834CA.2030005@chattingaway.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <449834CA.2030005@chattingaway.com> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-hackers@freebsd.org, freebsd-drivers@freebsd.org, freebsd-platforms@freebsd.org, freebsd-net@freebsd.org, freebsd-sparc64@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: Problem: fpa(4) on sparc64 6.1-RELEASE X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2006 06:32:04 -0000 On Tue, Jun 20, 2006 at 12:47:54PM -0500, Jim Bryant wrote.. > I am getting a panic with a GENERIC with all non-available hardware > drivers stripped out with "device fddi" and "device fpa" in the config. > The only things I added to GENERIC after stripping out the unneeded > things was the fddi, the sound, and the openfirmware. The system boots > fine with the fddi stuff commented out of the config. > > Any suggestions? Is anyone working on this? fpa(4) was/is also toast on FreeBSD/alpha. It used to work once, but since a long time it only worked on i386. Don't expect anyone to work on it, FDDI is quite rare and the original driver writer is gone IIRC. -- Wilko Bulte wilko@FreeBSD.org From owner-freebsd-drivers@FreeBSD.ORG Wed Jun 21 07:49:46 2006 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAEC616A474; Wed, 21 Jun 2006 07:49:46 +0000 (UTC) (envelope-from rink@rink.nu) Received: from mx0.rink.nu (thunderstone.rink.nu [80.112.228.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 406E143D46; Wed, 21 Jun 2006 07:49:45 +0000 (GMT) (envelope-from rink@rink.nu) Received: from localhost (localhost [127.0.0.1]) by mx0.rink.nu (Postfix) with ESMTP id DC66717072; Wed, 21 Jun 2006 09:50:00 +0200 (CEST) X-Virus-Scanned: amavisd-new at rink.nu Received: from mx0.rink.nu ([127.0.0.1]) by localhost (thunderstone.rink.nu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zu+z-aJWnzzX; Wed, 21 Jun 2006 09:49:56 +0200 (CEST) Received: by mx0.rink.nu (Postfix, from userid 1678) id 1358F1706D; Wed, 21 Jun 2006 09:49:56 +0200 (CEST) Date: Wed, 21 Jun 2006 09:49:56 +0200 From: Rink Springer To: Wilko Bulte Message-ID: <20060621074955.GC91963@rink.nu> References: <449834CA.2030005@chattingaway.com> <20060621063156.GB65647@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0lnxQi9hkpPO77W3" Content-Disposition: inline In-Reply-To: <20060621063156.GB65647@freebie.xs4all.nl> User-Agent: Mutt/1.5.11 Cc: freebsd-hackers@freebsd.org, freebsd-hardware@freebsd.org, freebsd-drivers@freebsd.org, freebsd-platforms@freebsd.org, freebsd-sparc64@freebsd.org, freebsd-net@freebsd.org, Jim Bryant Subject: Re: Problem: fpa(4) on sparc64 6.1-RELEASE X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2006 07:49:46 -0000 --0lnxQi9hkpPO77W3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Wed, Jun 21, 2006 at 08:31:56AM +0200, Wilko Bulte wrote: > On Tue, Jun 20, 2006 at 12:47:54PM -0500, Jim Bryant wrote.. > > I am getting a panic with a GENERIC with all non-available hardware=20 > > drivers stripped out with "device fddi" and "device fpa" in the config.= =20 > > The only things I added to GENERIC after stripping out the unneeded=20 > > things was the fddi, the sound, and the openfirmware. The system boots= =20 > > fine with the fddi stuff commented out of the config. > >=20 > > Any suggestions? Is anyone working on this? >=20 > fpa(4) was/is also toast on FreeBSD/alpha. It used to work once, but sin= ce > a long time it only worked on i386. fpa(4) is also broken on most i386 systems (it fails to attach). The Linux driver has no such problems, however. If anyone is willing to look at this, I have a couple fpa(4) cards available for donation. Contact me off-list if anyone is interested. --=20 Rink P.W. Springer - http://rink.nu "Richter: Tribute? You steal men's souls, and make them your slaves! Dracula: Perhaps the same could be said of all religions." - Castlevania: Symphony of the Night --0lnxQi9hkpPO77W3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEmPojb3O60uztv/8RAoOjAKCwO+b/8hlPWbDn02N/K9QqbvMy3gCeLPFk +HQvxv2/nAY8Szx6YIkKubE= =kfwL -----END PGP SIGNATURE----- --0lnxQi9hkpPO77W3--