On Sun, 29 Dec 2013, Thorsten Glaser wrote: > > > Enabling these four is safe even on a non-Macintosh, then? > > > > I'm pretty sure that's how you configured your 3.10 and earlier > > kernels (I'd check but I can't find debs to download...) > > http://snapshot.debian.org/package/linux/ > (3.2.10 and up) and, even earlier, > http://snapshot.debian.org/package/linux-2.6 > (2.6.12-3.4.1), contains almost all kernel > binaries ever uploaded to the archives.
The oldest multi-platform kernel deb available there is 3.10-1. $ egrep 'PMACZILOG|EARLY_PRINTK' boot/config-3.10-1-m68k CONFIG_SERIAL_PMACZILOG=y CONFIG_SERIAL_PMACZILOG_TTYS=y CONFIG_SERIAL_PMACZILOG_CONSOLE=y CONFIG_EARLY_PRINTK=y The Debian config tracked the change to the upstream default in 3.11, much as you described: $ egrep 'PMACZILOG|EARLY_PRINTK' boot/config-3.11-2-m68k CONFIG_SERIAL_PMACZILOG=y CONFIG_SERIAL_PMACZILOG_TTYS=y CONFIG_SERIAL_PMACZILOG_CONSOLE=y # CONFIG_EARLY_PRINTK is not set Geert says "default y" is frowned upon so I've no idea how to fix this upstream. Finn -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

