the bitrig master branch has been updated by pedro with 5 new commits: commit 57f713e265bd6ca0211e44b2d7fdec94092f6e15 diff: https://github.com/bitrig/bitrig/commit/57f713e author: pedro martelletto <[email protected]> date: Mon Dec 22 13:34:15 2014 +0100
zap man pages for previously removed drivers ok marco@ patrick@ natano@ M distrib/sets/lists/base/mi M share/man/man4/Makefile D share/man/man4/fdc.4 D share/man/man4/hil.4 D share/man/man4/hilid.4 D share/man/man4/hilkbd.4 D share/man/man4/hilms.4 D share/man/man4/sbus.4 commit 5c6d97d97ceffbfc0ae43d6d415c1979b417206d diff: https://github.com/bitrig/bitrig/commit/5c6d97d author: pedro martelletto <[email protected]> date: Mon Dec 22 13:21:26 2014 +0100 remove dead files these are mostly i386 drivers which were never enabled on amd64, and that are unlikely to be found on anything remotely modern: pcmcia controllers, old uarts and pc card drivers. ok marco@ patrick@ natano@ M distrib/sets/lists/base/md.amd64 M distrib/sets/lists/base/md.armv7 M distrib/sets/lists/comp/mi D sys/dev/ic/tcic2.c D sys/dev/ic/tcic2reg.h D sys/dev/ic/tcic2var.h D sys/dev/ic/z8530sc.c D sys/dev/ic/z8530tty.c D sys/dev/isa/i82365_isa.c D sys/dev/isa/i82365_isapnp.c D sys/dev/isa/i82365_isasubr.c D sys/dev/isa/tcic2_isa.c commit a70557d10dc59b7e78b44cc0c268342afc568649 diff: https://github.com/bitrig/bitrig/commit/a70557d author: pedro martelletto <[email protected]> date: Mon Dec 22 13:14:43 2014 +0100 remove sti(4) although theoretically possible, the odds that we will ever run on a platform with a hp-style text interface are pretty low, so unplug sti(4) from the tree and remove it. ok marco@ patrick@ natano@ M distrib/sets/lists/base/md.amd64 M distrib/sets/lists/base/md.armv7 M distrib/sets/lists/base/mi M distrib/sets/lists/comp/mi M share/man/man4/Makefile D share/man/man4/sti.4 M sys/conf/files D sys/dev/ic/sti.c D sys/dev/ic/stireg.h D sys/dev/ic/stivar.h M sys/dev/pci/files.pci D sys/dev/pci/sti_pci.c commit d0581a44fc322c750f5776b63ed5c9af4ea93376 diff: https://github.com/bitrig/bitrig/commit/d0581a4 author: pedro martelletto <[email protected]> date: Mon Dec 22 13:03:09 2014 +0100 remove ioctl_fd.h it was only used by fdformat(1), which has been removed. ok marco@ patrick@ natano@ M distrib/sets/lists/base/md.amd64 M distrib/sets/lists/comp/md.amd64 D sys/arch/amd64/include/ioctl_fd.h commit a42b106906b76b1475584563dd2fdc231681a0a4 diff: https://github.com/bitrig/bitrig/commit/a42b106 author: pedro martelletto <[email protected]> date: Mon Dec 22 12:50:00 2014 +0100 remove fdformat(1) floppy disks have been obsolete for nearly a decade. we have no interest in supporting them, so there's no point in having this code lying around. ok marco@ patrick@ natano@ M distrib/sets/lists/base/md.amd64 M distrib/sets/lists/base/mi M usr.sbin/Makefile D usr.sbin/fdformat/Makefile D usr.sbin/fdformat/fdformat.1 D usr.sbin/fdformat/fdformat.c
