diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-12-22 12:02:48 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-12-22 12:02:48 +0000 |
commit | 447d7f1539a230f93ad9916ff4e453a6393e27c1 (patch) | |
tree | 1fdaa13326a8cc09e6c2d9dd2b7312bea3281071 /sys/conf/files | |
parent | dc8b73a929338f8bcf900dc6bd5fecda5acf9e8f (diff) |
Use vfs firmware loader for fxp(4) interrupt coalescing microcode.
Initial work by Dmitry Bogdan <bogdan@eastonline.ru> with a help
from me and Theo.
ok deraadt@
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 6a74ab53a89..4fb7584f2b3 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.321 2004/11/28 23:39:45 canacar Exp $ +# $OpenBSD: files,v 1.322 2004/12/22 12:02:47 grange Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -235,7 +235,7 @@ device xl: ether, ifnet, ifmedia, mii file dev/ic/xl.c xl # Intel EtherExpress PRO 10/100B -device fxp: ether, ifnet, ifmedia, mii +device fxp: ether, ifnet, ifmedia, mii, firmload file dev/ic/fxp.c fxp # Myson MTD803 |