documentation of pkg_add -F

2011-12-04 Thread Thanos Tsouanas
Hello there. I just noticed that the man page of pkg_add does not mention the -F flag, while it is still there. (I'm using current snapshots in both i386/amd64, the pkg_add binary knows of this flag in both platforms.) -- Thanos Tsouanas http://perso.ens-lyon.fr/thanos.tsouanas/

Re: FW: documentation of pkg_add -F

2011-12-04 Thread Miod Vallat
I just noticed that the man page of pkg_add does not mention the -F flag, while it is still there. (I'm using current snapshots in both i386/amd64, the pkg_add binary knows of this flag in both platforms.) Yeah, that's intentional. The flag is still around for compatibility, but

old i386 P1 breakage post 5/28/2011

2011-12-04 Thread Nick Holland
found this one recently, runs 4.9, won't run current or 5.0, breakage happened between 2011/05/28 snapshot and 2011/06/02 snapshot: Synopsis: early boot panic post 5/28/2011 snapshot Category: i386 kernel Environment: System : OpenBSD 4.9 Details : OpenBSD

Re: old i386 P1 breakage post 5/28/2011

2011-12-04 Thread Miod Vallat
Please try this: Index: pci/pci_machdep.c === RCS file: /cvs/src/sys/arch/i386/pci/pci_machdep.c,v retrieving revision 1.66 diff -u -p -r1.66 pci_machdep.c --- pci/pci_machdep.c 23 Oct 2011 21:18:14 - 1.66 +++

Re: old i386 P1 breakage post 5/28/2011

2011-12-04 Thread Nick Holland
that did it! Nick. On 12/04/11 12:16, Miod Vallat wrote: Please try this: Index: pci/pci_machdep.c === RCS file: /cvs/src/sys/arch/i386/pci/pci_machdep.c,v retrieving revision 1.66 diff -u -p -r1.66 pci_machdep.c ---

Re: old i386 P1 breakage post 5/28/2011

2011-12-04 Thread Mark Kettenis
I'd prefer to fix it with the diff below, to help the diffability with the amd64 codebase. Index: pci_machdep.c === RCS file: /cvs/src/sys/arch/i386/pci/pci_machdep.c,v retrieving revision 1.64 diff -u -p -r1.64 pci_machdep.c ---

Re: old i386 P1 breakage post 5/28/2011

2011-12-04 Thread Nick Holland
On 12/04/11 14:25, Mark Kettenis wrote: I'd prefer to fix it with the diff below, to help the diffability with the amd64 codebase. I confirm this also seems to fix my p90. Nick. Index: pci_machdep.c === RCS file: