From owner-freebsd-mobile Fri Nov 14 10:50:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA22361 for mobile-outgoing; Fri, 14 Nov 1997 10:50:33 -0800 (PST) (envelope-from owner-freebsd-mobile) Received: from ns.mt.sri.com (SRI-56K-FR.mt.net [206.127.65.42]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA22341 for ; Fri, 14 Nov 1997 10:50:28 -0800 (PST) (envelope-from nate@rocky.mt.sri.com) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with ESMTP id LAA29551; Fri, 14 Nov 1997 11:50:14 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id LAA15934; Fri, 14 Nov 1997 11:50:11 -0700 (MST) Date: Fri, 14 Nov 1997 11:50:11 -0700 (MST) Message-Id: <199711141850.LAA15934@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Patrick Gardella Cc: Nate Williams , freebsd-mobile@freebsd.org Subject: Re: pccard.conf for Accton EN2216 In-Reply-To: References: X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > #Accton 2216 > card "ACCTON" "EN2216-PCMCIA-ETHERNET" > config 0x20 "ed0" 10 > ether 0xff0 I removed this line, since it's a no-op in FreeBSD. > insert echo Accton 2216 inserted > insert /etc/pccard_ether ed0 > remove echo Accton 2216 removed > remove /sbin/ifconfig ed0 delete I added this to -current. I'll bring it into 2.2.5-STABLE when I finish up some other changes I'm making to the pccard files in -current, so I'll do a mass merge then. The problem became *much* more obvious that these changes need to go in today at work, so I'll try and get to them today. > It works for my new 2.2.5 machine. Are you running 2.2.5, or 2.2.5-STABLE? If the former, upgrade to the latter which has *much* better suspend/resume support. (It's still not complete, but its getting there...) Nate