From owner-cvs-all Sat Jun 10 23:43:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7257237B832; Sat, 10 Jun 2000 23:43:16 -0700 (PDT) (envelope-from tanimura@FreeBSD.org) Received: (from tanimura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA69604; Sat, 10 Jun 2000 23:43:16 -0700 (PDT) (envelope-from tanimura@FreeBSD.org) Message-Id: <200006110643.XAA69604@freefall.freebsd.org> From: Seigo Tanimura Date: Sat, 10 Jun 2000 23:43:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV src/sys/conf files files.i386 src/sys/dev/rp rp_isa.c rp_pci.c rp.c rpreg.h rpvar.h src/sys/i386/isa rp.c src/sys/modules Makefile src/sys/modules/rp Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tanimura 2000/06/10 23:43:16 PDT Modified files: etc MAKEDEV sys/conf files files.i386 sys/dev/rp rp.c rpreg.h rpvar.h sys/i386/isa rp.c sys/modules Makefile Added files: sys/dev/rp rp_isa.c rp_pci.c sys/modules/rp Makefile Log: 1. Update Comtrol RocketPort driver(rp) to version 3.02. 2. Newbusify the driver. 3. Build as a module. 4. Use correct minor numbers when creating device files. 5. Correctly lock control characters. 6. Return ENXIO when device not configured. Submitted by: Tor Egge 7. Fix the baud_table. Submitted by: Elliot Dierksen Note: - the old driver still lives in src/sys/i386/isa, so that you can revert to it if something goes wrong. - The module does not detach very well. Attaching works fine. Revision Changes Path 1.257 +13 -13 src/etc/MAKEDEV 1.375 +4 -1 src/sys/conf/files 1.321 +2 -2 src/sys/conf/files.i386 1.35 +300 -584 src/sys/dev/rp/rp.c 1.4 +170 -200 src/sys/dev/rp/rpreg.h 1.3 +3 -11 src/sys/dev/rp/rpvar.h 1.35 +12 -10 src/sys/i386/isa/rp.c 1.121 +2 -2 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message