Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 1996 23:46:46 PDT
From:      faried nawaz <nawaz921@cs.uidaho.edu>
To:        current@freebsd.org
Subject:   bt946 problems.
Message-ID:  <20268.838277206@waldrog.cs.uidaho.edu>

next in thread | raw e-mail | index | archive | help
hi,

i've got a

p133, triton 2, one sd0, one cd0, and one bt946c.

i can't seemingly use the bt0 driver with -current (2.1's kernel works ok).
on bootup i find the bt0 card (and assoc. devices) just fine; at the end
of the boot process, it says

bt: unit number (1) too high
bt1 not found at 0x334
npx0 on motherboard
npx0: INT 16 interface

and then hangs.

(note: my bt0 is on 0x334, not 0x330.  if i could just _find_ the dos
 utils to reconfig...)

kernel.GENERIC's dmesg output is:

; dmesg |grep bt0
bt0: Bt946C/ 0-PCI/EISA/VLB(32bit) bus
bt0: reading board settings, dma=5, int=10
bt0: version 4.25J, fast sync, parity, 32 mbxs, 32 ccbs
bt0: targ 0 sync rate=10.00MB/s(100ns), offset=15
bt0: targ 1 sync rate= 5.00MB/s(200ns), offset=15
bt0: Using Strict Round robin scheme
bt0 at 0x334 irq 10 drq 5 on isa
bt0 waiting for scsi devices to settle
(bt0:0:0): "HP C3325A 4299" type 0 fixed SCSI 2
sd0(bt0:0:0): Direct-Access 2069MB (4238836 512 byte sectors)
(bt0:1:0): "SONY CD-ROM CDU-76S 1.1c" type 5 removable SCSI 2
cd0(bt0:1:0): CD-ROM
cd0(bt0:1:0): NOT READY asc:3a,0 Medium not present
;


my kernel config is:

#
#	lisp-reader
#

machine		"i386"
cpu		"I586_CPU"
ident		lispreader
maxusers	32

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=15"		#Be pessimistic about Joe SCSI device
options		UCONSOLE		#Allow users to grab the console
options		SYSVSHM
options		SYSVSEM
options		SYSVMSG
options		KTRACE
options		MROUTING
options		SCSI_REPORT_GEOMETRY
options		DUMMY_NOPS
options		PROBE_VERBOSE
options		"I586_FAST_BCOPY"
options		SHOW_BUSYBUFS

config		kernel	root on sd0

controller	isa0
controller	pci0
controller	scbus0
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
controller	bt0	at isa? port 0x334 bio irq ? vector bt_isa_intr
#controller	ahc0
controller	snd0

#device		de0
disk		fd0	at fdc0 drive 0
device		sd0
device		cd0	#Only need one of these, the code dynamically grows
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr
device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
device		ed0	at isa? port 0x280 net irq 7 iomem 0xda000 vector edintr
device		sb0	at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr
device		sbxvi0	at isa? drq 5
device		sbmidi0	at isa?	port 0x330

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's
pseudo-device	vn	2
pseudo-device	speaker


i can leave the machine as-is for the next month or two (i will be out
of town), but i would very much like suggestions i could test out before
i leave tomorrow (~ 9am PST).


thanks,

faried.



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