Bug 24074

Summary: Properties of token-ring protocol must be separated from implementation
Product: Base System Reporter: nms <nms>
Component: kernAssignee: Matthew N. Dodd <mdodd>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff
none
file.diff none

Description nms 2001-01-04 18:30:01 UTC
As present src/sys/net/iso88025.h contains token-ring protocol properties and
implementation details. This is the problem for netgraph node implementations.
Comment 1 nms 2001-03-07 08:30:58 UTC
Forgot about the drivers present. Sorry.

--- src/sys/contrib/dev/oltr/if_oltr.c.orig	Wed Mar  7 11:14:33 2001
+++ src/sys/contrib/dev/oltr/if_oltr.c	Wed Mar  7 11:15:28 2001
@@ -48,7 +48,7 @@
 #include <net/ethernet.h>
 #include <net/if_dl.h>
 #include <net/if_media.h>
-#include <net/iso88025.h>
+#include <net/if_iso88025_var.h>
 
 #if (__FreeBSD_version < 400000)
 #include <bpfilter.h>
Comment 2 Matthew N. Dodd freebsd_committer freebsd_triage 2001-03-08 01:39:08 UTC
State Changed
From-To: open->closed

Committed.  Will MFC later.
Comment 3 Matthew N. Dodd freebsd_committer freebsd_triage 2001-03-08 01:53:26 UTC
State Changed
From-To: closed->open

Closed wrong PR. 
I'll get around to this one in a bit. 


Comment 4 Matthew N. Dodd freebsd_committer freebsd_triage 2001-03-08 01:53:26 UTC
Responsible Changed
From-To: freebsd-bugs->mdodd

I'll take care of this one.
Comment 5 K. Macy freebsd_committer freebsd_triage 2007-11-16 04:13:46 UTC
State Changed
From-To: open->closed


Not considered worth MFCing.