Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Add epcom serial UART char device found on Cirrus Logic ...
details: https://anonhg.NetBSD.org/src/rev/e7b6aff0e481
branches: trunk
changeset: 572302:e7b6aff0e481
user: joff <joff%NetBSD.org@localhost>
date: Wed Dec 29 06:36:46 2004 +0000
description:
Add epcom serial UART char device found on Cirrus Logic EP93xx ARM9 SoC's
diffstat:
etc/MAKEDEV.tmpl | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r b87189ed3948 -r e7b6aff0e481 etc/MAKEDEV.tmpl
--- a/etc/MAKEDEV.tmpl Wed Dec 29 06:31:32 2004 +0000
+++ b/etc/MAKEDEV.tmpl Wed Dec 29 06:36:46 2004 +0000
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV.tmpl,v 1.33 2004/12/01 23:09:04 christos Exp $
+# $NetBSD: MAKEDEV.tmpl,v 1.34 2004/12/29 06:36:46 joff Exp $
#
# Copyright (c) 2003 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -127,6 +127,7 @@
# ttyA1 8530 Channel B (formerly mdm02) (atari)
# ttyB0 UART on first 68901 (formerly mdm01) (atari)
# ixpcom IXP12x0 COM ports
+# epcom EP93xx COM ports
# ttyM? HP200/300 4 port serial mux interface (hp300)
# ttya "ttya" system console (luna68k)
# ttyb second system serial port (luna68k)
@@ -1302,6 +1303,11 @@
mkdev ixpcom$unit c %ixpcom_chr% $unit "" "" $u_uucp
;;
+epcom*)
+ unit=${i#epcom}
+ mkdev epcom$unit c %epcom_chr% $unit "" "" $u_uucp
+ ;;
+
ucbsnd)
mkdev ucbsnd c %ucbsnd_chr% 0 666
;;
Home |
Main Index |
Thread Index |
Old Index