Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Feb 1999 10:57:03 +0100
From:      Bernd =?iso-8859-1?Q?K=F6cke?= <bk@schiele-ct.de>
To:        freebsd-isdn@FreeBSD.ORG
Subject:   Problem with ELSA Quickstep 3000
Message-ID:  <36BAC06F.D6A7644A@schiele-ct.de>

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

I've got a little problem with my ELSA Quickstep 3000. My system runs
with FreeBSD 3.0-Release and i4b 0.7-beta. The Quickstepo 3000 is an
ISA-PnP-Card with Modem Chipset. I read that there exists a driver for
Linux and that it is the same as for the Quickstep 1000. So I started to
compile a new kernel with the Quickstep 1000-Driver from the
i4b-Package. But when I entered 'make', I got the following
errormessage:

../../i4b/layer1/i4b_elsa_qs1i.c: In function 'isic_probe_Eqs1pi':
../../i4b/layer1/i4b_elsa_qs1i.c:404: structure has no member named
'sc_clearirq'

The problem may be due to the fact that I have a Qickstep 3000 and not a
1000, but I think the kernel should compile and may show an
error-message when I reboot the system. But I'm not very familar with
FreeBSD. I started to work with UNIX and the first thing I need was to
establish a network connection via ISDN.

If anybody could tell me what I am doing wrong, I would be very
grateful. 
Below I attached my kernel-config.

Thanks,
Bernd Koecke
-- Bernd Koecke, eMail: bk@schiele-ct.de

#
# UNICORN -- Machine with AHx family disk
#
# For more information read the handbook part System Administration -> 
# Configuring the FreeBSD Kernel -> The Configuration File. 
# The handbook is available in /usr/share/doc/handbook or online as
# latest version from the FreeBSD World Wide Web server 
# <URL:http://www.FreeBSD.ORG/>;
#
# An exhaustive list of options and more detailed explanations of the 
# device lines is present in the ./LINT configuration file. If you are 
# in doubt as to the purpose or necessity of a line, check first in
LINT.
#

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


options		"CPU_FASTER_5X86_FPU"

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		FFS_ROOT		#FFS usable as root device [keep this!]
options		MFS			#Memory Filesystem
options		MFS_ROOT		#MFS usable as root device, "MFS" req'ed
options		NFS			#Network Filesystem
options		NFS_ROOT		#NFS usable as root device, "NFS" req'ed
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		"CD9660_ROOT"		#CD-ROM usable as root. "CD9660" req'ed
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
options		SCSI_DELAY=15000	#Be pessimistic about Joe SCSI device
options		UCONSOLE		#Allow users to grab the console
options		FAILSAFE		#Be conservative
options		USERCONFIG		#boot -c editor
options		VISUAL_USERCONFIG	#visual boot -c editor
options		"MD5"

# config		kernel	root on wd0
config		kernel	root on da0

controller	isa0
controller	pci0
controller	pnp0

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

options		"CMD640"	# work around CMD640 chip deficiency

controller	ahc0
controller	scbus0
device		da0
device		sa0
device		pass0
device		cd0	#Only need one of these, the code dynamically grows

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" conflicts tty irq 1 vector scintr
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device		vt0	at isa? port "IO_KBD" conflicts tty irq 1 vector pcrint
#options		XSERVER			# support for X server
#options		FAT_CURSOR		# start with block cursor
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT
lines
#options		PCVT_SCANSET=2		# IBM keyboards are non-std

device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

# ISDN
options	"ELSA_QS1ISA"
device	isic0 at isa? port ? net irq ? vector isicintr

# ISDN Protocol Stack
pseudo-device	"i4bq921"
pseudo-device	"i4bq931"
pseudo-device	"i4b"
pseudo-device	"i4btrc"	4
pseudo-device	"i4bctl"
pseudo-device	"i4brbch"	4
pseudo-device	"i4btel"	2
pseudo-device	"i4bipr"	4
options		IPR_VJ
pseudo-device	"i4bisppp"	4
pseudo-device	sppp		4
# ISDN End

device		sio0	at isa? port "IO_COM1" flags 0x10 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

pseudo-device	loop
pseudo-device	ether
pseudo-device	sl	1
pseudo-device	ppp	1
pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's

# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
# the costs of each syscall.
options		KTRACE		#kernel tracing

# This provides support for System V shared memory.
#
options		SYSVSHM

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message



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