Date: Sun, 20 Sep 1998 18:46:05 -0400 (EDT) From: Jim Durham <durham@w2xo.pgh.pa.us> To: puga@mauibuilt.com Cc: freebsd-hackers@FreeBSD.ORG Subject: RE: Help with Digiboard 16em Message-ID: <XFMail.980920184605.durham@w2xo.pgh.pa.us> In-Reply-To: <199809191123.LAA08891@mauibuilt.com>
next in thread | previous in thread | raw e-mail | index | archive | help
puga@mauibuilt.com wrote: .... dgb0: PC/Xi 512K dgb0 at 0x224-0x227 maddr 0xfc0000 msize 524288 flags 0x2 on isa dgb0: 2nd reset failed .... The memory size reported looks wrong... I have a PC/Xe with 64K ram. My kernel config file line for the Digiboard is: device dgb0 at isa? port 0x200 iomem 0xe0000 iosiz ? tty However, I have since changed the port to 100 and the iomem to 0xd0000 using the boot -c method. This results in the following lines at boot time: dgb0: PC/Xe 64K dbg0 at 0x100-0x103 maddr 0xd0000 msize 65536 on isa dgb0: 16 ports I don't remember why I abandoned running iomem in higher memory, but using the area at 0xd0000 worked for me and port 100 gave me 4 ports clear of other devices here. Hope this applies to the board you have. regards, Jim Durham 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?XFMail.980920184605.durham>