CVSROOT: /cvsroot/hurd
Module name: gnumach
Branch: gnumach-1-branch
Changes by: Samuel Thibault <sthibaul> 08/11/13 23:41:13
Modified files:
. : ChangeLog
device : device_emul.h
i386/i386at : autoconf.c conf.c pic_isa.c
Log message:
2008-07-19 Barry deFreese <[EMAIL PROTECTED]>
* device/device_emul.h (struct device_emulation_ops): Make
members
reference, dealloc, dev_to_port, write_trap, and writev_trap
take
mach_device_t parameter instead of void *.
* i386/i386at/autoconf.c: Make forward declarations for
comintr()
and lprintr() match prototype. Add brackets around
initialization
members for bus_ctlr and bus_device structs.
* i386/i386at/conf.c (dev_name_list): Pass nomap instead of
nulldev
for map field.
* i386/i386at/pic_isa.c (intnull, fpintr, hardclock, kdintr,
prtnull): Declare the type of the value returned by functions
to void.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumach/ChangeLog?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.128.2.358&r2=1.128.2.359
http://cvs.savannah.gnu.org/viewcvs/gnumach/device/device_emul.h?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.2.1&r2=1.1.2.2
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386at/autoconf.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.2.13&r2=1.2.2.14
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386at/conf.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.4.2.15&r2=1.4.2.16
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386at/pic_isa.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.1.1.4.2&r2=1.1.1.1.4.3