# This is loader.conf - a file full of useful variables that you can
# set to change the default load behavior of your system. You should
# not edit this file!  Put any overrides into one of the
# loader_conf_files instead and you will be able to update these
# defaults later without spamming your local configuration information.
#
# All arguments must be in double quotes.
#
# $FreeBSD: src/sys/boot/forth/loader.conf,v 1.85 2004/08/06 15:06:06 jmg Exp $

##############################################################
###  Basic configuration options  ############################
##############################################################

exec=".( Loading /boot/defaults/loader.conf ) cr"

kernel="kernel"         # /boot sub-directory containing kernel and modules
bootfile="kernel"       # Kernel name (possibly absolute path)
kernel_options=""

userconfig_script_load="NO"
userconfig_script_name="/boot/kernel.conf"
userconfig_script_type="userconfig_script"

loader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local"
nextboot_conf="/boot/nextboot.conf"
nextboot_enable="NO"

verbose_loading="NO"            # Set to YES for verbose loader output


##############################################################
###  Splash screen configuration  ############################
##############################################################

splash_bmp_load="NO"            # Set this to YES for bmp splash screen!
splash_pcx_load="NO"            # Set this to YES for pcx splash screen!
vesa_load="NO"                  # Set this to YES to load the vesa module
bitmap_load="NO"                # Set this to YES if you want splash screen!
bitmap_name="splash.bmp"        # Set this to the name of the bmp or pcx file
bitmap_type="splash_image_data" # and place it on the module_path


##############################################################
###  Loader settings  ########################################
##############################################################

#autoboot_delay="10"            # Delay in seconds before autobooting
#beastie_disable="NO"           # Turn the beastie boot menu on and off
#console="vidconsole"           # Set the current console
#currdev="disk1s1a"             # Set the current device
module_path="/boot/modules"     # Set the module search path
#prompt="\\${interpret}"        # Set the command prompt
#root_disk_unit="0"             # Force the root disk unit number
#rootdev="disk1s1a"             # Set the root filesystem


##############################################################
###  Kernel settings  ########################################
##############################################################

                        # The following boot_ variables are enabled
                        # by setting them to any value.
#boot_askname=""        # Prompt the user for the name of the root device
#boot_ddb=""            # Instructs the kernel to start in the DDB debugger
#boot_gdb=""            # Selects gdb-remote mode for the kernel debugger
#boot_single=""         # Start system in single-user mode
#boot_userconfig=""     # Run kernel's interactive device configuration program
#boot_verbose=""        # Causes extra debugging information to be printed
#init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall"
                        # Sets the list of init candidates
#dumpdev="ad0s1b"       # Set device for crash dumps


##############################################################
###  Kernel tunables  ########################################
##############################################################

#hw.physmem="1G"                # Limit physical memory. See loader(8)
#kern.dfldsiz=""                # Set the initial data size limit
#kern.dflssiz=""                # Set the initial stack size limit
#kern.hz="100"                  # Set the kernel interval timer rate
#kern.maxbcache=""              # Set the max buffer cache KVA storage
#kern.maxdsiz=""                # Set the max data size
#kern.maxfiles=""               # Set the sys. wide open files limit
#kern.maxproc=""                # Set the maximum # of processes
#kern.maxssiz=""                # Set the max stack size
#kern.maxswzone=""              # Set the max swmeta KVA storage
#kern.maxtsiz=""                # Set the max text size
#kern.maxusers="32"             # Set size of various static tables
#kern.nbuf=""                   # Set the number of buffer headers 
#kern.ncallout=""               # Set the maximum # of timer events
#kern.sgrowsiz=""               # Set the amount to grow stack
#kern.cam.scsi_delay="2000"     # Delay (in ms) before probing SCSI
#kern.ipc.maxsockets=""         # Set the maximum number of sockets avaliable
#kern.ipc.nmbclusters=""        # Set the number of mbuf clusters
#kern.ipc.nmbufs=""             # Set the maximum number of mbufs
#kern.ipc.nsfbufs=""            # Set the number of sendfile(2) bufs
#net.inet.tcp.tcbhashsize=""    # Set the value of TCBHASHSIZE
#vfs.root.mountfrom=""          # Specify root partition in a way the
                                # kernel understands
#vm.kmem_size=""                # Sets the size of kernel memory (bytes)
#debug.ktr.cpumask="0xf"        # Bitmask of CPUs to enable KTR on
#debug.ktr.mask="0x1200"        # Bitmask of KTR events to enable
#debug.ktr.verbose="1"          # Enable console dump of KTR events
#net.graph.maxalloc="128"       # Maximum number of queue items to allocate
#net.graph.ngqfreemax="64"      # Maximum number of free queue items to cache


##############################################################
###  Filesystem and related modules  #########################
##############################################################

# Filesystems

cd9660_load="NO"                # ISO 9660 filesystem
coda_load="NO"                  # CODA filesystem
fdescfs_load="NO"               # Filedescriptors filesystem
linprocfs_load="NO"             # Linux compatibility process filesystem
msdosfs_load="NO"               # FAT-12/16/32
nfs_load="NO"                   # NFS
ntfs_load="NO"                  # NTFS
nullfs_load="NO"                # Null filesystem
portalfs_load="NO"              # Portal filesystem
procfs_load="NO"                # Process filesystem
umapfs_load="NO"                # User-id map filesystem
unionfs_load="NO"               # Union filesystem

# Related stuff

ccd_load="NO"                   # Concatenated disk driver
vinum_load="NO"                 # Concatenated/mirror/raid driver
md_load="NO"                    # Memory disk driver (vnode/swap/malloc)


##############################################################
###  Screen saver modules  ###################################
##############################################################

# This is best done in rc.conf

