CVSROOT: /cvs Module name: xenocara Changes by: kette...@cvs.openbsd.org 2010/08/29 11:58:28
Modified files: xserver/hw/xfree86/os-support/bsd: bsd_init.c Log message: Use the KERN_CONSDEV ioctl to figure out what the console device is and attempt to open that first before trying /dev/ttyC[0-7]. This makes X autoconfiguration a tad bit more intuitive on machines with multiple SBus or UPA framebuffers, where wsdisplay0 isn't the console. PCI framebuffers are still busted though. ok matthieu@