From dan@xeon.unixathome.org  Mon Jun 14 14:44:22 2004
Return-Path: <dan@xeon.unixathome.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 50DDF16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Jun 2004 14:44:22 +0000 (GMT)
Received: from xeon.unixathome.org (bast.unixathome.org [66.11.174.150])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1E6FE43D39
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Jun 2004 14:44:22 +0000 (GMT)
	(envelope-from dan@xeon.unixathome.org)
Received: by xeon.unixathome.org (Postfix, from userid 1000)
	id EE5A93E54; Mon, 14 Jun 2004 10:43:57 -0400 (EDT)
Message-Id: <20040614144357.EE5A93E54@xeon.unixathome.org>
Date: Mon, 14 Jun 2004 10:43:57 -0400 (EDT)
From: Dan Langille <dan@langille.org>
Reply-To: Dan Langille <dan@langille.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: dan@langille.org
Subject: if_ndis should no longer refer to pccarddevs.h
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         67938
>Category:       kern
>Synopsis:       if_ndis should no longer refer to pccarddevs.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 14 14:50:15 GMT 2004
>Closed-Date:    Mon Jun 14 15:03:57 GMT 2004
>Last-Modified:  Mon Jun 14 15:10:20 GMT 2004
>Originator:     Dan Langille
>Release:        FreeBSD 5.x i386
>Organization:
The FreeBSD Diary
>Environment:
System: FreeBSD laptop.unixathome.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Sun Jun 13 21:59:14 EDT 2004     root@laptop.example.org:/usr/obj/usr/src/sys/LAPTOP  i386


	
>Description:
	imp moved  src/sys/dev/pccard/pccarddevs.h two weeks ago.
	
>How-To-Repeat:
	
	cd /sys/modules/if_ndis
	make clean
	make
	make: don't know how to make pccarddevs.h. Stop

>Fix:

[root@laptop:/sys/modules/if_ndis] # diff -ruN Makefile~ Makefile
--- Makefile~   Tue May 25 20:53:04 2004
+++ Makefile    Mon Jun 14 10:36:04 2004
@@ -4,6 +4,6 @@

 KMOD=  if_ndis
 SRCS=  if_ndis.c if_ndis_pci.c if_ndis_pccard.c
-SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h card_if.h pccarddevs.h
+SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h card_if.h

 .include <bsd.kmod.mk>

	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: bms 
State-Changed-When: Mon Jun 14 15:03:31 GMT 2004 
State-Changed-Why:  
Closed at submitter's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67938 

From: "Dan Langille" <dan@langille.org>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org
Cc:  
Subject: Re: kern/67938: if_ndis should no longer refer to pccarddevs.h
Date: Mon, 14 Jun 2004 11:04:05 -0400

 Please close this PR.  I'm wrong.
 -- 
 Dan Langille : http://www.langille.org/
 BSDCan - http://www.bsdcan.org/
 
>Unformatted:
