New generic HDLC available

2001-05-15 Thread Krzysztof Halasa
. I'm thinking about implementing asynchronous HDLC driver. The patch has been generated against 2.4.4-ac6 tree. It should apply to pure 2.4.4 as well. Protocol support is now split into separate files hdlc_fr.c, hdlc_cisco.c etc. -- Krzysztof Halasa Network Administrator - To unsubscribe from

Re: Linux 2.4.3

2001-03-07 Thread Krzysztof Halasa
that were not mounted got trashed. What gcc version did you use to compile it? -- Krzysztof Halasa Network Administrator - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: make: *** [vmlinux] Error 1

2001-03-12 Thread Krzysztof Halasa
t code in some cases (and it wasn't .c code fault but a compiler problem). -- Krzysztof Halasa Network Administrator - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

Re: [RFC-2] Configuring Synchronous Interfaces in Linux

2001-03-19 Thread Krzysztof Halasa
d save us (we can use pointers in such cases as well, as some operations - downloading firmware or crypto keys - may have very long data areas). What do you think about it? -- Krzysztof Halasa Network Administrator - To unsubscribe from this list: send the line "unsubscribe linux-kernel&

Re: [PATCH] 2.4.3-pre6 - hdlc/dscc4 missing bits

2001-03-21 Thread Krzysztof Halasa
ARPHRD_HDLC only in the header file for possible external drivers. It can then be removed in 2.5. -- Krzysztof Halasa Network Administrator - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.

Re: [RFC-2] Configuring Synchronous Interfaces in Linux

2000-12-06 Thread Krzysztof Halasa
. I think we need few ioctl calls: get + set media (int argument), get + set speed (probably two - RX and TX), etc. In my 2.4 HDLC stuff - to be published :-( - there something like that (in private ioctl range, of course). -- Krzysztof Halasa Network Administrator - To unsubscribe from this list

net packet queue scheduler, packet_type and proto handlers

2001-02-19 Thread Krzysztof Halasa
kb changed, returned to upper layer for re-inspection */ Of course, taps and bridges wouldn't be allowed to ask for re-inspection :-) What do you think about this change? Does anything depend on the current behavior? -- Krzysztof Halasa Network Administrator - To unsubs

RFC: configuring net interfaces

2001-03-28 Thread Krzysztof Halasa
*/ /* ARP cache control calls. */ /* 0x8950 - 0x8952 * obsolete calls, don't re-use */ -- Krzysztof Halasa Network Administrator - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majo

Re: RFC: configuring net interfaces

2001-03-28 Thread Krzysztof Halasa
. While we're here, could we agree on the notion of raw hdlc, i.e. : - no address, no command. crc present (ARPHRD_RAWHDLC ?); - no address, no command, no crc (ARPHRD_PATHOLOGICHDLC ?). Do we really need another ARPHRD for that? BTW: What protocol(s) use such CRC-less HDLC? -- Krzysztof Halasa

Re: RFC: configuring net interfaces

2001-03-29 Thread Krzysztof Halasa
ple, which need checking for max and min values and then setting variable length (int/short/char). -- Krzysztof Halasa Network Administrator - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at ht

Re: RFC: configuring net interfaces

2001-03-29 Thread Krzysztof Halasa
e. (CRC-16, CRC-32, no CRC) Here - I think so. + good defaults. -- Krzysztof Halasa Network Administrator - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: RFC: configuring net interfaces

2001-03-29 Thread Krzysztof Halasa
that they are only used with "acknowledged multiple frame operation". Isn't it for ISDN only? With Frame Relay, we rather use unacknowledged transfers and UI frames. Of course, if we have an implementation using t200, n200 or other parameters, they should be added to the structure. -- Krzysz

Re: RFC: configuring net interfaces

2001-03-29 Thread Krzysztof Halasa
ernet-only interface is our ultimate goal, I'll look at it again to see if I can stole some idea there. -- Krzysztof Halasa Network Administrator - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at ht

Re: RFC: configuring net interfaces

2001-04-01 Thread Krzysztof Halasa
. The problem is I don't see here any advantages over many SIOCxxx command codes, while there are disadvantages. Simple things are IMHO better, and ioctl was designed to handle many simple commands (instead of one complex). Am I missing something? -- Krzysztof Halasa Network Administrator

Re: RFC: configuring net interfaces

2001-04-02 Thread Krzysztof Halasa
o design good code and this is why we're all here. -- Krzysztof Halasa Network Administrator - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: RFC: configuring net interfaces

2001-04-03 Thread Krzysztof Halasa
o domains - the core ioctl handler can still "verify" data area for the underlying driver -- Krzysztof Halasa Network Administrator - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at ht

Re: [PATCH v2] hpet: Enable hidden HPET on NVidia motherboards

2007-04-16 Thread Krzysztof Halasa
be enabled by its CONFIG_*. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH v2] hpet: Enable hidden HPET on NVidia motherboards

2007-04-17 Thread Krzysztof Halasa
. Well, who knows. The hardware side (config bits) are probably safe and easy to verify, but depending on BIOS assigning address to inactive device seems risky. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED

Re: should RTS init in serial core be tied to CRTSCTS

2007-03-08 Thread Krzysztof Halasa
-alike retransmissions etc. I don't know if one can expect RTS to stay low all the time. Even a simple /sbin/setserial from /etc/rc.* would drive it high for a moment. I'm afraid the only way which makes sense may be using a customized plug. -- Krzysztof Halasa - To unsubscribe from this list: send

Re: should RTS init in serial core be tied to CRTSCTS

2007-03-09 Thread Krzysztof Halasa
to CRTSCTS. The driver would, of course, need some real code for that. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: should RTS init in serial core be tied to CRTSCTS

2007-03-12 Thread Krzysztof Halasa
a complete handshaking code. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Linus' laptop and Num lock status

2007-02-14 Thread Krzysztof Halasa
. I bet all would share LED states. If you can use multiple keyboards in legacy mode at all, of course. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH] net/wan/pc300too.c: pci_module_init to pci_register_driver

2007-02-16 Thread Krzysztof Halasa
) CLOCK_BASE = use_crystal_clock ? 24576000 : pci_clock_freq; - return pci_module_init(pc300_pci_driver); + return pci_register_driver(pc300_pci_driver); } -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: PCI riser cards and PCI irq routing, etc

2007-02-18 Thread Krzysztof Halasa
between devices in the system, so that although they are shared interrupts, as few devices as possible get assigned to each interrupt. Correct. This scheme assumes at most 4 single-function devices on the bus, otherwise INTs are shared. -- Krzysztof Halasa - To unsubscribe from this list: send

Re: PCI riser cards and PCI irq routing, etc

2007-02-18 Thread Krzysztof Halasa
for 'PnP OS installed'. Should I change that? Most drivers already enable devices so it probably doesn't matter. I would check it, though. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: PCI riser cards and PCI irq routing, etc

2007-02-19 Thread Krzysztof Halasa
is used by only two devices, so the interrupt handler doesn't have too many devices to check when an interrupt occours. Right. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: PCI riser cards and PCI irq routing, etc

2007-02-19 Thread Krzysztof Halasa
it does. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [TRIVIAL PATCH] remove duplicate prototypes for gunzip() etc.

2007-04-05 Thread Krzysztof Halasa
Krzysztof Halasa [EMAIL PROTECTED] writes: Remove duplicate prototypes for error(), gzip_mark() and gzip_release() - they are first declared few lines earlier in all these files. That's obviously Signed-off-by: Krzysztof Halasa [EMAIL PROTECTED] -- Krzysztof Halasa - To unsubscribe from

Re: coding style for long conditions (WAS: Re: [PATCH 25/90] ... blinky leds!!)

2007-04-06 Thread Krzysztof Halasa
*if (a \t*\s\s\s\sb) another example: \t*if (condition1 (a + \t* b)) ^^^ spaces, not tabs I think the current CodingStyle is clear enough but improvements there aren't prohibited. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe

Re: Reiser4. BEST FILESYSTEM EVER.

2007-04-07 Thread Krzysztof Halasa
algorithm, faster machine or slower disk - slower than this cheap SATA with disabled NCQ (NV SATA) at least: $ cat /sys/block/sda/device/model Maxtor 6V250F0 Please note that aplication-level compression usually gives way better results - the application knows much more. -- Krzysztof Halasa

Re: Reiser4. BEST FILESYSTEM EVER.

2007-04-07 Thread Krzysztof Halasa
etc. There are other filesystems with transparent compression, that's nothing new. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

Re: I give up

2007-04-11 Thread Krzysztof Halasa
(-xdev etc). -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: RFC: initramfs unpack point and rules

2007-04-13 Thread Krzysztof Halasa
. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: ZFS with Linux: An Open Plea

2007-04-15 Thread Krzysztof Halasa
ZFS. Filesystem block hashes (checksums) and in-fs redundancy (using the hashes to determine which copy of data is correct in case of corruption). It would mean multi-device filesystem. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: PCI riser cards and PCI irq routing, etc

