From owner-freebsd-hardware Tue Jan 2 16:11:36 2001 From owner-freebsd-hardware@FreeBSD.ORG Tue Jan 2 16:11:31 2001 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 8FF5337B400 for ; Tue, 2 Jan 2001 16:11:30 -0800 (PST) Received: from localhost (doug@localhost) by fledge.watson.org (8.11.1/8.11.1) with SMTP id f030BPS69138 for ; Tue, 2 Jan 2001 19:11:25 -0500 (EST) (envelope-from doug@safeport.com) X-Authentication-Warning: fledge.watson.org: doug owned process doing -bs Date: Tue, 2 Jan 2001 19:11:25 -0500 (EST) From: Doug Denault X-Sender: doug@fledge.watson.org Reply-To: Doug Denault To: hardware@FreeBSD.ORG Subject: Re: FreeBSD on Dell Inspiron 7500 In-Reply-To: <20000802110407.F36094@wantadilla.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am trying to get a network card working on the 4.1 CD dated 7/28/00. Can this level of system be made to work? I have tried: 0) reading this thread :) 1) configuring the ed0 driver to use irq 9 (boot -c) 2) making a kernel to do the same 3) adding irq 9 as a interupt in pccard.conf 4) disabling the IR port, serial port, and the parallel port excerpted portions of dmesg: config> di adv0 config> en ed0 config> po ed0 0x280 config> ir ed0 9 config> iom ed0 0xd8000 config> f ed0 0 config> q : pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 pcic-pci0: at device 4.0 on pci0 pcic-pci0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save] [FUNC pci int + CSC serial isa irq] pcic-pci1: at device 4.1 on pci0 pcic-pci1: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save] [FUNC pci int + CSC serial isa irq] isab0: at device 7.0 on pci0 isa0: on isab0 : pci0: (vendor=0x11c1, dev=0x0448) at 16.0 irq 5 : pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pcic0: management irq 10 pccard0: on pcic0 pccard1: on pcic0 : pccard: card inserted, slot 1 ep0: No irq?! ________________ pemaquid:/home/doug# cat /mnt/kernel.diff 142c142 < device apm0 at nexus? disable flags 0x20 # Advanced Power Management --- > device apm0 at nexus? flags 0x20 # Advanced Power Management 184c184 < device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 --- > device ed0 at isa? port 0x280 irq 9 iomem 0xd8000 ______________________ pemaquid:/home/doug# cat /mnt/pccard.conf irq 3 5 9 10 11 15 ______________________ I am quite lost, any help/tips/pointers appreciated Thanks in advance. On Wed, 2 Aug 2000, Greg Lehey wrote: > On Tuesday, 1 August 2000 at 18:16:34 -0700, Darryl Okahata wrote: > > Brett Glass wrote: > >> As I mentioned in another message, the problem seems to be allocation of > >> interrupts. On a machine where IRQ's 5 and 11 are taken by the sound > >> hardware, and the pcic itself uses IRQ 10, none of the options in > > > > Whatever you have, it's not an Inspiron 7500-clone. The sound on > > the 7500 uses only one IRQ (#5). > > > > You could try using polling mode for the pcic. That should free up > > IRQ 10. Also, go into the BIOS and disable everything that you don't > > use. On my 7500, I've disabled the IR port and the parallel port. > > IRQ 9 is available on the 7500. I use it for the Ethernet card. I > don't see anything on 10. > > Greg > -- > Finger grog@lemis.com for PGP public key > See complete headers for address and phone numbers > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hardware" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message