NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/38827: DIAGNOSTIC kernel crash with USB floppy/cdrom



The following reply was made to PR kern/38827; it has been noted by GNATS.

From: Takahiro Kambe <taca%back-street.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/38827: DIAGNOSTIC kernel crash with USB floppy/cdrom
Date: Thu, 05 Jun 2008 18:48:21 +0900 (JST)

 It find out that this crash happens when added "flags 1"  to usb(4).
 For some reason, I added that flags to detect USB hard disk at boot
 time as far as I remeber.
 
 So, dropping these flags solve my problem.
 
  # USB bus support
 -usb*  at ehci? flags 1
 -usb*  at uhci? flags 1
 -usb*  at ohci? flags 1
 +usb*  at ehci? # flags 1
 +usb*  at uhci? # flags 1
 +usb*  at ohci? # flags 1
 
 Anyway, substantial problem still exists.
 
 -- 
 Takahiro Kambe <taca%back-street.net@localhost>
 


Home | Main Index | Thread Index | Old Index