kernel panic (mii_phy_setmedia) on mac mini A1347 with trace and ps picture url

2011-12-19 Thread Wesley M.
Hi, I tried to install OpenBSD 4.9 on an Apple mac mini (new generation). Model : A1347 ; Core i5, thunderbolt Technology, HD 500Go At installation using 4.9 RELEASE : It takes a long time to format slides. At the reboot : i have a kernel panic just after "starting network" So i tried to use

Re: kernel panic (mii_phy_setmedia) on mac mini A1347 with trace and ps picture url

2011-12-19 Thread Daniel Bolgheroni
On Mon, Dec 19, 2011 at 04:10:16PM +0400, Wesley M. wrote: > > Here is the ps message : http://i43.tinypic.com/mkufyo.jpg > Here is the > trace message : http://i40.tinypic.com/25syfxf.jpg Have you tried to disable whatever it is on boot>? -- This message has been scanned for viruses and dange

Re: kernel panic (mii_phy_setmedia) on mac mini A1347 with trace and ps picture url

2011-12-19 Thread Stuart Henderson
On 2011/12/19 16:10, Wesley M. wrote: > So i > tried to use 5.0 RELEASE. > This time, it formats quickly. But it is the same > way : kernel panic when it starts the network. > > The following message > appear : > Starting network > panic: mii_phy_setmedia > Stopped at > Debugger+0x4:popl %ebp >

Re: kernel panic (mii_phy_setmedia) on mac mini A1347 with trace and ps picture url

2011-12-19 Thread Jonathan Gray
Try this diff against -current. You'll have to apply the patch from sys/dev/mii and run 'make' afterwards to regenerate the headers. Index: miidevs === RCS file: /cvs/src/sys/dev/mii/miidevs,v retrieving revision 1.116 diff -u -p -r1

Re: kernel panic (mii_phy_setmedia) on mac mini A1347 with trace and ps picture url

2011-12-19 Thread Wesley M.
Hi Stuart, I tried this : boot -c at boot prompt (startup) I have this message : "kbc cmd word write error" just after. And i can't use keyboard at UKC Prompt :( Wesley. On Mon, 19 Dec 2011 12:51:58 +, Stuart Henderson wrote: > On 2011/12/19 16:10, Wesley M. wrote: >> So i >> tried to use 5

Re: kernel panic (mii_phy_setmedia) on mac mini A1347 with trace and ps picture url

2011-12-19 Thread Stuart Henderson
It's committed so wait for new snaps and you can avoid this step. On 2011/12/19 17:10, Wesley M. wrote: > Hi Stuart, > > I tried this : boot -c at boot prompt (startup) > I have this message : "kbc cmd word write error" just after. > And i can't use keyboard at UKC Prompt :( > > Wesley. > > On