PERFORCE change 37697 for review

Marcel Moolenaar marcel at FreeBSD.org
Sat Sep 6 18:38:47 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=37697

Change 37697 by marcel at 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"


More information about the p4-projects mailing list