cvs commit: www/en developers.sgml www/share/sgml news.xml

2010-06-03 Thread Andrey V. Elsukov
ae 2010-06-03 21:10:00 UTC FreeBSD doc repository (src committer) Modified files: en developers.sgml share/sgml news.xml Log: - Add myself to developers.sgml - Add myself to news.xml Approved by:kib (mentor) Revision Changes

cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml doc/en_US.ISO8859-1/share/sgml authors.ent doc/share/pgpkeys ae.key pgpkeys-developers.sgml pgpkey

2010-06-03 Thread Andrey V. Elsukov
ae 2010-06-03 21:08:31 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml en_US.ISO8859-1/share/sgml authors.ent share/pgpkeys

Re: cvs commit: src/sys/dev/ata ata-all.h ata-raid.c

2008-04-14 Thread Andrey V. Elsukov
ever sets atadev->unit to ATA_SLAVE. So, now we have broken `atacontrol list` command. On my old system it doesn't show any of slave devices. Also, it shows "Device not configured" error at the end of its output. -- WBR, Andrey V. Elsukov __

Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-card.c ata-cbus.c ata-chipset.c ata-disk.c ata-disk.h ata-dma.c ata-isa.c ata-lowlevel.c ata-pci.c ata-pci.h ata-queue.c ata-raid.c ata-raid.h a

2008-04-11 Thread Andrey V. Elsukov
to > make too much fuzz about it. > But now its there and can be used if you know what you are doing :) It is related to PR kern/121703. I think you can close this PR. Dmitry reported to me that patch helped him. -- WBR, Andrey V. Elsukov

Re: cvs commit: src/sys/dev/ata ata-pci.c

2007-10-29 Thread Andrey V. Elsukov
lated to the PCIS_STORAGE_IDE subclass. My Marvell 88SE6141 chip have PCIS_STORAGE_SATA subclass and PCIP_STORAGE_SATA_AHCI_1_0|PCIS_STORAGE_OTHER programming interface. And this chip detected as a legacy controller. What you think about the attached patch? -- WBR, Andrey V. Elsukov --- /usr/src/sys/dev/a

Re: cvs commit: src/sys/dev/cxgb/sys uipc_mvec.c

2007-04-15 Thread Andrey V. Elsukov
undant INVARIANTS check -- WBR, Andrey V. Elsukov ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: src/sbin/ipfw ipfw2.c

2006-08-07 Thread Andrey V. Elsukov
Julian Elischer wrote: great.. I have been in ipfw(2) the last week and have some sugestions for increasing its efficiency.. especially the code that times out dynamic rules. Can you explain your suggestions in detail? -- WBR, Andrey V. Elsukov

Re: cvs commit: src/sys/netinet ip_fw.h ip_fw2.c src/sbin/ipfw ipfw.8 ipfw2.c

2006-05-24 Thread Andrey V. Elsukov
* more beautiful to write: ipfw add 100 netgraph 300 tag 200 ip from host1 to host2 for tagging packet with tag 200 and then sending it to netgraph, than to write something like: ipfw add 100 tag 200 ip from host1 to host2 ipfw add 101 netgraph 300 ip from host1 to host2 tagged 200 -- WBR