2007-02-20 Thread Krzysztof Halasa
Udo van den Heuvel [EMAIL PROTECTED] writes: Yes, VIA Epia EN12000. Interesting to check the riser card. Unfortunately it turns out it's single slot only. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED

Re: PCI riser cards and PCI irq routing, etc

2007-02-20 Thread Krzysztof Halasa
becomes INT B at the MB connector and so on). That means (unless INT rotations are configurable) you have to make some (quite simple, in fact) modifications to the riser card :-( -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: PCI riser cards and PCI irq routing, etc

2007-02-20 Thread Krzysztof Halasa
universal dual+ PCI riser card have to use a PCI bridge chip, and a bridge isn't a small 20 pin IC (I'd expect 144 pins or so). Active or passive - doesn't matter. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED

Re: PCI riser cards and PCI irq routing, etc

2007-02-21 Thread Krzysztof Halasa
is probably older than your one, so I'd assume it should work as well. When you configure 0x13 and 0x14, both devices get IRQs - that means the BIOS can see both of them. The DN is the only variable so INT lines are hardwired on the riser card? Yep. You just need a bit of soldering. -- Krzysztof

Re: PCI riser cards and PCI irq routing, etc

2007-02-21 Thread Krzysztof Halasa
by someone who knows how to solder electronics. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: PCI riser cards and PCI irq routing, etc

2007-02-21 Thread Krzysztof Halasa
(which Linux could change anyway) but it's a chipset-centric view (not very useful here). Every PCI card have INT_A/B/C/D signals and they are (may be) remapped on the riser card and on the motherboard. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: PCI riser cards and PCI irq routing, etc

2007-02-21 Thread Krzysztof Halasa
is detected and supported, even if the riser card isn't the correct one (= the card wouldn't work but it shows up). You just have to connect that card's INT A to whatever the BIOS wants and expects. That's it. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: PCI riser cards and PCI irq routing, etc

2007-02-21 Thread Krzysztof Halasa
mechanical problems with edge connector - PCI slot connections? -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: PCI riser cards and PCI irq routing, etc

2007-02-23 Thread Krzysztof Halasa
. Unless you can configure INT connections on the riser card, of course. You need DN19 for the second slot (and perhaps 10 would work with double INTx rotation), that's fixed in the BIOS. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: PCI riser cards and PCI irq routing, etc

2007-02-23 Thread Krzysztof Halasa
require (different) soldering. It's possible that the riser card includes a bridge, though. A bridge chip can select devices differently and thus it can handle 32 devices. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: PCI riser cards and PCI irq routing, etc

2007-02-23 Thread Krzysztof Halasa
position). -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: PCI riser cards and PCI irq routing, etc

2007-02-23 Thread Krzysztof Halasa
by the BIOS. I'd try this aluminum film trick. Just be careful, shorting wrong traces can destroy the hardware. As I wrote, shorting the good ones can make the system (temporarily) unusable. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: should RTS init in serial core be tied to CRTSCTS

2007-03-06 Thread Krzysztof Halasa
), it's used for various purposes such as providing +12V to the device (and two pins can supply more power than one - sure, it isn't the best idea). I wouldn't touch that. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: should RTS init in serial core be tied to CRTSCTS

2007-03-07 Thread Krzysztof Halasa
- the request wasn't to change the default operation - just add a method of controlling things, so those minority of people who want the control can have it. No problem as long as open without CRTSCTS raises RTS by default. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe

Re: should RTS init in serial core be tied to CRTSCTS

2007-03-07 Thread Krzysztof Halasa
CRTSCTS? Because you'd break many devices otherwise. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: should RTS init in serial core be tied to CRTSCTS

2007-03-07 Thread Krzysztof Halasa
anymore, of course). -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 1/5] RT kernel: force detect HPET from PCI space

2007-03-31 Thread Krzysztof Halasa
: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 d0: 00 00 00 00 00 00 00 00 44 00 00 fe fd d3 00 a0 e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f0: 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00 00 -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel

RFC: initramfs unpack point and rules

2007-04-05 Thread Krzysztof Halasa
, unpack_to_rootfs() does the job but returns bad gzip magic numbers error message - I think I should change it to return that message only for first initramfs header and return a success if some junk is spotted after a valid end of compressed data. Opinions? -- Krzysztof Halasa - To unsubscribe from this list

Re: RFC: initramfs unpack point and rules

