Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Nov 1999 12:11:45 +0700
From:      Alexei Sokolski <aleks@post.krascience.rssi.ru>
To:        <freebsd-questions@FreeBSD.org>
Subject:   errors with compile 3.3-RELEASE kernel for Alpha...Help please
Message-ID:  <17508.991104@cc.krascience.rssi.ru>

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

[-- Attachment #1 --]
Hello all,
We have computer:
motherboard AXPpci33, processor DECchip-21066-AA, memory 96M,
one internal Fast SCSI-2 controller NCR 53C810, SCSI hard disk and cdron, 
in future Sigma multiport board...

I am compile new kernel for 3.3-RELEASE FreeBSD and have some problems:
1) /usr/sbin/config unknow options:   BOUNCE_BUFFERS, USERCONFIG, "MAXMEM=(96*1024)"
   for "pseudo-device log" he said: " warning: device "log" is unknow"

   Can I enable these options and this pseudo-device?

2) I am disable this options => config OK=> run "make depend"
   If I have options IPFILTER, IPFILTER_LOG or pseudo-device sppp, it is said
../../net/if_spppsubr.c:43 machine/random.h: No such file or directory
../../net/if_spppsubr.c:60      -//-//-
../../net/ip_log.c:79           -//-//-

   What I must doing for use ipfilter package and sppp for Cronyx/Sigma multiport board?

3) I am disable these too.=> config OK, make depend OK

    run "make" => all compile OK, OS said: "loading kernel"=> have
    if_ed_p.0: In function `ed_pci_attach':
    if_ed_p.c(text+0x80): undefined reference to `ed_attach_NE2000_pci'
    if_ed_p.c(text+0x84): undefined reference to `ed_attach_NE2000_pci'
    if_ed_p.c(text+0x9c): undefined reference to `ed_attach_NE2000_pci'
    dec_axppci_33.o: In function `dec_axppci33_init':
    dec_axppci_33.c: (.text+0xa0): undefined reference to `lca_init'
    dec_axppci_33.c: (.text+0xa4): undefined reference to `lca_init'
    dec_axppci_33.o: In function `dec_axppci33_cons_init':
    dec_axppci_33.c: (.text+0xa0): undefined reference to `lca_init'
    dec_axppci_33.c: (.text+0xa0): undefined reference to `lca_init'

What wrong? We need this computer under FreeBSD...

Configuration of kernel in attached file.

Thank you very much for help.

P.S. Processor DECchip-21066-AA is "EV4" or "EV5" cpu?
Where I can see information about them?

-----------
Best regards,                           Sokolski Alexei
engineer of technical laboratory
ICM SB RAS
[-- Attachment #2 --]
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# 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		"alpha"
cpu		"EV4"
cpu		"EV5"
ident		ICMSBRAS
maxusers	32

config kernel root on da0

options "COMPAT_43"
#options BOUNCE_BUFFERS   # config unaware of these 

# Filesystem Options
options FFS
options FFS_ROOT
options "CD9660"
options PROCFS
options MFS

# Basic Controllers and Devices
controller isa0
controller pci0
controller fdc0
controller wdc0

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

# SCSI Device Support
controller ncr0
options SCSI_DELAY=5000
controller scbus0

device da0
device cd0

# Console, Bus Mouse, Keyboard, and X Server Support
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
controller atkbdc0 at isa? port IO_KBD tty
options "KBDIO_DEBUG=9"

device atkbd0 at atkbdc? irq 1
device psm0 at atkbdc? irq 12

# Serial and Parallel Ports
device sio0 at isa? port "IO_COM1" flags 0x20000 irq 4
device sio1 at isa? port "IO_COM2" flags 0x20000 irq 3 

# Networking
options INET
options MROUTING
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPDIVERT
#options IPFILTER
#options IPFILTER_LOG
options TCPDEBUG



device de0
device de1
device ed0 at isa? port 0x300 irq 10 

pseudo-device loop
pseudo-device ether
pseudo-device sl 2
pseudo-device ppp 4
pseudo-device tun 2
pseudo-device bpfilter 24

# Pseudo-devices
pseudo-device gzip
pseudo-device log # config said "Warning: pseudo-device "log" is unknow"    
pseudo-device pty 16
pseudo-device snp 24 # for watch(8)
pseudo-device vn # for file as swap device
pseudo-device ccd 4 # for ccd(4) and ccdconfig(8) => large meta-disk from some partition

# Platforms supported
options		"DEC_AXPPCI_33"		# UDB, Multia, AXPpci33, Noname

options		UCONSOLE		#Allow users to grab the console
options		FAILSAFE		#Be conservative


# real time clock
device		mcclock0 at isa0 port 0x70

device		vga0	at isa? port ? conflicts

# 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

# MY OPTIONS
#options USERCONFIG  # config unaware of these 
#pseudo-device sppp
options PPP_BSDCOMP
options PPP_DEFLATE
options PPP_FILTER
options "ICMP_BANDLIM"

#options "MAXMEM=(96*1024)" # config unaware of these
options MAXCONS=4
options SC_HISTORY_SIZE=400






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