Date: Tue, 2 Jan 2001 19:11:25 -0500 (EST) From: Doug Denault <doug@safeport.com> To: hardware@FreeBSD.ORG Subject: Re: FreeBSD on Dell Inspiron 7500 Message-ID: <Pine.BSF.3.96.1010102173745.67603A-100000@fledge.watson.org> In-Reply-To: <20000802110407.F36094@wantadilla.lemis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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: <Intel 82443BX (440 BX) host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pci1: <ATI Mobility-1 graphics accelerator> at 0.0 irq 11
pcic-pci0: <TI PCI-1225 PCI-CardBus Bridge> 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: <TI PCI-1225 PCI-CardBus Bridge> 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: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
:
pci0: <unknown card> (vendor=0x11c1, dev=0x0448) at 16.0 irq 5
:
pcic0: <VLSI 82C146> at port 0x3e0 iomem 0xd0000 irq 10 on isa0
pcic0: management irq 10
pccard0: <PC Card bus -- kludge version> on pcic0
pccard1: <PC Card bus -- kludge version> 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 <brett@lariat.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.1010102173745.67603A-100000>
