Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!rill.news.pipex.net!pipex!warm.news.pipex.net!pipex!tank.news.pipex.net!pipex!news.pir.net!not-for-mail From: 2010$fribble@pir.net (Peter Radcliffe) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: BusLogic BT-946C with FreeBSD 2.2.1 Date: 20 Apr 1997 17:42:03 GMT Organization: involved in moving 4000 miles: lots. Lines: 32 Distribution: world Message-ID: <5jdkhb$62m$1@moek.pir.net> References: <5jdfsk$bm5@tron.sci.fi> NNTP-Posting-Host: localhost.pir.net X-no-archive: yes X-Comment: Boycott Internet Spam! See http://www.vix.com/spam/ X-Newsreader: Nope, its ASCII based. Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:39399 Joonas Malminen <joonas@sci.fi> probably said: >Does anybody know what does few boot messages means? >bt: unit number (1) too high >bt1: not found at 0x330 It means your kernel has found the same bt0 device twice, once in isa compatability mode and once on pci. Theres only one actual card, so "unit number (1) too high" ... >I also heard that, after installing freebsd, i should compile my kernel >with pci version of the buslogic driver. But i didnt found any buslogic >pci drivers, only that for isa. Also my scsi-subsystem seems to be slower >than in a.e. linux. Yes, this is what you must do. Its slower because you are using your card in isa compatability mode, not full speed pci. In your kernel config file (there is information about configuring and rebuilding your kernel in the FAQ) the line for bt0, change where it says 'isa' to 'pci' and rebuild it .... Its _much_ faster after you do. From 2.2.1 GENERIC kernel we have: controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr You want: controller bt0 at pci? port "IO_BT0" bio irq ? vector bt_isa_intr Peter. -- pir pir@darkwave.org.uk pir@pir.net pir@shore.net