Date: Wed, 28 Jul 1999 19:32:02 +0200 (SAT) From: John Hay <jhay@mikom.csir.co.za> To: current@freebsd.org Subject: a little newbus problem Message-ID: <199907281732.TAA48306@zibbi.mikom.csir.co.za>
next in thread | raw e-mail | index | archive | help
Hi, I have been trying to get my ar(4) and sr(4) drivers going again on -current, but it seems that the newbus code doesn't like my little trick that worked for so long. :-( Basically the drivers are called ar0 in the kernel config file, but in the isa_driver struct I call them arc and not ar, because the chip that is used actually have 2 ports and I register them seperately as ar0 and ar1 during the attach phase. From what I can see now, it looks like the newbus code doesn't even call the arprobe routine. I have even added a printf right in the start of it, but it never prints anything. Just as a test I changed my kernel config file and files.i386 from ar to arc and then it works. So what should I do? Can the newbus code be fixed to work in this case too or should I newbusify the drivers and will that help? Won't that create a clash because of the isa compatabilty shim? John -- John Hay -- John.Hay@mikom.csir.co.za 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?199907281732.TAA48306>