Date: Sat, 1 Mar 2003 16:45:51 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 26149 for review Message-ID: <200303020045.h220jp5S066732@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=26149 Change 26149 by jmallett@jmallett_dalek on 2003/03/01 16:45:15 Update the ARCBIOS driver to match the console device API change. Affected files ... .. //depot/projects/mips/sys/dev/arcbios/arcbios.c#4 edit Differences ... ==== //depot/projects/mips/sys/dev/arcbios/arcbios.c#4 (text+ko) ==== @@ -201,7 +201,7 @@ ****************************************************************************/ int -arcbios_cngetc(dev_t dev) +arcbios_cngetc(struct consdev *cdev) { uint32_t count; char c; @@ -211,7 +211,7 @@ } void -arcbios_cnputc(dev_t dev, int c) +arcbios_cnputc(struct consdev *cdev, int c) { uint32_t count; char ch = c; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303020045.h220jp5S066732>