From owner-p4-projects@FreeBSD.ORG Sat Sep 6 18:38:47 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D0DE416A4C1; Sat, 6 Sep 2003 18:38:46 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A295416A4BF for ; Sat, 6 Sep 2003 18:38:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBB7943FE5 for ; Sat, 6 Sep 2003 18:38:45 -0700 (PDT) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h871cj0U096125 for ; Sat, 6 Sep 2003 18:38:45 -0700 (PDT) (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h871cjnR096122 for perforce@freebsd.org; Sat, 6 Sep 2003 18:38:45 -0700 (PDT) Date: Sat, 6 Sep 2003 18:38:45 -0700 (PDT) Message-Id: <200309070138.h871cjnR096122@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar To: Perforce Change Reviews Subject: PERFORCE change 37697 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2003 01:38:47 -0000 http://perforce.freebsd.org/chv.cgi?CH=37697 Change 37697 by marcel@marcel_nfs on 2003/09/06 18:37:49 Replace sio(4) with uart(4). Affected files ... .. //depot/projects/ia64/sys/ia64/conf/GENERIC#33 edit .. //depot/projects/ia64/sys/ia64/conf/HP_RX2600#10 edit .. //depot/projects/ia64/sys/ia64/conf/I2#5 edit .. //depot/projects/ia64/sys/ia64/conf/I2.hints#2 edit .. //depot/projects/ia64/sys/ia64/conf/I3#6 edit .. //depot/projects/ia64/sys/ia64/conf/SMALL#13 edit .. //depot/projects/ia64/sys/ia64/conf/SMALL.hints#3 edit Differences ... ==== //depot/projects/ia64/sys/ia64/conf/GENERIC#33 (text+ko) ==== @@ -141,8 +141,8 @@ device pty # Pseudo-ttys (telnet etc) device random # Entropy device device sc # System console -device sio # Serial port (UART) device tun # Packet tunnel. +device uart # Serial port (UART) device vga # VGA video card driver # The `bpf' device enables the Berkeley Packet Filter. ==== //depot/projects/ia64/sys/ia64/conf/HP_RX2600#10 (text+ko) ==== @@ -51,7 +51,7 @@ device random device sc device scbus -device sio +device uart device ukbd device usb device vga ==== //depot/projects/ia64/sys/ia64/conf/I2#5 (text+ko) ==== @@ -62,7 +62,7 @@ device sc # Serial (COM) ports -device sio +device uart # Pseudo devices - the number indicates how many units to allocated. device random # Entropy device ==== //depot/projects/ia64/sys/ia64/conf/I2.hints#2 (text+ko) ==== @@ -1,4 +1,3 @@ -# $FreeBSD: src/sys/ia64/conf/GENERIC.hints,v 1.2 2001/09/29 11:45:07 dfr Exp $ -hint.sio.0.at="isa" -hint.sio.0.port="0x2F8" -hint.sio.0.flags="0x10" +# $FreeBSD$ +hint.uart.0.port="0x2F8" +hint.uart.0.flags="0x10" ==== //depot/projects/ia64/sys/ia64/conf/I3#6 (text+ko) ==== @@ -64,7 +64,7 @@ device sc # Serial (COM) ports -device sio +device uart # Pseudo devices - the number indicates how many units to allocated. device random # Entropy device ==== //depot/projects/ia64/sys/ia64/conf/SMALL#13 (text+ko) ==== @@ -91,7 +91,7 @@ device sc 1 # Serial (COM) ports -device sio +device uart # Parallel port #device ppc ==== //depot/projects/ia64/sys/ia64/conf/SMALL.hints#3 (text+ko) ==== @@ -1,6 +1,5 @@ -# $FreeBSD: src/sys/ia64/conf/GENERIC.hints,v 1.2 2001/09/29 11:45:07 dfr Exp $ -hint.sio.0.at="isa" -hint.sio.0.port="0x3F8" -hint.sio.0.flags="0x10" +# $FreeBSD$ +hint.uart.0.port="0x3F8" +hint.uart.0.flags="0x10" hint.vga.0.at="isa" hint.sc.0.at="isa"