Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Dec 1999 11:01:10 -0600
From:      "Tony Johnson" <gjohnson@showmaster.com>
To:        "'Sheldon Hearn'" <sheldonh@uunet.co.za>
Cc:        "'Freebsd-Questions (E-mail)'" <freebsd-questions@FreeBSD.ORG>
Subject:   RE: sc0 driver 
Message-ID:  <002501bf3c1d$aacbbbe0$7153cccf@showmaster.com>
In-Reply-To: <58818.944066010@axl.noc.iafrica.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is just on a test box but here's the config...

su-2.03# cat MAIL
machine         "i386"
cpu             "I586_CPU"
ident           MAIL
maxusers        32
options         "VM86"
options         "MAXDSIZ=(256*1024*1024)"
options         "DFLDSIZ=(256*1024*1024)"
options         PQ_LARGECACHE
options         MATH_EMULATE            #Support for x87 emulation
options         INET                    #InterNETworking
options         FFS                     #Berkeley Fast Filesystem
options         MFS                     #Memory Filesystem
options         NFS                     #Network Filesystem
options         MSDOSFS                 #MSDOS Filesystem
options         "CD9660"                #ISO 9660 Filesystem
options         "MD5"
options         PROCFS                  #Process filesystem
options         "COMPAT_43"             #Compatible with BSD 4.3 [KEEP
THIS!]
options         SCSI_DELAY=15000        #Be pessimistic about Joe SCSI
device
options         UCONSOLE                #Allow users to grab the console
options         USERCONFIG              #boot -c editor
options         VISUAL_USERCONFIG       #visual boot -c editor
options         KTRACE                  #ktrace(1) syscall trace support
options         SYSVSHM                 #SYSV-style shared memory
options         SYSVMSG                 #SYSV-style message queues
options         SYSVSEM                 #SYSV-style semaphores
options         NO_LKM
options         TCP_RESTRICT_RST
options         "ICMP_BANDLIM"
options         SUIDDIR
config          kernel  root on da0 dumps on da0
controller      isa0
controller      pci0
controller      fdc0    at isa? port "IO_FD1" bio irq 6 drq 2
device          fd0     at fdc0 drive 0
controller      ahc0            # AHA2940 and onboard AIC7xxx devices
controller      scbus0          # SCSI bus (required)
controller      dpt0
options         DPT_RESTRICTED_FREELIST
options         DPT_FREELIST_IS_STACK
options         DPT_LOST_IRQ
device          da0             # Direct Access (disks)
device          da1             # Direct Access (disks)
device          pass0           # Passthrough device (direct SCSI)
controller      atkbdc0 at isa? port IO_KBD tty
device          atkbd0  at isa? tty irq 1
device          sc0     at isa? tty
options         MAXCONS=16              # number of virtual consoles
options         "STD8X16FONT"           # Compile font in
makeoptions     "STD8X16FONT"="cp850"
options         SC_HISTORY_SIZE=200     # number of history buffer lines
options         SC_DISABLE_REBOOT       # disable reboot key sequence
device          npx0    at isa? port IO_NPX irq 13
device          sio0    at isa? port "IO_COM1" flags 0x10 tty irq 4
device          sio1    at isa? port "IO_COM2" tty irq 3
device          ppc0    at isa? port? flags 0x40 net irq 7
controller      ppbus0                  # Parallel port bus (required)
device          lpt0    at ppbus?       # Printer
device          plip0   at ppbus?       # TCP/IP over parallel
device          ppi0    at ppbus?       # Parallel port interface device
device          fxp0            # Intel EtherExpress PRO/100B (82557, 82558)
pseudo-device   loop            # Network loopback
pseudo-device   ether           # Ethernet support
pseudo-device   sl      1       # Kernel SLIP
pseudo-device   ppp     1       # Kernel PPP
pseudo-device   tun     1       # Packet tunnel
pseudo-device   pty     16      # Pseudo-ttys (telnet etc)
pseudo-device   gzip            # Exec gzipped a.out's



-----Original Message-----
From: owner-freebsd-questions@FreeBSD.ORG
[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Sheldon Hearn
Sent: Wednesday, December 01, 1999 10:34 AM
To: Tony Johnson
Cc: Freebsd-Questions (E-mail)
Subject: Re: sc0 driver




On Wed, 01 Dec 1999 10:10:27 CST, "Tony Johnson" wrote:

> loading kernel
> syscons.o: In function `scvidprobe':
> syscons.o(.text+0x225): undefined reference to `vid_configure'
> syscons.o(.text+0x242): undefined reference to `vid_allocate'
> syscons.o(.text+0x25f): undefined reference to `vid_get_adapter'
> syscons.o: In function `exchange_scr':

[...]

> Any Ideas?

Yes, show us your kernel config. :-)

Also, you may want to make sure that you do a ``config -r'' instead of a
normal ``config'' when you create your build directory.

Ciao,
Sheldon.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002501bf3c1d$aacbbbe0$7153cccf>