Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / mac68k / dev / if_snvar.h
blobbdf6f1aa1164ceb9a59a27560968ee5a0130b1e3
1 /* $NetBSD: if_snvar.h,v 1.19.10.1 2007/06/26 18:12:53 garbled Exp $ */
3 /*
4 * Copyright (c) 1991 Algorithmics Ltd (http://www.algor.co.uk)
5 * You may use, copy, and modify this program so long as you retain the
6 * copyright line.
7 */
9 /*
10 * if_snvar.h -- National Semiconductor DP8393X (SONIC) NetBSD/mac68k vars
14 * Vendor types
16 #define SN_VENDOR_UNKNOWN 0xff /* Unknown */
17 #define SN_VENDOR_APPLE 0x00 /* Apple Computer/compatible */
18 #define SN_VENDOR_DAYNA 0x01 /* Dayna/Kinetics EtherPort */
19 #define SN_VENDOR_APPLE16 0x02 /* Apple Twisted Pair NB */
20 #define SN_VENDOR_ASANTELC 0x09 /* Asante Macintosh LC Ethernet */
22 void sn_get_enaddr(bus_space_tag_t, bus_space_handle_t, bus_size_t,
23 uint8_t *);