Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/virtex/dev Remove obscenity from comments.



details:   https://anonhg.NetBSD.org/src/rev/214ba69c82a4
branches:  trunk
changeset: 748485:214ba69c82a4
user:      ahoka <ahoka%NetBSD.org@localhost>
date:      Sun Oct 25 09:32:25 2009 +0000

description:
Remove obscenity from comments.

diffstat:

 sys/arch/evbppc/virtex/dev/tft_plb.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 3e6a46ad3030 -r 214ba69c82a4 sys/arch/evbppc/virtex/dev/tft_plb.c
--- a/sys/arch/evbppc/virtex/dev/tft_plb.c      Sun Oct 25 09:25:10 2009 +0000
+++ b/sys/arch/evbppc/virtex/dev/tft_plb.c      Sun Oct 25 09:32:25 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tft_plb.c,v 1.2 2007/03/04 05:59:46 christos Exp $ */
+/*     $NetBSD: tft_plb.c,v 1.3 2009/10/25 09:32:25 ahoka Exp $ */
 
 /*
  * Copyright (c) 2006 Jachym Holecek
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tft_plb.c,v 1.2 2007/03/04 05:59:46 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tft_plb.c,v 1.3 2009/10/25 09:32:25 ahoka Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -134,7 +134,7 @@
        /* XXX hack, use predefined base addr */
        sc->sc_image = (void *)(uintptr_t)0x3c00000;
 
-       /* XXX fuck the hack above, use "virtex-tft-framebuffer-base" prop */
+       /* XXX forget the hack above, use "virtex-tft-framebuffer-base" prop */
 
        tft_attach(self, &plb_tft_accessops);
 
@@ -151,7 +151,7 @@
        bus_space_write_4(sc->sc_iot, sc->sc_ioh, TFT_CTRL, CTRL_ENABLE);
 
 #if 0
-       /* XXX how the fuck do we change framebuffer base? */
+       /* XXX how do we change framebuffer base? */
        bus_space_write_4(sc->sc_iot, sc->sc_ioh, TFT_CTRL, CTRL_RESET);
        bus_space_write_4(sc->sc_iot, sc->sc_ioh, TFT_CTRL, CTRL_ENABLE);
        bus_space_write_4(sc->sc_iot, sc->sc_ioh, TFT_ADDR,



Home | Main Index | Thread Index | Old Index