diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-10-20 19:36:55 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-10-20 19:36:55 +0000 |
commit | f06858cbf709e8a8adab73d62c78aae1e77dcd4b (patch) | |
tree | ca601bfe57f074413a406590e67dd35b3cefa032 /sys/dev/pci/if_jmevar.h | |
parent | 04772ebcb3bf00d2ed7cb21d739ecc93f3cb7c7a (diff) |
Remove ioctl handlers for MTU changing and multicast, they're already
handled by ether_ioctl() and simplify the interface flags handler.
ok jsg@
Diffstat (limited to 'sys/dev/pci/if_jmevar.h')
-rw-r--r-- | sys/dev/pci/if_jmevar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_jmevar.h b/sys/dev/pci/if_jmevar.h index 23d7fce4e49..c8024a624a2 100644 --- a/sys/dev/pci/if_jmevar.h +++ b/sys/dev/pci/if_jmevar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_jmevar.h,v 1.1 2008/09/26 10:35:15 jsg Exp $ */ +/* $OpenBSD: if_jmevar.h,v 1.2 2008/10/20 19:36:54 brad Exp $ */ /*- * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. @@ -203,7 +203,6 @@ struct jme_softc { struct timeout jme_tick_ch; struct jme_chain_data jme_cdata; struct jme_ring_data jme_rdata; - int jme_if_flags; uint32_t jme_txcsr; uint32_t jme_rxcsr; |