Gentoo Archives: gentoo-user

From: Dan Farrell <dan@×××××××××.cx>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] unsubscrube
Date: Fri, 12 Oct 2007 22:08:54
Message-Id: 20071012155914.4225a1d9@pascal.spore.ath.cx
In Reply to: Re: [gentoo-user] unsubscrube by Pongracz Istvan
1 On Fri, 12 Oct 2007 21:40:43 +0200
2 Pongracz Istvan <pongracz.istvan@×××××.com> wrote:
3
4 > 2007. 10. 12, péntek keltezéssel 13.41-kor Dan Farrell ezt írta:
5 > > On Fri, 12 Oct 2007 19:49:14 +0200
6 > > Pongracz Istvan <pongracz.istvan@×××××.com> wrote:
7 > >
8 > > > 2007. 10. 12, péntek keltezéssel 12.04-kor Dan Farrell ezt írta:
9 > > > > On Fri, 12 Oct 2007 12:01:04 -0500
10 > > > > "Karl Haines" <karl@××××××××××.com> wrote:
11 > > > >
12 > > > > > unsubscrube
13 > > > > >
14 > > > > goodbye
15 > > >
16 > > > I was tired this evening (here) but this mail give me some
17 > > > power :) I like this :)
18 > > >
19 > > > Cheers,
20 > > > István
21 > > >
22 > > i am glad to hear the amusement ;)
23 >
24 > One time I read the linux kernel code, for some reasons.
25 > I found a similar if-then section several years ago, I do not remember
26 > exactly:
27 >
28 > if something == 1 then ok;
29 > if something == 2 then ok;
30 > if something == 3 then ok;
31 > if something == 4 this is sucks;
32 >
33 > :)
34 >
35 > István
36
37 Some selections from http://kerneltrap.org/node/542
38
39
40 # egrep -ir "(on fire)" *
41 drivers/usb/printer.c:static char *usblp_messages[] = { "ok", "out of
42 paper", "off-line", "on fire" };
43
44 # drivers/net/sunhme.c
45
46 static void happy_meal_tcvr_write(struct happy_meal *hp,
47 unsigned long tregs, int reg,
48 unsigned short value)
49 {
50 int tries = TCVR_WRITE_TRIES;
51
52 ASD(("happy_meal_tcvr_write: reg=0x%02x value=%04xn", reg,
53 value));
54
55 /* Welcome to Sun Microsystems, can I take your order please? */
56 if (!hp->happy_flags & HFLAG_FENABLE)
57 return happy_meal_bb_write(hp, tregs, reg, value);
58
59 /* Would you like fries with that? */
60 hme_write32(hp, tregs + TCVR_FRAME,
61 (FRAME_WRITE | (hp->paddr
62
63
64
65
66
67 --
68 gentoo-user@g.o mailing list