diff options
author | harti <harti@FreeBSD.org> | 2003-08-06 14:53:27 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2003-08-06 14:53:27 +0000 |
commit | dcc92de50316ca9086fc809d0bab536a036c4ba0 (patch) | |
tree | 8564ad1bf4b9dd7743fabe403af689dc7bfe59a8 /sys/dev/en/midwayvar.h | |
parent | c4df8bc17e600eecd5f6415645461286ff9cdc2f (diff) | |
download | FreeBSD-src-dcc92de50316ca9086fc809d0bab536a036c4ba0.zip FreeBSD-src-dcc92de50316ca9086fc809d0bab536a036c4ba0.tar.gz |
Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been converted
to use the new OPENVCC and CLOSEVCC calls that allow the sepcification
of traffic parameters for the connections.
Diffstat (limited to 'sys/dev/en/midwayvar.h')
-rw-r--r-- | sys/dev/en/midwayvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/en/midwayvar.h b/sys/dev/en/midwayvar.h index 78ed634..4869dbd 100644 --- a/sys/dev/en/midwayvar.h +++ b/sys/dev/en/midwayvar.h @@ -149,7 +149,6 @@ struct en_vcc { #define VCC_DRAIN 0x0001 /* closed, but draining rx */ #define VCC_SWSL 0x0002 /* on rx software service list */ #define VCC_CLOSE_RX 0x0004 /* currently closing */ -#define VCC_ASYNC 0x0008 /* async close */ /* * softc |