rwatson 70b6a8119c Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced
in FreeBSD 5.x to allow network device drivers to run with Giant
despite the network stack being Giant-free.  This significantly
simplifies calls into ioctl() on network interfaces, especially
in the multicast code, as well as eliminates deferred invocation
of interface if_start routines.

Disable the build on device drivers still depending on
IFF_NEEDSGIANT as they no longer compile.  They will be removed
in a few weeks if they haven't been made MPSAFE in that time.
Disabled drivers:

        if_ar
        if_axe
        if_aue
        if_cdce
        if_cue
        if_kue
        if_ray
        if_rue
        if_rum
        if_sr
        if_udav
        if_ural
        if_zyd

Drivers that were already disabled because of tty changes:

        if_ppp
        if_sl

Discussed on:	arch@
2009-03-15 14:21:05 +00:00
..
2008-05-19 01:53:47 +00:00
2008-04-07 11:26:13 +00:00
2006-07-27 19:12:49 +00:00
2005-02-25 06:59:56 +00:00
2008-12-15 06:10:57 +00:00
2005-10-18 06:11:08 +00:00
2006-02-26 17:51:22 +00:00
2005-10-05 05:26:03 +00:00
2006-11-11 15:02:04 +00:00
2004-12-29 08:44:30 +00:00
2006-09-22 22:11:29 +00:00
2006-03-12 19:06:06 +00:00
2008-05-22 21:53:15 +00:00
2008-05-27 01:54:45 +00:00
2008-11-06 10:53:35 +00:00
2006-12-13 02:37:48 +00:00
2007-03-11 15:20:04 +00:00
2005-09-20 06:48:55 +00:00
2005-05-10 12:02:18 +00:00
2006-06-18 05:04:42 +00:00
2005-03-14 16:04:27 +00:00
2008-05-05 20:19:33 +00:00
2008-08-07 20:51:51 +00:00
2008-11-05 15:04:03 +00:00
2006-07-25 00:45:55 +00:00
2005-02-09 08:35:24 +00:00
2007-06-29 05:23:15 +00:00
2005-08-10 04:01:21 +00:00
2009-02-23 18:32:59 +00:00