Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Feb 2001 17:59:29 +0200 (IST)
From:      Roman Shterenzon <roman@harmonic.co.il>
To:        Carl Makin <carl@xena.ipaustralia.gov.au>
Cc:        stable@FreeBSD.ORG
Subject:   Re: ibcs2 emulation funnies.
Message-ID:  <Pine.LNX.4.10.10102051758390.8611-200000@shark.harmonic.co.il>
In-Reply-To: <Pine.BSF.4.21.0101291626431.77744-100000@newton.aipo.gov.au>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
On Mon, 29 Jan 2001, Carl Makin wrote:

> 
> Afternoon all...
> 
> If you type in "ibcs2" at the shell prompt it loads up both
> 
> ibcs2.ko and
> ibcs2_coff.ko
> 
> however if you specify "ibcs2_enable="YES" then it only loads
> ibcs2.ko.  To get the coff module loaded you have to specify
> "ibcs2_loaders="coff".
> 
> Is ibcs2 of any use without the "coff" loader?  Why isn't it loaded by
> default any more?
> 
> (FYI I've packaged up the ADSM SCO client for running under FreeBSD and
> this was biting me during the install)

If you ask me, then the attached diff should be applied.

--Roman Shterenzon, UNIX System Administrator and Consultant
[ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ]

[-- Attachment #2 --]
--- /etc/rc.i386	Mon Jan 22 18:50:33 2001
+++ rc.i386	Mon Feb  5 17:58:02 2001
@@ -33,6 +33,7 @@
 [Yy][Ee][Ss])
 	echo -n ' ibcs2'
 	kldload ibcs2 > /dev/null 2>&1
+	kldload ibcs2_coff > /dev/null 2>&1
 	case ${ibcs2_loaders} in
 	[Nn][Oo])
 		;;

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