diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-01-05 20:42:16 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-01-05 20:42:16 +0000 |
commit | 61445ede1155a277cbbe51482f8c15799b9b5f18 (patch) | |
tree | fa2534c2c757f654faa86386d43e1e7113aeaaa9 /sys/dev/ic | |
parent | c80c1404c65a8426c4d99afc9112497f0b452906 (diff) |
load the CPUSaver 102E microcode for the 82551 Rev 10 chip.
From the Intel e100 driver.
Diffstat (limited to 'sys/dev/ic')
-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 } }; |