From owner-cvs-all Mon Jun 4 14: 4:20 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 C5DFE37B406; Mon, 4 Jun 2001 14:04:14 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54L4EA08740; Mon, 4 Jun 2001 14:04:14 -0700 (PDT) (envelope-from joerg) Message-Id: <200106042104.f54L4EA08740@freefall.freebsd.org> From: Joerg Wunsch Date: Mon, 4 Jun 2001 14:04:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/isa mpu.c uartsio.c src/sys/isa fdreg.h sio.c src/sys/pc98/pc98 fdreg.h src/sys/dev/ic esp.h nec765.h ns16550.h src/sys/isa/ic esp.h nec765.h ns16550.h 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 joerg 2001/06/04 14:04:14 PDT Modified files: sys/dev/sound/isa mpu.c uartsio.c sys/isa fdreg.h sio.c sys/pc98/pc98 fdreg.h sys/dev/ic esp.h nec765.h ns16550.h Removed files: sys/isa/ic esp.h nec765.h ns16550.h Log: Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so they can be made userland-visible as . Also, those files are not supposed to contain any bus-specific details at all, so placing them under .../isa/ has been a misnomer from the beginning. The files in src/sys/dev/ic/ have been repo-copied from their old location (this commit is a forced null commit there to record this message). Revision Changes Path 1.9 +2 -2 src/sys/dev/sound/isa/mpu.c 1.6 +2 -2 src/sys/dev/sound/isa/uartsio.c 1.14 +2 -2 src/sys/isa/fdreg.h 1.334 +3 -3 src/sys/isa/sio.c 1.8 +2 -2 src/sys/pc98/pc98/fdreg.h 1.5 +1 -1 src/sys/dev/ic/esp.h 1.9 +1 -1 src/sys/dev/ic/nec765.h 1.7 +1 -1 src/sys/dev/ic/ns16550.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message