Date: Wed, 17 Apr 1996 11:27:08 -0500 From: rick gray <rickg@nwpros.com> To: questions@freebsd.org Subject: Kernel Configurations... Message-ID: <31751BDC.5870@nwpros.com>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------5FCE102E168F
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
I am having problems with my kernel when I get to the Make command. The
errors I receive are "garbage: not found" where garbage is just
that...garbage, "bin/echo: 24: Syntax error: "(" unexpected", "Error
code 2" and "Error code 1".
I am changing the configuration of my Boca Board to activate all 16
Ports and that is the only change I have made to the original Kernel.
Any help you can give me would be appreciated. Just FYI-- Gary Clark
originally set the kernel up and I am just adding to this. I have
attached my config file for your convenience. If need be I can rerun the
Make command and send you the errors it gives me.
Thanks,
Rick Gray
Network Pros, Inc.
--------------5FCE102E168F
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="Np_serv1"
#
# 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"
cpu "I586_CPU"
ident "NP_SERV1"
maxusers 20
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3
options UCONSOLE #Allow users to grab the console
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 wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
disk wd0 at wdc0 drive 0
disk wd1 at wdc0 drive 1
# 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 npx0 at isa? port "IO_NPX" irq 13 vector npxintr
options "COM_MULTIPORT"
device sio0 at isa? port 0x2a0 tty flags 0x385
device sio1 at isa? port 0x2a8 tty flags 0x385
device sio2 at isa? port 0x2b0 tty flags 0x385
device sio3 at isa? port 0x2b8 tty flags 0x385 irq 10 vector siointr
device sio4 at isa? port 0x100 tty flags 0x1705
device sio5 at isa? port 0x108 tty flags 0x1705
device sio6 at isa? port 0x110 tty flags 0x1705
device sio7 at isa? port 0x118 tty flags 0x1705
device sio8 at isa? port 0x120 tty flags 0x1705
device sio9 at isa? port 0x128 tty flags 0x1705
device sio10 at isa? port 0x130 tty flags 0x1705
device sio11 at isa? port 0x138 tty flags 0x1705
device sio12 at isa? port 0x140 tty flags 0x1705
device sio13 at isa? port 0x148 tty flags 0x1705
device sio14 at isa? port 0x150 tty flags 0x1705
device sio15 at isa? port 0x158 tty flags 0x1705
device sio16 at isa? port 0x160 tty flags 0x1705
device sio17 at isa? port 0x168 tty flags 0x1705
device sio18 at isa? port 0x170 tty flags 0x1705
device sio19 at isa? port 0x178 tty flags 0x1705 irq 15 vector siointr
# 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 ed1 at isa? port 0x300 net irq 9 iomem 0xd8000 vector edintr
pseudo-device loop
pseudo-device ether
pseudo-device log
# ijppp uses tun instead of ppp device
pseudo-device ppp 16
pseudo-device pty 32
pseudo-device gzip # Exec gzipped a.out's
--------------5FCE102E168F--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?31751BDC.5870>