2007-04-05 Thread Krzysztof Halasa
: What do you think? In case someone wants to apply it (but something tells me it's not that simple): Signed-off-by: Krzysztof Halasa [EMAIL PROTECTED] diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h index 9fcc8d9..33e3036 100644 --- a/include/asm-generic

[TRIVIAL PATCH] remove duplicate prototypes for gunzip() etc.

2007-04-05 Thread Krzysztof Halasa
+84,6 @@ static unsigned long output_ptr = 0; static void *malloc(int size); static void free(void *where); -static void error(char *m); -static void gzip_mark(void **); -static void gzip_release(void **); static void puts(const char *); -- Krzysztof Halasa - To unsubscribe from this list

Re: The ext3 way of journalling

2008-01-14 Thread Krzysztof Halasa
more than two years old... -- Krzysztof Halasa -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: The ext3 way of journalling

2008-01-14 Thread Krzysztof Halasa
up using Linux (computers etc). Or maybe e) to get a motherboard which isn't broken (with the kernel you want to use). -- Krzysztof Halasa -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: The ext3 way of journalling

2008-01-14 Thread Krzysztof Halasa
double speed for the system time. Right, I remember some reports about that, probably IOAPIC or other HPET issues. Personally never seen that. Thus the suggestion of kernel upgrade. -- Krzysztof Halasa -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: Wasting our Freedom

2007-09-17 Thread Krzysztof Halasa
(of the derivative work) may like it or not. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Wasting our Freedom

2007-09-17 Thread Krzysztof Halasa
MS Windows in your opinion have such a mixed licence too? :-) -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: Wasting our Freedom

2007-09-17 Thread Krzysztof Halasa
Adrian Bunk [EMAIL PROTECTED] writes: Or that OpenBSD != Linux kernel was wrong since although they are not equal, they are related since they are both open source operating systems. BTW: never heard someone is using the FreeBSD version of Linux? I did, not once :-) -- Krzysztof Halasa

Re: Wasting our Freedom

2007-09-17 Thread Krzysztof Halasa
derived from other works, it's (C) MS and you get a licence for the whole MS Windows from only MS. You may have some additional rights and MS may have to acknowledge additional contributors, based on their licences granted by those contributors (such as using the original UCB licence). -- Krzysztof

Re: Wasting our Freedom

2007-09-17 Thread Krzysztof Halasa
extra rights do you have? What you write is true for GPL, but it doesn't mean it's true everytime. It's just that clause in the GPL. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: iso9660 vs udf

2007-09-19 Thread Krzysztof Halasa
is just faulty. The disc would need to be analyzed. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org

Re: Linux 2.6.23.2

2007-11-17 Thread Krzysztof Halasa
I think. That means email may be unreliable in such cases (except maybe when both sides use UTF-8 and the patch contains only UTF-8), git/ftp/etc. will be fine. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED

Re: [PATCH 34/59] drivers/net/wan: Add missing space

2007-11-20 Thread Krzysztof Halasa
: timeout while initializing card + printk(KERN_WARNING wanXL %s: timeout while initializing card firmware\n, pci_name(pdev)); wanxl_pci_remove_one(pdev); return -ENODEV; Acked-by: Krzysztof Halasa [EMAIL PROTECTED] Thanks

Re: [2.6 patch] remove CONFIG_EXPERIMENTAL

2007-11-28 Thread Krzysztof Halasa
Adrian Bunk [EMAIL PROTECTED] writes: This patch removes the EXPERIMENTAL option and all dependencies on EXPERIMENTAL because they are pointless. Unfortunately I have to agree. The only think it does is confusing users, when they forget to enable it. -- Krzysztof Halasa - To unsubscribe from

Re: RFC: outb 0x80 in inb_p, outb_p harmful on some modern AMD64 with MCP51 laptops

2007-12-10 Thread Krzysztof Halasa
0WS mean 1 WS for 8-bit devices?). -- Krzysztof Halasa -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] Intel FB pixel clock calculation fix

2007-10-26 Thread Krzysztof Halasa
Pavel Machek [EMAIL PROTECTED] writes: On Tue 2007-09-11 14:18:57, Krzysztof Halasa wrote: I think 2.6.22 would be overkill, .23 - not sure. I don't think this is -stable kind of bug. Given the timeframe, I can only agree once again :-) -- Krzysztof Halasa - To unsubscribe from this list

Re: VIA VT6307 OHCI version?

