From owner-freebsd-questions Sat Mar 6 2:16:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from abc.xyz.net (froggy.anchorage.ptialaska.net [208.151.119.238]) by hub.freebsd.org (Postfix) with ESMTP id CC68714F68 for ; Sat, 6 Mar 1999 02:16:42 -0800 (PST) (envelope-from groggy@iname.com) Received: from localhost (localhost [127.0.0.1]) by abc.xyz.net (8.8.8/8.8.8) with SMTP id BAA07053 for ; Fri, 5 Mar 1999 01:33:10 -0900 (AKST) (envelope-from groggy@iname.com) Date: Fri, 5 Mar 1999 01:33:10 -0900 (AKST) From: Steve Howe X-Sender: abc@abc.xyz.net To: freebsd-questions Subject: novell ne2000 - no iomem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FBSD 2.2.8 Cyrix 150 686 1 ide hdd, 1 floppy 1 Novell NE 2000 all my custom kernels and the Generic kernel bomb with various errors no matter how i try to configure my Novell NE2000 (no reserved memory). +++ when using the following: device ed0 at isa? port 0x340 net irq 9 iomem 0xd8000 vector edintr the kernel permanently freezes upon ed0 probing with the error: failed to clear shared memory +++ if iomem is set to 0x0, or left out, the kernel freezes up (must turn off machine) upon ed0 probing with the error: invalid ISA memory address +++ i've tried all sort of combinations to no avail, ( device ed0 at isa? port 0x340 net irq 9 vector edintr device ed0 at isa? port 0x340 net irq 9 iomem 0xd8000 iosiz 0x0 vector edintr ) the code seems intent on using memory for my card. the card works fine in other (win) networked machines. any advice anyone? thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message