summaryrefslogtreecommitdiffstats
path: root/sys/dev/alc/if_alcvar.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-01-13 21:49:14 +0000
committerjhb <jhb@FreeBSD.org>2011-01-13 21:49:14 +0000
commit38c0ce34b0e87556a90d2209eedb79da0e6998a1 (patch)
tree5937abc6af08870d50126ca10a697ec357ee726c /sys/dev/alc/if_alcvar.h
parentab827c028eedd7664bee6500a872dffb5123b112 (diff)
downloadFreeBSD-src-38c0ce34b0e87556a90d2209eedb79da0e6998a1.zip
FreeBSD-src-38c0ce34b0e87556a90d2209eedb79da0e6998a1.tar.gz
- Move ether_ifdetach() earlier and remove now-unneeded IN_DETACH flag.
- Expand locking in interrupt handler. Reviewed by: yongari
Diffstat (limited to 'sys/dev/alc/if_alcvar.h')
-rw-r--r--sys/dev/alc/if_alcvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/alc/if_alcvar.h b/sys/dev/alc/if_alcvar.h
index 3215cef..b7c9d38 100644
--- a/sys/dev/alc/if_alcvar.h
+++ b/sys/dev/alc/if_alcvar.h
@@ -230,7 +230,6 @@ struct alc_softc {
#define ALC_FLAG_L0S 0x0400
#define ALC_FLAG_L1S 0x0800
#define ALC_FLAG_APS 0x1000
-#define ALC_FLAG_DETACH 0x4000
#define ALC_FLAG_LINK 0x8000
struct callout alc_tick_ch;
OpenPOWER on IntegriCloud