From root@tpc.cmr.no  Wed Dec  7 02:08:06 1994
Received: from tpc.cmr.no (datalabpc.cmr.no [129.177.31.175]) by freefall.cdrom.com (8.6.8/8.6.6) with ESMTP id CAA22575 for <FreeBSD-gnats-submit@freebsd.org>; Wed, 7 Dec 1994 02:05:10 -0800
Received: (from root@localhost) by tpc.cmr.no (8.6.9/8.6.9) id NAA00410; Wed, 7 Dec 1994 13:24:52 +0100
Message-Id: <199412071224.NAA00410@tpc.cmr.no>
Date: Wed, 7 Dec 1994 13:24:52 +0100
From: Charlie Root <root@tpc.cmr.no>
Reply-To: tl@cmr.no
To: FreeBSD-gnats-submit@freebsd.org
Cc: tl@cmr.no
Subject: ep driver won't work with anything but bnc
X-Send-Pr-Version: 3.2

>Number:         44
>Category:       kern
>Synopsis:       ep driver won't work with anything but bnc
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    core
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec  7 18:55:08 1994
>Closed-Date:    Thu Feb 8 08:26:16 PST 1996
>Last-Modified:  Tue Nov 27 18:41:12 PST 2001
>Originator:     Tom Lislegaard
>Release:        FreeBSD 2.0-RELEASE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

There's a missing #define in /usr/src/sys/i386/isa/if_ep.c that
prevents the driver from switching to the AUI port.

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:
	
Change two instances (around line 680) of

	#if defined(__NetBSD__)
 to
	#if defined(__NetBSD__) || defined(__FreeBSD__)

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: wollman 
State-Changed-When: Thu Feb 8 08:26:16 PST 1996 
State-Changed-Why:  
This PR is stale. 
>Unformatted:


