Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 1996 23:17:25 +0900 (JST)
From:      Naoki Hamada <nao@sbl.cl.nec.co.jp>
To:        amurai@spec.co.jp
Cc:        joerg_wunsch@uriah.heep.sax.de, j@uriah.heep.sax.de, freebsd-current@FreeBSD.org
Subject:   Re: Ethernet 3c579(EISA) is functional?
Message-ID:  <199607021417.XAA03796@sirius.sbl.cl.nec.co.jp>
In-Reply-To: Atsushi Murai's message of "Tue, 2 Jul 1996 17:56:03 %2B0900 (JST)" <199607020856.RAA07074@tama.spec.co.jp>
References:  <199607020856.RAA07074@tama.spec.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
Atsushi writes:
>You mean some IRQ doesn't work except you found ? 

Ya. Only IRQ 10 was good. Others are not functional under both FreeBSD 
and DOS7.0 with PD.

>I just attempt IRQ
>number is 2(9) and 15 and both is functional Windows95.  Could you
>show me your configuration of 3c579 ?  My current is Jun 23 JST and I
>think there is no difference if_ep.c and 3c5x9.c betweeen Jun 23 and
>yesterday current.

My config file follows.

I set up my 3C579 with AMI ecu. My motherboard is 486EI. I use only
with a BT747 SCSI controller.

-nao

machine		"i386"
cpu		"I386_CPU"
cpu		"I486_CPU"
ident		POOH
maxusers	10

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		UCONSOLE		#Allow users to grab the
console

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

config		kernel	root on wd0 

controller	isa0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector
fdintr
disk		fd0	at fdc0 drive 0

controller	bt0	at isa? port "IO_BT0" bio irq ? vector btintr
controller	scbus0
device		sd0
device		st0
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		lpt0	at isa? port? tty irq 7 vector lptintr

device ep0 at isa? port 0x3000 net irq 3 vector epintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	sl	1
# ijppp uses tun instead of ppp device
#pseudo-device	ppp	1
pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's
pseudo-device	bpfilter	4	#Berkeley packet filter



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