Bug 44

Summary: ep driver won't work with anything but bnc
Product: Base System Reporter: Charlie Root <root>
Component: kernAssignee: FreeBSD Core Team <core>
Status: Closed FIXED    
Severity: Affects Only Me CC: tl
Priority: Normal    
Version: 2.0-RELEASE   
Hardware: Any   
OS: Any   

Description Charlie Root 1994-12-07 18:55:08 UTC
There's a missing #define in /usr/src/sys/i386/isa/if_ep.c that
prevents the driver from switching to the AUI port.

Fix: 

Change two instances (around line 680) of

	#if defined(__NetBSD__)
 to
	#if defined(__NetBSD__) || defined(__FreeBSD__)
How-To-Repeat: 
	<Code/input/activities to reproduce the problem (multiple lines)>
Comment 1 Garrett Wollman freebsd_committer freebsd_triage 1996-02-08 16:26:16 UTC
State Changed
From-To: open->closed

This PR is stale.