Deleted Added
full compact
iso88025.h (112297) iso88025.h (112299)
1/*
2 * Copyright (c) 1998, Larry Lile
3 * All rights reserved.
4 *
5 * For latest sources and information on this driver, please
6 * go to http://anarchy.stdio.com.
7 *
8 * Questions, comments or suggestions should be directed to

--- 16 unchanged lines hidden (view full) ---

25 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
1/*
2 * Copyright (c) 1998, Larry Lile
3 * All rights reserved.
4 *
5 * For latest sources and information on this driver, please
6 * go to http://anarchy.stdio.com.
7 *
8 * Questions, comments or suggestions should be directed to

--- 16 unchanged lines hidden (view full) ---

25 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * $FreeBSD: head/sys/net/iso88025.h 112297 2003-03-15 22:52:23Z mdodd $
33 * $FreeBSD: head/sys/net/iso88025.h 112299 2003-03-15 23:08:40Z mdodd $
34 *
35 * Information gathered from tokenring@freebsd, /sys/net/ethernet.h and
36 * the Mach token ring driver.
37 */
38
39/*
40 * Fundamental constants relating to iso 802.5
41 */

--- 92 unchanged lines hidden (view full) ---

134#define ISO88025_BPF_UNSUPPORTED 0
135#define ISO88025_BPF_SUPPORTED 1
136
137void iso88025_ifattach (struct ifnet *, int);
138void iso88025_ifdetach (struct ifnet *, int);
139int iso88025_ioctl (struct ifnet *, int , caddr_t );
140int iso88025_output (struct ifnet *, struct mbuf *, struct sockaddr *,
141 struct rtentry *);
34 *
35 * Information gathered from tokenring@freebsd, /sys/net/ethernet.h and
36 * the Mach token ring driver.
37 */
38
39/*
40 * Fundamental constants relating to iso 802.5
41 */

--- 92 unchanged lines hidden (view full) ---

134#define ISO88025_BPF_UNSUPPORTED 0
135#define ISO88025_BPF_SUPPORTED 1
136
137void iso88025_ifattach (struct ifnet *, int);
138void iso88025_ifdetach (struct ifnet *, int);
139int iso88025_ioctl (struct ifnet *, int , caddr_t );
140int iso88025_output (struct ifnet *, struct mbuf *, struct sockaddr *,
141 struct rtentry *);
142void iso88025_input (struct ifnet *, struct iso88025_header *,
143 struct mbuf *);
142void iso88025_input (struct ifnet *, struct mbuf *);
144
145#endif
143
144#endif