From owner-freebsd-questions Wed Jun 17 20:34:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06498 for freebsd-questions-outgoing; Wed, 17 Jun 1998 20:34:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailbox.lucratec.com ([209.150.195.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA06451 for ; Wed, 17 Jun 1998 20:33:54 -0700 (PDT) (envelope-from josh@lucratec.com) Received: from lucratec.com (s1-67.xtlab.com [207.225.145.72]) by mailbox.lucratec.com (8.8.8/8.8.8) with ESMTP id WAA02565 for ; Wed, 18 Jun 1997 22:36:09 GMT (envelope-from josh@lucratec.com) Message-ID: <35888AD8.571030FC@lucratec.com> Date: Wed, 17 Jun 1998 22:34:48 -0500 From: josh X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: kernel configuration Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I run make all on in my ../../compile/kernelname directory, I get this message loading kernel cd.o: Undefined symbol `_scsi_device_register' referenced from text segment cd.o: Undefined symbol `_scsi_open' referenced from text segment Here is my kernel config file machine "i386" cpu "I686_CPU" ident GENERIC maxusers 145 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor config kernel root on wd0 controller isa0 controller eisa0 controller pci0 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 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device wcd0 #IDE CD-ROM device wfd0 #IDE floppy (LS-120) controller ahc0 controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr device sd0 device cd0 #Only need one of these, the code dynamically grows # syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # Mandatory, don't remove device npx0 at isa? port "IO_NPX" flags 0x1 irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device fxp0 device vx0 pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 1 pseudo-device ppp 1 pseudo-device vn 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's pseudo-device ccd 4 # 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 # This provides support for System V shared memory. # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message