Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2000 23:10:51 +0200 (CEST)
From:      Marc van Woerkom <van.woerkom@netcologne.de>
To:        jkh@zippy.osd.bsdi.com
Cc:        current@FreeBSD.ORG, peter@FreeBSD.ORG
Subject:   Re: GENERIC from today does not detect system console on my box
Message-ID:  <200006162110.XAA02207@oranje.my.domain>
In-Reply-To: <340.961175150@localhost> (jkh@zippy.osd.bsdi.com)
References:   <340.961175150@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
> Most notably, these former entries were now missing from my dmesg
> output when I logged in remotely and poked around:
> 
> atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
> atkbd0: <AT Keyboard> irq 1 on atkbdc0
> psm0: <PS/2 Mouse> irq 12 on atkbdc0
> psm0: model Generic PS/2 mouse, device ID 0
> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
> sc0: <System console> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006162110.XAA02207>