From owner-cvs-all Sun May 19 22: 4:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFAA737B405; Sun, 19 May 2002 22:04:41 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4K54fo96628; Sun, 19 May 2002 22:04:41 -0700 (PDT) (envelope-from rwatson) Message-Id: <200205200504.g4K54fo96628@freefall.freebsd.org> From: Robert Watson Date: Sun, 19 May 2002 22:04:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa rc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/05/19 22:04:41 PDT Modified files: sys/i386/isa rc.c Log: Bump the rc driver a little bit closer to the 21st century: use make_dev() to create device nodes for each of the serial port channels (ttym%d and cuam%d respectively, as borrowed from MAKEDEV). This allows the rc driver to work in 5.0. I've tested it with only one card, but will try sticking in a second card tomorrow and see what happens. Revision Changes Path 1.69 +6 -0 src/sys/i386/isa/rc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message