Author: adrian Date: Sun Jul 23 07:02:10 2017 New Revision: 321379 URL: https://svnweb.freebsd.org/changeset/base/321379
Log: [ar933x] re-add the ar71xx_apb device for AR933x. This prevents the console from working! Tested: * carambola2, AR933x Modified: head/sys/mips/conf/std.AR933X Modified: head/sys/mips/conf/std.AR933X ============================================================================== --- head/sys/mips/conf/std.AR933X Sun Jul 23 06:33:58 2017 (r321378) +++ head/sys/mips/conf/std.AR933X Sun Jul 23 07:02:10 2017 (r321379) @@ -33,6 +33,11 @@ options TCP_HHOOK # hhook(9) framework for TCP options PSEUDOFS #Pseudo-filesystem framework options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions +# Enable boot time calibration hints +options AR71XX_ATH_EEPROM +device ar71xx_caldata +device firmware + # PMC options HWPMC_HOOKS @@ -61,5 +66,6 @@ device scbus device umass device da -device uart_ar933x +device ar71xx_apb +device uart_ar933x _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