screensave_load="NO"            # Set to YES to load a screensaver module
screensave_name="green_saver"   # Set to the name of the screensaver module


##############################################################
###  Emulation modules  ######################################
##############################################################

fpu_load="NO"                   # Floating point emulation
gnufpu_load="NO"                # GNU floating point emulation
ibcs2_load="NO"                 # IBCS2 (SCO) emulation
ibcs2_coff_load="NO"
linux_load="NO"                 # Linux emulation
svr4_load="NO"                  # SystemV R4 emulation
streams_load="NO"               # System V streams module


##############################################################
###  Networking modules  #####################################
##############################################################

if_disc_load="NO"               # Discard device
if_ef_load="NO"                 # pseudo-device providing support for multiple 
ethernet frame types
if_faith_load="NO"              # IPv6-to-IPv4 TCP relay capturing interface
if_gif_load="NO"                # generic tunnel interface
if_gre_load="NO"                # encapsulating network device
if_ppp_load="NO"                # Kernel ppp
if_sl_load="NO"                 # SLIP
if_stf_load="NO"                # 6to4 tunnel interface
if_tap_load="NO"                # Ethernet tunnel software network interface
if_tun_load="NO"                # Tunnel driver (user process ppp)
if_vlan_load="NO"               # IEEE 802.1Q VLAN network interface
ipfw_load="NO"                  # Firewall
pf_load="NO"                    # packet filter


##############################################################
###  Networking drivers  #####################################
##############################################################

miibus_load="NO"                # miibus support, needed for some drivers
if_an_load="NO"                 # Aironet 4500/4800 802.11 wireless NICs
if_ar_load="NO"                 # Digi SYNC/570i
if_awi_load="NO"                # AMD PCnetMobile IEEE 802.11 wireless NICs
if_bge_load="NO"                # Broadcom BCM570x PCI gigabit ethernet
if_cm_load="NO"                 # SMC (90c26, 90c56, 90c66)
if_dc_load="NO"                 # DEC/Intel 21143 and various workalikes
if_de_load="NO"                 # DEC DC21x4x ethernet
if_ed_load="NO"                 # National Semiconductor DS8390/WD83C690 
ethernet
if_el_load="NO"                 # 3Com Etherlink 3C501
if_em_load="NO"                 # Intel(R) PRO/1000 gigabit ethernet
if_en_load="NO"                 # Midway-based ATM interfaces
if_ep_load="NO"                 # 3Com Etherlink III (3c5x9)
if_ex_load="NO"                 # Intel EtherExpress Pro/10 ethernet
if_fe_load="NO"                 # Fujitsu MB86960A/MB86965A based Ethernet 
adapters
if_fxp_load="NO"                # Intel EtherExpress PRO/100B (82557, 82558)
if_gx_load="NO"                 # Intel Pro/1000 gigabit ethernet
if_ie_load="NO"                 # Intel 82586
if_lge_load="NO"                # Level 1 LXT1001 NetCellerator PCI gigabit 
ethernet
if_lnc_load="NO"                # AMD Lance/PCnet Ethernet
if_my_load="NO"                 # Myson PCI fast ethernet
if_nge_load="NO"                # National Semiconductor PCI gigabit ethernet
if_oltr_load="NO"               # Olicom
if_pcn_load="NO"                # AMD PCnet PCI
if_ray_load="NO"                # Raytheon Raylink/Webgear Aviator PCCard
if_rl_load="NO"                 # RealTek 8129/8139
if_sbni_load="NO"               # Granch SBNI12 leased line adapters
if_sf_load="NO"                 # Adaptec Duralink PCI (AIC-6915 "starfire")
if_sis_load="NO"                # Silicon Integrated Systems SiS 900/7016
if_sk_load="NO"                 # SysKonnect SK-984x series PCI gigabit ethernet
if_sn_load="NO"                 # SMC 91Cxx
if_sr_load="NO"                 # synchronous RISCom/N2 / WANic 400/405
if_ste_load="NO"                # Sundance Technologies ST201 fast ethernet
if_ti_load="NO"                 # Alteon Networks Tigon 1 and Tigon 2
if_tl_load="NO"                 # Texas Instruments TNETE100 ("ThunderLAN")
if_tx_load="NO"                 # SMC 83c17x fast ethernet
if_txp_load="NO"                # 3Com 3XP Typhoon/Sidewinder (3CR990)
if_vr_load="NO"                 # VIA Rhine I and Rhine II
if_vx_load="NO"                 # 3Com 3C590 family
if_wb_load="NO"                 # Winbond W89C840F
if_wi_load="NO"                 # WaveLAN/IEEE 802.11 wireless NICs
if_wx_load="NO"                 # Intel Gigabit Ethernet
if_xe_load="NO"                 # Xircom CreditCard PCMCIA
if_xl_load="NO"                 # 3Com Etherlink XL (3c900, 3c905, 3c905B)

##############################################################
###  Netgraph modules  #######################################
##############################################################

