git: i386 removal, part 27/x: Remove i386 specific stuff from the RAID drivers.
Sascha Wildner
swildner at crater.dragonflybsd.org
Fri Jul 31 12:33:34 PDT 2015
commit f78cbe61f3a45c45806d55ef3419936daa45e801
Author: Sascha Wildner <saw at online.de>
Date: Fri Jul 31 21:31:41 2015 +0200
i386 removal, part 27/x: Remove i386 specific stuff from the RAID drivers.
pst(4) goes completely.
Summary of changes:
sys/dev/raid/Makefile | 4 -
sys/dev/raid/asr/Makefile | 4 -
sys/dev/raid/asr/asr.c | 21 --
sys/dev/raid/ciss/ciss.c | 4 -
sys/dev/raid/hptmv/osbsd.h | 6 +-
sys/dev/raid/pst/Makefile | 7 -
sys/dev/raid/pst/pst-iop.c | 454 ----------------------------
sys/dev/raid/pst/pst-iop.h | 629 ---------------------------------------
sys/dev/raid/pst/pst-pci.c | 118 --------
sys/dev/raid/pst/pst-raid.c | 406 -------------------------
sys/dev/raid/vinum/vinummemory.c | 42 ---
sys/dev/raid/vinum/vinumvar.h | 5 -
12 files changed, 1 insertion(+), 1699 deletions(-)
delete mode 100644 sys/dev/raid/pst/Makefile
delete mode 100644 sys/dev/raid/pst/pst-iop.c
delete mode 100644 sys/dev/raid/pst/pst-iop.h
delete mode 100644 sys/dev/raid/pst/pst-pci.c
delete mode 100644 sys/dev/raid/pst/pst-raid.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f78cbe61f3a45c45806d55ef3419936daa45e801
--
DragonFly BSD source repository
More information about the Commits
mailing list