Date: Thu, 17 Aug 2000 11:13:25 +1000 From: Peter Jeremy <peter.jeremy@alcatel.com.au> To: freebsd-current@FreeBSD.ORG, tanimura@FreeBSD.ORG Subject: Newbusifying ed broke it Message-ID: <00Aug17.111332est.115207@border.alcanet.com.au>
next in thread | raw e-mail | index | archive | help
I have an SMC8016 NIC which should probe as: ed0 at port 0x300-0x31f iomem 0xcc000-0xcffff irq 7 on isa0 ed0: address 00:00:c0:57:99:47, type WD8013EPC (16 bit) After the following commit: >tanimura 2000/08/13 21:31:11 PDT > > Modified files: > sys/dev/ed if_ed.c if_ed_pccard.c if_edvar.h > Log: > Newbusify ed driver. > > Partly submitted by: alex > > Revision Changes Path > 1.186 +459 -316 src/sys/dev/ed/if_ed.c > 1.15 +11 -70 src/sys/dev/ed/if_ed_pccard.c > 1.7 +15 -6 src/sys/dev/ed/if_edvar.h a verbose boot shows: ed0: failed to clear shared memory at cc000 - check configuration ed0 failed to probe at port 0x300-0x31f iomem 0xcc000-0xcffff irq 7 on isa0 Backing out the above commit fixes the problem. Any suggestions? Peter 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?00Aug17.111332est.115207>