Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]typo or normal?
- To: tlug@example.com
- Subject: typo or normal?
- From: Tony Laszlo <laszlo@example.com>
- Date: Sat, 23 Dec 2000 15:13:41 +0900 (JST)
- Content-Type: TEXT/PLAIN; charset=US-ASCII
- Reply-To: laszlo@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <b9JXEB.A.lZB.jdER6@example.com>
- Resent-Sender: tlug-request@example.com
Hello all. Not being a programmer, I can only suspect that the line marked with ">>>>>" has an error in it, namely the ";" being after the "/* FIXME: 1 */" rather than before it. The compiler complained about a "*/" mark being off; could this be it? Thanks. ----------------- if(setup_count>2) panic("aha152x: you can only configure up to two controllers\n"); setup[setup_count].conf = str; setup[setup_count].io_port = ints[0] >= 1 ? ints[1] : 0x340; setup[setup_count].irq = ints[0] >= 2 ? ints[2] : 11; setup[setup_count].scsiid = ints[0] >= 3 ? ints[3] : 7; setup[setup_count].reconnect = ints[0] >= 4 ? ints[4] : 1; setup[setup_count].parity = ints[0] >= 5 ? ints[5] : 1; >>>>>>>>>>> setup[setup_count].synchronous = ints[0] >= 6 ? ints[6] : 0 /* FIXME: 1 */; setup[setup_count].delay = ints[0] >= 7 ? ints[7] : DELAY_DEFAULT;
- Follow-Ups:
- typo or normal?
- From: "Stephen J. Turnbull" <turnbull@example.com>
Home | Main Index | Thread Index
- Prev by Date: Pine & reply-to [was: Re: "restarting" scsi]
- Next by Date: typo or normal?
- Prev by thread: locales os encoding problem
- Next by thread: typo or normal?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links