SiS 5513 rev 0x015597/5598 freeze & diff

2012-01-02 Thread Loganaden Velvindron
Attaching any CDROM/DVDRIVE causes this error message when mouting a disk. cd0(pciide0:0:1): timeout type: atapi c_bcount : 2048 c_skip : 0 The machine then freezes and a hard reboot is necessary. This issue has been reported by 2 users in the past: http://archives.neohapsis.com/archives/openbsd

Re: RFC 4638 support for pppoe(4)

2012-01-02 Thread Matt Dainty
* Stuart Henderson [2011-12-31 10:12:41]: > On 2011/12/27 21:12, Matt Dainty wrote: > > Attached are three patches for RFC 4638 PPPoE support. The first two are > > for pppoe(4) based on similar changes made to NetBSD. The third patch is > > to tcpdump(8) so it recognises the additional tag type.

Re: [BUG] pfctl(8) silently accept directories as config files

2012-01-02 Thread Stephane A. Sezer
On Mon, 2 Jan 2012 15:28:48 -0200 "Christiano F. Haesbaert" wrote: > On 2 January 2012 06:58, Henning Brauer wrote: > > what next? having pfctl whine about an empty config file? > > > > * Stephane A. Sezer [2012-01-02 09:36]: > >> Hi, > >> > >> I found a strange behavior in pfctl(8) which looks

Re: [BUG] pfctl(8) silently accept directories as config files

2012-01-02 Thread Christiano F. Haesbaert
On 2 January 2012 06:58, Henning Brauer wrote: > what next? having pfctl whine about an empty config file? > > * Stephane A. Sezer [2012-01-02 09:36]: >> Hi, >> >> I found a strange behavior in pfctl(8) which looks like a bug. >> >> When given a directory as input (either with the `-f` flag, or w

Re: relayd imsg race

2012-01-02 Thread Camiel Dobbelaar
On Mon, 5 Dec 2011, Camiel Dobbelaar wrote: > > Another might be to inhibit the processing of IMSG_HOST_STATUS only until > > the configuration has been completed (that is after receiving > > IMSG_CFG_DONE): > > I'm going to try this one. I'm not sure how bad it is to discard > messages though.

Re: SiS 1185 AHCI controller diff

2012-01-02 Thread Mark Kettenis
> Date: Mon, 2 Jan 2012 04:33:25 -0500 (EST) > From: logana...@devio.us (Loganaden Velvindron) > > Linux doesn't use any quirks for the SiS 1185. > From: http://lxr.linux.no/#linux+v3.1.6/drivers/ata/ahci.c > > { PCI_VDEVICE(SI, 0x1185), board_ahci },/* SiS 968 */ > > I got the

SiS 1185 AHCI controller diff

2012-01-02 Thread Loganaden Velvindron
Linux doesn't use any quirks for the SiS 1185. From: http://lxr.linux.no/#linux+v3.1.6/drivers/ata/ahci.c { PCI_VDEVICE(SI, 0x1185), board_ahci },/* SiS 968 */ I got the same ahci device showing up but it's not in the pcidevs db. ahci0 at pci0 dev 5 function 0 vendor "SiS", unkno

Re: [BUG] pfctl(8) silently accept directories as config files

2012-01-02 Thread Henning Brauer
what next? having pfctl whine about an empty config file? * Stephane A. Sezer [2012-01-02 09:36]: > Hi, > > I found a strange behavior in pfctl(8) which looks like a bug. > > When given a directory as input (either with the `-f` flag, or with the > `include` directive in a config file), pfctl(8

[BUG] pfctl(8) silently accept directories as config files

2012-01-02 Thread Stephane A. Sezer
Hi, I found a strange behavior in pfctl(8) which looks like a bug. When given a directory as input (either with the `-f` flag, or with the `include` directive in a config file), pfctl(8) does not emit any warning and silently accepts the given input. I suppose this is not the intended behavior s