Date: Mon, 4 Jun 2001 14:04:14 -0700 (PDT) From: Joerg Wunsch <joerg@FreeBSD.org> 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 Message-ID: <200106042104.f54L4EA08740@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <dev/ic/...>. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106042104.f54L4EA08740>