Re: installation to (W)hole disk - saner default

2012-03-07 Thread Alexander Hall
David Vasek wrote: >Hello all. > >While I would always defend everybody's right to use OpenBSD to shoot >himself in his foot, I don't think it is neither practical nor ethical >to >hint him to do so. > >So if the installer finds a valid MBR which contains some partition(s), > >then don't make w

Re: installation to (W)hole disk - saner default

2012-03-07 Thread Jan Stary
On Mar 07 18:32:00, David Vasek wrote: > On Wed, 7 Mar 2012, Dmitrij D. Czarkoff wrote: > > >On Wed, 2012-03-07 at 17:32 +0100, David Vasek wrote: > >>So if the installer finds a valid MBR which contains some partition(s), > >>then don't make whole disk (overwriting everything) the default choice

Re: libstdc++ clang build fixes

2012-03-07 Thread Jonathan Gray
anyone? On Sat, Dec 17, 2011 at 03:25:41PM +1100, Jonathan Gray wrote: > >From Dimitry Andric in FreeBSD: > > o Make the value_type, vector_type, iterator, __mutex_type types of > free_list class so we can access them > o In some cases template keywords must be inserted to treat classes as > depe

Re: installation to (W)hole disk - saner default

2012-03-07 Thread Kenneth R Westerback
On Wed, Mar 07, 2012 at 05:32:09PM +0100, David Vasek wrote: > Hello all. > > While I would always defend everybody's right to use OpenBSD to > shoot himself in his foot, I don't think it is neither practical nor > ethical to hint him to do so. > > So if the installer finds a valid MBR which cont

midi: don't spin in the kernel

2012-03-07 Thread Alexandre Ratchov
Certain midi uarts don't have interrupts, so when data is sent, the driver spins (at IPL_AUDIO) until the uart becomes ready. This is not a big problem because uarts have ~16-32 byte fifos, and programs don't send large chunks of data, so uarts always appear ready. Except for large messages, which

SMBus support for AMD Hudson-2.

2012-03-07 Thread Brynet
Hudson-2/SB900 was tested by Jorg Willekens, works the same as the SB800. ... piixpm0 at pci0 dev 20 function 0 "AMD Hudson-2 SMBus" rev 0x13: polling iic0 at piixpm0 spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM PC3-10600 spdmem1 at iic0 addr 0x51: 4GB DDR3 SDRAM PC3-10600 spdmem2 at iic0 addr 0x52:

Re: installation to (W)hole disk - saner default

2012-03-07 Thread Dmitrij D. Czarkoff
On Wed, 2012-03-07 at 18:32 +0100, David Vasek wrote: > On Wed, 7 Mar 2012, Dmitrij D. Czarkoff wrote: > > > On Wed, 2012-03-07 at 17:32 +0100, David Vasek wrote: > >> So if the installer finds a valid MBR which contains some partition(s), > >> then don't make whole disk (overwriting everything) t

Re: installation to (W)hole disk - saner default

2012-03-07 Thread David Vasek
On Wed, 7 Mar 2012, Dmitrij D. Czarkoff wrote: On Wed, 2012-03-07 at 17:32 +0100, David Vasek wrote: So if the installer finds a valid MBR which contains some partition(s), then don't make whole disk (overwriting everything) the default choice and let it up to the user. For those who still want

Re: installation to (W)hole disk - saner default

2012-03-07 Thread Dmitrij D. Czarkoff
On Wed, 2012-03-07 at 17:32 +0100, David Vasek wrote: > So if the installer finds a valid MBR which contains some partition(s), > then don't make whole disk (overwriting everything) the default choice and > let it up to the user. For those who still want to use whole disk in this > not so freque

installation to (W)hole disk - saner default

2012-03-07 Thread David Vasek
Hello all. While I would always defend everybody's right to use OpenBSD to shoot himself in his foot, I don't think it is neither practical nor ethical to hint him to do so. So if the installer finds a valid MBR which contains some partition(s), then don't make whole disk (overwriting everyt

Encontra y busca descuentos hasta del 70 % en Tu Oasis Hoy

2012-03-07 Thread Tu Oasis
Vivi tu dia con increibles descuentos en Tu Oasis Recibm y encontra las ofertas que buscas. !Escucha estas oportunidades! Recomenda Tu Oasis: por cada amigo que invites, vos y il reciben $10 de regalo para la primer compra. Para ver las ofertas, dirigite a www.tuoasis.com [demime 1.01d removed an

Re: Patch from FreeBSD to support 1gigabit Marvell 88E8056/88E1149

2012-03-07 Thread Brad Davis
On Tue, Feb 28, 2012 at 16:43:21 +1100, Jonathan Gray wrote: This is not quite what FreeBSD has: If you look at msk_phy_power it is not just for EC_U but rather: == SK_YUKON_EC_U || == SK_YUKON_EX || = SK_YUKON_FE_P (linux has this as the SKY2_HW_ADV_POWER_CTL flag) additionally, OURREG5 k

relayd: statistics are broken

2012-03-07 Thread Erik Lax
Hi, There is a bug in relayd's handling of statistics collected from each "prefork" (0,1,2,3,4,..). Once received over IMSG, statistics should be saved in a rl_stats[RELAY_MAXPROC + 1] array per relay (rlay->rl_stats). However all ends up in rlay->rl_stats[0] overwriting other children's stat