ng_UI_load="NO"                 # UI netgraph node type
ng_async_load="NO"              # asynchronous framing netgraph node type
ng_bpf_load="NO"                # Berkeley packet filter netgraph node type
ng_bridge_load="NO"             # Ethernet bridging netgraph node type
ng_cisco_load="NO"              # Cisco HDLC protocol netgraph node type
ng_echo_load="NO"               # Netgraph echo node type
ng_ether_load="NO"              # Ethernet netgraph node type
ng_frame_relay_load="NO"        # frame relay netgraph node type
ng_hole_load="NO"               # Netgraph discard node type
ng_iface_load="NO"              # interface Netgraph node type
ng_ksocket_load="NO"            # kernel socket netgraph node type
ng_lmi_load="NO"                # frame relay LMI protocol netgraph node type
ng_mppc_load="NO"               # Microsoft MPPC/MPPE compression and 
encryption netgraph node type
ng_one2many_load="NO"           # packet multiplexing netgraph node type
ng_ppp_load="NO"                # PPP protocol netgraph node type
ng_pppoe_load="NO"              # RFC 2516 PPPOE protocol netgraph node type
ng_pptpgre_load="NO"            # PPTP GRE protocol netgraph node type
ng_rfc1490_load="NO"            # RFC 1490 netgraph node type
ng_socket_load="NO"             # Netgraph socket node type
ng_tee_load="NO"                # Netgraph ``tee'' node type
ng_tty_load="NO"                # Netgraph node type that is also a line 
discipline
ng_vjc_load="NO"                # Van Jacobsen compression netgraph node type

##############################################################
###  Sound modules  ##########################################
##############################################################

sound_load="NO"                 # Digital sound subsystem
snd_ad1816_load="NO"            # ad1816
snd_cmi_load="NO"               # cmi
snd_csa_load="NO"               # csa
snd_cs4281_load="NO"            # cs4281
snd_ds1_load="NO"               # ds1
snd_emu10k1_load="NO"           # Creative Sound Blaster Live
snd_ess_load="NO"               # ess
snd_es137x_load="NO"            # es137x
snd_fm801_load="NO"             # fm801
snd_ich_load="NO"               # Intel ICH
snd_maestro_load="NO"           # Maestro
snd_maestro3_load="NO"          # Maestro3
snd_mss_load="NO"               # Mss
snd_neomagic_load="NO"          # Neomagic
snd_sbc_load="NO"               # Sbc
snd_sb8_load="NO"               # Sound Blaster Pro
snd_sb16_load="NO"              # Sound Blaster 16
snd_solo_load="NO"              # Solo
snd_t4dwave_load="NO"           # t4dwave
snd_via8233_load="NO"           # via8233
snd_via82c686_load="NO"         # via82c686
snd_driver_load="NO"            # All sound drivers

##############################################################
###  USB modules  ############################################
##############################################################

usb_load="YES"                  # USB subsystem
udbp_load="YES"                 # USB double bulk pipe host 2 host cables
ugen_load="YES"                 # USB generic device, if all else fails ...
ufm_load="YES"                  # Fm Radio
uhid_load="YES"                 # Human Interface Devices
ukbd_load="YES"                 # Keyboard
ulpt_load="YES"                 # Printer
ums_load="YES"                  # Mouse
umass_load="YES"                        # Mass Storage Devices
umodem_load="YES"               # Modems
uscanner_load="YES"             # Scanners
ucom_load="YES"         # Scanners
uplcom_load="YES"               # Scanners
uvscom_load="YES"               # Scanners

##############################################################
###  Other modules  ##########################################
##############################################################

bktr_load="NO"                  # Brooktree Bt848/Bt878 TV/Video Capture Card
ispfw_load="NO"                 # Qlogic ISP Firmware
agp_load="NO"                   # agp module
accf_data_load="NO"             # Wait for data accept filter
accf_http_load="NO"             # Wait for full HTTP request accept filter
random_load="NO"                # Random device
speaker_load="NO"               # AT speaker module

##############################################################
###  ACPI settings  ##########################################
##############################################################

acpi_dsdt_load="NO"             # DSDT Overriding
acpi_dsdt_type="acpi_dsdt"      # Don't change this
acpi_dsdt_name="/boot/acpi_dsdt.aml"
                                # Override DSDT in BIOS by this file
acpi_video_load="NO"            # Load the ACPI video extension driver

##############################################################
### TrustedBSD MAC settings ##################################
##############################################################

mac_biba_load="NO"              # Biba MAC policy
mac_bsdextended_load="NO"       # BSD/extended MAC policy
mac_ifoff="NO"                  # Interface silencing policy
mac_mls_load="NO"               # MLS MAC policy
mac_none_load="NO"              # Null MAC policy
mac_partition_load="NO"         # Partition MAC policy
mac_seeotheruids_load="NO"      # UID visbility MAC policy

##############################################################
###  Module loading syntax example  ##########################
##############################################################

#module_load="YES"              # loads module "module"
#module_name="realname"         # uses "realname" instead of "module"
#module_type="type"             # passes "-t type" to load
#module_flags="flags"           # passes "flags" to the module
#module_before="cmd"            # executes "cmd" before loading the module
#module_after="cmd"             # executes "cmd" after loading the module
#module_error="cmd"             # executes "cmd" if load fails

Controller /dev/usb0:
addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), 
Intel(0x0000), rev 1.00
 port 1 addr 2: full speed, power 98 mA, config 1, Siemens USB 
Connectivity(0x0003), Siemens AG(0x11f5), rev 0.95
 port 2 powered
Copyright (c) 1992-2004 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 5.3-RELEASE #0: Wed Jan  4 08:23:58 UTC 2006
    [EMAIL PROTECTED]:/usr/src/sys/i386/compile/gooroo
