From owner-freebsd-commit Sun Oct 22 08:08:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA10520 for freebsd-commit-outgoing; Sun, 22 Oct 1995 08:08:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA10505 for cvs-all-outgoing; Sun, 22 Oct 1995 08:07:59 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA10494 for cvs-sys-outgoing; Sun, 22 Oct 1995 08:07:55 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA10483 ; Sun, 22 Oct 1995 08:07:45 -0700 Date: Sun, 22 Oct 1995 08:07:45 -0700 From: Bruce Evans Message-Id: <199510221507.IAA10483@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa isa.c Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/22 08:07:44 Modified: sys/i386/isa isa.c Log: Only allow `sensitive' devices for displays in find_display(). This is a quick fix for syscons deciding not to become the console because it thinks another tty device has priority.