git: asr(4): Sync with FreeBSD.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Jan 29 07:16:33 PST 2012


commit 7b0cd042530ea636015421994f515b16626ac865
Author: Sascha Wildner <saw at online.de>
Date:   Sun Jan 29 16:13:13 2012 +0100

    asr(4): Sync with FreeBSD.
    
    Updates us to V1.10 which is mostly cleanup:
    
    * Massive cleanup of the driver to remove dead code and non-conformant
      style.
    
    * Removed most i386-specific code to make it more portable.
    
    * Converted to the bus_space API.
    
    Tested with an old ASR-2110S.

Summary of changes:
 Makefile_upgrade.inc                 |    2 +
 share/man/man4/Makefile              |    1 +
 share/man/man4/{man4.i386 => }/asr.4 |   88 +-
 share/man/man4/man4.i386/Makefile    |    2 +-
 sys/config/LINT                      |    1 +
 sys/dev/raid/asr/MAINTAINER          |    3 -
 sys/dev/raid/asr/Makefile            |   15 +-
 sys/dev/raid/asr/asr.c               | 6906 +++++++++++++++++-----------------
 sys/dev/raid/asr/dptalign.h          |  313 +-
 sys/dev/raid/asr/dptsig.h            |  628 ++--
 sys/dev/raid/asr/i2oadptr.h          |  304 +-
 sys/dev/raid/asr/i2obscsi.h          |  420 ++-
 sys/dev/raid/asr/i2odep.h            | 1792 +++++-----
 sys/dev/raid/asr/i2odpt.h            |  193 +-
 sys/dev/raid/asr/i2oexec.h           | 1142 +++---
 sys/dev/raid/asr/i2omsg.h            | 1241 +++---
 sys/dev/raid/asr/i2otypes.h          |   90 +-
 sys/dev/raid/asr/i2outil.h           |  278 +-
 sys/dev/raid/asr/osd_defs.h          |   15 +-
 sys/dev/raid/asr/osd_unix.h          |  567 ++--
 sys/dev/raid/asr/osd_util.h          |  267 +-
 sys/dev/raid/asr/sys_info.h          |  301 +-
 sys/platform/pc32/conf/options       |    2 +
 23 files changed, 7250 insertions(+), 7321 deletions(-)
 rename share/man/man4/{man4.i386 => }/asr.4 (59%)
 delete mode 100644 sys/dev/raid/asr/MAINTAINER

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7b0cd042530ea636015421994f515b16626ac865


-- 
DragonFly BSD source repository





More information about the Commits mailing list