CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/09/05 08:09:35
Modified files:
sys/arch/arm/s3c2xx0: s3c24x0_lcd.c
sys/arch/hp300/dev: diofb.c
sys/arch/luna88k/dev: lunafb.c omrasops.c
sys/arch/sgi/dev: gbe.c
sys/arch/sparc/dev: cgsix.c mgx.c p9000.c p9100.c tcx.c zx.c
sys/arch/sparc64/dev: creator.c gfxp.c ifb.c machfb.c pcons.c
radeonfb.c raptor.c
sys/arch/vax/mbus: legss.c
sys/arch/vax/vsa: gpx.c smg.c
sys/dev/ic : pcdisplay_subr.c pcdisplayvar.h sti.c vga.c
sys/dev/isa : ega.c
sys/dev/pci : tga.c
sys/dev/pcmcia : cfxga.c
sys/dev/rasops : rasops.c rasops.h rasops1.c rasops15.c
rasops2.c rasops24.c rasops32.c rasops4.c
rasops8.c rasops_bitops.h
sys/dev/sbus : cgsix.c mgx.c zx.c
sys/dev/usb : udl.c
sys/dev/wscons : wsdisplayvar.h
Log message:
Change the wsdisplay_emulops return types from void to int; emulops will now
return zero on success and nonzero on failure.
This commit only performs mechanical changes for the existing emulops to
always return zero.