diff options
author | 2006-01-05 20:42:15 +0000 | |
---|---|---|
committer | 2006-01-05 20:42:15 +0000 | |
commit | 0e2fabc95b0c4ca23a8d5098baede61835f5dba5 (patch) | |
tree | 123e317a829cd6340d8dc2df50520bb55d674a6f | |
parent | More dead constants. (diff) | |
download | wireguard-openbsd-0e2fabc95b0c4ca23a8d5098baede61835f5dba5.tar.xz wireguard-openbsd-0e2fabc95b0c4ca23a8d5098baede61835f5dba5.zip |
load the CPUSaver 102E microcode for the 82551 Rev 10 chip.
From the Intel e100 driver.
-rw-r--r-- | sys/dev/ic/fxp.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c index f65d2ab082c..f5c55675ef3 100644 --- a/sys/dev/ic/fxp.c +++ b/sys/dev/ic/fxp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fxp.c,v 1.73 2005/11/07 03:20:00 brad Exp $ */ +/* $OpenBSD: fxp.c,v 1.74 2006/01/05 20:42:15 brad Exp $ */ /* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */ /* @@ -1848,6 +1848,9 @@ struct ucode { { FXP_REV_82551_F, D102_E_CPUSAVER_DWORD, D102_E_CPUSAVER_BUNDLE_MAX_DWORD, "fxp-d102e" }, + + { FXP_REV_82551_10, D102_E_CPUSAVER_DWORD, + D102_E_CPUSAVER_BUNDLE_MAX_DWORD, "fxp-d102e" }, { 0, 0, 0, NULL } }; |