2007-10-28 Thread Krzysztof Halasa
a difference at 0x1e only, that A0 00 at the end - who knows (would require an analyzer). and, if you tried upgrading or downgrading, if it worked. I haven't tried it yet. I guess chances for the last card are lower. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe

Re: VIA VT6307 OHCI version?

2007-10-29 Thread Krzysztof Halasa
there. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: VIA VT6307 OHCI version?

2007-10-17 Thread Krzysztof Halasa
contact? I'm not asking for something extraordinary, am I? -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: VIA VT6307 OHCI version?

2007-10-17 Thread Krzysztof Halasa
involved in receiving video from a DV camera, using the new driver? -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: VIA VT6307 OHCI version?

2007-10-17 Thread Krzysztof Halasa
. OTOH, it's no magic - they claim OHCI 1.1 and they do it. We don't only know how to enable it with (only) software. I suspect all those VT6306 could be upgraded as well. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: VIA VT6307 OHCI version?

2007-10-19 Thread Krzysztof Halasa
(and SCL) state in I^2C mode (I can blindly write to the EEPROM and I can read the EEPROM data using GUID PROM register so there is a workaround). -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: VIA VT6307 OHCI version?

2007-10-20 Thread Krzysztof Halasa
(and 6306) is a common thing, or is it just an exception. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: VIA VT6307 OHCI version?

2007-10-20 Thread Krzysztof Halasa
really know. VT6306 only supports 93c46 EEPROM so if the program says 24c01 you may want to force it (edit the source) and let me know. VT6305 users may not bother, this chip doesn't support OHCI-1.1. Not sure if anything like it ever existed, though. -- Krzysztof Halasa - To unsubscribe from this list

Re: [patch] PCI: disable MSI on more ATI NorthBridges

2007-10-22 Thread Krzysztof Halasa
service and is prohibited from using its INTx# pin [...] But unfortunately that is rather irrelevant, since we see these out-of-spec devices in the field today. Right. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: [patch] PCI: disable MSI on more ATI NorthBridges

2007-10-22 Thread Krzysztof Halasa
). -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: E1000 (PCI-E) doesn't work on nforce430, MSI issue.

2008-02-12 Thread Krzysztof Halasa
Kok, Auke [EMAIL PROTECTED] writes: Don't work by default. pci=nomsi fixes the problem. actually does not fix anything - it just works around it by falling back to legacy interrupts. Actually it does, fixes the problem by working around a bug :-) Thanks for info. -- Krzysztof Halasa

E1000 (PCI-E) doesn't work on nforce430, MSI issue.

2008-02-12 Thread Krzysztof Halasa
(rev a3) 00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2) Additional details on request. -- Krzysztof Halasa -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: Handshaking on USB serial devices

2008-02-14 Thread Krzysztof Halasa
and RxD (for RS-232). -- Krzysztof Halasa -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PULL REQ] IXP4xx changes for Linux 3.7

2012-10-13 Thread Krzysztof Halasa
/Kconfig | 2 +- drivers/crypto/ixp4xx_crypto.c | 12 ++-- drivers/net/wan/ixp4xx_hss.c| 2 +- 13 files changed, 59 insertions(+), 68 deletions(-) -- Krzysztof Halasa -- To unsubscribe from this list: send the line unsubscribe

Re: [PULL REQ] IXP4xx changes for Linux 3.7

