svn commit: r201983 - head/sys/conf

Warner Losh imp at FreeBSD.org
Sun Jan 10 05:28:37 UTC 2010


Author: imp
Date: Sun Jan 10 05:28:36 2010
New Revision: 201983
URL: http://svn.freebsd.org/changeset/base/201983

Log:
  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)

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Sun Jan 10 05:16:55 2010	(r201982)
+++ head/sys/conf/files	Sun Jan 10 05:28:36 2010	(r201983)
@@ -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


More information about the svn-src-head mailing list