Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 1999 21:06:46 -0600
From:      Warner Losh <imp@harmony.village.org>
To:        bpechter@shell.monmouth.com
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: ed0 not recognized (even tried it as ed1) 
Message-ID:  <199905240306.VAA15929@harmony.village.org>
In-Reply-To: Your message of "Sun, 23 May 1999 21:33:13 EDT." <199905240133.VAA01878@i4got.pechter.dyndns.org> 
References:  <199905240133.VAA01878@i4got.pechter.dyndns.org>  

index | next in thread | previous in thread | raw e-mail

In message <199905240133.VAA01878@i4got.pechter.dyndns.org> Bill
Pechter writes:
: dmesg.yesterday:ed0 at port 0x280-0x29f iomem 0xd8000-0xdbfff irq 10 on isa0
: The ed0 line is the same as it was before:
: device ed0 at isa? port 0x260 irq 9 iomem 0xd8000

I find that extremely hard to believe...  Different IRQ and different
port is what it appears to me...  Maybe that's why things didn't work.

: I did fix the atkbdc0 lines... after the keyboard didn't respond.
: controller	atkbdc0	at isa? port IO_KBD
: device		atkbd0	at atkbdc? irq 1

# atkbdc0 controlls 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
device		vga0	at isa? port ? conflicts

is what I have in my config file.  Maybe you didn't run config(8)?
You can tell if you didn't because there is a copy of the config file
in compile/BLAH/config.c.  That was my problem with the keyboard (I
had changed it in my config file, but had neglected to run config on
the correct config file, hence I got all confused for a short period
of time).

Warner


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



home | help

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