DragonFly BSD
DragonFly commits List (threaded) for 2012-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: aic(4): Remove ISA attachment.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 31 Mar 2012 07:49:37 -0700 (PDT)

commit c67c071b06ef9d4cc7c6ccffca2f5a27f0037c8d
Author: Sascha Wildner <saw@online.de>
Date:   Sat Mar 31 16:48:23 2012 +0200

    aic(4): Remove ISA attachment.
    
    The only support that remains (and works) is for AHA-1460 PC Card adapters.
    
    While here, reduce differences with FreeBSD a bit.

Summary of changes:
 Makefile_upgrade.inc                 |    2 +
 share/man/man4/Makefile              |    1 +
 share/man/man4/{man4.i386 => }/aic.4 |   38 +-----
 share/man/man4/isa.4                 |    2 -
 share/man/man4/man4.i386/Makefile    |    2 +-
 sys/config/GENERIC                   |    2 +-
 sys/config/LINT                      |   10 +-
 sys/config/LINT64                    |   10 +-
 sys/config/X86_64_GENERIC            |    2 +-
 sys/dev/disk/aic/Makefile            |    4 +-
 sys/dev/disk/aic/aic.c               |   42 +++---
 sys/dev/disk/aic/aic6360reg.h        |    3 +-
 sys/dev/disk/aic/aic_isa.c           |  239 ----------------------------------
 sys/dev/disk/aic/aic_pccard.c        |   14 +-
 sys/dev/disk/aic/aicvar.h            |   12 +-
 sys/platform/pc32/conf/files         |    1 -
 sys/platform/pc32/i386/userconfig.c  |    1 -
 17 files changed, 56 insertions(+), 329 deletions(-)
 rename share/man/man4/{man4.i386 => }/aic.4 (68%)
 delete mode 100644 sys/dev/disk/aic/aic_isa.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c67c071b06ef9d4cc7c6ccffca2f5a27f0037c8d


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]