DragonFly commits List (threaded) for 2011-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: Remove the meteor(4) driver.
commit 97edcb45ca4a7f0b1763090903eeb36d69d71a24
Author: Sascha Wildner <saw@online.de>
Date: Thu Feb 24 19:19:34 2011 +0100
Remove the meteor(4) driver.
It stopped building when -msoft-float was added to the options for building
the kernel.
FreeBSD removed it over 7 years ago, and so far I've heard of no one using
DragonFly because he had one of those old cards and we still had a driver,
so I guess it's safe to follow suit.
However, the <dev/video/meteor/ioctl_meteor.h> header is used by other,
working drivers (bktr(4) and cxm(4)) so we keep it. We also keep the
/usr/share/examples/meteor directory because the bktr(4) driver is based
on meteor(4) and bktr(4)'s manual page references these examples as being
mostly valid for bktr(4), too.
Summary of changes:
Makefile_upgrade.inc | 2 +
share/man/man4/bktr.4 | 9 +-
share/man/man4/cxm.4 | 7 +-
share/man/man4/man4.i386/Makefile | 3 +-
share/man/man4/man4.i386/meteor.4 | 926 ----------
sys/conf/files | 1 -
sys/conf/options | 7 -
sys/config/LINT | 16 -
sys/dev/video/meteor/meteor.c | 2115 ----------------------
sys/dev/video/meteor/meteor_reg.h | 247 ---
tools/multimedia/cxm/setchannel/cxm_setchannel.1 | 3 +-
11 files changed, 10 insertions(+), 3326 deletions(-)
delete mode 100644 share/man/man4/man4.i386/meteor.4
delete mode 100644 sys/dev/video/meteor/meteor.c
delete mode 100644 sys/dev/video/meteor/meteor_reg.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/97edcb45ca4a7f0b1763090903eeb36d69d71a24
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]