From owner-freebsd-stable Mon Oct 2 6:15:13 2000 Delivered-To: freebsd-stable@freebsd.org Received: from smtp2.vnet.net (smtp2.vnet.net [166.82.1.32]) by hub.freebsd.org (Postfix) with ESMTP id 5965037B66C for ; Mon, 2 Oct 2000 06:15:10 -0700 (PDT) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp2.vnet.net (8.10.1/8.10.1) with ESMTP id e92DF3423491 for ; Mon, 2 Oct 2000 09:15:06 -0400 (EDT) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id JAA37211 for ; Mon, 2 Oct 2000 09:15:02 -0400 (EDT) Received: (from rivers@localhost) by lakes.dignus.com (8.9.3/8.6.9) id JAA25791 for freebsd-stable@freebsd.org; Mon, 2 Oct 2000 09:15:02 -0400 (EDT) Date: Mon, 2 Oct 2000 09:15:02 -0400 (EDT) From: Thomas David Rivers Message-Id: <200010021315.JAA25791@lakes.dignus.com> To: freebsd-stable@freebsd.org Subject: 4.1-RELEASE pccard? Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having problems upgrading a 3.4 system to 4.1. I thought I might be able to provide more information: On 3.4, it was able to use the ethernet pccard (an ed0 clone card made by Archtek). This is the pccard.conf entry it had: # SmartLink (Archtek Fast Ethernet Adaptor) card "PCMCIA" "FastEthernet" config auto "ed0" any 0x30000 insert logger -s SmartLink inserted insert /etc/pccard_ether $device remove logger -s SmartLink removed remove /etc/pccard_ether_remove $device But, on 4.1 - I don't seem to be able to get it to work... pccardd will find the card... with the messages: pccardd[43]: Card "PCMCIA"("FastEthernet") [V] [1.0] matched "PCMCIA" ("FastEhternet") [(null)][(null)] ed1 at port 0x300-0x31f irq 3 slot 1 on pccard1 ed1: address 01:02:00:ff:15:1d, type NE2000 (16 bit) Oct 2 09:14:27 canteens pccardd[43]: ed1: SmartLink inserted. Oct 2 09:14:27 canteens pccarddd[43]: pccardd started Oct 2 09:14:29 canteens /kernel: ed1: device timeout The entry I have in /etc/defaults/pccard.conf is: # SmartLink (Archtek Fast Ethernet Adaptor) card "PCMCIA" "FastEthernet" config auto "ed" ? 0x30000 logstr "SmartLink" insert /etc/pccard_ether $device remove /sbin/ifconfig $device delete I've tried changing the pccard_flags to use various IRQs, only IRQ #3 and IRQ #5 seem to get this far (all others fail..) The machine is a Sony VAIO PCG-F480. Again, just moments ago (before the upgrade) this hardware worked just fine with FreeBSD 3.4-RELEASE and the PAO kernel. Any assistance/pointers, etc... would be appreciated. - Thanks! - - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message