From owner-freebsd-current Fri Jun 16 14:11:48 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id B82AD37BBDE; Fri, 16 Jun 2000 14:11:43 -0700 (PDT) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial-195-14-254-1.netcologne.de [195.14.254.1]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id XAA25314; Fri, 16 Jun 2000 23:11:40 +0200 (MET DST) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id XAA02207; Fri, 16 Jun 2000 23:10:51 +0200 (CEST) (envelope-from van.woerkom@netcologne.de) Date: Fri, 16 Jun 2000 23:10:51 +0200 (CEST) Message-Id: <200006162110.XAA02207@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: jkh@zippy.osd.bsdi.com Cc: current@FreeBSD.ORG, peter@FreeBSD.ORG In-reply-to: <340.961175150@localhost> (jkh@zippy.osd.bsdi.com) Subject: Re: GENERIC from today does not detect system console on my box Reply-To: van.woerkom@netcologne.de References: <340.961175150@localhost> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Most notably, these former entries were now missing from my dmesg > output when I logged in remotely and poked around: > > atkbdc0: at port 0x60,0x64 on isa0 > atkbd0: irq 1 on atkbdc0 > psm0: irq 12 on atkbdc0 > psm0: model Generic PS/2 mouse, device ID 0 > vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 > sc0: on isa0 Did you ran the Perl skript to create the hints file and then change your KERNEL config like this? -device isa0 +device isa -device atkbdc0 at isa? port IO_KBD +device atkbdc 1 -device atkbd0 at atkbdc? irq 1 +device atkbd -device psm0 at atkbdc? irq 12 +device psm -device vga0 at isa? +device vga -device sc0 at isa? +device sc 1 -device npx0 at nexus? port IO_NPX flags 0x0 irq 13 +device npx -device ata0 -device atadisk0 # ATA disk drives +device ata +device atadisk # ATA disk drives -device pcm0 +device pcm -device joy0 at isa? port IO_GAME +device joy -device pci0 +device pci and so on.. Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message