1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
This commit is contained in:
Jordan K. Hubbard 1997-04-28 05:51:57 +00:00
parent 939a4c24e5
commit 4a2d437732
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25238
4 changed files with 20 additions and 20 deletions

View File

@ -1,10 +1,15 @@
#!/bin/sh -
#
# $Id: rc.i386,v 1.21 1997/02/23 09:21:03 peter Exp $
# $Id: rc.i386,v 1.22 1997/04/27 03:59:19 jkh Exp $
# Do i386 specific processing
#
echo -n 'Initial rc.i386 initialization:'
if [ "X$apm_enable" = X"YES" ] ; then
echo -n ' apm'
apmconf -e > /dev/null 2>&1
fi
# Start the SCO binary emulation if requested.
if [ "X${ibcs2_enable}" = X"YES" ]; then
echo -n ' ibcs2'; ibcs2 > /dev/null 2>&1
@ -102,9 +107,9 @@ echo '.'
# interrupts for /dev/random device
if [ "X${rand_irqs}" != X"NO" ] ; then
echo -n 'entropy source: '
rndcontrol ${rand_irqs}
echo -n 'entropy IRQs:'
for irq in ${rand_irqs}; do
echo -n " ${irq}" && rndcontrol -q -s ${irq}
done
echo '.'
fi

View File

@ -1,10 +1,15 @@
#!/bin/sh -
#
# $Id: rc.i386,v 1.21 1997/02/23 09:21:03 peter Exp $
# $Id: rc.i386,v 1.22 1997/04/27 03:59:19 jkh Exp $
# Do i386 specific processing
#
echo -n 'Initial rc.i386 initialization:'
if [ "X$apm_enable" = X"YES" ] ; then
echo -n ' apm'
apmconf -e > /dev/null 2>&1
fi
# Start the SCO binary emulation if requested.
if [ "X${ibcs2_enable}" = X"YES" ]; then
echo -n ' ibcs2'; ibcs2 > /dev/null 2>&1
@ -102,9 +107,9 @@ echo '.'
# interrupts for /dev/random device
if [ "X${rand_irqs}" != X"NO" ] ; then
echo -n 'entropy source: '
rndcontrol ${rand_irqs}
echo -n 'entropy IRQs:'
for irq in ${rand_irqs}; do
echo -n " ${irq}" && rndcontrol -q -s ${irq}
done
echo '.'
fi

View File

@ -4,11 +4,6 @@
# HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
#
if [ "X$apm_enable" = X"YES" ] ; then
echo "Enable APM BIOS."
apmconf -e
fi
if [ "X$pccard_enable" = X"YES" ] ; then
if [ "x$pccard_mem" != "xDEFAULT" ] ; then
pccardc pccardmem $pccard_mem

View File

@ -4,11 +4,6 @@
# HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
#
if [ "X$apm_enable" = X"YES" ] ; then
echo "Enable APM BIOS."
apmconf -e
fi
if [ "X$pccard_enable" = X"YES" ] ; then
if [ "x$pccard_mem" != "xDEFAULT" ] ; then
pccardc pccardmem $pccard_mem