From 0114d2a0769750d38816100a74c63dae9929e77a Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Mon, 8 Mar 2010 21:08:43 +0000 Subject: [PATCH] Trim NAND flash driver and variable hints -- both are OBE, in large part thanks to Semihalf. Submitted by: imp --- en/projects/ideas/ideas.xml | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/en/projects/ideas/ideas.xml b/en/projects/ideas/ideas.xml index 4fd088a489..6a359ab248 100644 --- a/en/projects/ideas/ideas.xml +++ b/en/projects/ideas/ideas.xml @@ -15,7 +15,7 @@ Ideas//EN" - $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.132 2009/05/22 20:48:46 danger Exp $ + $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.133 2010/03/08 21:04:58 rwatson Exp $ @@ -46,19 +46,6 @@ Ideas//EN" - - NAND Flash driver support -

Technical Contact: Warner Losh

-

Add support for NAND flash devices.

-

Requirements:

-
    -
  • Good C programming skills
  • -
  • Ability to understand FreeBSD subsystems like geom, device, etc.
  • -
-
-
- Make creating a bus easier

Technical Contact: - - Variable hints -

Technical Contact: Warner Losh

- -

Often times in the embedded world, you know what kind of - built-in devices are on a SoC (System on a Chip) only because - you know the specific model of that SoC. It is desirable to - have a mechanism that code on these machines can use to load - one of several sets of hints, which can then be used to - populate the bus.

-

Requirements:

-
    -
  • Good C programming skills
  • -
-
-
- ARM cleanup

Technical Contact: