diff options
author | 1999-09-30 22:13:52 +0000 | |
---|---|---|
committer | 1999-09-30 22:13:52 +0000 | |
commit | 777cb93c7be4f4d7c94c14f71efc278de3d572b0 (patch) | |
tree | becf59b5c495100bff37c9868f1349b8b06f8659 /sys/dev/isa/essvar.h | |
parent | better cipher name fix. (diff) | |
download | wireguard-openbsd-777cb93c7be4f4d7c94c14f71efc278de3d572b0.tar.xz wireguard-openbsd-777cb93c7be4f4d7c94c14f71efc278de3d572b0.zip |
Sync w/NetBSD. Add support for ES18[67][89] - Nonaka Kimihiro + muting control fix
Diffstat (limited to 'sys/dev/isa/essvar.h')
-rw-r--r-- | sys/dev/isa/essvar.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/isa/essvar.h b/sys/dev/isa/essvar.h index d48b129302f..cf1838a94d2 100644 --- a/sys/dev/isa/essvar.h +++ b/sys/dev/isa/essvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: essvar.h,v 1.1 1999/06/22 16:20:03 niklas Exp $ */ +/* $OpenBSD: essvar.h,v 1.2 1999/09/30 22:13:52 kstailey Exp $ */ /* $NetBSD: essvar.h,v 1.14 1999/03/18 06:03:31 mycroft Exp $ */ /* * Copyright 1997 @@ -34,7 +34,7 @@ */ /* -** @(#) $RCSfile: essvar.h,v $ $Revision: 1.1 $ (SHARK) $Date: 1999/06/22 16:20:03 $ +** @(#) $RCSfile: essvar.h,v $ $Revision: 1.2 $ (SHARK) $Date: 1999/09/30 22:13:52 $ ** **++ ** @@ -150,6 +150,10 @@ struct ess_softc #define ESS_1887 2 #define ESS_888 3 #define ESS_1788 4 +#define ESS_1869 5 +#define ESS_1879 6 +#define ESS_1868 7 +#define ESS_1878 8 u_int sc_version; /* Legacy ES688/ES1688 ID */ }; |