Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 1996 15:28:38 +0200 (MET DST)
From:      Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de>
To:        jkh@time.cdrom.com (Jordan K. Hubbard)
Cc:        kuku@gilberto.physik.rwth-aachen.de, akyol@wireless.Stanford.EDU, freebsd-current@freebsd.org
Subject:   Re: More on RealAudio
Message-ID:  <199608211328.PAA16148@gilberto.physik.rwth-aachen.de>
In-Reply-To: <17320.840631485@time.cdrom.com> from "Jordan K. Hubbard" at "Aug 21, 96 05:44:45 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> > I've put the one I'm using into freefall/incoming - don't know if it's
> > really the latest but it works for me here in 2.2-current.
> 
> Hmmmm.  Are you sure?  These sources are blowing up all over the place
> for me, and a number of referenced header files are not there.  Have
> you tried configuring this for a sound blaster?

No, I'm using it for the GUS. What is blowing up? It may be a problem
with soundcard.h and it's location. This came in with recent changes
in the linux lkm.

It compiles smooth here with the following kernel options:


#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
#	$Id: GENERIC,v 1.46.2.6 1995/10/25 17:29:51 jkh Exp $
#

machine		"i386"
cpu		"I486_CPU"
ident		MONKGUS
maxusers	32

options		MATH_EMULATE		#Support for x87 emulation
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		"SCSI_DELAY=15"		#Be pessimistic about Joe SCSI device
options		BOUNCE_BUFFERS		#include support for DMA bounce buffers
options		UCONSOLE		#Allow users to grab the console
options		MROUTING
options		"COMPAT_LINUX"
options		"USER_LDT"
options         ATAPI   #Enable ATAPI support for IDE bus

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG
options		"GUSMAX"
options		DDB

config		kernel	root on wd0 

controller	isa0
controller	pci0

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

controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
device          wcd0    at wdc0 drive 0
#IDE CD-ROM
disk		wd0	at wdc0 drive 0
#disk		wd1	at wdc0 drive 1


controller ncr0

controller	scbus0

device		sd0

#device		od0

device		st0

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" tty irq 1 vector scintr
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device		vt0	at isa? port "IO_KBD" tty irq 1 vector pcrint
#options		"PCVT_FREEBSD=210"	# pcvt running on FreeBSD 2.1
#options		XSERVER			# include code for XFree86

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


controller	snd0
device gus0 at isa? port 0x220 irq 12 drq 1 flags 0x3 vector gusintr
device		qcam0	at isa? port "IO_LPT1" tty
device		lpt1	at isa? port? tty irq 7 vector lptintr

# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.

device ed0 at isa? port 0x280 net irq  5 iomem 0xd0000 vector edintr
# Teles S0/16	###################################################### IRQ 15 ##
#controller	tel0 at isa? port 0xe80 iomem 0xd8000 net irq 15 vector telintr
#controller      tel0 at isa? port 0xd80 net irq 9 vector telintr
controller	tel0 at isa? port 0xd80 net irq 15 vector telintr

pseudo-device	loop
pseudo-device	vn
pseudo-device	ether
pseudo-device	log
pseudo-device	bpfilter 16
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


# disdn has to be uncommented for Teles 8 and 16 and their lookalikes:
pseudo-device	disdn

pseudo-device	isdn
pseudo-device	ii	4
pseudo-device	ity	4
pseudo-device	itel	2
pseudo-device	ispy	1


> 
> 						Jordan
> 

--Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de



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