snd_neomagic kldloads, then 5.2.1-p11 freezes

Thomas Beer nohuman at gmail.com
Thu Oct 28 06:21:04 PDT 2004


Nice,

but please stop cross-posting!

Cheers Thomas


On Thu, 28 Oct 2004 00:32:48 +0200, Jan Stary <hans at stare.cz> wrote:
> Hello,
> 
> I am running FreeBSD 5.2.1-p11 on a Dell Latitude LS notebook. (See
> KERNCONF and dmesg at the end.) Nearly everything is working fine,
> except for the sound chip.
> 
> I built the sound stuff as modules (sound/pcm + sound/driver/neomagic,
> resulting in snd_pcm + snd_neomagic).
> 
> When I try to insert the module, I get
> 
> # kldload snd_neomagic
> pcm0: <NeoMagic 256AV> mem 0xfea00000-0xfeafffff,0xf7800000-0xf7bfffff, irq 10, device 0.1 on pci1
> 
> and then the system freezes. If I compile pcm right into the kernel, the
> freeze occurs during bootime with the same message.
> 
> I also have wi0 running at irq 10 (see dmesg); when I don't use it (no
> card in, no device attached to wi0, irq 10 not used by anything), the
> freeze ocuurs all the same.
> 
> Suspecting some conflict between devices using irq 10, I said
> hint.pcm.0.irq="5" in /boot/device.hints (irq 5 is not used by
> anything), but kldloading snd_neomagic still tries to use irq 10
> - why is that? What is the right way of telling a device which irq to
> use?
> 
> Before I even found that it is a NeoMagic, I built all the sound modules
> and tried kldloading them. Some of them just loaded and nothing happened
> (I probably don't have any device they could serve), some resulted in
> 
> # kldload snd_ad1816
> sio1: configured irq 3 not in bitmap of probed irqs 0x4000
> sio1: port may not be enabled
> 
> # kldload snd_ess
> sio1: configured irq 3 not in bitmap of probed irqs 0
> sio1: port may not be enabled
> sio1: configured irq 3 not in bitmap of probed irqs 0
> sio1: port may not be enabled
> sio1: configured irq 3 not in bitmap of probed irqs 0
> sio1: port may not be enabled
> 
> # kldload snd_mss
> sio1: configured irq 3 not in bitmap of probed irqs 0
> sio1: port may not be enabled
> sio1: configured irq 3 not in bitmap of probed irqs 0
> sio1: port may not be enabled
> sio1: configured irq 3 not in bitmap of probed irqs 0
> sio1: port may not be enabled
> 
> # kldload speaker
> sio1: configured irq 3 not in bitmap of probed irqs 0
> sio1: port may not be enabled
> speaker0 port0x61 on acpi0
> 
> Why does kldloading a sound module have to do anything with sio1?
> Where is irq 3 'configured' to be used? (by the sound module?)
> 
> So I also disabled sio1 in device.hints (hint.sio.1.disabled="1") - there
> is only one sio at the machine anyway.
> 
> I use ACPI - does it have anything to do with my problem?
> (with ACPI, devices are 'on acpi0', not on 'on isa0' etc.)
> 
>        Thanks
> 
>                Jan
> 
> This is my KERNCONF:
> 
> # DELL -- kernel configuration file for FreeBSD/i386 on Dell Latitude LS
> 
> ident           DELL
> machine         i386
> cpu             I686_CPU
> #options                CPU_SUSP_HALT   # suspend on halt
> #options                CPU_UPGRADE_HW_CACHE # eliminates unneeded cache flushes
> #options                PERFMON
> 
> #hints          "GENERIC.hints"         # Default places to look for devices.
> #makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
> 
> options SCHED_ULE               # ULE scheduler
> 
> options INET                    # InterNETworking
> options INET6                   # IPv6 communications protocols
> options IPSEC
> options IPSEC_DEBUG
> options BRIDGE
> 
> 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 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
> 
> # Bus support.  Do not remove isa, even if you have no isa slots
> device  isa
> device  eisa
> device  pci
> 
> # Floppy drives
> #device fdc
> 
> # ATA and ATAPI devices
> device  ata
> device  atadisk         # ATA disk drives
> device  atapicd         # ATAPI CDROM drives
> device  atapifd         # ATAPI floppy drives
> options ATA_STATIC_ID   # Static device numbering
> 
> # 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  agp             # support several AGP chipsets
> #options        VESA
> 
> device  splash          # Splash screen and screen saver support
> device  sc              # syscons: the default console driver
> 
> # Floating point support - do not disable.
> device  npx
> 
> # 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
> 
> # ethernet
> device  miibus          # MII bus support
> device  xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')
> 
> # Wireless NIC cards
> device  wlan            # 802.11 support
> device  wi              # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
> 
> # 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
> 
> # ipfw
> options IPFIREWALL
> options IPFIREWALL_VERBOSE
> options IPDIVERT
> options IPSTEALTH
> 
> This is my dmesg:
> 
> 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.2.1-RELEASE-p11 #4: Sun Oct 24 15:28:38 CEST 2004
>    root at dell:/usr/obj/usr/src/sys/DELL
> Preloaded elf kernel "/boot/kernel/kernel" at 0xc07ad000.
> Preloaded elf module "/boot/kernel/splash_bmp.ko" at 0xc07ad1f4.
> Preloaded elf module "/boot/kernel/vesa.ko" at 0xc07ad2a4.
> Preloaded elf module "/boot/kernel/acpi.ko" at 0xc07ad350.
> Timecounter "i8254" frequency 1193182 Hz quality 0
> CPU: Intel Pentium III (398.27-MHz 686-class CPU)
>  Origin = "GenuineIntel"  Id = 0x683  Stepping = 3
>  Features=0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>
> real memory  = 134152192 (127 MB)
> avail memory = 124870656 (119 MB)
> Pentium Pro MTRR support enabled
> VESA: v2.0, 2496k memory, flags:0x0, mode table:0xc0758c62 (1000022)
> VESA: MagicGraph 256 AV 48K
> module_register_init: MOD_LOAD (splash_bmp, 0xc0750810, 0) error 2
> npx0: [FAST]
> npx0: <math processor> on motherboard
> npx0: INT 16 interface
> acpi0: <PTLTD    RSDT  > on motherboard
> pcibios: BIOS version 2.10
> Using $PIR table, 7 entries at 0xc00fdf50
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
> acpi0: Power Button (fixed)
> Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
> acpi_timer0: <24-bit timer at 3.579545MHz> port 0x8008-0x800b on acpi0
> acpi_cpu0: <CPU> on acpi0
> acpi_tz0: <Thermal Zone> on acpi0
> pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
> pci0: <ACPI PCI bus> on pcib0
> pcib0: slot 7 INTD is routed to irq 10
> pcib0: slot 10 INTA is routed to irq 10
> pcib0: slot 13 INTA is routed to irq 10
> pcib0: slot 16 INTA is routed to irq 3
> agp0: <Intel 82443BX (440 BX) host to PCI bridge> mem 0xf8000000-0xfbffffff at device 0.0 on pci0
> pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
> pci1: <ACPI PCI bus> on pcib1
> pcib1: slot 0 INTA is routed to irq 10
> pcib1: slot 0 INTB is routed to irq 10
> pci1: <display, VGA> at device 0.0 (no driver attached)
> pci1: <multimedia, audio> at device 0.1 (no driver attached)
> isab0: <PCI-ISA bridge> at device 7.0 on pci0
> isa0: <ISA bus> on isab0
> atapci0: <Intel PIIX4 UDMA33 controller> port 0xfcd0-0xfcdf at device 7.1 on pci0
> ata0: at 0x1f0 irq 14 on atapci0
> ata0: [MPSAFE]
> ata1: at 0x170 irq 15 on atapci0
> ata1: [MPSAFE]
> pci0: <serial bus, USB> at device 7.2 (no driver attached)
> pci0: <bridge, PCI-unknown> at device 7.3 (no driver attached)
> cbb0: <TI1211 PCI-CardBus Bridge> irq 10 at device 10.0 on pci0
> cardbus0: <CardBus bus> on cbb0
> pccard0: <16-bit PCCard bus> on cbb0
> cbb0: [MPSAFE]
> xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xfc00-0xfc7f mem 0xfedfec00-0xfedfec7f irq 10 at device 13.0 on pci0
> xl0: Ethernet address: 00:b0:d0:4d:ae:31
> miibus0: <MII bus> on xl0
> xlphy0: <3c905C 10/100 internal PHY> on miibus0
> xlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
> pci0: <simple comms> at device 16.0 (no driver attached)
> acpi_acad0: <AC Adapter> on acpi0
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT1._STA] (Node 0xc1c33960), AE_NOT_EXIST
> acpi_cmbat0: <Control Method Battery> on acpi0
> acpi_lid0: <Control Method Lid Switch> on acpi0
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.LID_._PSW] (Node 0xc1c33800), AE_NOT_EXIST
> acpi_button0: <Sleep Button> on acpi0
> ppc0 port 0x778-0x77f,0x378-0x37f irq 7 on acpi0
> ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode
> ppc0: FIFO with 16/16/8 bytes threshold
> ppbus0: <Parallel port bus> on ppc0
> sio0 port 0x3f8-0x3ff irq 4 on acpi0
> sio0: type 16550A
> atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
> atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
> kbd0 at atkbd0
> psm0: <PS/2 Mouse> irq 12 on atkbdc0
> psm0: model Generic PS/2 mouse, device ID 0
> acpi_ec0: <Embedded Controller: GPE 0> port 0x66,0x62 on acpi0
>    ACPI-0438: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0438: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0438: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0438: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0438: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0438: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0438: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0438: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0438: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0438: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0438: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.FDC_.FDDA._STA] (Node 0xc1c2f6e0), AE_NO_HARDWARE_RESPONSE
> orm0: <Option ROMs> at iomem 0xdc000-0xdffff,0xcc000-0xcc7ff,0xc0000-0xcbfff 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 398271068 Hz quality 800
> Timecounters tick every 10.000 msec
> ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to deny, logging unlimited
> IPsec: Initialized Security Association Processing.
> acpi_cpu: throttling enabled, 8 steps (100% to 12.5%), currently 100.0%
> wi0: <  IEEE 802.11 Wireless LAN/PC Card> at port 0x100-0x13f irq 10 function 0 config 1 on pccard0
> wi0: 802.11 address: 00:60:b3:78:f2:3c
> wi0: using RF:PRISM2.5 MAC:ISL3873
> wi0: Intersil Firmware: Primary (1.0.7), Station (1.3.6)
> wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
> GEOM: create disk ad0 dp=0xc1cad860
> ad0: 19077MB <IC25N020ATMR04-0> [38760/16/63] at ata0-master UDMA33
>    ACPI-0438: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.ACAD._PSR] (Node 0xc1c33b20), AE_NO_HARDWARE_RESPONSE
> Mounting root from ufs:/dev/ad0s2a
> system power profile changed to 'economy'
>    ACPI-0438: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.EC0_.SMRD] (Node 0xc1c31980), AE_NO_HARDWARE_RESPONSE
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1.UPBS] (Node 0xc1c338e0), AE_NO_HARDWARE_RESPONSE
>    ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT1._BST] (Node 0xc1c33920), AE_NO_HARDWARE_RESPONSE
> 
> _______________________________________________
> freebsd-multimedia at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia
> To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe at freebsd.org"
> _______________________________________________
> freebsd-mobile at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
> To unsubscribe, send any mail to "freebsd-mobile-unsubscribe at freebsd.org"
>


More information about the freebsd-questions mailing list