From owner-cvs-src@FreeBSD.ORG Sun Jul 11 03:07:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E281B16A4CE; Sun, 11 Jul 2004 03:07:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5AA543D48; Sun, 11 Jul 2004 03:07:28 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6B37SRD054289; Sun, 11 Jul 2004 03:07:28 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6B37S7p054288; Sun, 11 Jul 2004 03:07:28 GMT (envelope-from marcel) Message-Id: <200407110307.i6B37S7p054288@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Jul 2004 03:07:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/conf GENERIC.hints X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2004 03:07:29 -0000 marcel 2004-07-11 03:07:28 UTC FreeBSD src repository Modified files: sys/alpha/conf GENERIC.hints Log: Now that the console setup is identical to that on other platforms, we also need to have the right sio(4) flags: sio0: flags=0x10 so that it will be console. sio1: flags=0x80 so that it can be used as debug port. Revision Changes Path 1.8 +2 -0 src/sys/alpha/conf/GENERIC.hints