2012-10-17 Thread Krzysztof Halasa
probably even much less time, it would be a good time to find someone to maintain IXP4xx code. I will be publishing (from time to time) my tree (I'm using the hw myself), so even simple cherry-picking would probably make some sense. -- Krzysztof Halasa -- To unsubscribe from this list: send the line

[PATCH 0/4] Intel FB: cleanup and misc interlaced mode support

2007-09-22 Thread Krzysztof Halasa
themselves, I will do the fbset part and maybe MPlayer's if the fb.h patch is ok. All four patches change only files in drivers/video/intelfb/, except patch 4/4 which also adds FB_VMODE_ODD_FLD_FIRST in include/linux/fb.h. Tested on i915G in 1440x576 50 Hz (I) with PAL TV. -- Krzysztof

[PATCH 1/4] Intel FB: whitespace, bracket and other clean-ups

2007-09-22 Thread Krzysztof Halasa
Intel FB: whitespace, bracket and other clean-ups Signed-off-by: Krzysztof Halasa [EMAIL PROTECTED] --- a/drivers/video/intelfb/intelfb.h +++ b/drivers/video/intelfb/intelfb.h @@ -231,8 +231,8 @@ struct intelfb_hwstate { struct intelfb_heap_data { u32 physical; u8 __iomem

[PATCH 2/4] Intel FB: obvious changes and corrections

2007-09-22 Thread Krzysztof Halasa
Intel FB: obvious changes and corrections Signed-off-by: Krzysztof Halasa [EMAIL PROTECTED] --- a/drivers/video/intelfb/intelfb.h +++ b/drivers/video/intelfb/intelfb.h @@ -355,7 +355,10 @@ struct intelfb_info { struct intelfb_output_rec output[MAX_OUTPUTS]; }; -#define IS_I9XX(dinfo

[PATCH 3/4] Intel FB: force even line count in interlaced mode

2007-09-22 Thread Krzysztof Halasa
Intel FB: the chip adds two halflines automatically in interlaced mode, force even line count for the right timings. Signed-off-by: Krzysztof Halasa [EMAIL PROTECTED] --- a/drivers/video/intelfb/intelfbhw.c +++ b/drivers/video/intelfb/intelfbhw.c @@ -317,6 +317,14 @@ int intelfbhw_validate_mode

[PATCH 4/4] Intel FB: more interlaced mode support

2007-09-22 Thread Krzysztof Halasa
Intel FB: allow odd- and even-field-first in interlaced modes, and proper sync to vertical retrace Signed-off-by: Krzysztof Halasa [EMAIL PROTECTED] --- a/drivers/video/intelfb/intelfbhw.c +++ b/drivers/video/intelfb/intelfbhw.c @@ -376,7 +376,7 @@ int intelfbhw_pan_display(struct

Re: New 'Changes-licensed-under' tag introduced for Linux-wireless

2007-09-27 Thread Krzysztof Halasa
; or ^ -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] Cute feature: colored printk output

2007-10-05 Thread Krzysztof Halasa
is it. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] Cute feature: colored printk output

2007-10-05 Thread Krzysztof Halasa
extended ASCII? -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] Cute feature: colored printk output

2007-10-06 Thread Krzysztof Halasa
Jan Engelhardt [EMAIL PROTECTED] writes: What we see here might not be ASCII, but VGA-specific color values. It's just that I call it ASCII since it's the mirrored opposite of ANSI. I see. Then perhaps VGA color value would be better. -- Krzysztof Halasa - To unsubscribe from this list: send

Re: __LITTLE_ENDIAN vs. __LITTLE_ENDIAN_BITFIELD

2007-10-09 Thread Krzysztof Halasa
in a independent way, such as writel/readl/pci_map_* etc. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: __LITTLE_ENDIAN vs. __LITTLE_ENDIAN_BITFIELD

2007-10-09 Thread Krzysztof Halasa
at the same time and address, so no bit can be first or last. Once again, you shift left (towards MSBit), you multiply, shifting right divides. At least as long as you limit it to a single byte. Perhaps if you tell us what are you exactly trying to achieve... -- Krzysztof Halasa - To unsubscribe

Re: __LITTLE_ENDIAN vs. __LITTLE_ENDIAN_BITFIELD

2007-10-09 Thread Krzysztof Halasa
Jeremy Fitzhardinge [EMAIL PROTECTED] writes: There is no such thing as bit-order. The data lines are numbered, say, D0 - D31, with D0 being LSB (bit) and D31 MSB. Uh-huh. Check out an IBM Power manual some time. Some pointer maybe? -- Krzysztof Halasa - To unsubscribe from this list

Re: __LITTLE_ENDIAN vs. __LITTLE_ENDIAN_BITFIELD

2007-10-09 Thread Krzysztof Halasa
in the same natural bit order. Of course swab32 will do as well. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: __LITTLE_ENDIAN vs. __LITTLE_ENDIAN_BITFIELD

2007-10-09 Thread Krzysztof Halasa
on the northbridge - should have been 31 - 0, 30 - 1, etc... I suspect the board wasn't able to run any OS, was it? :-) Would make a real example of the different order of bits, though. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: Fwd: That whole Linux stealing our code thing

2007-09-02 Thread Krzysztof Halasa
I'd probably leave the thing as is (i.e., BSD/GPL = in fact BSD), unless something like 50+% of the code is rewritten - it's mostly their hard work after all, isn't it? Not legal requirement, though. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: GPL weasels and the atheros stink

2007-09-03 Thread Krzysztof Halasa
one if required. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Fwd: That whole Linux stealing our code thing

2007-09-03 Thread Krzysztof Halasa
of course the licence contained such reservation. -- Krzysztof Halasa - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

  1   2   3   4   5   6   7   >