Re: link_elf_obj: symbol ata_controlcmd undefined

2012-06-14 Thread C. P. Ghost
  # Entropy device
device  ether   # Ethernet support
device  vlan# 802.1Q VLAN support
device  tun # Packet tunnel.
device  pty # BSD-style compatibility pseudo ttys
device  md  # Memory disks
device  gif # IPv6 and IPv4 tunneling
device  faith   # IPv6-to-IPv4 relaying (translation)
device  firmware# firmware assist module

# 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
options USB_DEBUG   # enable debug msgs
device  uhci# UHCI PCI-USB interface
device  ohci# OHCI PCI-USB interface
device  ehci# EHCI PCI-USB interface (USB 2.0)
device  xhci# XHCI PCI-USB interface (USB 3.0)
device  usb # USB Bus (required)
#device udbp# USB Double Bulk Pipe devices (needs netgraph)
device  uhid# Human Interface Devices
device  ukbd# Keyboard
device  ulpt# Printer
device  umass   # Disks/Mass storage - Requires scbus and da
device  ums # Mouse
device  urio# Diamond Rio 500 MP3 player
# USB Serial devices
device  u3g # USB-based 3G modems (Option, Huawei, Sierra)
device  uark# Technologies ARK3116 based serial adapters
device  ubsa# Belkin F5U103 and compatible serial adapters
device  uftdi   # For FTDI usb serial adapters
device  uipaq   # Some WinCE based devices
device  uplcom  # Prolific PL-2303 serial adapters
device  uslcom  # SI Labs CP2101/CP2102 serial adapters
device  uvisor  # Visor and Palm devices
device  uvscom  # USB serial support for DDI pocket's PHS
# 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
device  udav# Davicom DM9601E USB
# USB Wireless
device  rum # Ralink Technology RT2501USB wireless NICs
device  run # Ralink Technology RT2700/RT2800/RT3000 NICs.
device  uath# Atheros AR5523 wireless NICs
device  upgt# Conexant/Intersil PrismGT wireless NICs.
device  ural# Ralink Technology RT2500USB wireless NICs
device  urtw# Realtek RTL8187B/L wireless NICs
device  zyd # ZyDAS zd1211/zd1211b wireless NICs

# FireWire support
device  firewire# FireWire bus code
# sbp(4) works for some systems but causes boot failure on others
#device sbp # SCSI over FireWire (Requires scbus and da)
device  fwe # Ethernet over FireWire (non-standard!)
device  fwip# IP over FireWire (RFC 2734,3146)
device  dcons   # Dumb console driver
device  dcons_crom  # Configuration ROM for dcons

# Sound support
device  sound   # Generic sound driver (required)
device  snd_es137x  # Ensoniq AudioPCI ES137x
device  snd_hda # Intel High Definition Audio
device  snd_ich # Intel, NVidia and other ICH AC'97 Audio
device  snd_uaudio  # USB Audio
device  snd_via8233 # VIA VT8233x Audio

Regards,
-cpghost.

 Thanks
 Subhro

 --
 Subhro Sankha Kar
 System Administrator
 Working and playing with FreeBSD since 2002

 On 20-May-2012, at 5:53 PM, C. P. Ghost wrote:

 Hello,

 what does this boot message means, and where
 does it come from?

 link_elf_obj: symbol ata_controlcmd undefined
 linker_load_file: Unsupported file type

 It appears between between
  ZFS storage pool version 28
 and
  drm0: ATI Radeon HD 3200 Graphics on vgapci0

 uname -a:

 FreeBSD phenom.cordula.ws 9.0-STABLE FreeBSD 9.0-STABLE #0
 r235604: Fri May 18 15:49:06 CEST 2012 r...@phenom.cordula.ws:
 /usr/obj/usr/src/sys/GENERIC  amd64

 TIA,
 -cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: link_elf_obj: symbol ata_controlcmd undefined

2012-06-09 Thread Subhro Sankha Kar
Hello,

Looks like you have missed out something related to ATA in the kernel 
configuration file. Can you post your complete kernel config?

Thanks
Subhro

--
Subhro Sankha Kar
System Administrator
Working and playing with FreeBSD since 2002

On 20-May-2012, at 5:53 PM, C. P. Ghost wrote:

 Hello,
 
 what does this boot message means, and where
 does it come from?
 
 link_elf_obj: symbol ata_controlcmd undefined
 linker_load_file: Unsupported file type
 
 It appears between between
  ZFS storage pool version 28
 and
  drm0: ATI Radeon HD 3200 Graphics on vgapci0
 
 uname -a:
 
 FreeBSD phenom.cordula.ws 9.0-STABLE FreeBSD 9.0-STABLE #0
 r235604: Fri May 18 15:49:06 CEST 2012 r...@phenom.cordula.ws:
 /usr/obj/usr/src/sys/GENERIC  amd64
 
 TIA,
 -cpghost.
 
 -- 
 Cordula's Web. http://www.cordula.ws/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


link_elf_obj: symbol ata_controlcmd undefined

2012-05-20 Thread C. P. Ghost
Hello,

what does this boot message means, and where
does it come from?

link_elf_obj: symbol ata_controlcmd undefined
linker_load_file: Unsupported file type

It appears between between
  ZFS storage pool version 28
and
  drm0: ATI Radeon HD 3200 Graphics on vgapci0

uname -a:

FreeBSD phenom.cordula.ws 9.0-STABLE FreeBSD 9.0-STABLE #0
r235604: Fri May 18 15:49:06 CEST 2012 r...@phenom.cordula.ws:
/usr/obj/usr/src/sys/GENERIC  amd64

TIA,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org