Date: Fri, 21 May 1999 18:02:17 +0200 (MET DST) From: Nick Hibma <nick.hibma@jrc.it> To: Karl Denninger <karl@Denninger.Net> Cc: Graham Wheeler <gram@cdsec.com>, hackers@FreeBSD.ORG Subject: Re: -CURRENT problems - keyboard lockup! Message-ID: <Pine.GSO.3.95q.990521175526.8523B-100000@elect8> In-Reply-To: <19990521105306.A503@Denninger.Net>
next in thread | previous in thread | raw e-mail | index | archive | help
> < # atkbdc0 controlls both the keyboard and the PS/2 mouse > < controller atkbdc0 at isa? port IO_KBD > < device atkbd0 at isa? irq 1 > < device psm0 at isa? irq 12 > --- > > # atkbdc0 controls both the keyboard and the PS/2 mouse > > controller atkbdc0 at isa? port IO_KBD > > device atkbd0 at atkbdc? irq 1 > > device psm0 at atkbdc? irq 12 Looks ok. > < device npx0 at isa? port IO_NPX irq 13 > --- > > device npx0 at nexus? port IO_NPX irq 13 Mistake (see the dmesg) 140c118,119 < device sc0 at isa? --- > device sc0 at isa? > Why does this one show up? It shouldn't. You might want to retype it to make sure there is no bogus char in there somewhere. > > #controller umass0 > > #device ums0 > > #device ukbd0 > > #device ulpt0 > > #device uhid0 > > #device ugen0 FYI, this GENERIC is not the one from yesterday evening (sorting of the elements above has changed). I can't see anything obviously wrong. Nick > > On Fri, May 21, 1999 at 05:43:01PM +0200, Nick Hibma wrote: > > > > Could you post a diff against a GENERIC? If possible zap the GENERIC > > file first and recreate it with a 'cvs update' if you have a repository > > available, or with 'cvsup' if not. > > > > Nick > > > > On Fri, 21 May 1999, Karl Denninger wrote: > > > > > On Fri, May 21, 1999 at 05:37:40PM +0200, Graham Wheeler wrote: > > > > Karl Denninger wrote: > > > > > > > > > > Hi folks, > > > > > > > > > > I built a new kernel last night and started a buildworld before going to > > > > > bed. Just a "tracking" type of thing to see what the state of the world > > > > > is on FreeBSD. > > > > > > > > > > This morning I tried to boot that kernel. It comes up, but the console > > > > > is dead! The DISPLAY is ok, but I have no keyboard control. Replugging > > > > > the keyboard does not help. > > > > > > > > Are you sure you haven't omitted the syscons device? > > > > > > You mean this one? > > > > > > device sc0 at isa? > > > > > > Yes, its in there (it shows on the boot trace). > > > > > > -- > > > -- > > > Karl Denninger (karl@denninger.net) Web: fathers.denninger.net > > > I ain't even *authorized* to speak for anyone other than myself, so give > > > up now on trying to associate my words with any particular organization. > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-hackers" in the body of the message > > > > > > > > > > -- > > ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy > > > > -- > -- > Karl Denninger (karl@denninger.net) Web: fathers.denninger.net > I ain't even *authorized* to speak for anyone other than myself, so give > up now on trying to associate my words with any particular organization. > > -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.95q.990521175526.8523B-100000>