From 604a99e9a8114c5fc9ace2e8966e0cc041d37cc4 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 10 Jan 2010 05:28:36 +0000 Subject: [PATCH] Merge r192355 from projects/mips to head by hand: r192355 | gonzo | 2009-05-18 17:20:56 -0600 (Mon, 18 May 2009) | 2 lines - Add support for MX25Lxxx SPI flash (readonly atm) --- sys/conf/files | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/files b/sys/conf/files index 31d277a2f8f0..e93c384dc801 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -933,6 +933,7 @@ dev/firewire/if_fwip.c optional fwip dev/firewire/sbp.c optional sbp dev/firewire/sbp_targ.c optional sbp_targ dev/flash/at45d.c optional at45d +dev/flash/mx25l.c optional mx25l dev/fxp/if_fxp.c optional fxp inet dev/gem/if_gem.c optional gem dev/gem/if_gem_pci.c optional gem pci