Module Name: src Committed By: soren Date: Mon Jul 22 13:40:36 UTC 2013
Modified Files: src/share/man/man4: options.4 src/sys/arch/x86/pci: pci_machdep.c src/sys/dev/pci: puc.c puccn.c puccn.h Log Message: Allow console on com_puc without a compile-time option so that PC servers can become headless after the first reboot (sadly, e.g. Intel AMT presents as a com_puc, but doesn't appear in the BIOS serial port table, so you need a keyboard and monitor to install and set the installboot parameters first). Fix com_puc console on devices with offset BAR's. To generate a diff of this commit: cvs rdiff -u -r1.424 -r1.425 src/share/man/man4/options.4 cvs rdiff -u -r1.57 -r1.58 src/sys/arch/x86/pci/pci_machdep.c cvs rdiff -u -r1.32 -r1.33 src/sys/dev/pci/puc.c cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/puccn.c cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/puccn.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.