mpd4 cann't work after upgrade freebsd os

Pei Pjf peter at topcomtech.com.cn
Fri May 25 13:39:51 UTC 2007


>Hello Pei,
>
>show your kernel configuration and the content of /boot/kernel/ please.
>
>Regards
>Bj?rn

Thank you for quickly reply.

MYKNL content:

#
# GENERIC -- Generic 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/doc/en_US.ISO8859-1/books/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 ../../conf/NOTES and NOTES files.
# If you are in doubt as to the purpose or necessity of a line, check first
# in NOTES.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.13 2006/10/09 18:41:36 simon Exp $

machine		i386
#cpu		I486_CPU
#cpu		I586_CPU
cpu		I686_CPU
ident		GENERIC

# To statically compile in device wiring instead of /boot/device.hints
#hints		"GENERIC.hints"		# Default places to look for devices.

makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols

options 	SCHED_4BSD		# 4BSD scheduler
options 	PREEMPTION		# Enable kernel thread preemption
options 	INET			# InterNETworking
options 	INET6			# IPv6 communications protocols
options 	FFS			# Berkeley Fast Filesystem
options 	SOFTUPDATES		# Enable FFS soft updates support
options 	UFS_ACL			# Support for access control lists
options 	UFS_DIRHASH		# Improve performance on big directories
options 	MD_ROOT			# MD is a potential root device
options 	NFSCLIENT		# Network Filesystem Client
options 	NFSSERVER		# Network Filesystem Server
options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
options 	MSDOSFS			# MSDOS Filesystem
options 	CD9660			# ISO 9660 Filesystem
options 	PROCFS			# Process filesystem (requires PSEUDOFS)
options 	PSEUDOFS		# Pseudo-filesystem framework
options 	GEOM_GPT		# GUID Partition Tables.
options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
options 	KTRACE			# ktrace(1) support
options 	SYSVSHM			# SYSV-style shared memory
options 	SYSVMSG			# SYSV-style message queues
options 	SYSVSEM			# SYSV-style semaphores
options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.
options		NETGRAPH

device		apic			# I/O APIC

# Bus support.
device		eisa
device		pci

# Floppy drives
device		fdc

# ATA and ATAPI devices
device		ata
device		atadisk		# ATA disk drives
#device		ataraid		# ATA RAID drives
device		atapicd		# ATAPI CDROM drives
device		atapifd		# ATAPI floppy drives
#device		atapist		# ATAPI tape drives
options 	ATA_STATIC_ID	# Static device numbering

# SCSI Controllers
#device		ahb		# EISA AHA1742 family
device		ahc		# AHA2940 and onboard AIC7xxx devices
options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~128k to driver.
#device		ahd		# AHA39320/29320 and onboard AIC79xx devices
#options 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~215k to driver.
#device		amd		# AMD 53C974 (Tekram DC-390(T))
#device		isp		# Qlogic family
#device 	ispfw		# Firmware for QLogic HBAs- normally a module
#device		mpt		# LSI-Logic MPT-Fusion
#device		ncr		# NCR/Symbios Logic
#device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
#device		trm		# Tekram DC395U/UW/F DC315U adapters

#device		adv		# Advansys SCSI adapters
#device		adw		# Advansys wide SCSI adapters
#device		aha		# Adaptec 154x SCSI adapters
#device		aic		# Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
#device		bt		# Buslogic/Mylex MultiMaster SCSI adapters

#device		ncv		# NCR 53C500
#device		nsp		# Workbit Ninja SCSI-3
#device		stg		# TMC 18C30/18C50

# SCSI peripherals
device		scbus		# SCSI bus (required for SCSI)
device		ch		# SCSI media changers
device		da		# Direct Access (disks)
device		sa		# Sequential Access (tape etc)
device		cd		# CD
device		pass		# Passthrough device (direct SCSI access)
device		ses		# SCSI Environmental Services (and SAF-TE)

# RAID controllers interfaced to the SCSI subsystem
#device		amr		# AMI MegaRAID
#device		arcmsr		# Areca SATA II RAID
#device		asr		# DPT SmartRAID V, VI and Adaptec SCSI RAID
#device		ciss		# Compaq Smart RAID 5*
#device		dpt		# DPT Smartcache III, IV - See NOTES for options
#device		hptmv		# Highpoint RocketRAID 182x
#device		rr232x		# Highpoint RocketRAID 232x
#device		iir		# Intel Integrated RAID
#device		ips		# IBM (Adaptec) ServeRAID
#device		mly		# Mylex AcceleRAID/eXtremeRAID
#device		twa		# 3ware 9000 series PATA/SATA RAID

# RAID controllers
#device		aac		# Adaptec FSA RAID
#device		aacp		# SCSI passthrough for aac (requires CAM)
#device		ida		# Compaq Smart RAID
#device		mfi		# LSI MegaRAID SAS
#device		mlx		# Mylex DAC960 family
#device		pst		# Promise Supertrak SX6000
#device		twe		# 3ware ATA RAID

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc		# AT keyboard controller
device		atkbd		# AT keyboard
device		psm		# PS/2 mouse

device		kbdmux		# keyboard multiplexer

device		vga		# VGA video card driver

device		splash		# Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device		sc

# Enable this for the pcvt (VT220 compatible) console driver
#device		vt
#options 	XSERVER		# support for X server on a vt console
#options 	FAT_CURSOR	# start with block cursor

device		agp		# support several AGP chipsets

# Power management support (see NOTES for more options)
#device		apm
# Add suspend/resume support for the i8254.
device		pmtimer

# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
#device		cbb		# cardbus (yenta) bridge
#device		pccard		# PC Card (16-bit) bus
#device		cardbus		# CardBus (32-bit) bus

# Serial (COM) ports
device		sio		# 8250, 16[45]50 based serial ports

# Parallel port
device		ppc
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

# If you've got a "dumb" serial or parallel PCI card that is
# supported by the puc(4) glue driver, uncomment the following
# line to enable it (connects to the sio and/or ppc drivers):
#device		puc

# PCI Ethernet NICs.
#device		de		# DEC/Intel DC21x4x (``Tulip'')
#device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
#device		ixgb		# Intel PRO/10GbE Ethernet Card
#device		txp		# 3Com 3cR990 (``Typhoon'')
#device		vx		# 3Com 3c590, 3c595 (``Vortex'')

# 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		bce		# Broadcom BCM5706/BCM5708 Gigabit Ethernet
#device		bfe		# Broadcom BCM440x 10/100 Ethernet
device		bge		# Broadcom BCM570xx Gigabit Ethernet
#device		dc		# DEC/Intel 21143 and various workalikes
#device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
#device		lge		# Level 1 LXT1001 gigabit Ethernet
#device		nge		# NatSemi DP83820 gigabit Ethernet
#device		nve		# nVidia nForce MCP on-board Ethernet Networking
#device		pcn		# AMD Am79C97x PCI 10/100(precedence over 'lnc')
#device		re		# RealTek 8139C+/8169/8169S/8110S
#device		rl		# RealTek 8129/8139
#device		sf		# Adaptec AIC-6915 (``Starfire'')
#device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
#device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
#device		ste		# Sundance ST201 (D-Link DFE-550TX)
#device		stge		# Sundance/Tamarack TC9021 gigabit Ethernet
#device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
#device		tl		# Texas Instruments ThunderLAN
#device		tx		# SMC EtherPower II (83c170 ``EPIC'')
#device		vge		# VIA VT612x gigabit Ethernet
#device		vr		# VIA Rhine, Rhine II
#device		wb		# Winbond W89C840F
#device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')

