Add some medis defines.

This commit is contained in:
augustss 2004-10-26 17:28:52 +00:00
parent 547cfc9779
commit 2d3b68ad83
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_axereg.h,v 1.1 2004/10/23 13:38:26 augustss Exp $ */
/* $NetBSD: if_axereg.h,v 1.2 2004/10/26 17:28:52 augustss Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000-2003
@ -85,6 +85,10 @@
#define AXE_CMD_READ_GPIO 0x101E
#define AXE_CMD_WRITE_GPIO 0x011F
#define AXE_MEDIA_FULL_DUPLEX 0x02
#define AXE_MEDIA_TX_ABORT_ALLOW 0x04
#define AXE_MEDIA_FLOW_CONTROL_EN 0x10
#define AXE_RXCMD_PROMISC 0x0001
#define AXE_RXCMD_ALLMULTI 0x0002
#define AXE_RXCMD_UNICAST 0x0004