From owner-cvs-all@FreeBSD.ORG Fri Apr 1 23:19:44 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9062516A4CE; Fri, 1 Apr 2005 23:19:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD36F43D1F; Fri, 1 Apr 2005 23:19:43 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j31NJhVO093846; Fri, 1 Apr 2005 23:19:43 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j31NJh5j093845; Fri, 1 Apr 2005 23:19:43 GMT (envelope-from imp) Message-Id: <200504012319.j31NJh5j093845@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Apr 2005 23:19:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/linux linux.h linux_ipc64.h linux_proto.h src/sys/pc98/include _inttypes.h _limits.h _stdint.h _types.h apm_bios.h apm_segments.h asm.h asmacros.h atomic.h bootinfo.h bus.h bus_dma.h bus_memio.h bus_pc98.h bus_pio.h clock.h cpu.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 23:19:44 -0000 imp 2005-04-01 23:19:43 UTC FreeBSD src repository Added files: sys/pc98/linux linux.h linux_ipc64.h linux_proto.h sys/pc98/include _inttypes.h _limits.h _stdint.h _types.h apm_bios.h apm_segments.h asm.h asmacros.h atomic.h bootinfo.h bus.h bus_dma.h bus_memio.h bus_pc98.h bus_pio.h clock.h cpu.h cpufunc.h cputypes.h critical.h cserial.h db_machdep.h elf.h endian.h exec.h float.h floatingpoint.h frame.h gdb_machdep.h i4b_cause.h i4b_debug.h i4b_ioctl.h i4b_rbch_ioctl.h i4b_tel_ioctl.h i4b_trace.h ieeefp.h in_cksum.h intr_machdep.h iodev.h kdb.h legacyvar.h limits.h md_var.h memdev.h metadata.h mp_watchdog.h mptable.h mutex.h npx.h param.h pcaudio.h pcb.h pcb_ext.h pci_cfgreg.h pcpu.h pecoff_machdep.h perfmon.h pmap.h privatespace.h proc.h profile.h psl.h ptrace.h pvct_ioctl.h reg.h reloc.h resource.h runq.h segments.h setjmp.h sf_buf.h sigframe.h signal.h smapi.h smp.h speaker.h specialreg.h stdarg.h sysarch.h trap.h tss.h ucontext.h varargs.h vm86.h vmparam.h sys/pc98/include/pc bios.h display.h vesa.h Log: Add reach-over include files to read i386/foo.h. In time, the pc98 specific code will migrate to these files to augment or replace the version in i386/include and/or i386/linux. This should, in the fullness of time, allow many of the #ifdef PC98 in the tree. # These files are in the public domain because there is insufficient # creative content in them. When you customize them, please add a # copyright notice and license. OK'd in principle by: nyan@ Revision Changes Path 1.1 +6 -0 src/sys/pc98/include/_inttypes.h (new) 1.1 +6 -0 src/sys/pc98/include/_limits.h (new) 1.1 +6 -0 src/sys/pc98/include/_stdint.h (new) 1.1 +6 -0 src/sys/pc98/include/_types.h (new) 1.1 +6 -0 src/sys/pc98/include/apm_bios.h (new) 1.1 +6 -0 src/sys/pc98/include/apm_segments.h (new) 1.1 +6 -0 src/sys/pc98/include/asm.h (new) 1.1 +6 -0 src/sys/pc98/include/asmacros.h (new) 1.1 +6 -0 src/sys/pc98/include/atomic.h (new) 1.1 +6 -0 src/sys/pc98/include/bootinfo.h (new) 1.1 +6 -0 src/sys/pc98/include/bus.h (new) 1.1 +6 -0 src/sys/pc98/include/bus_dma.h (new) 1.1 +6 -0 src/sys/pc98/include/bus_memio.h (new) 1.1 +6 -0 src/sys/pc98/include/bus_pc98.h (new) 1.1 +6 -0 src/sys/pc98/include/bus_pio.h (new) 1.1 +6 -0 src/sys/pc98/include/clock.h (new) 1.1 +6 -0 src/sys/pc98/include/cpu.h (new) 1.1 +6 -0 src/sys/pc98/include/cpufunc.h (new) 1.1 +6 -0 src/sys/pc98/include/cputypes.h (new) 1.1 +6 -0 src/sys/pc98/include/critical.h (new) 1.1 +6 -0 src/sys/pc98/include/cserial.h (new) 1.1 +6 -0 src/sys/pc98/include/db_machdep.h (new) 1.1 +6 -0 src/sys/pc98/include/elf.h (new) 1.1 +6 -0 src/sys/pc98/include/endian.h (new) 1.1 +6 -0 src/sys/pc98/include/exec.h (new) 1.1 +6 -0 src/sys/pc98/include/float.h (new) 1.1 +6 -0 src/sys/pc98/include/floatingpoint.h (new) 1.1 +6 -0 src/sys/pc98/include/frame.h (new) 1.1 +6 -0 src/sys/pc98/include/gdb_machdep.h (new) 1.1 +6 -0 src/sys/pc98/include/i4b_cause.h (new) 1.1 +6 -0 src/sys/pc98/include/i4b_debug.h (new) 1.1 +6 -0 src/sys/pc98/include/i4b_ioctl.h (new) 1.1 +6 -0 src/sys/pc98/include/i4b_rbch_ioctl.h (new) 1.1 +6 -0 src/sys/pc98/include/i4b_tel_ioctl.h (new) 1.1 +6 -0 src/sys/pc98/include/i4b_trace.h (new) 1.1 +6 -0 src/sys/pc98/include/ieeefp.h (new) 1.1 +6 -0 src/sys/pc98/include/in_cksum.h (new) 1.1 +6 -0 src/sys/pc98/include/intr_machdep.h (new) 1.1 +6 -0 src/sys/pc98/include/iodev.h (new) 1.1 +6 -0 src/sys/pc98/include/kdb.h (new) 1.1 +6 -0 src/sys/pc98/include/legacyvar.h (new) 1.1 +6 -0 src/sys/pc98/include/limits.h (new) 1.1 +6 -0 src/sys/pc98/include/md_var.h (new) 1.1 +6 -0 src/sys/pc98/include/memdev.h (new) 1.1 +6 -0 src/sys/pc98/include/metadata.h (new) 1.1 +6 -0 src/sys/pc98/include/mp_watchdog.h (new) 1.1 +6 -0 src/sys/pc98/include/mptable.h (new) 1.1 +6 -0 src/sys/pc98/include/mutex.h (new) 1.1 +6 -0 src/sys/pc98/include/npx.h (new) 1.1 +6 -0 src/sys/pc98/include/param.h (new) 1.1 +6 -0 src/sys/pc98/include/pc/bios.h (new) 1.1 +6 -0 src/sys/pc98/include/pc/display.h (new) 1.1 +6 -0 src/sys/pc98/include/pc/vesa.h (new) 1.1 +6 -0 src/sys/pc98/include/pcaudio.h (new) 1.1 +6 -0 src/sys/pc98/include/pcb.h (new) 1.1 +6 -0 src/sys/pc98/include/pcb_ext.h (new) 1.1 +6 -0 src/sys/pc98/include/pci_cfgreg.h (new) 1.1 +6 -0 src/sys/pc98/include/pcpu.h (new) 1.1 +6 -0 src/sys/pc98/include/pecoff_machdep.h (new) 1.1 +6 -0 src/sys/pc98/include/perfmon.h (new) 1.1 +6 -0 src/sys/pc98/include/pmap.h (new) 1.1 +6 -0 src/sys/pc98/include/privatespace.h (new) 1.1 +6 -0 src/sys/pc98/include/proc.h (new) 1.1 +6 -0 src/sys/pc98/include/profile.h (new) 1.1 +6 -0 src/sys/pc98/include/psl.h (new) 1.1 +6 -0 src/sys/pc98/include/ptrace.h (new) 1.1 +6 -0 src/sys/pc98/include/pvct_ioctl.h (new) 1.1 +6 -0 src/sys/pc98/include/reg.h (new) 1.1 +6 -0 src/sys/pc98/include/reloc.h (new) 1.1 +6 -0 src/sys/pc98/include/resource.h (new) 1.1 +6 -0 src/sys/pc98/include/runq.h (new) 1.1 +6 -0 src/sys/pc98/include/segments.h (new) 1.1 +6 -0 src/sys/pc98/include/setjmp.h (new) 1.1 +6 -0 src/sys/pc98/include/sf_buf.h (new) 1.1 +6 -0 src/sys/pc98/include/sigframe.h (new) 1.1 +6 -0 src/sys/pc98/include/signal.h (new) 1.1 +6 -0 src/sys/pc98/include/smapi.h (new) 1.1 +6 -0 src/sys/pc98/include/smp.h (new) 1.1 +6 -0 src/sys/pc98/include/speaker.h (new) 1.1 +6 -0 src/sys/pc98/include/specialreg.h (new) 1.1 +6 -0 src/sys/pc98/include/stdarg.h (new) 1.1 +6 -0 src/sys/pc98/include/sysarch.h (new) 1.1 +6 -0 src/sys/pc98/include/trap.h (new) 1.1 +6 -0 src/sys/pc98/include/tss.h (new) 1.1 +6 -0 src/sys/pc98/include/ucontext.h (new) 1.1 +6 -0 src/sys/pc98/include/varargs.h (new) 1.1 +6 -0 src/sys/pc98/include/vm86.h (new) 1.1 +6 -0 src/sys/pc98/include/vmparam.h (new) 1.1 +6 -0 src/sys/pc98/linux/linux.h (new) 1.1 +6 -0 src/sys/pc98/linux/linux_ipc64.h (new) 1.1 +6 -0 src/sys/pc98/linux/linux_proto.h (new)