commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnumach ChangeLog Makefrag.am device/dev_hdr.h ... [gnumach-1-branch]


From: Thomas Schwinge
Subject: gnumach ChangeLog Makefrag.am device/dev_hdr.h ... [gnumach-1-branch]
Date: Tue, 27 Mar 2007 22:47:11 +0000

CVSROOT:        /cvsroot/hurd
Module name:    gnumach
Branch:         gnumach-1-branch
Changes by:     Thomas Schwinge <tschwinge>     07/03/27 22:47:11

Modified files:
        .              : ChangeLog Makefrag.am 
        device         : dev_hdr.h dev_lookup.c device_init.c 
                         ds_routines.c 
        i386           : Makefrag.am 
        i386/linux     : Makefrag.am 
        linux/dev/glue : block.c net.c 
        linux/pcmcia-cs/glue: ds.c 
Added files:
        device         : device_emul.h 
Removed files:
        i386/i386at    : dev_hdr.h device_emul.h i386at_ds_routines.c 
        i386/linux/dev/include: linux_emul.h 

Log message:
        2007-03-27  Thomas Schwinge  <address@hidden>
        
                Unconditionally use the device driver multiplexing.  Suggested 
by
                Gianluca Guida <address@hidden>.   
                * i386/i386at/dev_hdr.h: Merge into `device/dev_hdr.h' and 
remove.
                * i386/i386at/device_emul.h: Rename to `device/device_emul.h'.  
Adapt
                all users.
                * i386/i386at/i386at_ds_routines.c: Merge into 
`device/ds_routines.c'
                and remove.
                * i386/linux/dev/include/linux_emul.h: Remove file.
                * Makefrag.am (libkernel_a_SOURCES): Add `device/device_emul.h'.
                * i386/Makefrag.am (libkernel_a_SOURCES): Remove
                `i386/i386at/dev_hdr.h', `i386/i386at/device_emul.h' and
                `i386/i386at/i386at_ds_routines.c'.
                * i386/linux/Makefrag.am (liblinux_a_SOURCES): Remove
                `i386/linux/dev/include/linux_emul.h'.
                * dev/dev_hdr.h: Adapt all users of `i386' as if it were always
                defined.
                * device/dev_lookup.c: Likewise.
                * device/ds_routines.c: Likewise.
                * device/device_init.c (ds_init): Rename to `mach_device_init'.
                * device/ds_routines.c (ds_init): Likewise.
                (ds_trap_init): Rename to `mach_device_trap_init'.
                (mach_device_trap_init): Make it `static'.
                * linux/dev/glue/block.c: Don't include <linux_emul.h>, but 
instead
                include <device/device_emul.h> and <i386at/disk.h>.
                * linux/dev/glue/net.c: Don't include <linux_emul.h>, but 
instead
                include <device/device_emul.h>.
                * linux/pcmcia-cs/glue/ds.c: Likewise.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumach/ChangeLog?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.128.2.252&r2=1.128.2.253
http://cvs.savannah.gnu.org/viewcvs/gnumach/Makefrag.am?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.2.10&r2=1.1.2.11
http://cvs.savannah.gnu.org/viewcvs/gnumach/device/dev_hdr.h?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.1.1&r2=1.1.1.1.4.1
http://cvs.savannah.gnu.org/viewcvs/gnumach/device/dev_lookup.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.1.1.4.1&r2=1.1.1.1.4.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/device/device_init.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.1.1.4.3&r2=1.1.1.1.4.4
http://cvs.savannah.gnu.org/viewcvs/gnumach/device/ds_routines.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.6.2.8&r2=1.6.2.9
http://cvs.savannah.gnu.org/viewcvs/gnumach/device/device_emul.h?cvsroot=hurd&only_with_tag=gnumach-1-branch&rev=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/Makefrag.am?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.2.7&r2=1.1.2.8
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386at/dev_hdr.h?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386at/device_emul.h?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386at/i386at_ds_routines.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.4.2.6&r2=0
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/linux/Makefrag.am?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.2.3&r2=1.1.2.4
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/linux/dev/include/linux_emul.h?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/gnumach/linux/dev/glue/block.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.8.2.8&r2=1.8.2.9
http://cvs.savannah.gnu.org/viewcvs/gnumach/linux/dev/glue/net.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.4.6&r2=1.1.4.7
http://cvs.savannah.gnu.org/viewcvs/gnumach/linux/pcmcia-cs/glue/ds.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.2.2&r2=1.1.2.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]