Date: Wed, 21 Feb 2001 10:10:32 -0700 (MST) From: David Hayes <david@bdel.com> To: <freebsd-mobile@freebsd.org> Subject: Problem with 3Com 574 Message-ID: <Pine.LNX.4.30.0102210938340.25942-100000@blkdia>
next in thread | raw e-mail | index | archive | help
I'm having some problems getting FreeBSD to work with my 3Com 574 PCMCIA
network card. The card works great with kernel.GENERIC, but I can't
seem to make it go when I compile my own kernel. Here's what's in
/var/log/messages with the generic kernel:
Feb 20 18:54:08 thinky /kernel.old: pcic-pci0: <Cirrus Logic PD6729/6730 PC-Card Controller> port 0x3e0-0x3e3 at device 19.0 on pci0
Feb 20 18:54:08 thinky /kernel.old: pcic0: <Cirrus Logic PD672X> at port 0x3e0 iomem 0xd0000 on isa0
Feb 20 18:54:08 thinky /kernel.old: pcic0: Polling mode
Feb 20 18:54:08 thinky /kernel.old: pccard0: <PC Card bus -- kludge version> on pcic0
Feb 20 18:54:08 thinky /kernel.old: pccard1: <PC Card bus -- kludge version> on pcic0
Feb 20 18:54:08 thinky /kernel.old: pccard: card inserted, slot 1
Feb 20 18:54:10 thinky pccardd[49]: Card "3Com"("Megahertz 574B") [B] [001] matched "3Com" ("Megahertz 574B") [(null)] [(null)]
Feb 20 18:54:15 thinky /kernel.old: ep0: <3Com 3C574B, Megahertz 3CCFE574BT or Fast Etherlink 3C574-TX> at port 0x240-0x25f irq 10 slot 1 on pccard1
Feb 20 18:54:15 thinky /kernel.old: ep0: Ethernet address 00:50:04:8f:45:28
Feb 20 18:54:15 thinky pccardd[49]: ep0: 3Com (Megahertz 574B) inserted.
Feb 20 18:54:16 thinky pccardd[49]: pccardd started
And when I recompile my kernel with
# PCCARD (PCMCIA) support
device card
device pcic0 at isa? irq 10 port 0x240 iomem 0xd0000
#device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable
I get the following:
Feb 20 20:52:31 thinky /kernel: pcic-pci0: <Cirrus Logic PD6729/6730 PC-Card Controller> port 0x3e0-0x3e3 at device 19.0 on pci0
Feb 20 20:52:31 thinky /kernel: pcic0: <Cirrus Logic PD672X> at port 0x3e0 iomem 0xd0000 on isa0
Feb 20 20:52:31 thinky /kernel: pcic0: Polling mode
Feb 20 20:52:31 thinky /kernel: pccard0: <PC Card bus -- kludge version> on pcic0
Feb 20 20:52:31 thinky /kernel: pccard1: <PC Card bus -- kludge version> on pcic0
Feb 20 20:52:31 thinky /kernel: pccard: card inserted, slot 1
Feb 20 20:52:33 thinky pccardd[49]: Card "3Com"("Megahertz 574B") [B] [001] matched "3Com" ("Megahertz 574B") [(null)] [(null)]
Feb 20 20:52:38 thinky pccardd[49]: driver allocation failed for 3Com(Megahertz 574B): Device not configured
Feb 20 20:52:38 thinky pccardd[49]: pccardd started
I imagine my problem is something simple, but I just can't figure out
what.
Thanks for any help.
--david
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.30.0102210938340.25942-100000>
