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
* 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.
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
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
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.
> 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
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
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
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