From owner-freebsd-current@FreeBSD.ORG Wed Jun 8 14:49:37 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 21B8E16A41C for ; Wed, 8 Jun 2005 14:49:37 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (berlin-qwest.village.org [168.103.84.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B4DA43D48 for ; Wed, 8 Jun 2005 14:49:35 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j58EkU0s016402; Wed, 8 Jun 2005 08:46:31 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 08 Jun 2005 08:47:16 -0600 (MDT) Message-Id: <20050608.084716.67827962.imp@bsdimp.com> To: polachok@narod.ru From: "M. Warner Losh" In-Reply-To: <42A60DAF.000003.32027@pantene.yandex.ru> References: <42A60DAF.000003.32027@pantene.yandex.ru> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Lucent Win Modem driver (comms/ltmdm) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 08 Jun 2005 14:49:37 -0000 In message: <42A60DAF.000003.32027@pantene.yandex.ru> "Polakov Alexander" writes: : Hi all. I'm new in CURRENT and english is not my native. I want to tell you my problem. My modem is Lucent Win Modem, and when I used FreeBSD-STABLE I could compile its driver. Now when I tried into CURRENT I couldn't. It showed errors like this: : : /usr/obj/usr/ports/comms/ltmdm/work/sys/modules/ltmdm/../../dev/ltmdm/ltmdmsio.c: In function `lt_pci_find_device': : /usr/obj/usr/ports/comms/ltmdm/work/sys/modules/ltmdm/../../dev/ltmdm/ltmdmsio.c:748: error: `PCIR_MAPS' undeclared (first use in this function) : : So, I've made a patch. Where I have to send it if I want to add it into port(maybe it can be useful for anybody)? : Here is it. OK. That's fallout from my recent changes. I'll see about getting this committed. Thanks. Warner