uart(4)を追加しました

追加

device uart
Generic UART driver
# If you've got a "dumb" serial or parallel PCI card that is
# supported by the puc(4) glue driver, uncomment the following
# line to enable it (connects to sio and/or ppc drivers):
# line to enable it (connects to the sio, uart and/or ppc drivers):

commit log

Add uart(4). When both sio(4) and uart(4) can handle a serial port, sio(4) will claim it. This change therefore only affects how ports are handled when they are not claimed by sio(4), and in principle will improve hardware support.
uart(4)を追加しました。sio(4)とuart(4)の両方がシリアルポートを扱える場合は、sio(4)がシリアルポートを扱います。よって、この変更が影響を与えるのはsio(4)を利用しないシリアルポートの扱いのみで、基本的にハードウェアのサポートが向上することになります。

MFC after
2 months

$FreeBSD: src/sys/i386/conf/GENERIC,v 1.435 2005/11/05 19:48:53 marcel Exp $