module_register: module uhub/ugen already exists!
Module uhub/ugen failed to register: 17
module_register: module uhub/uhid already exists!
Module uhub/uhid failed to register: 17
module_register: module uhub/ums already exists!
Module uhub/ums failed to register: 17
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel Celeron (1062.73-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x68a  Stepping = 10
  
Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
real memory  = 133103616 (126 MB)
avail memory = 120590336 (115 MB)
acpi0: <IntelR AWRDACPI> on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
cpu0: <ACPI CPU (3 Cx states)> on acpi0
acpi_tz0: <Thermal Zone> on acpi0
acpi_button0: <Power Button> on acpi0
acpi_button1: <Sleep Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0x4000-0x40f7,0xcf8-0xcff on acpi0
ACPI link \\_SB_.PCI0.LNKB has invalid initial irq 9, ignoring
pci0: <ACPI PCI bus> on pcib0
agp0: <Intel 82815 (i815 GMCH) SVGA controller> mem 
0xd4100000-0xd417ffff,0xd0000000-0xd3ffffff irq 7 at device 2.0 on pci0
pcib1: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci1: <ACPI PCI bus> on pcib1
rl0: <RealTek 8139 10/100BaseTX> port 0xc000-0xc0ff mem 0xd4000000-0xd40000ff 
irq 11 at device 7.0 on pci1
miibus0: <MII bus> on rl0
rlphy0: <RealTek internal media interface> on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl0: Ethernet address: 00:0e:2e:2d:f6:75
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH UDMA66 controller> port 
0xf000-0xf00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0
ata0: channel #0 on atapci0
ata1: channel #1 on atapci0
uhci0: <Intel 82801AA (ICH) USB controller> port 0xd000-0xd01f irq 11 at device 
31.2 on pci0
uhci0: [GIANT-LOCKED]
uhci0: LegSup = 0x2f00
usb0: <Intel 82801AA (ICH) USB controller> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ugen0: Siemens AG Siemens USB Connectivity, rev 1.10/0.95, addr 2
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
pci0: <multimedia, audio> at device 31.5 (no driver attached)
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A esp_port has com 3
 esp_port has com 3
 esp_port has com 3

sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A esp_port has com 3
 esp_port has com 3
 esp_port has com 3

ppc0: <Standard parallel printer port> port 
0xe78-0xe7b,0xa78-0xa7b,0x678-0x67b,0x278-0x27f irq 5 on acpi0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppbus0: <Parallel port bus> on ppc0
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse, device ID 3
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
orm0: <ISA Option ROM> at iomem 0xc0000-0xc9fff on isa0
pmtimer0 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounter "TSC" frequency 1062730855 Hz quality 800
Timecounters tick every 10.000 msec
acpi_cpu: throttling enabled, 2 steps (100% to 50.0%), currently 100.0%
acd0: CDRW <HL-DT-ST GCE-8525B/1.03> at ata0-slave UDMA33
ad2: 76319MB <WDC WD800BB-00FRA0/77.07W77> [155061/16/63] at ata1-master UDMA66
Mounting root from ufs:/dev/ad2s3a
Entropy device is blocking.
Entropy device is blocking.
# -- sysinstall generated deltas -- # Wed Jan  4 00:22:47 2006
# Created: Wed Jan  4 00:22:47 2006
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter="192.168.5.10"
font8x14="cp866-8x14"
font8x16="cp866b-8x16"
font8x8="cp866-8x8"
gateway_enable="YES"
hostname="backup.aqua.lg.ua"
ifconfig_rl0="inet 192.168.5.10  netmask 255.255.255.0"
keymap="ru.koi8-r"
keyrate="fast"
mousechar_start="3"
moused_enable="YES"
named_enable="YES"
saver="logo"
scrnmap="koi8-r2cp866"
sshd_enable="YES"
usbd_enable="YES"
# $FreeBSD: src/sys/i386/conf/GENERIC.hints,v 1.13 2004/04/01 21:48:31 alfred 
Exp $
hint.fdc.0.at="isa"
hint.fdc.0.port="0x3F0"
hint.fdc.0.irq="6"
hint.fdc.0.drq="2"

hint.fd.0.at="fdc0"
hint.fd.0.drive="0"
hint.fd.1.at="fdc0"
hint.fd.1.drive="1"

hint.ata.0.at="pci"
hint.ata.0.port="0x1F0"
hint.ata.0.irq="14"
hint.ata.1.at="pci"
hint.ata.1.port="0x170"
hint.ata.1.irq="15"

hint.adv.0.at="pci"
hint.adv.0.disabled="0"

hint.bt.0.at="pci"
hint.bt.0.disabled="0"

hint.aha.0.at="pci"
hint.aha.0.disabled="0"

hint.aic.0.at="pci"
hint.aic.0.disabled="0"

hint.atkbdc.0.at="pci"
hint.atkbdc.0.port="0x060"
hint.atkbd.0.at="atkbdc"
hint.atkbd.0.irq="1"

hint.psm.0.at="atkbdc"
hint.psm.0.irq="12"

hint.vga.0.at="pci"

hint.sc.0.at="pci"
hint.sc.0.flags="0x100"

hint.vt.0.at="pci"
hint.vt.0.disabled="0"

hint.apm.0.disabled="0"
hint.apm.0.flags="0x20"

hint.pcic.0.at="pci"
# hint.pcic.0.irq="10"  # Default to polling
hint.pcic.0.port="0x3e0"
hint.pcic.0.maddr="0xd0000"
hint.pcic.1.at="pci"
hint.pcic.1.irq="11"
hint.pcic.1.port="0x3e2"
hint.pcic.1.maddr="0xd4000"
hint.pcic.1.disabled="0"

hint.sio.0.at="pci"
hint.sio.0.port="0x3F8"
hint.sio.0.flags="0x10"
hint.sio.0.irq="4"
hint.sio.1.at="pci"
hint.sio.1.port="0x2F8"
hint.sio.1.irq="3"
hint.sio.2.at="pci"
hint.sio.2.disabled="0"
hint.sio.2.port="0x3E8"
hint.sio.2.irq="5"
hint.sio.3.at="pci"
hint.sio.3.disabled="0"
hint.sio.3.port="0x2E8"
hint.sio.3.irq="9"

hint.ppc.0.at="pci"
hint.ppc.0.irq="7"

hint.ed.0.at="pci"
hint.ed.0.disabled="0"
hint.ed.0.port="0x280"
hint.ed.0.irq="10"
hint.ed.0.maddr="0xd8000"

hint.cs.0.at="pci"
hint.cs.0.disabled="0"
hint.cs.0.port="0x300"

hint.sn.0.at="pci"
hint.sn.0.disabled="0"
hint.sn.0.port="0x300"
hint.sn.0.irq="10"

hint.ie.0.at="pci"
hint.ie.0.disabled="0"
hint.ie.0.port="0x300"
hint.ie.0.irq="10"
hint.ie.0.maddr="0xd0000"

hint.fe.0.at="pci"
hint.fe.0.disabled="0"
hint.fe.0.port="0x300"

hint.lnc.0.at="pci"
hint.lnc.0.disabled="0"
hint.lnc.0.port="0x280"
hint.lnc.0.irq="10"
hint.lnc.0.drq="0"



machine         i386
cpu             I686_CPU
ident           gooroo

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

options         SCHED_4BSD              # 4BSD scheduler
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         SCSI_DELAY=15000        # 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         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
                                        # output.  Adds ~128k to driver.
options         AHD_REG_PRETTY_PRINT    # Print register bitfields in debug
                                        # output.  Adds ~215k to driver.
options         ADAPTIVE_GIANT          # Giant mutex is adaptive.

device          apic            # I/O APIC

# Bus support.  Do not remove isa, even if you have no isa slots
device          isa
device          eisa
device          pci

# Floppy drives
nodevice                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
nodevice                ahb             # EISA AHA1742 family
nodevice                ahc             # AHA2940 and onboard AIC7xxx devices
nodevice                ahd             # AHA39320/29320 and onboard AIC79xx 
devices
nodevice                amd             # AMD 53C974 (Tekram DC-390(T))
nodevice                isp             # Qlogic family
nodevice                mpt             # LSI-Logic MPT-Fusion
nodevice                ncr             # NCR/Symbios Logic
nodevice                sym             # NCR/Symbios Logic (newer chipsets + 
those of `ncr')
nodevice                trm             # Tekram DC395U/UW/F DC315U adapters

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

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

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

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

# RAID controllers
nodevice                aac             # Adaptec FSA RAID
nodevice                aacp            # SCSI passthrough for aac (requires 
CAM)
nodevice                ida             # Compaq Smart RAID
nodevice                mlx             # Mylex DAC960 family
nodevice                pst             # Promise Supertrak SX6000
nodevice                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          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

# Floating point support - do not disable.
device          npx

# 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
nodevice                cbb             # cardbus (yenta) bridge
nodevice                pccard          # PC Card (16-bit) bus
nodevice                cardbus         # CardBus (32-bit) bus

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

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

# ISA devices that use the old ISA shims
#device         le

# Wireless NIC cards
nodevice                wlan            # 802.11 support
nodevice                an              # Aironet 4500/4800 802.11 wireless 
NICs.
nodevice                awi             # BayStack 660 and others
nodevice                wi              # WaveLAN/Intersil/Symbol 802.11 
wireless NICs.
nodevice                wl              # Older non 802.11 Wavelan wireless NIC.

# Pseudo devices.
device          loop            # Network loopback
device          mem             # Memory and kernel memory devices
device          io              # I/O device
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!
device          bpf             # Berkeley packet filter

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

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



# USB support
device          uhci            # UHCI PCI->USB interface
device          ohci            # OHCI PCI->USB interface
device          usb             # USB Bus (required)
nodevice                udbp            # USB Double Bulk Pipe devices
device          ugen            # Generic
device          uhid            # "Human Interface Devices"
nodevice                ukbd            # Keyboard
nodevice                ulpt            # Printer
nodevice                umass           # Disks/Mass storage - Requires scbus 
and da
device          ums             # Mouse
nodevice                urio            # Diamond Rio 500 MP3 player
nodevice                uscanner        # Scanners
device          ehci
device          umct
device          umodem
device          ucom
device          ubsa
device          ubser
device          uftdi
device          uplcom
device          uvisor
device          uvscom
device          udav
options         USB_DEBUG
options         UPLCOM_INTR_INTERVAL=100
options         UVSCOM_DEFAULT_OPKTSIZE=8
options         UVSCOM_INTR_INTERVAL=100





options         SOFTUPDATES
options         HZ=100
device          pty
device          sio
options         COM_ESP
options         COM_MULTIPORT
options         CONSPEED=115200
device          uart
options         UART_PPS_ON_CTS

options         CPU_ENABLE_SSE
options         CPU_ENABLE_TCC
options         CPU_PPRO2CELERON

device          acpi
device          io






total 1
crw-r-----  1 root  operator    4,  10 Jan  7 18:18 acd0
crw-r--r--  1 root  wheel     244,   0 Jan  7 18:18 acpi
crw-r-----  1 root  operator    4,  11 Jan  7 18:18 ad2
crw-r-----  1 root  operator    4,  12 Jan  7 18:18 ad2s1
crw-r-----  1 root  operator    4,  13 Jan  7 18:18 ad2s2
crw-r-----  1 root  operator    4,  14 Jan  7 18:18 ad2s3
crw-r-----  1 root  operator    4,  17 Jan  7 18:18 ad2s3a
crw-r-----  1 root  operator    4,  18 Jan  7 18:18 ad2s3b
crw-r-----  1 root  operator    4,  19 Jan  7 18:18 ad2s3c
crw-r-----  1 root  operator    4,  15 Jan  7 18:18 ad2s5
crw-r-----  1 root  operator    4,  16 Jan  7 18:18 ad2s6
crw-------  1 root  wheel     242,   0 Jan  7 18:18 agpgart
crw-rw-r--  1 root  operator  243,   0 Jan  7 18:18 apm
crw-------  1 root  operator  251,   0 Jan  7 18:18 ata
crw-------  1 root  wheel     235,   0 Jan  7 18:18 atkbd0
crw-rw-rw-  1 root  wheel     234,   0 Jan  7 18:18 bpsm0
crw-------  1 root  wheel       0,   0 Jan  7 18:18 console
crw-------  1 root  wheel     233, 255 Jan  7 18:18 consolectl
crw-rw-rw-  1 root  wheel       1,   0 Jan  7 18:18 ctty
crw-rw----  1 uucp  dialer    239, 128 Jan  7 18:18 cuaa0
crw-rw----  1 uucp  dialer    239, 129 Jan  7 18:18 cuaa1
crw-rw----  1 uucp  dialer    238, 160 Jan  7 18:18 cuaia0
crw-rw----  1 uucp  dialer    238, 161 Jan  7 18:18 cuaia1
crw-rw----  1 uucp  dialer    238, 192 Jan  7 18:18 cuala0
crw-rw----  1 uucp  dialer    238, 193 Jan  7 18:18 cuala1
crw-------  1 root  wheel     173,   0 Jan  7 18:18 devctl
cr--------  1 root  wheel     230,   0 Jan  7 18:18 devstat
dr-xr-xr-x  2 root  wheel          512 Jan  7 18:18 fd
crw-------  1 root  wheel     250,   0 Jan  7 18:18 fido
crw-r-----  1 root  operator  252,   0 Jan  7 18:18 geom.ctl
crw-------  1 root  wheel     248,  14 Jan  7 18:18 io
lrwxr-xr-x  1 root  wheel            6 Jan  7 18:18 kbd0 -> atkbd0
crw-------  1 root  wheel       7,   0 Jan  7 18:18 klog
crw-r-----  1 root  kmem      249,   1 Jan  7 18:18 kmem
lrwxr-xr-x  1 root  wheel           12 Jan  7 18:18 log -> /var/run/log
crw-------  1 root  wheel     237,   0 Jan  7 18:18 lpt0
crw-------  1 root  wheel     237, 128 Jan  7 18:18 lpt0.ctl
crw-------  1 root  wheel     231, 0xffff00ff Jan  7 18:18 mdctl
crw-r-----  1 root  kmem      249,   0 Jan  7 18:18 mem
dr-xr-xr-x  2 root  wheel          512 Jan  7 18:18 net
lrwxr-xr-x  1 root  wheel            7 Jan  7 18:18 net1 -> net/rl0
lrwxr-xr-x  1 root  wheel            9 Jan  7 18:18 net2 -> net/plip0
lrwxr-xr-x  1 root  wheel            7 Jan  7 18:18 net3 -> net/lo0
crw-------  1 root  wheel     253,   0 Jan  7 18:18 network
crw-------  1 root  wheel     232,   1 Jan  7 18:18 nfs4
crw-rw-rw-  1 root  wheel       2,   2 Jan  7 18:18 null
crw-r--r--  1 root  wheel     246,   0 Jan  7 18:18 pci
crw-------  1 root  wheel     236,   0 Jan  7 18:18 ppi0
crw-rw-rw-  1 root  wheel     234,   1 Jan  7 18:18 psm0
crw-rw-rw-  1 root  wheel     245,   0 Jan  7 18:18 random
lrwxr-xr-x  1 root  wheel            4 Jan  7 18:18 stderr -> fd/2
lrwxr-xr-x  1 root  wheel            4 Jan  7 18:18 stdin -> fd/0
lrwxr-xr-x  1 root  wheel            4 Jan  7 18:18 stdout -> fd/1
crw-------  1 root  wheel     247, 128 Jan  7 18:18 sysmouse
crw-------  1 root  wheel     239,   0 Jan  7 18:18 ttyd0
crw-------  1 root  wheel     239,   1 Jan  7 18:18 ttyd1
crw-------  1 root  wheel     238,  32 Jan  7 18:18 ttyid0
crw-------  1 root  wheel     238,  33 Jan  7 18:18 ttyid1
crw-------  1 root  wheel     238,  64 Jan  7 18:18 ttyld0
crw-------  1 root  wheel     238,  65 Jan  7 18:18 ttyld1
crw-------  1 root  tty       233,   0 Jan  7 18:21 ttyv0
crw-------  1 root  wheel     233,   1 Jan  7 18:18 ttyv1
crw-------  1 root  wheel     233,   2 Jan  7 18:18 ttyv2
crw-------  1 root  wheel     233,   3 Jan  7 18:18 ttyv3
crw-------  1 root  wheel     233,   4 Jan  7 18:18 ttyv4
crw-------  1 root  wheel     233,   5 Jan  7 18:18 ttyv5
crw-------  1 root  wheel     233,   6 Jan  7 18:18 ttyv6
crw-------  1 root  wheel     233,   7 Jan  7 18:18 ttyv7
crw-------  1 root  wheel     233,   8 Jan  7 18:18 ttyv8
crw-------  1 root  wheel     233,   9 Jan  7 18:18 ttyv9
crw-------  1 root  wheel     233,  10 Jan  7 18:18 ttyva
crw-------  1 root  wheel     233,  11 Jan  7 18:18 ttyvb
crw-------  1 root  wheel     233,  12 Jan  7 18:18 ttyvc
crw-------  1 root  wheel     233,  13 Jan  7 18:18 ttyvd
crw-------  1 root  wheel     233,  14 Jan  7 18:18 ttyve
crw-------  1 root  wheel     233,  15 Jan  7 18:18 ttyvf
crw-r--r--  1 root  operator  241,   0 Jan  7 18:18 ugen0
crw-r--r--  1 root  operator  241,   1 Jan  7 18:18 ugen0.1
crw-r--r--  1 root  operator  241,   2 Jan  7 18:18 ugen0.2
crw-r--r--  1 root  operator  241,   3 Jan  7 18:18 ugen0.3
lrwxr-xr-x  1 root  wheel            6 Jan  7 18:18 urandom -> random
crw-rw----  1 root  operator  240, 255 Jan  7 18:18 usb
crw-rw----  1 root  operator  240,   0 Jan  7 18:18 usb0
crw-------  1 root  operator  229,   0 Jan  7 18:18 xpt0
crw-rw-rw-  1 root  wheel       2,  12 Jan  7 18:18 zero
FreeBSD v.5.3.

problem in install USB data cabel (based on prolific 2303 chip) for Siemens C72 
mobile phone.

1. "kernel_config.txt", "Kernel_config.hints.txt" - Compiled kernel with this 
setting(file)
2. "boot_defaults_loader.conf.txt" - This is a file from /boot/defaults.conf
3. "etc_rc.conf.txt" - This is a file from /etc/rc.conf
4. "var_log_messages.txt" - This is a log file from  /var/log/messages
5. "console_out_usbdevs_v.txt"- Command "usbdevs -s" after run  in console out 
text conteined in this file 
6. "dmesg.txt" - Conteind data out after run programm "dmesg" in console
7. "ls_dev.txt" - conteined data out after run command "ls /dev"


device /dev/ucom0 not created in any way.
What me do with my problem say me please.
sanc you.
Jan  7 18:18:20 backup kernel: Copyright (c) 1992-2004 The FreeBSD Project.
Jan  7 18:18:20 backup kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 
1989, 1991, 1992, 1993, 1994
Jan  7 18:18:20 backup kernel: The Regents of the University of California. All 
rights reserved.
Jan  7 18:18:20 backup kernel: FreeBSD 5.3-RELEASE #0: Wed Jan  4 08:23:58 UTC 
2006
Jan  7 18:18:20 backup kernel: [EMAIL 
PROTECTED]:/usr/src/sys/i386/compile/gooroo
Jan  7 18:18:20 backup kernel: module_register: module uhub/ugen already exists!
Jan  7 18:18:20 backup kernel: Module uhub/ugen failed to register: 17
Jan  7 18:18:20 backup kernel: module_register: module uhub/uhid already exists!
Jan  7 18:18:20 backup kernel: Module uhub/uhid failed to register: 17
Jan  7 18:18:20 backup kernel: module_register: module uhub/ums already exists!
Jan  7 18:18:20 backup kernel: Module uhub/ums failed to register: 17
Jan  7 18:18:20 backup kernel: Timecounter "i8254" frequency 1193182 Hz quality 0
Jan  7 18:18:20 backup kernel: CPU: Intel Celeron (1062.73-MHz 686-class CPU)
Jan  7 18:18:20 backup kernel: Origin = "GenuineIntel"  Id = 0x68a  Stepping = 
10
Jan  7 18:18:20 backup kernel: 
Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
Jan  7 18:18:20 backup kernel: real memory  = 133103616 (126 MB)
Jan  7 18:18:20 backup kernel: avail memory = 120590336 (115 MB)
Jan  7 18:18:20 backup kernel: acpi0: <IntelR AWRDACPI> on motherboard
Jan  7 18:18:20 backup kernel: acpi0: Power Button (fixed)
Jan  7 18:18:20 backup kernel: Timecounter "ACPI-fast" frequency 3579545 Hz 
quality 1000
Jan  7 18:18:20 backup kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 
0x4008-0x400b on acpi0
Jan  7 18:18:20 backup kernel: cpu0: <ACPI CPU (3 Cx states)> on acpi0
Jan  7 18:18:20 backup kernel: acpi_tz0: <Thermal Zone> on acpi0
Jan  7 18:18:20 backup kernel: acpi_button0: <Power Button> on acpi0
Jan  7 18:18:20 backup kernel: acpi_button1: <Sleep Button> on acpi0
Jan  7 18:18:20 backup kernel: pcib0: <ACPI Host-PCI bridge> port 
0x4000-0x40f7,0xcf8-0xcff on acpi0
Jan  7 18:18:20 backup kernel: ACPI link \_SB_.PCI0.LNKB has invalid initial 
irq 9, ignoring
Jan  7 18:18:20 backup kernel: pci0: <ACPI PCI bus> on pcib0
Jan  7 18:18:20 backup kernel: agp0: <Intel 82815 (i815 GMCH) SVGA controller> 
mem 0xd4100000-0xd417ffff,0xd0000000-0xd3ffffff irq 7 at device 2.0 on pci0
Jan  7 18:18:20 backup kernel: pcib1: <ACPI PCI-PCI bridge> at device 30.0 on 
pci0
Jan  7 18:18:20 backup kernel: pci1: <ACPI PCI bus> on pcib1
Jan  7 18:18:20 backup kernel: rl0: <RealTek 8139 10/100BaseTX> port 
0xc000-0xc0ff mem 0xd4000000-0xd40000ff irq 11 at device 7.0 on pci1
Jan  7 18:18:20 backup kernel: miibus0: <MII bus> on rl0
Jan  7 18:18:20 backup kernel: rlphy0: <RealTek internal media interface> on 
miibus0
Jan  7 18:18:20 backup kernel: rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 
100baseTX-FDX, auto
Jan  7 18:18:20 backup kernel: rl0: Ethernet address: 00:0e:2e:2d:f6:75
Jan  7 18:18:20 backup kernel: isab0: <PCI-ISA bridge> at device 31.0 on pci0
Jan  7 18:18:20 backup kernel: isa0: <ISA bus> on isab0
Jan  7 18:18:20 backup kernel: atapci0: <Intel ICH UDMA66 controller> port 
0xf000-0xf00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0
Jan  7 18:18:20 backup kernel: ata0: channel #0 on atapci0
Jan  7 18:18:20 backup kernel: ata1: channel #1 on atapci0
Jan  7 18:18:20 backup kernel: uhci0: <Intel 82801AA (ICH) USB controller> port 
0xd000-0xd01f irq 11 at device 31.2 on pci0
Jan  7 18:18:20 backup kernel: uhci0: [GIANT-LOCKED]
Jan  7 18:18:20 backup kernel: uhci0: LegSup = 0x2f00
Jan  7 18:18:20 backup kernel: usb0: <Intel 82801AA (ICH) USB controller> on 
uhci0
Jan  7 18:18:20 backup kernel: usb0: USB revision 1.0
Jan  7 18:18:20 backup kernel: uhub0: Intel UHCI root hub, class 9/0, rev 
1.00/1.00, addr 1
Jan  7 18:18:20 backup kernel: uhub0: 2 ports with 2 removable, self powered
Jan  7 18:18:20 backup kernel: ugen0: Siemens AG Siemens USB Connectivity, rev 
1.10/0.95, addr 2
Jan  7 18:18:20 backup kernel: pci0: <serial bus, SMBus> at device 31.3 (no 
driver attached)
Jan  7 18:18:20 backup kernel: pci0: <multimedia, audio> at device 31.5 (no 
driver attached)
Jan  7 18:18:20 backup kernel: sio0: <16550A-compatible COM port> port 
0x3f8-0x3ff irq 4 flags 0x10 on acpi0
Jan  7 18:18:20 backup kernel: sio0: type 16550A esp_port has com 3
Jan  7 18:18:20 backup kernel: esp_port has com 3
Jan  7 18:18:20 backup kernel: esp_port has com 3
Jan  7 18:18:20 backup kernel: 
Jan  7 18:18:20 backup kernel: sio1: <16550A-compatible COM port> port 
0x2f8-0x2ff irq 3 on acpi0
Jan  7 18:18:20 backup kernel: sio1: type 16550A esp_port has com 3
Jan  7 18:18:20 backup kernel: esp_port has com 3
Jan  7 18:18:20 backup kernel: esp_port has com 3
Jan  7 18:18:20 backup kernel: 
Jan  7 18:18:20 backup kernel: ppc0: <Standard parallel printer port> port 
0xe78-0xe7b,0xa78-0xa7b,0x678-0x67b,0x278-0x27f irq 5 on acpi0
Jan  7 18:18:20 backup kernel: ppc0: Generic chipset (NIBBLE-only) in 
COMPATIBLE mode
Jan  7 18:18:20 backup kernel: ppbus0: <Parallel port bus> on ppc0
Jan  7 18:18:20 backup kernel: plip0: <PLIP network interface> on ppbus0
Jan  7 18:18:20 backup kernel: lpt0: <Printer> on ppbus0
Jan  7 18:18:20 backup kernel: lpt0: Interrupt-driven port
Jan  7 18:18:20 backup kernel: ppi0: <Parallel I/O> on ppbus0
Jan  7 18:18:20 backup kernel: atkbdc0: <Keyboard controller (i8042)> port 
0x64,0x60 irq 1 on acpi0
Jan  7 18:18:20 backup kernel: atkbd0: <AT Keyboard> irq 1 on atkbdc0
Jan  7 18:18:20 backup kernel: kbd0 at atkbd0
Jan  7 18:18:20 backup kernel: atkbd0: [GIANT-LOCKED]
Jan  7 18:18:20 backup kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0
Jan  7 18:18:20 backup kernel: psm0: [GIANT-LOCKED]
Jan  7 18:18:20 backup kernel: psm0: model IntelliMouse, device ID 3
Jan  7 18:18:20 backup kernel: npx0: [FAST]
Jan  7 18:18:20 backup kernel: npx0: <math processor> on motherboard
Jan  7 18:18:20 backup kernel: npx0: INT 16 interface
Jan  7 18:18:20 backup kernel: orm0: <ISA Option ROM> at iomem 0xc0000-0xc9fff 
on isa0
Jan  7 18:18:20 backup kernel: pmtimer0 on isa0
Jan  7 18:18:20 backup kernel: sc0: <System console> at flags 0x100 on isa0
Jan  7 18:18:20 backup kernel: sc0: VGA <16 virtual consoles, flags=0x300>
Jan  7 18:18:20 backup kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df 
iomem 0xa0000-0xbffff on isa0
Jan  7 18:18:20 backup kernel: Timecounter "TSC" frequency 1062730855 Hz 
quality 800
Jan  7 18:18:20 backup kernel: Timecounters tick every 10.000 msec
Jan  7 18:18:20 backup kernel: acpi_cpu: throttling enabled, 2 steps (100% to 
50.0%), currently 100.0%
Jan  7 18:18:20 backup kernel: acd0: CDRW <HL-DT-ST GCE-8525B/1.03> at 
ata0-slave UDMA33
Jan  7 18:18:20 backup kernel: ad2: 76319MB <WDC WD800BB-00FRA0/77.07W77> 
[155061/16/63] at ata1-master UDMA66
Jan  7 18:18:20 backup kernel: Mounting root from ufs:/dev/ad2s3a
Jan  7 18:18:21 backup root: /etc/rc: WARNING: Setting entropy source to 
blocking mode.
Jan  7 18:18:25 backup kernel: Entropy device is blocking.
Jan  7 18:18:27 backup kernel: Entropy device is blocking.
Jan  7 18:18:33 backup login: ROOT LOGIN (root) ON ttyv0
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to