# ISA Ethernet NICs.  pccard NICs included.
#device		cs		# Crystal Semiconductor CS89x0 NIC
# 'device ed' requires 'device miibus'
#device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
#device		ex		# Intel EtherExpress Pro/10 and Pro/10+
#device		ep		# Etherlink III based cards
#device		fe		# Fujitsu MB8696x based cards
#device		ie		# EtherExpress 8/16, 3C507, StarLAN 10 etc.
#device		lnc		# NE2100, NE32-VL Lance Ethernet cards
#device		sn		# SMC's 9000 series of Ethernet chips
#device		xe		# Xircom pccard Ethernet

# Wireless NIC cards
#device		wlan		# 802.11 support
#device		wlan_wep	# 802.11 WEP support
#device		wlan_ccmp	# 802.11 CCMP support
#device		wlan_tkip	# 802.11 TKIP support
#device		an		# Aironet 4500/4800 802.11 wireless NICs.
#device		ath		# Atheros pci/cardbus NIC's
#device		ath_hal		# Atheros HAL (Hardware Access Layer)
#device		ath_rate_sample	# SampleRate tx rate control for ath
#device		awi		# BayStack 660 and others
#device		ral		# Ralink Technology RT2500 wireless NICs.
#device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
#device		wl		# Older non 802.11 Wavelan wireless NIC.

# Pseudo devices.
device		loop		# Network loopback
device		random		# Entropy device
device		ether		# Ethernet support
device		sl		# Kernel SLIP
device		ppp		# Kernel PPP
device		tun		# Packet tunnel.
device		pty		# Pseudo-ttys (telnet etc)
device		md		# Memory "disks"
device		gif		# IPv6 and IPv4 tunneling
device		faith		# IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device		bpf		# Berkeley packet filter

# USB support
device		uhci		# UHCI PCI->USB interface
device		ohci		# OHCI PCI->USB interface
device		ehci		# EHCI PCI->USB interface (USB 2.0)
device		usb		# USB Bus (required)
#device		udbp		# USB Double Bulk Pipe devices
device		ugen		# Generic
device		uhid		# "Human Interface Devices"
device		ukbd		# Keyboard
#device		ulpt		# Printer
device		umass		# Disks/Mass storage - Requires scbus and da
device		ums		# Mouse
#device		ural		# Ralink Technology RT2500USB wireless NICs
#device		urio		# Diamond Rio 500 MP3 player
#device		uscanner	# Scanners
# USB Ethernet, requires miibus
#device		aue		# ADMtek USB Ethernet
#device		axe		# ASIX Electronics USB Ethernet
#device		cdce		# Generic USB over Ethernet
#device		cue		# CATC USB Ethernet
#device		kue		# Kawasaki LSI USB Ethernet
#device		rue		# RealTek RTL8150 USB Ethernet

# FireWire support
#device		firewire	# FireWire bus code
#device		sbp		# SCSI over FireWire (Requires scbus and da)
#device		fwe		# Ethernet over FireWire (non-standard!)


 /boot/kernel/ content is too long, I use attachment.


 In addition, On freebsd 5.1, mpd3.8 worked well, after upgrade os, mpd3.8
 cann't startup, so I install mpd4.1 from port, can not startup too.

 Any hints? I think it in reference to the upgrade, but I do not know how to do.

 Thanks again. 

 pei
