Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 1998 15:50:03 -0800 (PST)
From:      Stefan Esser <se@FreeBSD.ORG>
To:        freebsd-bugs
Subject:   Re: kern/6046: New EISA probe/attach code for si driver
Message-ID:  <199803192350.PAA02367@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/6046; it has been noted by GNATS.

From: Stefan Esser <se@FreeBSD.ORG>
To: nsayer@quack.kfu.com, FreeBSD-gnats-submit@freebsd.org
Cc: Stefan Esser <se@freebsd.org>
Subject: Re: kern/6046: New EISA probe/attach code for si driver
Date: Thu, 19 Mar 1998 00:02:05 +0100

 On 1998-03-17 16:30 -0800, nsayer@quack.kfu.com wrote:
 > I seriously doubt that PCI and EISA cards could coexist correctly in a
 > machine with this driver. I believe they would have a propensity to
 > squish each other's unit numbers. Anyone contemplating mixing PCI
 > and EISA cards is likely to be seriously deranged.
 
 > +static u_long si_eisa_count;
 > +
 > +static struct eisa_driver si_eisa_driver = {
 > +	"si",
 > +	si_eisa_probe,
 > +	si_eisa_attach,
 > +	NULL,
 > +	&si_eisa_unit,
 > +};
 
 If you want both PCI and EISA to work, then just change 
 "si_eisa_count" into "si_count" and make both "struct
 eisa_driver" and "struct pci_device" reference its address.
 
 Regards, STefan

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



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