From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 7 19:50:13 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 453A337B404 for ; Sat, 7 Jun 2003 19:50:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48D0143FE1 for ; Sat, 7 Jun 2003 19:50:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h582oCUp009274 for ; Sat, 7 Jun 2003 19:50:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h582oC3T009273; Sat, 7 Jun 2003 19:50:12 -0700 (PDT) Resent-Date: Sat, 7 Jun 2003 19:50:12 -0700 (PDT) Resent-Message-Id: <200306080250.h582oC3T009273@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Merryweather Cooper Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB68D37B401 for ; Sat, 7 Jun 2003 19:45:46 -0700 (PDT) Received: from webmail.bmi.net (ns2.bmi.net [66.97.95.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2247A43F93 for ; Sat, 7 Jun 2003 19:45:46 -0700 (PDT) (envelope-from coop9211@uidaho.edu) Received: from [192.168.1.102] (unknown [206.63.201.3]) by webmail.bmi.net (Postfix) with ESMTP id 26FA59F40D for ; Sat, 7 Jun 2003 19:45:44 -0700 (PDT) Message-Id: <1055040326.35826.4.camel@johncoop> Date: 07 Jun 2003 19:45:29 -0700 From: John Merryweather Cooper To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/53027: [CHANGE-REQUEST] Better Entry for Intel PC-Card M16B in /etc/defaults/pccard.conf X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2003 02:50:13 -0000 >Number: 53027 >Category: kern >Synopsis: [CHANGE-REQUEST] Better Entry for Intel PC-Card M16B in >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 07 19:50:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD johncoop.marjoh.org 4.8-STABLE FreeBSD 4.8-STABLE #18: Sat Jun 7 16:51:22 PDT 2003 root@johncoop.marjoh.org:/usr/obj/usr/src/sys/THINKPAD i386 >Description: PRO/100 LAN/Modem (Intel M16B) limited to being a modem. >How-To-Repeat: N/A >Fix: After doing a little prodding with XE_DEBUG being set, I managed to figure out that this card is a Realport. This setup works for me (I'm using it right now). Attached is a fragment of my /etc/pccard.conf file for this card. NOTE: On my IBM Thinkpad 380XD, I need to remove and re- insert this card (and other "xe" cards) to get it to initialize correctly. Interestingly, this remove/re-insert is not necessary for modem operation (although modem and nic operation seem to be mutually exclusive at the moment). --- pccard.conf begins here --- # Intel EtherExpress(TM) PRO/100 LAN/Modem PC Card Adapter (M16B) card "Intel" "EtherExpress(TM) PRO/100 LAN/Modem PC Card Adapter" # config auto "sio" ? config 0x27 "xe" ? insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop --- pccard.conf ends here --- >Release-Note: >Audit-Trail: >Unformatted: /etc/defaults/pccard.conf