-------------- next part --------------
total 19920
drwxr-xr-x  2 root  wheel  -    9728 May  2 23:13 ./
drwxr-xr-x  6 root  wheel  -     512 May  2 23:13 ../
-r-xr-xr-x  1 root  wheel  -   13163 May  2 23:13 3dfx.ko*
-r-xr-xr-x  1 root  wheel  -    4948 May  2 23:13 3dfx_linux.ko*
-r-xr-xr-x  1 root  wheel  -   55673 May  2 23:13 aac.ko*
-r-xr-xr-x  1 root  wheel  -    4427 May  2 23:13 aac_linux.ko*
-r-xr-xr-x  1 root  wheel  -    3296 May  2 23:13 accf_data.ko*
-r-xr-xr-x  1 root  wheel  -    5868 May  2 23:13 accf_http.ko*
-r-xr-xr-x  1 root  wheel  -  369012 May  2 23:13 acpi.ko*
-r-xr-xr-x  1 root  wheel  -   18136 May  2 23:13 acpi_asus.ko*
-r-xr-xr-x  1 root  wheel  -   12062 May  2 23:13 acpi_fujitsu.ko*
-r-xr-xr-x  1 root  wheel  -   15152 May  2 23:13 acpi_ibm.ko*
-r-xr-xr-x  1 root  wheel  -   10558 May  2 23:13 acpi_panasonic.ko*
-r-xr-xr-x  1 root  wheel  -    6599 May  2 23:13 acpi_sony.ko*
-r-xr-xr-x  1 root  wheel  -   12183 May  2 23:13 acpi_toshiba.ko*
-r-xr-xr-x  1 root  wheel  -   17119 May  2 23:13 acpi_video.ko*
-r-xr-xr-x  1 root  wheel  -   86198 May  2 23:13 agp.ko*
-r-xr-xr-x  1 root  wheel  -   25105 May  2 23:13 aha.ko*
-r-xr-xr-x  1 root  wheel  -   18784 May  2 23:13 ahb.ko*
-r-xr-xr-x  1 root  wheel  -  139328 May  2 23:13 ahc.ko*
-r-xr-xr-x  1 root  wheel  -    7787 May  2 23:13 ahc_eisa.ko*
-r-xr-xr-x  1 root  wheel  -    8541 May  2 23:13 ahc_isa.ko*
-r-xr-xr-x  1 root  wheel  -   35982 May  2 23:13 ahc_pci.ko*
-r-xr-xr-x  1 root  wheel  -  210834 May  2 23:13 ahd.ko*
-r-xr-xr-x  1 root  wheel  -   25621 May  2 23:13 aic.ko*
-r-xr-xr-x  1 root  wheel  -   33262 May  2 23:13 aio.ko*
-r-xr-xr-x  1 root  wheel  -   14327 May  2 23:13 alpm.ko*
-r-xr-xr-x  1 root  wheel  -   23298 May  2 23:13 amd.ko*
-r-xr-xr-x  1 root  wheel  -   13124 May  2 23:13 amdpm.ko*
-r-xr-xr-x  1 root  wheel  -   12012 May  2 23:13 amdsmb.ko*
-r-xr-xr-x  1 root  wheel  -   39716 May  2 23:13 amr.ko*
-r-xr-xr-x  1 root  wheel  -    4393 May  2 23:13 amr_linux.ko*
-r-xr-xr-x  1 root  wheel  -    6362 May  2 23:13 aout.ko*
-r-xr-xr-x  1 root  wheel  -   22507 May  2 23:13 apm.ko*
-r-xr-xr-x  1 root  wheel  -    4233 May  2 23:13 apm_saver.ko*
-r-xr-xr-x  1 root  wheel  -   26455 May  2 23:13 arcmsr.ko*
-r-xr-xr-x  1 root  wheel  -   11978 May  2 23:13 arcnet.ko*
-r-xr-xr-x  1 root  wheel  -   27868 May  2 23:13 asr.ko*
-r-xr-xr-x  1 root  wheel  -   53881 May  2 23:13 ata.ko*
-r-xr-xr-x  1 root  wheel  -    6258 May  2 23:13 atacard.ko*
-r-xr-xr-x  1 root  wheel  -   11447 May  2 23:13 atadisk.ko*
-r-xr-xr-x  1 root  wheel  -    5850 May  2 23:13 ataisa.ko*
-r-xr-xr-x  1 root  wheel  -  121497 May  2 23:13 atapci.ko*
-r-xr-xr-x  1 root  wheel  -   16064 May  2 23:13 atapicam.ko*
-r-xr-xr-x  1 root  wheel  -   27605 May  2 23:13 atapicd.ko*
-r-xr-xr-x  1 root  wheel  -   11483 May  2 23:13 atapifd.ko*
-r-xr-xr-x  1 root  wheel  -   15372 May  2 23:13 atapist.ko*
-r-xr-xr-x  1 root  wheel  -   76854 May  2 23:13 ataraid.ko*
-r-xr-xr-x  1 root  wheel  -  203905 May  2 23:13 ath_hal.ko*
-r-xr-xr-x  1 root  wheel  -   13160 May  2 23:13 ath_rate.ko*
-r-xr-xr-x  1 root  wheel  -   72644 May  2 23:13 bktr.ko*
-r-xr-xr-x  1 root  wheel  -    4558 May  2 23:13 bktr_mem.ko*
-r-xr-xr-x  1 root  wheel  -    3765 May  2 23:13 blank_saver.ko*
-r-xr-xr-x  1 root  wheel  -   25015 May  2 23:13 bridge.ko*
-r-xr-xr-x  1 root  wheel  -  231661 May  2 23:13 cam.ko*
-r-xr-xr-x  1 root  wheel  -   24787 May  2 23:13 cardbus.ko*
-r-xr-xr-x  1 root  wheel  -   44068 May  2 23:13 cbb.ko*
-r-xr-xr-x  1 root  wheel  -   34601 May  2 23:13 cd9660.ko*
-r-xr-xr-x  1 root  wheel  -    4612 May  2 23:13 cd9660_iconv.ko*
-r-xr-xr-x  1 root  wheel  -   40325 May  2 23:13 ciss.ko*
-r-xr-xr-x  1 root  wheel  -   60159 May  2 23:13 coda.ko*
-r-xr-xr-x  1 root  wheel  -   63219 May  2 23:13 coda5.ko*
-r-xr-xr-x  1 root  wheel  -   40898 May  2 23:13 cpufreq.ko*
-r-xr-xr-x  1 root  wheel  -  109159 May  2 23:13 crypto.ko*
-r-xr-xr-x  1 root  wheel  -   12786 May  2 23:13 cryptodev.ko*
-r-xr-xr-x  1 root  wheel  -    9976 May  2 23:13 daemon_saver.ko*
-r-xr-xr-x  1 root  wheel  -   11805 May  2 23:13 dcons.ko*
-r-xr-xr-x  1 root  wheel  -    8235 May  2 23:13 dcons_crom.ko*
-r-xr-xr-x  1 root  wheel  -   31352 May  2 23:13 digi.ko*
-r-xr-xr-x  1 root  wheel  -   17883 May  2 23:13 digi_CX.ko*
-r-xr-xr-x  1 root  wheel  -   69647 May  2 23:13 digi_CX_PCI.ko*
-r-xr-xr-x  1 root  wheel  -   68853 May  2 23:13 digi_EPCX.ko*
-r-xr-xr-x  1 root  wheel  -   70441 May  2 23:13 digi_EPCX_PCI.ko*
-r-xr-xr-x  1 root  wheel  -   11483 May  2 23:13 digi_Xe.ko*
-r-xr-xr-x  1 root  wheel  -   72938 May  2 23:13 digi_Xem.ko*
-r-xr-xr-x  1 root  wheel  -   73691 May  2 23:13 digi_Xr.ko*
-r-xr-xr-x  1 root  wheel  -   21754 May  2 23:13 dpt.ko*
-r-xr-xr-x  1 root  wheel  -    6906 May  2 23:13 dragon_saver.ko*
-r-xr-xr-x  1 root  wheel  -   69540 May  2 23:13 drm.ko*
-r-xr-xr-x  1 root  wheel  -   30219 May  2 23:13 dummynet.ko*
-r-xr-xr-x  1 root  wheel  -    3370 May  2 23:13 elink.ko*
-r-xr-xr-x  1 root  wheel  -    9616 May  2 23:13 exca.ko*
-r-xr-xr-x  1 root  wheel  -   61645 May  2 23:13 ext2fs.ko*
-r-xr-xr-x  1 root  wheel  -    4180 May  2 23:13 fade_saver.ko*
-r-xr-xr-x  1 root  wheel  -   40022 May  2 23:13 fdc.ko*
-r-xr-xr-x  1 root  wheel  -   11551 May  2 23:13 fdescfs.ko*
-r-xr-xr-x  1 root  wheel  -    6793 May  2 23:13 fire_saver.ko*
-r-xr-xr-x  1 root  wheel  -   82029 May  2 23:13 firewire.ko*
-r-xr-xr-x  1 root  wheel  -    7574 May  2 23:13 firmware.ko*
-r-xr-xr-x  2 root  wheel  -   21349 May  2 23:13 g_md.ko*
-r-xr-xr-x  1 root  wheel  -    6225 May  2 23:13 geom_apple.ko*
-r-xr-xr-x  1 root  wheel  -   49891 May  2 23:13 geom_bde.ko*
-r-xr-xr-x  1 root  wheel  -   11592 May  2 23:13 geom_bsd.ko*
-r-xr-xr-x  1 root  wheel  -   11748 May  2 23:13 geom_ccd.ko*
-r-xr-xr-x  1 root  wheel  -   20068 May  2 23:13 geom_concat.ko*
-r-xr-xr-x  1 root  wheel  -   60763 May  2 23:13 geom_eli.ko*
-r-xr-xr-x  1 root  wheel  -    9432 May  2 23:13 geom_fox.ko*
-r-xr-xr-x  1 root  wheel  -   17871 May  2 23:13 geom_gate.ko*
-r-xr-xr-x  1 root  wheel  -    6277 May  2 23:13 geom_gpt.ko*
-r-xr-xr-x  1 root  wheel  -   19230 May  2 23:13 geom_label.ko*
-r-xr-xr-x  1 root  wheel  -   11227 May  2 23:13 geom_mbr.ko*
-r-xr-xr-x  2 root  wheel  -   21349 May  2 23:13 geom_md.ko*
-r-xr-xr-x  1 root  wheel  -   79495 May  2 23:13 geom_mirror.ko*
-r-xr-xr-x  1 root  wheel  -   13304 May  2 23:13 geom_nop.ko*
-r-xr-xr-x  1 root  wheel  -    9793 May  2 23:13 geom_pc98.ko*
-r-xr-xr-x  1 root  wheel  -   85617 May  2 23:13 geom_raid3.ko*
-r-xr-xr-x  1 root  wheel  -   19827 May  2 23:13 geom_shsec.ko*
-r-xr-xr-x  1 root  wheel  -   24734 May  2 23:13 geom_stripe.ko*
-r-xr-xr-x  1 root  wheel  -    8821 May  2 23:13 geom_sunlabel.ko*
-r-xr-xr-x  1 root  wheel  -   11581 May  2 23:13 geom_uzip.ko*
-r-xr-xr-x  1 root  wheel  -   70268 May  2 23:13 geom_vinum.ko*
-r-xr-xr-x  1 root  wheel  -    5051 May  2 23:13 geom_vol_ffs.ko*
-r-xr-xr-x  1 root  wheel  -    5538 May  2 23:13 geom_zero.ko*
-r-xr-xr-x  1 root  wheel  -    3765 May  2 23:13 green_saver.ko*
-r-xr-xr-x  1 root  wheel  -   25780 May  2 23:13 hfa.ko*
-r-xr-xr-x  1 root  wheel  -    6672 May  2 23:13 hfa_pci.ko*
-r-xr-xr-x  1 root  wheel  -   36174 May  2 23:13 hifn.ko*
-r-xr-xr-x  1 root  wheel  -  119214 May  2 23:13 hptmv.ko*
-r-xr-xr-x  1 root  wheel  -   61735 May  2 23:13 hwpmc.ko*
-r-xr-xr-x  1 root  wheel  -   24631 May  2 23:13 i915.ko*
-r-xr-xr-x  1 root  wheel  -   46666 May  2 23:13 ibcs2.ko*
-r-xr-xr-x  1 root  wheel  -    8274 May  2 23:13 ibcs2_coff.ko*
-r-xr-xr-x  1 root  wheel  -   16243 May  2 23:13 ichsmb.ko*
-r-xr-xr-x  1 root  wheel  -    9414 May  2 23:13 ichwd.ko*
-r-xr-xr-x  1 root  wheel  -   17344 May  2 23:13 ida.ko*
-r-xr-xr-x  1 root  wheel  -   38589 May  2 23:13 idt.ko*
-r-xr-xr-x  1 root  wheel  -   48527 May  2 23:13 if_an.ko*
-r-xr-xr-x  1 root  wheel  -   24475 May  2 23:13 if_ar.ko*
-r-xr-xr-x  1 root  wheel  -   18571 May  2 23:13 if_arl.ko*
-r-xr-xr-x  1 root  wheel  -   61651 May  2 23:13 if_ath.ko*
-r-xr-xr-x  1 root  wheel  -   18357 May  2 23:13 if_aue.ko*
-r-xr-xr-x  1 root  wheel  -   31336 May  2 23:13 if_awi.ko*
-r-xr-xr-x  1 root  wheel  -   16561 May  2 23:13 if_axe.ko*
-r-xr-xr-x  1 root  wheel  -  137656 May  2 23:13 if_bce.ko*
-r-xr-xr-x  1 root  wheel  -   24674 May  2 23:13 if_bfe.ko*
-r-xr-xr-x  1 root  wheel  -   47362 May  2 23:13 if_bge.ko*
-r-xr-xr-x  1 root  wheel  -   39523 May  2 23:13 if_bridge.ko*
-r-xr-xr-x  1 root  wheel  -   14309 May  2 23:13 if_cdce.ko*
-r-xr-xr-x  1 root  wheel  -  128761 May  2 23:13 if_ce.ko*
-r-xr-xr-x  1 root  wheel  -   13670 May  2 23:13 if_cm.ko*
-r-xr-xr-x  1 root  wheel  -  207497 May  2 23:13 if_cp.ko*
-r-xr-xr-x  1 root  wheel  -   20272 May  2 23:13 if_cs.ko*
-r-xr-xr-x  1 root  wheel  -  166910 May  2 23:13 if_ct.ko*
-r-xr-xr-x  1 root  wheel  -   14389 May  2 23:13 if_cue.ko*
-r-xr-xr-x  1 root  wheel  -   81317 May  2 23:13 if_cx.ko*
-r-xr-xr-x  1 root  wheel  -   44040 May  2 23:13 if_dc.ko*
-r-xr-xr-x  1 root  wheel  -   51016 May  2 23:13 if_de.ko*
-r-xr-xr-x  1 root  wheel  -    7555 May  2 23:13 if_disc.ko*
-r-xr-xr-x  1 root  wheel  -   50818 May  2 23:13 if_ed.ko*
-r-xr-xr-x  1 root  wheel  -    7645 May  2 23:13 if_ef.ko*
-r-xr-xr-x  1 root  wheel  -   11956 May  2 23:13 if_el.ko*
-r-xr-xr-x  1 root  wheel  -   96506 May  2 23:13 if_em.ko*
-r-xr-xr-x  1 root  wheel  -   46266 May  2 23:13 if_en.ko*
-r-xr-xr-x  1 root  wheel  -   25125 May  2 23:13 if_ep.ko*
-r-xr-xr-x  1 root  wheel  -   21266 May  2 23:13 if_ex.ko*
-r-xr-xr-x  1 root  wheel  -    8649 May  2 23:13 if_faith.ko*
-r-xr-xr-x  1 root  wheel  -   74380 May  2 23:13 if_fatm.ko*
-r-xr-xr-x  1 root  wheel  -   30960 May  2 23:13 if_fe.ko*
-r-xr-xr-x  1 root  wheel  -   14469 May  2 23:13 if_fwe.ko*
-r-xr-xr-x  1 root  wheel  -   24146 May  2 23:13 if_fwip.ko*
-r-xr-xr-x  1 root  wheel  -   37309 May  2 23:13 if_fxp.ko*
-r-xr-xr-x  1 root  wheel  -   20900 May  2 23:13 if_gif.ko*
-r-xr-xr-x  1 root  wheel  -   14552 May  2 23:13 if_gre.ko*
-r-xr-xr-x  1 root  wheel  -   10635 May  2 23:13 if_harp.ko*
-r-xr-xr-x  1 root  wheel  -   58355 May  2 23:13 if_hatm.ko*
-r-xr-xr-x  1 root  wheel  -   26541 May  2 23:13 if_hme.ko*
-r-xr-xr-x  1 root  wheel  -    7887 May  2 23:13 if_ic.ko*
-r-xr-xr-x  1 root  wheel  -   23872 May  2 23:13 if_ie.ko*
-r-xr-xr-x  1 root  wheel  -   35709 May  2 23:13 if_ipw.ko*
-r-xr-xr-x  1 root  wheel  -   54652 May  2 23:13 if_iwi.ko*
-r-xr-xr-x  1 root  wheel  -   42064 May  2 23:13 if_ixgb.ko*
-r-xr-xr-x  1 root  wheel  -   19016 May  2 23:13 if_kue.ko*
-r-xr-xr-x  1 root  wheel  -   23423 May  2 23:13 if_le.ko*
-r-xr-xr-x  1 root  wheel  -   21043 May  2 23:13 if_lge.ko*
-r-xr-xr-x  1 root  wheel  -   23092 May  2 23:13 if_lnc.ko*
-r-xr-xr-x  1 root  wheel  -   23407 May  2 23:13 if_my.ko*
-r-xr-xr-x  1 root  wheel  -   48973 May  2 23:13 if_ndis.ko*
-r-xr-xr-x  1 root  wheel  -   26641 May  2 23:13 if_nge.ko*
-r-xr-xr-x  1 root  wheel  -   62476 May  2 23:13 if_nve.ko*
-r-xr-xr-x  1 root  wheel  -  200985 May  2 23:13 if_oltr.ko*
-r-xr-xr-x  1 root  wheel  -   85685 May  2 23:13 if_patm.ko*
-r-xr-xr-x  1 root  wheel  -   20178 May  2 23:13 if_pcn.ko*
-r-xr-xr-x  1 root  wheel  -   40741 May  2 23:13 if_ppp.ko*
-r-xr-xr-x  1 root  wheel  -   44367 May  2 23:13 if_ral.ko*
-r-xr-xr-x  1 root  wheel  -   37597 May  2 23:13 if_ray.ko*
-r-xr-xr-x  1 root  wheel  -   27893 May  2 23:13 if_re.ko*
-r-xr-xr-x  1 root  wheel  -   24380 May  2 23:13 if_rl.ko*
-r-xr-xr-x  1 root  wheel  -   18733 May  2 23:13 if_rue.ko*
-r-xr-xr-x  1 root  wheel  -   20324 May  2 23:13 if_sbni.ko*
-r-xr-xr-x  1 root  wheel  -   13981 May  2 23:13 if_sbsh.ko*
-r-xr-xr-x  1 root  wheel  -   20955 May  2 23:13 if_sf.ko*
-r-xr-xr-x  1 root  wheel  -   31317 May  2 23:13 if_sis.ko*
-r-xr-xr-x  1 root  wheel  -   45983 May  2 23:13 if_sk.ko*
-r-xr-xr-x  1 root  wheel  -   17275 May  2 23:13 if_sl.ko*
-r-xr-xr-x  1 root  wheel  -   21272 May  2 23:13 if_sn.ko*
-r-xr-xr-x  1 root  wheel  -   27235 May  2 23:13 if_sr.ko*
-r-xr-xr-x  1 root  wheel  -   25304 May  2 23:13 if_ste.ko*
-r-xr-xr-x  1 root  wheel  -   11449 May  2 23:13 if_stf.ko*
-r-xr-xr-x  1 root  wheel  -   33462 May  2 23:13 if_stge.ko*
-r-xr-xr-x  1 root  wheel  -   18014 May  2 23:13 if_tap.ko*
-r-xr-xr-x  1 root  wheel  -  194135 May  2 23:13 if_ti.ko*
-r-xr-xr-x  1 root  wheel  -   25684 May  2 23:13 if_tl.ko*
-r-xr-xr-x  1 root  wheel  -   18504 May  2 23:13 if_tun.ko*
-r-xr-xr-x  1 root  wheel  -   23244 May  2 23:13 if_tx.ko*
-r-xr-xr-x  1 root  wheel  -   85706 May  2 23:13 if_txp.ko*
-r-xr-xr-x  1 root  wheel  -   19725 May  2 23:13 if_udav.ko*
-r-xr-xr-x  1 root  wheel  -   31257 May  2 23:13 if_ural.ko*
-r-xr-xr-x  1 root  wheel  -   27280 May  2 23:13 if_vge.ko*
-r-xr-xr-x  1 root  wheel  -   16348 May  2 23:13 if_vlan.ko*
-r-xr-xr-x  1 root  wheel  -   22730 May  2 23:13 if_vr.ko*
-r-xr-xr-x  1 root  wheel  -   20431 May  2 23:13 if_vx.ko*
-r-xr-xr-x  1 root  wheel  -   24404 May  2 23:13 if_wb.ko*
-r-xr-xr-x  1 root  wheel  -   54009 May  2 23:13 if_wi.ko*
-r-xr-xr-x  1 root  wheel  -   34039 May  2 23:13 if_xe.ko*
-r-xr-xr-x  1 root  wheel  -   40457 May  2 23:13 if_xl.ko*
-r-xr-xr-x  1 root  wheel  -    8662 May  2 23:13 iic.ko*
-r-xr-xr-x  1 root  wheel  -   12711 May  2 23:13 iicbb.ko*
-r-xr-xr-x  1 root  wheel  -   10948 May  2 23:13 iicbus.ko*
-r-xr-xr-x  1 root  wheel  -   11385 May  2 23:13 iicsmb.ko*
-r-xr-xr-x  1 root  wheel  -   27819 May  2 23:13 iir.ko*
-r-xr-xr-x  1 root  wheel  -   13992 May  2 23:13 intpm.ko*
-r-xr-xr-x  1 root  wheel  -    4254 May  2 23:13 io.ko*
-r-xr-xr-x  1 root  wheel  -   16430 May  2 23:13 ip6fw.ko*
-r-xr-xr-x  1 root  wheel  -   34540 May  2 23:13 ip_mroute.ko*
-r-xr-xr-x  1 root  wheel  -   13461 May  2 23:13 ipdivert.ko*
-r-xr-xr-x  1 root  wheel  -   56326 May  2 23:13 ipfw.ko*
-r-xr-xr-x  1 root  wheel  -  179050 May  2 23:13 ipl.ko*
-r-xr-xr-x  1 root  wheel  -   44426 May  2 23:13 ipmi.ko*
-r-xr-xr-x  1 root  wheel  -   33391 May  2 23:13 ips.ko*
-r-xr-xr-x  1 root  wheel  -  105739 May  2 23:13 isp.ko*
-r-xr-xr-x  1 root  wheel  -  599000 May  2 23:13 ispfw.ko*
-r-xr-xr-x  1 root  wheel  -    9670 May  2 23:13 joy.ko*
-r-xr-xr-x  1 root  wheel  -   22968 May  2 23:13 kbdmux.ko*
-r-xr-xr-x  1 root  wheel  - 3882218 May  2 23:01 kernel*
-r-xr-xr-x  1 root  wheel  -   39862 May  2 23:13 libalias.ko*
-r-xr-xr-x  1 root  wheel  -   15851 May  2 23:13 libiconv.ko*
-r-xr-xr-x  1 root  wheel  -    6320 May  2 23:13 libmbpool.ko*
-r-xr-xr-x  1 root  wheel  -    7196 May  2 23:13 libmchain.ko*
-rw-------  1 root  wheel  -   33408 May  2 23:13 linker.hints
-r-xr-xr-x  1 root  wheel  -   25172 May  2 23:13 linprocfs.ko*
-r-xr-xr-x  1 root  wheel  -    8500 May  2 23:13 linsysfs.ko*
-r-xr-xr-x  1 root  wheel  -  112971 May  2 23:13 linux.ko*
-r-xr-xr-x  1 root  wheel  -   14260 May  2 23:13 logo_saver.ko*
-r-xr-xr-x  1 root  wheel  -    8000 May  2 23:13 lpbb.ko*
-r-xr-xr-x  1 root  wheel  -   13276 May  2 23:13 lpt.ko*
-r-xr-xr-x  1 root  wheel  -   34153 May  2 23:13 mac_biba.ko*
-r-xr-xr-x  1 root  wheel  -   16407 May  2 23:13 mac_bsdextended.ko*
-r-xr-xr-x  1 root  wheel  -    9632 May  2 23:13 mac_ifoff.ko*
-r-xr-xr-x  1 root  wheel  -   30976 May  2 23:13 mac_lomac.ko*
-r-xr-xr-x  1 root  wheel  -   28440 May  2 23:13 mac_mls.ko*
-r-xr-xr-x  1 root  wheel  -    4506 May  2 23:13 mac_none.ko*
-r-xr-xr-x  1 root  wheel  -    8913 May  2 23:13 mac_partition.ko*
-r-xr-xr-x  1 root  wheel  -   15039 May  2 23:13 mac_portacl.ko*
-r-xr-xr-x  1 root  wheel  -    9193 May  2 23:13 mac_seeotheruids.ko*
-r-xr-xr-x  1 root  wheel  -   15066 May  2 23:13 mac_stub.ko*
-r-xr-xr-x  1 root  wheel  -   37553 May  2 23:13 mac_test.ko*
-r-xr-xr-x  1 root  wheel  -   63272 May  2 23:13 mach64.ko*
-r-xr-xr-x  1 root  wheel  -   20282 May  2 23:13 mcd.ko*
-r-xr-xr-x  1 root  wheel  -   16407 May  2 23:13 mem.ko*
-r-xr-xr-x  1 root  wheel  -   37325 May  2 23:13 mfi.ko*
-r-xr-xr-x  1 root  wheel  -    5024 May  2 23:13 mfi_linux.ko*
-r-xr-xr-x  1 root  wheel  -   72401 May  2 23:13 mga.ko*
-r-xr-xr-x  1 root  wheel  -  110584 May  2 23:13 miibus.ko*
-r-xr-xr-x  1 root  wheel  -   36936 May  2 23:13 mlx.ko*
-r-xr-xr-x  1 root  wheel  -   33996 May  2 23:13 mly.ko*
-r-xr-xr-x  1 root  wheel  -  108280 May  2 23:13 mpt.ko*
-r-xr-xr-x  1 root  wheel  -   59709 May  2 23:13 msdosfs.ko*
-r-xr-xr-x  1 root  wheel  -    4636 May  2 23:13 msdosfs_iconv.ko*
-r-xr-xr-x  1 root  wheel  -   11578 May  2 23:13 mse.ko*
-r-xr-xr-x  1 root  wheel  -   37470 May  2 23:13 ncp.ko*
-r-xr-xr-x  1 root  wheel  -   19571 May  2 23:13 ncv.ko*
-r-xr-xr-x  1 root  wheel  -   93072 May  2 23:13 ndis.ko*
-r-xr-xr-x  1 root  wheel  -   47716 May  2 23:13 netgraph.ko*
-r-xr-xr-x  1 root  wheel  -  199453 May  2 23:13 nfsclient.ko*
-r-xr-xr-x  1 root  wheel  -   13892 May  2 23:13 nfsmb.ko*
-r-xr-xr-x  1 root  wheel  -  110396 May  2 23:13 nfsserver.ko*
-r-xr-xr-x  1 root  wheel  -    5539 May  2 23:13 ng_UI.ko*
-r-xr-xr-x  1 root  wheel  -   11005 May  2 23:13 ng_async.ko*
-r-xr-xr-x  1 root  wheel  -   21172 May  2 23:13 ng_atm.ko*
-r-xr-xr-x  1 root  wheel  -    6178 May  2 23:13 ng_atmllc.ko*
-r-xr-xr-x  1 root  wheel  -   16046 May  2 23:13 ng_atmpif.ko*
-r-xr-xr-x  1 root  wheel  -    8067 May  2 23:13 ng_bluetooth.ko*
-r-xr-xr-x  1 root  wheel  -   13458 May  2 23:13 ng_bpf.ko*
-r-xr-xr-x  1 root  wheel  -   14128 May  2 23:13 ng_bridge.ko*
-r-xr-xr-x  1 root  wheel  -   22489 May  2 23:13 ng_bt3c.ko*
-r-xr-xr-x  1 root  wheel  -  105100 May  2 23:13 ng_btsocket.ko*
-r-xr-xr-x  1 root  wheel  -   78286 May  2 23:13 ng_ccatm.ko*
-r-xr-xr-x  1 root  wheel  -    9623 May  2 23:13 ng_cisco.ko*
-r-xr-xr-x  1 root  wheel  -    8848 May  2 23:13 ng_device.ko*
-r-xr-xr-x  1 root  wheel  -    4156 May  2 23:13 ng_echo.ko*
-r-xr-xr-x  1 root  wheel  -    8789 May  2 23:13 ng_eiface.ko*
-r-xr-xr-x  1 root  wheel  -    8094 May  2 23:13 ng_etf.ko*
-r-xr-xr-x  1 root  wheel  -   12303 May  2 23:13 ng_ether.ko*
-r-xr-xr-x  1 root  wheel  -   12452 May  2 23:13 ng_fec.ko*
-r-xr-xr-x  1 root  wheel  -    7571 May  2 23:13 ng_frame_relay.ko*
-r-xr-xr-x  1 root  wheel  -    9026 May  2 23:13 ng_gif.ko*
-r-xr-xr-x  1 root  wheel  -    6821 May  2 23:13 ng_gif_demux.ko*
-r-xr-xr-x  1 root  wheel  -   14549 May  2 23:13 ng_h4.ko*
-r-xr-xr-x  1 root  wheel  -   49285 May  2 23:13 ng_hci.ko*
-r-xr-xr-x  1 root  wheel  -    5577 May  2 23:13 ng_hole.ko*
-r-xr-xr-x  1 root  wheel  -    4296 May  2 23:13 ng_hub.ko*
-r-xr-xr-x  1 root  wheel  -   12194 May  2 23:13 ng_iface.ko*
-r-xr-xr-x  1 root  wheel  -    3789 May  2 23:13 ng_ip_input.ko*
-r-xr-xr-x  1 root  wheel  -    6740 May  2 23:13 ng_ipfw.ko*
-r-xr-xr-x  1 root  wheel  -   16845 May  2 23:13 ng_ksocket.ko*
-r-xr-xr-x  1 root  wheel  -   60125 May  2 23:13 ng_l2cap.ko*
-r-xr-xr-x  1 root  wheel  -   17212 May  2 23:13 ng_l2tp.ko*
-r-xr-xr-x  1 root  wheel  -   12545 May  2 23:13 ng_lmi.ko*
-r-xr-xr-x  1 root  wheel  -   12381 May  2 23:13 ng_mppc.ko*
-r-xr-xr-x  1 root  wheel  -    6891 May  2 23:13 ng_nat.ko*
-r-xr-xr-x  1 root  wheel  -   17702 May  2 23:13 ng_netflow.ko*
-r-xr-xr-x  1 root  wheel  -    8987 May  2 23:13 ng_one2many.ko*
-r-xr-xr-x  1 root  wheel  -   21692 May  2 23:13 ng_ppp.ko*
-r-xr-xr-x  1 root  wheel  -   19237 May  2 23:13 ng_pppoe.ko*
-r-xr-xr-x  1 root  wheel  -   12968 May  2 23:13 ng_pptpgre.ko*
-r-xr-xr-x  1 root  wheel  -    8320 May  2 23:13 ng_rfc1490.ko*
-r-xr-xr-x  1 root  wheel  -   16101 May  2 23:13 ng_socket.ko*
-r-xr-xr-x  1 root  wheel  -   10387 May  2 23:13 ng_source.ko*
-r-xr-xr-x  1 root  wheel  -    4847 May  2 23:13 ng_split.ko*
-r-xr-xr-x  1 root  wheel  -    8996 May  2 23:13 ng_sppp.ko*
-r-xr-xr-x  1 root  wheel  -   14781 May  2 23:13 ng_sscfu.ko*
-r-xr-xr-x  1 root  wheel  -   75244 May  2 23:13 ng_sscop.ko*
-r-xr-xr-x  1 root  wheel  -   24507 May  2 23:13 ng_sync_ar.ko*
-r-xr-xr-x  1 root  wheel  -   27235 May  2 23:13 ng_sync_sr.ko*
-r-xr-xr-x  1 root  wheel  -    9723 May  2 23:13 ng_tag.ko*
-r-xr-xr-x  1 root  wheel  -    7188 May  2 23:13 ng_tcpmss.ko*
-r-xr-xr-x  1 root  wheel  -    7359 May  2 23:13 ng_tee.ko*
-r-xr-xr-x  1 root  wheel  -   11452 May  2 23:13 ng_tty.ko*
-r-xr-xr-x  1 root  wheel  -   27411 May  2 23:13 ng_ubt.ko*
-r-xr-xr-x  1 root  wheel  -  125311 May  2 23:13 ng_uni.ko*
-r-xr-xr-x  1 root  wheel  -   13351 May  2 23:13 ng_vjc.ko*
-r-xr-xr-x  1 root  wheel  -    8737 May  2 23:13 ng_vlan.ko*
-r-xr-xr-x  1 root  wheel  -  167518 May  2 23:13 ngatmbase.ko*
-r-xr-xr-x  1 root  wheel  -    8828 May  2 23:13 nmdm.ko*
-r-xr-xr-x  1 root  wheel  -   23519 May  2 23:13 nsp.ko*
-r-xr-xr-x  1 root  wheel  -   44176 May  2 23:13 ntfs.ko*
-r-xr-xr-x  1 root  wheel  -    4556 May  2 23:13 ntfs_iconv.ko*
-r-xr-xr-x  1 root  wheel  -   16003 May  2 23:13 nullfs.ko*
-r-xr-xr-x  1 root  wheel  -   40486 May  2 23:13 nwfs.ko*
-r-xr-xr-x  1 root  wheel  -   14306 May  2 23:13 padlock.ko*
-r-xr-xr-x  1 root  wheel  -   54171 May  2 23:13 pccard.ko*
-r-xr-xr-x  1 root  wheel  -    8869 May  2 23:13 pcf.ko*
-r-xr-xr-x  1 root  wheel  -    7714 May  2 23:13 pcfclock.ko*
-r-xr-xr-x  1 root  wheel  -    9266 May  2 23:13 pecoff.ko*
-r-xr-xr-x  1 root  wheel  -  183348 May  2 23:13 pf.ko*
-r-xr-xr-x  1 root  wheel  -    8054 May  2 23:13 pflog.ko*
-r-xr-xr-x  1 root  wheel  -   20455 May  2 23:13 plip.ko*
-r-xr-xr-x  1 root  wheel  -   11769 May  2 23:13 portalfs.ko*
-r-xr-xr-x  1 root  wheel  -   23588 May  2 23:13 ppbus.ko*
-r-xr-xr-x  1 root  wheel  -   19974 May  2 23:13 ppc.ko*
-r-xr-xr-x  1 root  wheel  -   15342 May  2 23:13 ppi.ko*
-r-xr-xr-x  1 root  wheel  -   10546 May  2 23:13 pps.ko*
-r-xr-xr-x  1 root  wheel  -   21214 May  2 23:13 procfs.ko*
-r-xr-xr-x  1 root  wheel  -   24541 May  2 23:13 pseudofs.ko*
-r-xr-xr-x  1 root  wheel  -   18417 May  2 23:13 pst.ko*
-r-xr-xr-x  1 root  wheel  -   67037 May  2 23:13 puc.ko*
-r-xr-xr-x  1 root  wheel  -   53511 May  2 23:13 r128.ko*
-r-xr-xr-x  1 root  wheel  -  115264 May  2 23:13 radeon.ko*
-r-xr-xr-x  1 root  wheel  -    5434 May  2 23:13 rain_saver.ko*
-r-xr-xr-x  1 root  wheel  -   49173 May  2 23:13 random.ko*
-r-xr-xr-x  1 root  wheel  -   19288 May  2 23:13 rc.ko*
-r-xr-xr-x  1 root  wheel  -    3530 May  2 23:13 rc4.ko*
-r-xr-xr-x  1 root  wheel  -   37816 May  2 23:13 reiserfs.ko*
-r-xr-xr-x  1 root  wheel  -   30531 May  2 23:13 rp.ko*
-r-xr-xr-x  1 root  wheel  -  154272 May  2 23:13 rr232x.ko*
-r-xr-xr-x  1 root  wheel  -    8816 May  2 23:13 s3.ko*
-r-xr-xr-x  1 root  wheel  -   27198 May  2 23:13 safe.ko*
-r-xr-xr-x  1 root  wheel  -   37460 May  2 23:13 savage.ko*
-r-xr-xr-x  1 root  wheel  -   39921 May  2 23:13 sbp.ko*
-r-xr-xr-x  1 root  wheel  -   25952 May  2 23:13 sbp_targ.ko*
-r-xr-xr-x  1 root  wheel  -   16855 May  2 23:13 scd.ko*
-r-xr-xr-x  1 root  wheel  -   34420 May  2 23:13 scsi_low.ko*
-r-xr-xr-x  1 root  wheel  -   35775 May  2 23:13 sio.ko*
-r-xr-xr-x  1 root  wheel  -   14122 May  2 23:13 sis.ko*
-r-xr-xr-x  1 root  wheel  -    8046 May  2 23:13 smapi.ko*
-r-xr-xr-x  1 root  wheel  -    9283 May  2 23:13 smb.ko*
-r-xr-xr-x  1 root  wheel  -  132380 May  2 23:13 smbfs.ko*
-r-xr-xr-x  1 root  wheel  -    6612 May  2 23:13 smbios.ko*
-r-xr-xr-x  1 root  wheel  -    8154 May  2 23:13 smbus.ko*
-r-xr-xr-x  1 root  wheel  -    5712 May  2 23:13 snake_saver.ko*
-r-xr-xr-x  1 root  wheel  -   16854 May  2 23:13 snd_ad1816.ko*
-r-xr-xr-x  1 root  wheel  -   18019 May  2 23:13 snd_als4000.ko*
-r-xr-xr-x  1 root  wheel  -   19844 May  2 23:13 snd_atiixp.ko*
-r-xr-xr-x  1 root  wheel  -   17312 May  2 23:13 snd_cmi.ko*
-r-xr-xr-x  1 root  wheel  -   18722 May  2 23:13 snd_cs4281.ko*
-r-xr-xr-x  1 root  wheel  -   30846 May  2 23:13 snd_csa.ko*
-r-xr-xr-x  1 root  wheel  -   10069 May  2 23:13 snd_driver.ko*
-r-xr-xr-x  1 root  wheel  -   46031 May  2 23:13 snd_ds1.ko*
-r-xr-xr-x  1 root  wheel  -   27423 May  2 23:13 snd_emu10k1.ko*
-r-xr-xr-x  1 root  wheel  -   26027 May  2 23:13 snd_es137x.ko*
-r-xr-xr-x  1 root  wheel  -   21384 May  2 23:13 snd_ess.ko*
-r-xr-xr-x  1 root  wheel  -   15796 May  2 23:13 snd_fm801.ko*
-r-xr-xr-x  1 root  wheel  -   21295 May  2 23:13 snd_ich.ko*
-r-xr-xr-x  1 root  wheel  -   43207 May  2 23:13 snd_maestro.ko*
-r-xr-xr-x  1 root  wheel  -   38786 May  2 23:13 snd_maestro3.ko*
-r-xr-xr-x  1 root  wheel  -   46976 May  2 23:13 snd_mss.ko*
-r-xr-xr-x  1 root  wheel  -   68822 May  2 23:13 snd_neomagic.ko*
-r-xr-xr-x  1 root  wheel  -   17230 May  2 23:13 snd_sb16.ko*
-r-xr-xr-x  1 root  wheel  -   15738 May  2 23:13 snd_sb8.ko*
-r-xr-xr-x  1 root  wheel  -   15557 May  2 23:13 snd_sbc.ko*
-r-xr-xr-x  1 root  wheel  -   19685 May  2 23:13 snd_solo.ko*
-r-xr-xr-x  1 root  wheel  -   18757 May  2 23:13 snd_t4dwave.ko*
-r-xr-xr-x  1 root  wheel  -   36042 May  2 23:13 snd_uaudio.ko*
-r-xr-xr-x  1 root  wheel  -   21758 May  2 23:13 snd_via8233.ko*
-r-xr-xr-x  1 root  wheel  -   15947 May  2 23:13 snd_via82c686.ko*
-r-xr-xr-x  1 root  wheel  -   18739 May  2 23:13 snd_vibes.ko*
-r-xr-xr-x  1 root  wheel  -   10306 May  2 23:13 snp.ko*
-r-xr-xr-x  1 root  wheel  -  135453 May  2 23:13 sound.ko*
-r-xr-xr-x  1 root  wheel  -   11790 May  2 23:13 speaker.ko*
-r-xr-xr-x  1 root  wheel  -    8136 May  2 23:13 splash_bmp.ko*
-r-xr-xr-x  1 root  wheel  -    6184 May  2 23:13 splash_pcx.ko*
-r-xr-xr-x  1 root  wheel  -   60770 May  2 23:13 sppp.ko*
-r-xr-xr-x  1 root  wheel  -    4870 May  2 23:13 star_saver.ko*
-r-xr-xr-x  1 root  wheel  -   23329 May  2 23:13 stg.ko*
-r-xr-xr-x  1 root  wheel  -    9299 May  2 23:13 streams.ko*
-r-xr-xr-x  1 root  wheel  -   68127 May  2 23:13 sym.ko*
-r-xr-xr-x  1 root  wheel  -   17982 May  2 23:13 sysvmsg.ko*
-r-xr-xr-x  1 root  wheel  -   21112 May  2 23:13 sysvsem.ko*
-r-xr-xr-x  1 root  wheel  -   17994 May  2 23:13 sysvshm.ko*
-r-xr-xr-x  1 root  wheel  -    5265 May  2 23:13 tdfx.ko*
-r-xr-xr-x  1 root  wheel  -   28574 May  2 23:13 trm.ko*
-r-xr-xr-x  1 root  wheel  -   59062 May  2 23:13 twa.ko*
-r-xr-xr-x  1 root  wheel  -   34999 May  2 23:13 twe.ko*
-r-xr-xr-x  1 root  wheel  -   56808 May  2 23:13 uart.ko*
-r-xr-xr-x  1 root  wheel  -   10142 May  2 23:13 ubsa.ko*
-r-xr-xr-x  1 root  wheel  -   36401 May  2 23:13 ubsec.ko*
-r-xr-xr-x  1 root  wheel  -   12833 May  2 23:13 ubser.ko*
-r-xr-xr-x  1 root  wheel  -    9235 May  2 23:13 ubtbcmfw.ko*
-r-xr-xr-x  1 root  wheel  -    9794 May  2 23:13 ucom.ko*
-r-xr-xr-x  1 root  wheel  -   10449 May  2 23:13 ucycom.ko*
-r-xr-xr-x  1 root  wheel  -   12959 May  2 23:13 udbp.ko*
-r-xr-xr-x  1 root  wheel  -   25370 May  2 23:13 udf.ko*
-r-xr-xr-x  1 root  wheel  -    4536 May  2 23:13 udf_iconv.ko*
-r-xr-xr-x  1 root  wheel  -    7449 May  2 23:13 ufm.ko*
-r-xr-xr-x  1 root  wheel  -    9116 May  2 23:13 uftdi.ko*
-r-xr-xr-x  1 root  wheel  -   20091 May  2 23:13 ugen.ko*
-r-xr-xr-x  1 root  wheel  -   11907 May  2 23:13 uhid.ko*
-r-xr-xr-x  1 root  wheel  -   22383 May  2 23:13 ukbd.ko*
-r-xr-xr-x  1 root  wheel  -   11438 May  2 23:13 ulpt.ko*
-r-xr-xr-x  1 root  wheel  -   26882 May  2 23:13 umass.ko*
-r-xr-xr-x  1 root  wheel  -    9626 May  2 23:13 umct.ko*
-r-xr-xr-x  1 root  wheel  -   10625 May  2 23:13 umodem.ko*
-r-xr-xr-x  1 root  wheel  -   12663 May  2 23:13 ums.ko*
-r-xr-xr-x  1 root  wheel  -   42476 May  2 23:13 unionfs.ko*
-r-xr-xr-x  1 root  wheel  -   13158 May  2 23:13 uplcom.ko*
-r-xr-xr-x  1 root  wheel  -    8869 May  2 23:13 urio.ko*
-r-xr-xr-x  1 root  wheel  -  133801 May  2 23:13 usb.ko*
-r-xr-xr-x  1 root  wheel  -   10498 May  2 23:13 uscanner.ko*
-r-xr-xr-x  1 root  wheel  -   17393 May  2 23:13 utopia.ko*
-r-xr-xr-x  1 root  wheel  -    8224 May  2 23:13 uvisor.ko*
-r-xr-xr-x  1 root  wheel  -   12518 May  2 23:13 uvscom.ko*
-r-xr-xr-x  1 root  wheel  -   17324 May  2 23:13 vesa.ko*
-r-xr-xr-x  1 root  wheel  -   21248 May  2 23:13 viapm.ko*
-r-xr-xr-x  1 root  wheel  -   23573 May  2 23:13 vkbd.ko*
-r-xr-xr-x  1 root  wheel  -    9979 May  2 23:13 vpd.ko*
-r-xr-xr-x  1 root  wheel  -   20663 May  2 23:13 vpo.ko*
-r-xr-xr-x  1 root  wheel  -    7481 May  2 23:13 warp_saver.ko*
-r-xr-xr-x  1 root  wheel  -  122657 May  2 23:13 wlan.ko*
-r-xr-xr-x  1 root  wheel  -    8401 May  2 23:13 wlan_acl.ko*
-r-xr-xr-x  1 root  wheel  -   25161 May  2 23:13 wlan_ccmp.ko*
-r-xr-xr-x  1 root  wheel  -   13354 May  2 23:13 wlan_tkip.ko*
-r-xr-xr-x  1 root  wheel  -    8498 May  2 23:13 wlan_wep.ko*
-r-xr-xr-x  1 root  wheel  -    3881 May  2 23:13 wlan_xauth.ko*
-r-xr-xr-x  1 root  wheel  -   34454 May  2 23:13 zlib.ko*


More information about the freebsd-questions mailing list