diff options
author | 2005-04-25 01:23:30 +0000 | |
---|---|---|
committer | 2005-04-25 01:23:30 +0000 | |
commit | 32bc8007a8f388bab2fd45c42bb9f3a595976f7e (patch) | |
tree | 46c8fc26d5ccfc3d0bb7a320a7f5a0426768a464 | |
parent | - display a message centered on the screen (diff) | |
download | wireguard-openbsd-32bc8007a8f388bab2fd45c42bb9f3a595976f7e.tar.xz wireguard-openbsd-32bc8007a8f388bab2fd45c42bb9f3a595976f7e.zip |
remove the stepping info since this isn't right
-rw-r--r-- | sys/dev/ic/fxpreg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/fxpreg.h b/sys/dev/ic/fxpreg.h index 2373faf3075..274d74340aa 100644 --- a/sys/dev/ic/fxpreg.h +++ b/sys/dev/ic/fxpreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fxpreg.h,v 1.9 2005/04/24 20:41:34 brad Exp $ */ +/* $OpenBSD: fxpreg.h,v 1.10 2005/04/25 01:23:30 brad Exp $ */ /* * Copyright (c) 1995, David Greenman @@ -336,6 +336,6 @@ struct fxp_cb_ucode { #define FXP_REV_82559S_A 9 /* 82559S A stepping */ #define FXP_REV_82550 12 #define FXP_REV_82550_C 13 /* 82550 C stepping */ -#define FXP_REV_82551_E 14 /* 82551 E stepping */ -#define FXP_REV_82551_F 15 /* 82551 F stepping */ +#define FXP_REV_82551_E 14 /* 82551 */ +#define FXP_REV_82551_F 15 /* 82551 */ #define FXP_REV_82551_10 16 /* 82551 */ |