From owner-cvs-all Sun Oct 21 19:48:43 2001 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 741F537B405; Sun, 21 Oct 2001 19:48:38 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9M2mcd52260; Sun, 21 Oct 2001 19:48:38 -0700 (PDT) (envelope-from imp) Message-Id: <200110220248.f9M2mcd52260@freefall.freebsd.org> From: Warner Losh Date: Sun, 21 Oct 2001 19:48:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c sioreg.h src/sys/dev/sio sio.c sioreg.h src/sys/pc98/pc98 sio.c src/sys/conf files.pc98 files.ia64 files.i386 files.alpha 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 imp 2001/10/21 19:48:38 PDT Modified files: sys/dev/sio sio.c sioreg.h sys/pc98/pc98 sio.c sys/conf files.pc98 files.ia64 files.i386 files.alpha Removed files: sys/isa sio.c sioreg.h Log: First commit after a repo copy of isa/sio* -> dev/sio: Move sio from isa/sio.c to dev/sio/sio.c. The next step is to break out the front end attachments, improve support for these parts on different busses, and maybe, if we're lucky, merging in pc98 support. It will also be MI and live in conf/files rather than files.*. Approved by: bde Tested with: i386, pc98 Revision Changes Path 1.74 +1 -1 src/sys/conf/files.alpha 1.376 +1 -1 src/sys/conf/files.i386 1.20 +1 -1 src/sys/conf/files.ia64 1.210 +0 -0 src/sys/conf/files.pc98 1.349 +1 -1 src/sys/dev/sio/sio.c 1.16 +1 -1 src/sys/dev/sio/sioreg.h 1.349 +0 -3398 src/sys/isa/sio.c (dead) 1.16 +0 -128 src/sys/isa/sioreg.h (dead) 1.157 +1 -1 src/sys/pc98/pc98/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message