diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-04-25 01:23:31 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-04-25 01:23:31 +0000 |
commit | ef591efa746258fa8e053d7ef654c5313b97324b (patch) | |
tree | 4e860c7239c42ae327663a4755997a4211ebbc7d /sys/dev/ic | |
parent | f7db23bdb08311aa046b8d79045af1ddda046fc2 (diff) |
remove the stepping info since this isn't right
Diffstat (limited to 'sys/dev/ic')
-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 */ |