Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 2000 14:36:32 -0500 (EST)
From:      "Matthew N. Dodd" <winter@jurai.net>
To:        Oliver Schonefeld <oschonef@TechFak.Uni-Bielefeld.DE>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Compaq SMART EISA and ida driver -> kernel panic
Message-ID:  <Pine.BSF.4.21.0003141434590.28645-200000@sasami.jurai.net>
In-Reply-To: <20000314193728.A28530@frizzantino.TechFak.Uni-Bielefeld.DE>

next in thread | previous in thread | raw e-mail | index | archive | help
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.
  Send mail to mime@docserver.cac.washington.edu for more info.

--0-1511038892-953062592=:28645
Content-Type: TEXT/PLAIN; charset=US-ASCII

On Tue, 14 Mar 2000, Oliver Schonefeld wrote:
> there we go:
> qcb = 0xc0ca7000
> completed = 0xffffffff (so propably not initalized?!)
> qcb_done = 0x0

Doh!  Looks like Jonathan didn't merge the latest ida_eisa.c that I'd
worked on when he fixed the driver to support multiple access methods and
added EISA support.

Try this patch:

Index: ida_eisa.c
===================================================================
RCS file: /cvs/src/sys/dev/ida/ida_eisa.c,v
retrieving revision 1.1
diff -u -r1.1 ida_eisa.c
--- ida_eisa.c	2000/03/08 16:16:31	1.1
+++ ida_eisa.c	2000/03/14 19:34:23
@@ -247,6 +247,7 @@
 		return (ENXIO);
 	}
 
+	eisa_add_iospace(dev, io_base, 0x100, RESVADDR_NONE);
 	eisa_add_iospace(dev, (io_base + IDA_EISA_IOPORT_START),
 			 IDA_EISA_IOPORT_LEN, RESVADDR_NONE);
 

-- 
| Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
| winter@jurai.net |       2 x '84 Volvo 245DL        | ix86,sparc,pmax |
| http://www.jurai.net/~winter | This Space For Rent  | ISO8802.5 4ever |

--0-1511038892-953062592=:28645
Content-Type: TEXT/PLAIN; charset=US-ASCII; name="ida_eisa.patch"
Content-Transfer-Encoding: BASE64
Content-ID: <Pine.BSF.4.21.0003141436320.28645@sasami.jurai.net>
Content-Description: 
Content-Disposition: attachment; filename="ida_eisa.patch"

SW5kZXg6IGlkYV9laXNhLmMNCj09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0NClJD
UyBmaWxlOiAvY3ZzL3NyYy9zeXMvZGV2L2lkYS9pZGFfZWlzYS5jLHYNCnJl
dHJpZXZpbmcgcmV2aXNpb24gMS4xDQpkaWZmIC11IC1yMS4xIGlkYV9laXNh
LmMNCi0tLSBpZGFfZWlzYS5jCTIwMDAvMDMvMDggMTY6MTY6MzEJMS4xDQor
KysgaWRhX2Vpc2EuYwkyMDAwLzAzLzE0IDE5OjM0OjIzDQpAQCAtMjQ3LDYg
KzI0Nyw3IEBADQogCQlyZXR1cm4gKEVOWElPKTsNCiAJfQ0KIA0KKwllaXNh
X2FkZF9pb3NwYWNlKGRldiwgaW9fYmFzZSwgMHgxMDAsIFJFU1ZBRERSX05P
TkUpOw0KIAllaXNhX2FkZF9pb3NwYWNlKGRldiwgKGlvX2Jhc2UgKyBJREFf
RUlTQV9JT1BPUlRfU1RBUlQpLA0KIAkJCSBJREFfRUlTQV9JT1BPUlRfTEVO
LCBSRVNWQUREUl9OT05FKTsNCiANCg==
--0-1511038892-953062592=:28645--


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?Pine.BSF.4.21.0003141434590.28645-200000>