add .Mt to man pages in bin/ games/ sys/ tools/
Remove the meteor(4) driver.It stopped building when -msoft-float was added to the options for buildingthe kernel.FreeBSD removed it over 7 years ago, and so far I've heard of no one usingDrago
Remove the meteor(4) driver.It stopped building when -msoft-float was added to the options for buildingthe kernel.FreeBSD removed it over 7 years ago, and so far I've heard of no one usingDragonFly 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 basedon meteor(4) and bktr(4)'s manual page references these examples as beingmostly valid for bktr(4), too.
show more ...
cxm_extract_fw(8): Fix indent.
cxm_extract_fw.8: Small mdoc correction.
Add cxm(4), a driver for Hauppauge PVR-250/350 video capture cards.Before the driver can be used, two firmware files have to be extractedfrom the Windows driver which cannot be redistributed with
Add cxm(4), a driver for Hauppauge PVR-250/350 video capture cards.Before the driver can be used, two firmware files have to be extractedfrom the Windows driver which cannot be redistributed with DragonFly.For further information see the manual page.It was tested on a PVR-250 which was kindly donated by Hasso Tepper(many thanks for this!).Ported-from: FreeBSD (ports/multimedia/pvr250), with modifications