SII3512 rev0 ?

2007-06-28 Thread Peter B
In /usr/src/sys/dev/ata/ata-chipset.c the table (ata_sii_ident) for Silicon Image chips: pcirev { ATA_SII3512, 0x02, SIIMEMIO, 0, ATA_SA150, "SiI 3512" }, { ATA_SII3512, 0x00, SIIMEMIO, SIIBUG,ATA_SA150, "SiI 3512" }, Indicate there is a revision 0 of the chip

Re: SII3512 rev0 ?

2007-06-29 Thread Peter B
>Peter B a écrit : >> In /usr/src/sys/dev/ata/ata-chipset.c the table (ata_sii_ident) for >> Silicon Image chips: >> >> pcirev >> { ATA_SII3512, 0x02, SIIMEMIO, 0, ATA_SA150, "SiI 3512" }, >> { ATA_SII3512,

Re: SII3512 rev0 ?

2007-06-29 Thread Peter B
Conclusion as for SATA Freebsd6: Good: SII 3114 r2 Bad: SII 3512 r1, VIA 8237A r128 Question is then about 'SII 3512 r2' .. For ms-xp, linux debian4: SII3512 r1 working. The SII 3112A datasheet specifies: "revision 01H is defined for SiI3112A rev 1.1 and revision 02H is defined fo

Re: SII3512 rev0 ?

2007-06-30 Thread Peter B
Dieter wrote: > >> pcirev >> { ATA_SII3512, 0x02, SIIMEMIO, 0, ATA_SA150, "SiI 3512" }, >> { ATA_SII3512, 0x00, SIIMEMIO, SIIBUG,ATA_SA150, "SiI 3512" }, > >What happened to rev 1? > >> Any input on the reliability of SII3512 is also welcomed. > >dmesg | grep 3512 >

Re: SII3512 rev0 ?

2007-07-01 Thread Peter B
>NetBSD: > dev/pci/satalink.c > >/* > * Rev. <= 0x01 of the 3112 have a bug that can cause data > * corruption if DMA transfers cross an 8K boundary. This is > * apparently hard to tickle, but we'll go ahead and play it > * safe. > */ >

Recommended S-ATA controller?

2007-10-04 Thread Peter B
What PCI 32/33 S-ATA controller is recommended for a x86/FreeBSD-6 system that is stable and reliable in terms of hardware design, and software drivers ? My current Promise card is said to abuse PCI burst mode, in essence it will exploit to tight timing margins. And the motherboard doesn't have a

FYI: 3Ware 9650 can cause data corruption

2007-10-04 Thread Peter B
3ware 9650 in RAID6 mode with firmware version 3.08.00.004 seems to cause data corruption when rebuilding a single disc with raid6. http://www.webmasternetwork.se/f4t23551.html (Swedish) I thought this was serious enough for people to know. If another mailinglist is more appropiate for this kind

6.2R Patch to allow broken frames

2008-01-01 Thread Peter B
I had to debug an phy+fpga setup and found this patch that makes tx(4) to allow broken/runt frames and includes both mac and crc32 useful. Maybe this could be a feature in the network drivers? (or some) I don't consider this production code. Rather a demo/suggestion. The quick patch is to just do

Re: 6.2R Patch to allow broken frames

2008-01-02 Thread Peter B
>Some ethernet controllers allow receving broken frames but I'm not >sure whether it really helps on production box execept debugging aid. >Receving broken frames would waste PCI bandwidth as well as systems >resources as it would be dropped anyway in upper layer. It's intended as an aid to debug

Kernel compile R7.0 i386 GENERIC, fails

2008-08-11 Thread Peter B
I'm trying to compile the generic FreeBSD kernel 7.0-RELEASE i386. But it fails. Any tip on how to fix it? Extracted sources: sbase, srelease, ssys [EMAIL PROTECTED] /usr/src #make buildkernel KERNCONF=GENERIC . . mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADE

Keyboard map for asus-eee900-linux

2008-08-18 Thread Peter B
Here's a new console + X11 keymap for FreeBSD on Asus Eee 900 linux netbook: It should work for all asus eee models with Swedish, Danish, Norwegian, Finnish or Icelandic keyboard. In particular this fixes the '|' character. (Asus Eee Nordic SE-DK-NW-FI-IS 80-keys) kbdcontrol -l asus_eee_nordic.k

USB Video class

2008-08-19 Thread Peter B
Is there any ongoing project towards USB Video class support in FreeBSD ..? (Looking at the Asus eee builtin webcam 0x04F2 (CHICONY) 0xB071) Some links: http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/usb/ uvideo.c http://developer.berlios.de/projects/linux-uvc http://www.usb.org/devel

usb match() function

2008-08-22 Thread Peter B
Within the usb drivers (/usr/src/sys/dev/usb/u*.c) there's an matching routine where the 'uaa->iface' is supposed to be assigned before the routine is called. However for a new device or class this doesn't seem to work. Instead 'uaa' is set like for an generic device (two interfaces, no "default"

Re: USB Video class

2008-09-01 Thread Peter B
>> > >> >Is there any ongoing project towards USB Video class support in FreeBSD = >=2E.? >>=20 >> This is better asked on usb@ (CCed). I'm not aware of such an effort, fee= >l free to start it (you better wait some days until the=20 >> new USB stack hits CVS). >NetBSD had a Summer of Code project

usb2 iscochronous transfer

2006-02-24 Thread Peter B
Is there any work at all on usb2 isochronous transfer functionality? http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/ehci.c?rev=1.14.2.10&content-type=text/x-cvsweb-markup * 1) The EHCI driver lacks support for isochronous transfers, so *devices using them don't work. Any hints on w

Re: usb2 iscochronous transfer

2006-02-24 Thread Peter B
Hans Petter Selasky wrote: > >On Thursday 23 February 2006 17:41, Peter B wrote: >> Is there any work at all on usb2 isochronous transfer functionality? > >It's already implemented! > >> >> http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/ehci.c?rev=1.

Re: usb2 iscochronous transfer

2006-03-22 Thread Peter B
>> >Maybe you want to try out the new USB API when designing the driver. Don't >> >forget that high-speed isoc have 8 frames per millisecond! http://en.wikipedia.org/wiki/USB "In addition to this some operating systems take a conservative approach to scheduling transactions and limit the num

Advanced USB snooping

2005-02-22 Thread Peter B
Is it possible to program an "ordinary" (like Intel 82801CA/CAM (ICH3)) USB host controller into acting as an usb device instead? (just like scsi can). Idea: M$Win-Usb -> FreeBSD-USB#1 .. software .. FreeBSD-USB#2 -> Device The advantage would be then to possible use scripts to debug protocol

Re: Advanced USB snooping

2005-02-23 Thread Peter B
>> >> Is it possible to program an "ordinary" (like Intel 82801CA/CAM (ICH3)) USB >> host controller into acting as an usb device instead? (just like scsi can). >> >> Idea: >> M$Win-Usb -> FreeBSD-USB#1 .. software .. FreeBSD-USB#2 -> Device > >No - this wonn't work. >Host Controllers are dedi

Going realmode in kernel drivers?

2003-11-24 Thread Peter B
i386/FreeBSD-4.x/lkm. How does one get into 'realmode' inside a kernel driver? The reason for the need is a tight timeing loop that measures the lenght of pulses. And disableing interrupts is just not enough. Target cpu's are AMD K5 + AMD XP. Asfair when reading cycles per opcode. The number of

All ok?

2001-09-13 Thread Peter B
Hi! I just wonder if all freebsd developers are ok, due the wtc attack? /P To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Encrypted filesystems

2003-06-26 Thread Peter B
I have searched for encrypted filesystems for un*x. Is there any better encrypted filesystems than the ones I have found for *bsd (+freebsd)..? Note that some comments are based on what others have said. I think it's important to keep in mind the different approches used, per-file vs disc-block

/usr/src/sys/dev/my/if_my.c status?

2002-07-13 Thread Peter B
Hi! What is the status of the driver/file: /usr/src/sys/dev/my/if_my.c ..? It will attach and work fine with tcpdump, netstat -i. But it won't allow me to set an IP on the interface (ifconfig my0 inet 1.2.3.4 ..). It's not present in LINT, but is present in /usr/src/sys/conf/files. An

Re: /usr/src/sys/dev/my/if_my.c status?

2002-07-13 Thread Peter B
Julian Elischer wrote: >The man page was waiting for the submitter, and I've been too busy to >pester him for it.. It was supposed to include information on what >cards were supported. I'm surprise about the inability to set the Seems my Surecom 10/100 is detected and attached at least :) >addre

GATOS + FreeBSD

2002-08-20 Thread Peter B
Is there any successful attempts with FreeBSD to use video-in on: Matrox G450 eTV (marvel.sourceforge.net) G400-TV ATI Radeon 7500/8500 w video-in (gatos.sf.net) Or any other AGP card with video input? All support seems very linux centric.. /P To Unsubscr