From owner-freebsd-current Tue Jul 2 19:07:27 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA27099 for current-outgoing; Tue, 2 Jul 1996 19:07:27 -0700 (PDT) Received: from freefall.freebsd.org (localhost.cdrom.com [127.0.0.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA27080; Tue, 2 Jul 1996 19:07:22 -0700 (PDT) Message-Id: <199607030207.TAA27080@freefall.freebsd.org> To: Atsushi MURAI cc: nao@sbl.cl.nec.co.jp, joerg_wunsch@uriah.heep.sax.de, j@uriah.heep.sax.de, freebsd-current@freebsd.org Subject: Re: Ethernet 3c579(EISA) is functional? In-reply-to: Your message of "Wed, 03 Jul 1996 09:55:32 +0900." <9607030055.AA00363@tama3.spec.co.jp.spec.co.jp> Date: Tue, 02 Jul 1996 19:07:21 -0700 From: "Justin T. Gibbs" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >:controller eisa0 >:device ep0 at isa? port 0x300 net irq 10 vector epintr >: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >: >:The underlined portion of the line is not even needed if you are >:going to attach an eisa device. It should properly retrieve all of >:that information during the eisa probe. > >I thought ep dirver is a functional and accept same configuration syntax >as same as bt driver on eisa bus subsystem working perfectly even just > write "device bt0"..... If you have eisa0 and only attach to eisa bt devices, device bt0 will work fine. If you don't have eisa0 and you use the ISA declaration, it will be attached via the ISA probe which is more invasive then the EISA equivalent. >By the way, how do I set/know a port value of isa instead of an eisa port >number ? I can't find any isa port selection with 3c579 window on eisa >configuration utiliy... You see, the bt cards on EISA are slightly brain-dead. They use an ISA port address when an EISA port address would have worked fine. The 3c579 doesn't have this problem, so the port address is dictated by the EISA slot you stick it into. If you stick the card in slot 5, the address will be 0x5000 - 0x5??? (I don't recall how big the window is for the 3c579 off hand >:-- >:Justin T. Gibbs >:=========================================== >: FreeBSD: Turning PCs into workstations >:=========================================== > >Thanks a lot! > >Atsushi. > >-- >Atsushi Murai E-Mail: amurai@spec.co.j >p >SPEC Voice : +81-3-3833-5341 >System Planning and Engineering Corp. -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations ===========================================