summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-08-06 14:34:38 +0000
committerharti <harti@FreeBSD.org>2003-08-06 14:34:38 +0000
commitc4df8bc17e600eecd5f6415645461286ff9cdc2f (patch)
treecde9e0bcf9ce8bad1f64f572c80db93f3bc8ad80 /sys/net
parentc2ce7aecc7fac7b230a1d5b52d97781fa072a273 (diff)
downloadFreeBSD-src-c4df8bc17e600eecd5f6415645461286ff9cdc2f.zip
FreeBSD-src-c4df8bc17e600eecd5f6415645461286ff9cdc2f.tar.gz
Remove the last vestiges of ATM raw mode. This has not been useful for a
long time and has already been removed from the only driver that supported it (en(4)) and from the man page.
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_atm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/net/if_atm.h b/sys/net/if_atm.h
index 2234d63..3947ca4 100644
--- a/sys/net/if_atm.h
+++ b/sys/net/if_atm.h
@@ -230,9 +230,6 @@ struct atm_pseudohdr {
/* XXX: could be 9188 with LLC/SNAP according
to comer */
-/* user's ioctl hook for raw atm mode */
-#define SIOCRAWATM _IOWR('a', 122, int) /* set driver's raw mode */
-
/* atm_pseudoioctl: turns on and off RX VCIs [for internal use only!] */
struct atm_pseudoioctl {
struct atm_pseudohdr aph;
OpenPOWER on IntegriCloud