Intel D2500CC motherboard and strange RS232/UART behavior

2013-04-07 Thread Lev Serebryakov
Hello, Freebsd-current. I've built new router based on Intel D2500CC motherboard. It contains four (!) UARTs. Two of them are D-SUB9 on back panel, two others are only headers. This motherboard contains PS/2 keyboard and VGA too. I'm trying to get com console on one of D-SUBs. All

Kernel output interleaved on boot

2013-04-07 Thread Lev Serebryakov
Hello, Freebsd-current. On my new system I had such kernel output: ugen4.2: Verbatim at usbus4 umass0: Verbatim STORE N GO, class 0/0, rev 2.00/1.00, addr 2 on usbus4 Trying to moduan0t arto outm afsrso-ms iumf0s :b/udse v0/ usfcsb/ugsw0s 2taa r[rgoe]t. .0. lumno u0n tdrao0o:t :

Re: Intel D2500CC motherboard and strange RS232/UART behavior

2013-04-07 Thread Poul-Henning Kamp
In message 229402991.20130407172...@serebryakov.spb.ru, Lev Serebryakov write s: I've built new router based on Intel D2500CC motherboard. I have similar problems, and have not found any solution, but havn't tried particularly hard either. Try running the uarts in polled mode, to find out if

Re: Intel D2500CC motherboard and strange RS232/UART behavior

2013-04-07 Thread Lev Serebryakov
Hello, Poul-Henning. You wrote 7 апреля 2013 г., 19:36:09: I've built new router based on Intel D2500CC motherboard. PHK I have similar problems, and have not found any solution, but havn't PHK tried particularly hard either. PHK Try running the uarts in polled mode, to find out if it's an IRQ

Re: Intel D2500CC motherboard and strange RS232/UART behavior

2013-04-07 Thread Poul-Henning Kamp
I think if you configure no irq at all, it will automatically go to polled mode. Not sure if uart(4) can actually do that, sio(4) could. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 p...@freebsd.org | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe

Re: Intel D2500CC motherboard and strange RS232/UART behavior

2013-04-07 Thread Adrian Chadd
On 7 April 2013 10:35, Poul-Henning Kamp p...@phk.freebsd.dk wrote: I think if you configure no irq at all, it will automatically go to polled mode. Not sure if uart(4) can actually do that, sio(4) could. Yup, it does. No IRQ hint == polled mode. It'll say as much in the dmesg. Adrian

Re: Kernel output interleaved on boot

2013-04-07 Thread deeptech71
On 04/07/2013 15:22, Lev Serebryakov wrote: It looks like characters from two lines are interleaved... Is it known problem? Have you removed options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. from your (GENERIC) kernel?

Problems with axe(4) and checksum offloading

2013-04-07 Thread Spil Oss
Hi all, With checksum offloading enabled I cannot use my axe NIC (ASIX AX88772B). ifconfig ue0 -txcsum -rxcsum will make dhclient ue0 return if I re-enable txcsum and rxcsum I get an immediate response from the dhcp server. Tried to remove the csum features by commenting out

Re: Intel D2500CC motherboard and strange RS232/UART behavior

2013-04-07 Thread Lev Serebryakov
Hello, Adrian. You wrote 7 апреля 2013 г., 21:42:32: I think if you configure no irq at all, it will automatically go to polled mode. Not sure if uart(4) can actually do that, sio(4) could. AC Yup, it does. No IRQ hint == polled mode. It'll say as much in the dmesg. It looks like it

Re: Intel D2500CC motherboard and strange RS232/UART behavior

2013-04-07 Thread Poul-Henning Kamp
In message 962552272.20130407232...@serebryakov.spb.ru, Lev Serebryakov write s: It looks like it picks up IRQ hint from ACPI, and, according to dmesg, it does so correctly, but after that it doesn't work :( So does the interrupt actually arrive ? If not: Interrupt routing issue ? --

Re: Intel D2500CC motherboard and strange RS232/UART behavior

2013-04-07 Thread Lev Serebryakov
Hello, Poul-Henning. You wrote 7 апреля 2013 г., 23:31:50: It looks like it picks up IRQ hint from ACPI, and, according to dmesg, it does so correctly, but after that it doesn't work :( PHK So does the interrupt actually arrive ? vmstat -i interrupt total

Re: Intel D2500CC motherboard and strange RS232/UART behavior

2013-04-07 Thread Poul-Henning Kamp
In message 1428566376.20130407234...@serebryakov.spb.ru, Lev Serebryakov writ es: It doesn't look so. And uart1 and uart3 doesn't have interrupt according to `vmstat -i' (but share irq4 according to boot messages). Ohh, there you go... Interrupt sharing on ISA requires special magic...

Re: Kernel output interleaved on boot

2013-04-07 Thread Andreas Nilsson
On Sun, Apr 7, 2013 at 9:36 PM, deeptech71 deeptec...@gmail.com wrote: On 04/07/2013 15:22, Lev Serebryakov wrote: It looks like characters from two lines are interleaved... Is it known problem? Have you removed options PRINTF_BUFR_SIZE=128 # Prevent printf output being

Re: Centrino Advanced-N 6235 wireless

2013-04-07 Thread Giorgos Keramidas
On 2013-02-26 12:16, Ian FREISLICH i...@clue.co.za wrote: I have one of these Advanced controlers in my laptop. It's up for grabs for an interested developer after this coming week-end. I need to de-solder the w.FL connectors to to put them on a supported non-Intel card to get working wifi.

Re: Intel D2500CC motherboard and strange RS232/UART behavior

2013-04-07 Thread Adrian Chadd
On 7 April 2013 13:15, Poul-Henning Kamp p...@phk.freebsd.dk wrote: In message 1428566376.20130407234...@serebryakov.spb.ru, Lev Serebryakov writ es: It doesn't look so. And uart1 and uart3 doesn't have interrupt according to `vmstat -i' (but share irq4 according to boot messages).

Re: RE: rebooting nvidia + keyboard issues

2013-04-07 Thread Waitman Gobble
On Wed, 3 Apr 2013 10:35:47 +0100, Thomas Sparrevohn thomas.sparrev...@btinternet.com wrote: I have had the same problem - it seems like a sysctl call provokes a overrun in a strlen call. It is not reproducible with a GENERIC kernel with debugging in my case. However a simple workaround is to