mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-31 12:13:10 +00:00
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).
This commit is contained in:
parent
11a77295d3
commit
ab4e6b4899
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190654
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user