From owner-freebsd-current@FreeBSD.ORG Sat Jun 14 08:19:48 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C745337B401 for ; Sat, 14 Jun 2003 08:19:48 -0700 (PDT) Received: from mail102.csoft.net (lilly.csoft.net [63.111.22.101]) by mx1.FreeBSD.org (Postfix) with SMTP id DF1A643F85 for ; Sat, 14 Jun 2003 08:19:47 -0700 (PDT) (envelope-from mcc@fid4.com) Received: (qmail 77716 invoked from network); 14 Jun 2003 16:27:00 -0000 Received: from unknown (HELO fid4.com) (66.30.202.75) by mail102.csoft.net with SMTP; 14 Jun 2003 16:27:00 -0000 Sender: mcc@FreeBSD.ORG Message-ID: <3EEB3CF2.DB970280@fid4.com> Date: Sat, 14 Jun 2003 11:19:14 -0400 From: "Michael C. Cambria" X-Mailer: Mozilla 4.8 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: lmc driver in 5.1-release X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2003 15:19:49 -0000 Hi, I noticed that the lmc driver for T1/T3/HSSI/V.35 cards is now in 5.1-Release. I cvsup'ed from 5.0-Release to 5.1-Release, brought the system up to 5.1 via buildworld/installworld, including the GENERIC kernel. When I try to build a modified kernel with "device lmc", the build fails. The failure is in /usr/src/sys/dev/lmc/if_lmc_fbsd3.c:40:2 "The lmc device requires the old pci compatibility shims" The error states that this driver needs "options COMPAT_OLDPCI", but this doesn't seem to be a valid kernel option in 5.1. Also, /usr/src/UPDATING leads me to believe that devices needing COMPAT_OLDPCI wouldn't be included in 5.x in the future. Yet, this driver never shipped at all until 5.1. The man page gives no indication as to what is needed to get support for this card enabled other than "device lmc". Does anyone know if this card is really supported? Thanks, MikeC