On Wed, 12 May 1999, Geoff Rehmet wrote:

> Date: Wed, 12 May 1999 14:35:54 +0200
> From: Geoff Rehmet <geo...@is.co.za>
> To: "'curr...@freebsd.org'" <curr...@freebsd.org>
> Subject: Today's kernel crashes on starting X
> 
> I'm currently running into a problem, that when I start my system,
> it spontaneously reboots when starting X.  Has anyone else run into
> this?
> 
> --
> Geoff Rehmet, The Internet Solution - Infrastructure 
> tel: +27-11-283-5462, fax: +27-11-283-5401 mobile: +27-83-292-5800
> email: geo...@is.co.za 
> URL: http://www.is.co.za 
> 
> 
> 
> To Unsubscribe: send mail to majord...@freebsd.org
> with "unsubscribe freebsd-current" in the body of the message
> 
> 

I think it's the recent dev_t changes causing problems.   
I haven't tracked it any further. 

Try changing:

         #define DEVT_FACIST 1 

in kern/kern_conf.c to 

        #undef DEVT_FACIST 

It has fixed my X crash. 

dave adkins




To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to