Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2009 23:54:41 +0000 (UTC)
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/arm/at91 at91.c at91_cfata.c at91_machdep.c at91rm92reg.h files.at91
Message-ID:  <200904222354.n3MNskWW019165@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
stas        2009-04-22 23:54:41 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/at91         at91.c at91_machdep.c at91rm92reg.h 
                         files.at91 
  Added files:
    sys/arm/at91         at91_cfata.c 
  Log:
  SVN rev 191408 on 2009-04-22 23:54:41Z by stas
  
  - Add the driver for AT91RM9200 CompactFlash controller. The driver
    operates in the common memory mode and use polling mode to control
    the status of operations as I don't have any board with interrupt
    line routed yet. I'll add the GPIO interrupt driven mode as soon
    as I get one.
  
  Revision  Changes    Path
  1.23      +8 -0      src/sys/arm/at91/at91.c
  1.1       +281 -0    src/sys/arm/at91/at91_cfata.c (new)
  1.4       +8 -0      src/sys/arm/at91/at91_machdep.c
  1.8       +4 -0      src/sys/arm/at91/at91rm92reg.h
  1.12      +1 -0      src/sys/arm/at91/files.at91



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904222354.n3MNskWW019165>