From c4df8bc17e600eecd5f6415645461286ff9cdc2f Mon Sep 17 00:00:00 2001 From: harti Date: Wed, 6 Aug 2003 14:34:38 +0000 Subject: 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. --- sys/net/if_atm.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/net') 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; -- cgit v1.1