Author: jhb Date: Wed Apr 26 18:23:09 2017 New Revision: 317446 URL: https://svnweb.freebsd.org/changeset/base/317446
Log: Remove the cy(4) driver for Cyclades serial adapters. This driver has been disconnected from the build since the new tty layer was introduced in 8.0 and was never updated for new tty. Deleted: head/share/man/man4/cy.4 head/sys/dev/cy/ Modified: head/ObsoleteFiles.inc head/share/man/man4/Makefile head/sys/conf/files Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Wed Apr 26 17:58:10 2017 (r317445) +++ head/ObsoleteFiles.inc Wed Apr 26 18:23:09 2017 (r317446) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20170426: Remove cy(4) +OLD_FILES+=usr/share/man/man4/cy.4.gz # 20170425: NATM configuration support removed OLD_FILES+=etc/rc.d/atm1 OLD_FILES+=etc/rc.d/atm2 Modified: head/share/man/man4/Makefile ============================================================================== --- head/share/man/man4/Makefile Wed Apr 26 17:58:10 2017 (r317445) +++ head/share/man/man4/Makefile Wed Apr 26 18:23:09 2017 (r317446) @@ -118,7 +118,6 @@ MAN= aac.4 \ cxgb.4 \ cxgbe.4 \ cxgbev.4 \ - cy.4 \ cyapa.4 \ da.4 \ dc.4 \ Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Wed Apr 26 17:58:10 2017 (r317445) +++ head/sys/conf/files Wed Apr 26 18:23:09 2017 (r317446) @@ -1425,9 +1425,6 @@ t6fw.fw optional cxgbe \ compile-with "${NORMAL_FW}" \ no-obj no-implicit-rule \ clean "t6fw.fw" -dev/cy/cy.c optional cy -dev/cy/cy_isa.c optional cy isa -dev/cy/cy_pci.c optional cy pci dev/cyapa/cyapa.c optional cyapa iicbus dev/dc/if_dc.c optional dc pci dev/dc/dcphy.c optional dc pci _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"