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
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
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
__
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
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
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]"
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
* 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