From owner-freebsd-questions Sat Mar 10 13:28:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id C9A5C37B718 for ; Sat, 10 Mar 2001 13:28:25 -0800 (PST) (envelope-from eschmidt@shell-1.enteract.com) Received: from shell-1.enteract.com (root@shell-1.enteract.com [207.229.143.40]) by mail.enteract.com (8.9.3/8.9.3) with ESMTP id PAA05854 for ; Sat, 10 Mar 2001 15:28:25 -0600 (CST) (envelope-from eschmidt@shell-1.enteract.com) Received: (from eschmidt@localhost) by shell-1.enteract.com (8.11.1/8.11.2) id f2ALSOM10416 for freebsd-questions@freebsd.org; Sat, 10 Mar 2001 15:28:24 -0600 (CST) (envelope-from eschmidt) Date: Sat, 10 Mar 2001 15:27:04 -0600 From: Eric Schmidt To: freebsd-questions@freebsd.org Subject: kernel will not build Message-ID: <20010310152704.A9578@enteract.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I am trying to make a customized kernel according to chapter 7 of the FreeBSD handbook, but it keeps failing. Please help. Attached is my customized kernel (ERICBSD), the output from 'time make depend && make && make install' (kern_output), and the output from dmesg (dmesg_output). ---- Eric Schmidt Residential Support Representative eschmidt@enteract.com RCN / 21stCentury / EnterAct --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=kern_output ===> splash/bmp ===> splash/pcx ===> streams ===> svr4 ===> vesa ===> wi 24.916u 11.454s 0:46.08 78.9% 149+587k 300+21io 0pf+0w linking kernel scsi_low.o: In function `scsi_low_cam_rescan_callback': scsi_low.o(.text+0x517): undefined reference to `xpt_free_path' scsi_low.o: In function `scsi_low_rescan_bus': scsi_low.o(.text+0x563): undefined reference to `xpt_periph' scsi_low.o(.text+0x56c): undefined reference to `xpt_create_path' scsi_low.o(.text+0x57f): undefined reference to `xpt_setup_ccb' scsi_low.o(.text+0x59a): undefined reference to `xpt_action' scsi_low.o: In function `scsi_low_attach': scsi_low.o(.text+0x692): undefined reference to `cam_simq_alloc' scsi_low.o(.text+0x6ca): undefined reference to `cam_sim_alloc' scsi_low.o(.text+0x6da): undefined reference to `cam_simq_free' scsi_low.o(.text+0x6ea): undefined reference to `xpt_bus_register' scsi_low.o(.text+0x715): undefined reference to `xpt_create_path' scsi_low.o(.text+0x728): undefined reference to `xpt_bus_deregister' scsi_low.o(.text+0x732): undefined reference to `cam_sim_free' scsi_low.o: In function `scsi_low_dettach': scsi_low.o(.text+0x79f): undefined reference to `xpt_async' scsi_low.o(.text+0x7a7): undefined reference to `xpt_free_path' scsi_low.o(.text+0x7b5): undefined reference to `xpt_bus_deregister' scsi_low.o(.text+0x7bf): undefined reference to `cam_sim_free' scsi_low.o: In function `scsi_low_scsi_action': scsi_low.o(.text+0xac9): undefined reference to `xpt_done' scsi_low.o(.text+0xae6): undefined reference to `xpt_done' scsi_low.o: In function `scsi_low_done': scsi_low.o(.text+0xf7e): undefined reference to `xpt_done' advansys.o: In function `adv_action': advansys.o(.text+0x258): undefined reference to `xpt_freeze_simq' advansys.o(.text+0x542): undefined reference to `xpt_done' advansys.o(.text+0x584): undefined reference to `xpt_done' advansys.o(.text+0x62b): undefined reference to `xpt_done' advansys.o(.text+0x640): undefined reference to `xpt_done' advansys.o: In function `adv_execute_ccb': advansys.o(.text+0x65f): undefined reference to `xpt_path_sim' advansys.o(.text+0x7ff): undefined reference to `xpt_freeze_simq' advansys.o(.text+0x862): undefined reference to `xpt_done' advansys.o: In function `adv_timeout': advansys.o(.text+0x958): undefined reference to `xpt_path_sim' advansys.o(.text+0x966): undefined reference to `xpt_print_path' advansys.o(.text+0x9b2): undefined reference to `xpt_freeze_simq' advansys.o(.text+0x9e4): undefined reference to `xpt_print_path' advansys.o(.text+0xa28): undefined reference to `xpt_print_path' advansys.o: In function `adv_done': advansys.o(.text+0x1338): undefined reference to `xpt_print_path' advansys.o(.text+0x137f): undefined reference to `xpt_freeze_devq' advansys.o(.text+0x13c2): undefined reference to `xpt_done' advansys.o: In function `adv_attach': advansys.o(.text+0x1521): undefined reference to `cam_simq_alloc' advansys.o(.text+0x154e): undefined reference to `cam_sim_alloc' advansys.o(.text+0x156a): undefined reference to `xpt_bus_register' advansys.o(.text+0x1586): undefined reference to `xpt_create_path' advansys.o(.text+0x159c): undefined reference to `xpt_setup_ccb' advansys.o(.text+0x15ba): undefined reference to `xpt_action' advansys.o(.text+0x15cb): undefined reference to `xpt_bus_deregister' advansys.o(.text+0x15d5): undefined reference to `cam_sim_free' advlib.o: In function `advasync': advlib.o(.text+0x39): undefined reference to `scsi_inquiry_match' advlib.o(.text+0x4b): undefined reference to `cam_quirkmatch' advlib.o(.text+0xb8): undefined reference to `xpt_path_target_id' advlib.o(.text+0xd3): undefined reference to `xpt_path_target_id' advlib.o: In function `adv_isr_chip_halted': advlib.o(.text+0xb0b): undefined reference to `xpt_freeze_devq' advlib.o(.text+0xc19): undefined reference to `xpt_freeze_devq' advlib.o: In function `adv_set_syncrate': advlib.o(.text+0xdbb): undefined reference to `xpt_setup_ccb' advlib.o(.text+0xdca): undefined reference to `xpt_async' advlib.o: In function `adv_reset_bus': advlib.o(.text+0x1ed3): undefined reference to `xpt_async' adwcam.o: In function `adwexecuteacb': adwcam.o(.text+0x1c6): undefined reference to `xpt_freeze_devq' adwcam.o(.text+0x24f): undefined reference to `xpt_done' adwcam.o(.text+0x3d3): undefined reference to `xpt_done' adwcam.o: In function `adw_action': adwcam.o(.text+0x5f5): undefined reference to `xpt_freeze_simq' adwcam.o(.text+0x7c1): undefined reference to `xpt_freeze_simq' adwcam.o(.text+0x87a): undefined reference to `xpt_print_path' adwcam.o(.text+0xe45): undefined reference to `xpt_print_path' adwcam.o(.text+0xe74): undefined reference to `xpt_done' adwcam.o(.text+0xf20): undefined reference to `xpt_done' adwcam.o(.text+0xf34): undefined reference to `xpt_done' adwcam.o: In function `adw_attach': adwcam.o(.text+0x16ab): undefined reference to `cam_simq_alloc' adwcam.o(.text+0x16e0): undefined reference to `cam_sim_alloc' adwcam.o(.text+0x16fe): undefined reference to `xpt_bus_register' adwcam.o(.text+0x170f): undefined reference to `cam_sim_free' adwcam.o(.text+0x1731): undefined reference to `xpt_create_path' adwcam.o(.text+0x1747): undefined reference to `xpt_setup_ccb' adwcam.o(.text+0x1765): undefined reference to `xpt_action' adwcam.o: In function `adw_intr': adwcam.o(.text+0x199b): undefined reference to `xpt_freeze_devq' adwcam.o(.text+0x1a12): undefined reference to `xpt_done' adwcam.o: In function `adwprocesserror': adwcam.o(.text+0x1adc): undefined reference to `xpt_print_path' adwcam.o(.text+0x1b6d): undefined reference to `xpt_freeze_devq' adwcam.o(.text+0x1be6): undefined reference to `xpt_done' adwcam.o: In function `adwtimeout': adwcam.o(.text+0x1c0a): undefined reference to `xpt_print_path' adwcam.o(.text+0x1c2e): undefined reference to `xpt_print_path' adwcam.o(.text+0x1c8e): undefined reference to `xpt_print_path' adwcam.o: In function `adw_handle_device_reset': adwcam.o(.text+0x1cc0): undefined reference to `xpt_create_path' adwcam.o(.text+0x1cd4): undefined reference to `xpt_async' adwcam.o(.text+0x1cdc): undefined reference to `xpt_free_path' adwcam.o: In function `adw_handle_bus_reset': adwcam.o(.text+0x1d5c): undefined reference to `xpt_async' adwlib.o: In function `adw_reset_bus': adwlib.o(.text+0xd5): undefined reference to `xpt_print_path' adwlib.o(.text+0x104): undefined reference to `xpt_print_path' aha.o: In function `aha_attach': aha.o(.text+0x726): undefined reference to `cam_simq_alloc' aha.o(.text+0x75c): undefined reference to `cam_sim_alloc' aha.o(.text+0x76c): undefined reference to `cam_simq_free' aha.o(.text+0x77e): undefined reference to `xpt_bus_register' aha.o(.text+0x79a): undefined reference to `xpt_create_path' aha.o(.text+0x7b3): undefined reference to `xpt_bus_deregister' aha.o(.text+0x7bd): undefined reference to `cam_sim_free' aha.o: In function `ahaaction': aha.o(.text+0xb03): undefined reference to `xpt_freeze_simq' aha.o(.text+0xd15): undefined reference to `xpt_freeze_simq' aha.o(.text+0xf6b): undefined reference to `xpt_done' aha.o(.text+0xf7d): undefined reference to `xpt_done' aha.o: In function `ahaexecuteccb': aha.o(.text+0xfdb): undefined reference to `xpt_freeze_devq' aha.o(.text+0x1055): undefined reference to `xpt_done' aha.o(.text+0x11f5): undefined reference to `xpt_done' aha.o(.text+0x1329): undefined reference to `xpt_freeze_simq' aha.o(.text+0x1339): undefined reference to `xpt_done' aha.o: In function `ahadone': aha.o(.text+0x1512): undefined reference to `xpt_create_path' aha.o(.text+0x1526): undefined reference to `xpt_async' aha.o(.text+0x1730): undefined reference to `xpt_freeze_devq' aha.o(.text+0x179f): undefined reference to `xpt_freeze_devq' aha.o(.text+0x1821): undefined reference to `xpt_done' aha.o(.text+0x18a5): undefined reference to `xpt_done' aha.o: In function `ahareset': aha.o(.text+0x19fc): undefined reference to `xpt_async' aha.o: In function `ahafetchtransinfo': aha.o(.text+0x1f83): undefined reference to `scsi_calc_syncparam' aha.o(.text+0x1fa8): undefined reference to `xpt_async' aha.o: In function `ahatimeout': aha.o(.text+0x2011): undefined reference to `xpt_print_path' aha.o(.text+0x2038): undefined reference to `xpt_print_path' aha.o(.text+0x206a): undefined reference to `xpt_freeze_simq' aha.o: In function `aha_detach': aha.o(.text+0x2196): undefined reference to `xpt_async' aha.o(.text+0x219e): undefined reference to `xpt_free_path' aha.o(.text+0x21ac): undefined reference to `xpt_bus_deregister' aha.o(.text+0x21b6): undefined reference to `cam_sim_free' aic.o: In function `aic_action': aic.o(.text+0x101): undefined reference to `xpt_freeze_simq' aic.o(.text+0x38d): undefined reference to `xpt_done' aic.o(.text+0x39d): undefined reference to `xpt_done' aic.o: In function `aic_execute_scb': aic.o(.text+0x3da): undefined reference to `xpt_done' aic.o: In function `aic_reconnect': aic.o(.text+0x713): undefined reference to `xpt_async' aic.o: In function `aic_handle_msgin': aic.o(.text+0xbac): undefined reference to `xpt_setup_ccb' aic.o(.text+0xbba): undefined reference to `xpt_async' aic.o: In function `aic_done': aic.o(.text+0x1153): undefined reference to `xpt_create_path' aic.o(.text+0x1167): undefined reference to `xpt_async' aic.o(.text+0x116f): undefined reference to `xpt_free_path' aic.o(.text+0x12ae): undefined reference to `xpt_done' aic.o: In function `aic_timeout': aic.o(.text+0x12e4): undefined reference to `xpt_print_path' aic.o(.text+0x1350): undefined reference to `xpt_print_path' aic.o(.text+0x1389): undefined reference to `xpt_freeze_simq' aic.o: In function `aic_intr': aic.o(.text+0x15d5): undefined reference to `xpt_async' aic.o: In function `aic_reset': aic.o(.text+0x181c): undefined reference to `xpt_async' aic.o: In function `aic_attach': aic.o(.text+0x1a46): undefined reference to `cam_simq_alloc' aic.o(.text+0x1a7b): undefined reference to `cam_sim_alloc' aic.o(.text+0x1a8b): undefined reference to `cam_simq_free' aic.o(.text+0x1aa2): undefined reference to `xpt_bus_register' aic.o(.text+0x1abe): undefined reference to `xpt_create_path' aic.o(.text+0x1ad1): undefined reference to `xpt_bus_deregister' aic.o(.text+0x1adb): undefined reference to `cam_sim_free' aic.o: In function `aic_detach': aic.o(.text+0x1b76): undefined reference to `xpt_async' aic.o(.text+0x1b7e): undefined reference to `xpt_free_path' aic.o(.text+0x1b8c): undefined reference to `xpt_bus_deregister' aic.o(.text+0x1b96): undefined reference to `cam_sim_free' bt.o: In function `bt_attach': bt.o(.text+0xbb3): undefined reference to `cam_simq_alloc' bt.o(.text+0xbe7): undefined reference to `cam_sim_alloc' bt.o(.text+0xbf7): undefined reference to `cam_simq_free' bt.o(.text+0xc0e): undefined reference to `xpt_bus_register' bt.o(.text+0xc2a): undefined reference to `xpt_create_path' bt.o(.text+0xc3d): undefined reference to `xpt_bus_deregister' bt.o(.text+0xc47): undefined reference to `cam_sim_free' bt.o: In function `btaction': bt.o(.text+0x103a): undefined reference to `xpt_freeze_simq' bt.o(.text+0x12f1): undefined reference to `xpt_freeze_simq' bt.o(.text+0x1472): undefined reference to `xpt_done' bt.o(.text+0x1508): undefined reference to `xpt_done' bt.o(.text+0x1520): undefined reference to `xpt_done' bt.o(.text+0x15ed): undefined reference to `xpt_done' bt.o(.text+0x1600): undefined reference to `xpt_done' bt.o: In function `btexecuteccb': bt.o(.text+0x1653): undefined reference to `xpt_freeze_devq' bt.o(.text+0x16cd): undefined reference to `xpt_done' bt.o(.text+0x1801): undefined reference to `xpt_done' bt.o(.text+0x1941): undefined reference to `xpt_freeze_simq' bt.o(.text+0x1951): undefined reference to `xpt_done' bt.o: In function `btdone': bt.o(.text+0x1afc): undefined reference to `xpt_create_path' bt.o(.text+0x1b10): undefined reference to `xpt_async' bt.o(.text+0x1d57): undefined reference to `xpt_print_path' bt.o(.text+0x1d7d): undefined reference to `xpt_setup_ccb' bt.o(.text+0x1d8b): undefined reference to `xpt_async' bt.o(.text+0x1e29): undefined reference to `xpt_freeze_devq' bt.o(.text+0x1ec0): undefined reference to `xpt_done' bt.o(.text+0x1f62): undefined reference to `xpt_done' bt.o: In function `btreset': bt.o(.text+0x20c4): undefined reference to `xpt_async' bt.o: In function `btfetchtransinfo': bt.o(.text+0x26da): undefined reference to `xpt_setup_ccb' bt.o(.text+0x26ea): undefined reference to `xpt_action' bt.o(.text+0x27be): undefined reference to `scsi_calc_syncparam' bt.o(.text+0x27ee): undefined reference to `xpt_async' bt.o: In function `bttimeout': bt.o(.text+0x2865): undefined reference to `xpt_print_path' bt.o(.text+0x288c): undefined reference to `xpt_print_path' bt.o(.text+0x28be): undefined reference to `xpt_freeze_simq' *** Error code 1 Stop in /usr/src/sys/compile/ERICBSD. eric# --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=ERICBSD # # ERICBSD - My kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.20 2000/10/31 23:16:07 n_hibma Exp $ machine i386 cpu I586_CPU ident ERICBSD maxusers 64 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required #options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices device adv0 at isa? device adw device bt0 at isa? device aha0 at isa? device aic0 at isa? device ncv # NCR 53C500 device nsp # Workbit Ninja SCSI-3 device stg # TMC 18C30/18C50 # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') device fxp # Intel EtherExpress PRO/100B (82557, 82558) device tx # SMC 9432TX (83c170 ``EPIC'') device vx # 3Com 3c590, 3c595 (``Vortex'') device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 device ep # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. #device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. #device an # Xircom Ethernet #device xe # The probe order of these is presently determined by i386/isa/isa_compat.c. #device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 device le0 at isa? port 0x300 irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 irq 10 drq 0 #device cs0 at isa? port 0x300 #device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. 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 # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=dmesg_output Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000 jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: AMD-K6(tm) 3D processor (475.36-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x58c Stepping = 12 Features=0x8021bf AMD Features=0x80000800 real memory = 134201344 (131056K bytes) config> di sn0 config> di lnc0 config> di ie0 config> di fe0 config> di cs0 config> di bt0 config> di aic0 config> di aha0 config> di adv0 config> q avail memory = 126373888 (123412K bytes) Preloaded elf kernel "kernel" at 0xc0436000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc043609c. K6-family MTRR support enabled (2 registers) md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 chip1: at device 3.0 on pci0 isab0: at device 7.0 on pci0 isa0: on isab0 pci0: <3D Labs model 0009 graphics accelerator> at 9.0 irq 9 xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xd800-0xd87f mem 0xdd800000-0xdd80007f irq 11 at device 11.0 on pci0 xl0: Ethernet address: 00:50:04:d1:13:cb miibus0: on xl0 xlphy0: <3c905C 10/100 internal PHY> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto atapci0: port 0xd400-0xd40f irq 0 at device 15.0 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 isa0: too many dependant configs (8) isa0: unexpected small tag 14 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/7 bytes threshold plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ad0: 9671MB [19650/16/63] at ata0-master UDMA33 ad3: 78167MB [158816/16/63] at ata1-slave UDMA33 acd0: CDROM at ata0-slave using PIO4 Mounting root from ufs:/dev/ad0s1a ad0: UDMA ICRC READ ERROR blk# 0 retrying ad0: UDMA ICRC READ ERROR blk# 0 retrying ad0: UDMA ICRC READ ERROR blk# 0 retrying ad0: UDMA ICRC READ ERROR blk# 0 falling back to PIO mode pid 2107 (screen), uid 1001: exited on signal 6 pid 2126 (screen), uid 1001: exited on signal 6 --rwEMma7ioTxnRzrJ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message