Re: intel 82579 nic support?

2012-09-08 Thread Harald Schmalzbauer
 schrieb Harald Schmalzbauer am 07.09.2012 19:44 (localtime):
> ...
> not too absurd ;-) But I think I can confirm that you are right and
> passthrough with chipset-integrated devices is different (for ESXi),
> since the 82579 passed through to a XP-guest doesn't work either!

Update: Found a setup modification which makes passthrough of that
integrated nic+phy working:
If "interrupt remapping" is deactivated under VT-d in EFI-Setup-Menu, it
works with XP.
If additionally DMA-Support for VT-d is disabled, it also works with
FreeBSD (9.1).

-Harry



signature.asc
Description: OpenPGP digital signature


A BSD-licensed internationalization solution?

2012-09-08 Thread Mike Manilone

Hi list,

Here are many applications using GNU gettext to provide an 
internationalized user interface. But I found that there isn't a 
BSD-licensed gettext. (so BSD apps do not have internationalization?)


Is there one? Then I can just switch from gettext to that.

Sincerely,
Mike Manilone
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: FreeBSD 9.1 RC1 and CAM issues with old SCSI drive

2012-09-08 Thread Alexander Motin

Hi.

It seems like both of your problems have the same cause: device report 
wrong size of INQUIRY data, that causes failure on attempt to fetch it. 
With FreeBSD 9.0 it caused domain validation failures and so reduced 
transfer rate, on 9.1 it also causes detection failure. I am not sure 
why detection worked on 9.0, it needs some deeper code comparison, but I 
think it is mostly device problem.


Could you send me output of such commands from FreeBSD 9.0:
camcontrol cmd da0 -vEc "12 00 00 00 24 00" -i 36 - | hd
camcontrol cmd da0 -vEc "12 00 00 00 fe 00" -i 254 - | hd
camcontrol cmd da0 -vEc "12 00 00 01 00 00" -i 256 - | hd

--
Alexander Motin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: A BSD-licensed internationalization solution?

2012-09-08 Thread Zhihao Yuan
libintl is LGPL, we don't have license issues against it.

--
Zhihao Yuan
On Sep 8, 2012 5:41 AM, "Mike Manilone"  wrote:

> Hi list,
>
> Here are many applications using GNU gettext to provide an
> internationalized user interface. But I found that there isn't a
> BSD-licensed gettext. (so BSD apps do not have internationalization?)
>
> Is there one? Then I can just switch from gettext to that.
>
> Sincerely,
> Mike Manilone
> __**_
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/**mailman/listinfo/freebsd-**stable
> To unsubscribe, send any mail to 
> "freebsd-stable-unsubscribe@**freebsd.org
> "
>
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"