svn commit: r190654 - head/sys/dev/ed

Warner Losh imp at FreeBSD.org
Thu Apr 2 12:27:57 PDT 2009


Author: imp
Date: Thu Apr  2 19:27:56 2009
New Revision: 190654
URL: http://svn.freebsd.org/changeset/base/190654

Log:
  Retire two flags that haven't been used since OLDCARD was retired
  (well, since before OLDCARD was retired, since I removed their use
  somewhat before that).

Modified:
  head/sys/dev/ed/if_edvar.h

Modified: head/sys/dev/ed/if_edvar.h
==============================================================================
--- head/sys/dev/ed/if_edvar.h	Thu Apr  2 18:21:41 2009	(r190653)
+++ head/sys/dev/ed/if_edvar.h	Thu Apr  2 19:27:56 2009	(r190654)
@@ -276,8 +276,6 @@ extern devclass_t ed_devclass;
  */
 #define ED_FLAGS_TOSH_ETHER		0x10000
 #define ED_FLAGS_GWETHER		0x20000
-#define ED_FLAGS_AX88190		0x30000
-#define ED_FLAGS_LINKSYS		0x80000
 
 #define ED_FLAGS_GETTYPE(flg)		((flg) & 0xff0000)
 


More information about the svn-src-head mailing list