Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Oct 2004 17:40:18 -0700 (PDT)
From:      Frank Mayhar <frank@lap.exit.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    i386/73298: "Fatal trap 12: page fault while in kernel mode" in NDIS
Message-ID:  <200410300040.i9U0eIPb000724@lap.exit.com>
Resent-Message-ID: <200410300040.i9U0eUbj028103@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         73298
>Category:       i386
>Synopsis:       "Fatal trap 12: page fault while in kernel mode" in NDIS
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 30 00:40:30 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Frank Mayhar
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
Exit Consulting
>Environment:
System: FreeBSD lap 5.3-STABLE FreeBSD 5.3-STABLE #6: Wed Oct 27 18:08:57 PDT 2004 frank@lap:/home/obj/usr/src/sys/AUTON i386

This one is the kernel panic I've been trying to isolate and track down for
a couple of days.

I've been using the NDISulator to run my Dell-branded Broadcom wireless
card (BCM4309) as that's the only way I can do so.  Unfortunately I've
been running into a lot of watchdog timeouts and pretty regular crashes.
This really only happens under network load and usually when the watchdog
goes off, although I can force it by loading the network and then periodically
doing "ifconfig bcm0 up" (which resets the interface, apparently).  Note
that my NDIS interface, by the way, is called "bcm0" rather than "ndis0."

Often when doing the "ifconfig bcm0 up" I've seen these messages:

	bcm0: link down
	NDIS: buggy driver deleting active packet pool!
	NDIS: buggy driver deleting active buffer pool!
	bcm0: link up

I strongly suspect that these are related to the crash I describe below.
I did finally isolate the crash, although the actual fault is in a Windows
driver routine, not in FreeBSD NDIS code.  Here's the panic message:

Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address   = 0xdeadc0de
fault code              = supervisor read, page not present
instruction pointer     = 0x8:0xc0cb5421
stack pointer           = 0x10:0xd5687cc4
frame pointer           = 0x10:0xd5687d04
code segment            = base 0x0, limit 0xfffff, type 0x1b
                        = DPL 0, pres 1, def32 1, gran 1
processor eflags        = interrupt enabled, resume, IOPL = 0
current process         = 40 (ndis swi)

Down in the Windows driver, the routine in question is trying to dereference
a passed pointer which just so happens to be in an area of freed memory:

(gdb) frame 0
#0  0xc0cb5421 in drv_data ()
(gdb) x/2i 0xc0cb541d
0xc0cb541d <drv_data+20617>:    mov    0x4(%esp),%ecx
0xc0cb5421 <drv_data+20621>:    mov    (%ecx),%edx
(gdb) print $ecx
$23 = 0xdeadc0de

The traceback isn't that interesting, as most of it is in the Windows driver.
(All of the dumped data is below, in order as I mention it; I didn't want to
intersperse it with my commentary as I am afraid my commentary will get lost.)
The argument to ndis_return() isn't that interesting, either, but I find the
softc contents to be _very_ interesting, filled as it is with 0xdeadc0de.
The "adapter" NDIS handle is also very interesting, as _it_ is filled with
0xdeadc0de as well.

I can't think of anything else I can include.  I've taken this about as far
as I can without a much, much better understanding of NDIS in general and
the NDISulator in particular.  I'm convinced, though, that the "buggy driver"
messages are related to the root cause of this and I would guess that the
watchdog timeouts are related as well.

I hope that this is enough information to isolate this thing.  If I can
provide more, please let me know.  I've also appended a "pciconf -lv" and
a verbose-boot dmesg to this report.

Here is all the data to which I refer above:

(gdb) bt
#0  0xc0cb5421 in drv_data ()
#1  0xc0cb5504 in drv_data ()
#2  0xdeadc0de in ?? ()
#3  0xc23db7d4 in ?? ()
#4  0xc22210f4 in ?? ()
#5  0xc2221000 in ?? ()
#6  0xc0cb0a3b in drv_data ()
#7  0xc2221000 in ?? ()
#8  0xc28374a0 in ?? ()
#9  0xc2221000 in ?? ()
#10 0x00000044 in ?? ()
#11 0xc0d08493 in ndis_return (arg=0xc28374a0) at /usr/src/sys/modules/ndis/../../compat/ndis/kern_ndis.c:786
#12 0xc0d07851 in ndis_runq (arg=0xc0d0bd30) at /usr/src/sys/modules/ndis/../../compat/ndis/kern_ndis.c:227
#13 0xc04e5694 in fork_exit (callout=0xc0d077d8 <ndis_runq>, arg=0xc0d0bd30, frame=0xd5687d48)
    at /usr/src/sys/kern/kern_fork.c:811
#14 0xc0614e3c in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:209

(gdb) print *(ndis_packet *)arg
$21 = {
  np_private = {
    npp_physcnt = 0x0, 
    npp_totlen = 0x0, 
    npp_head = 0xc28367bc, 
    npp_tail = 0xc220d0e0, 
    npp_pool = 0xc2836000, 
    npp_count = 0x0, 
    npp_flags = 0x0, 
    npp_validcounts = 0x0, 
    npp_ndispktflags = 0x80, 
    npp_packetooboffset = 0x38
  }, 
  u = {
    np_clrsvd = {
      np_miniport_rsvd = "\000\000\000\000\000\000\000", 
      np_wrapper_rsvd = "\000\000\000\000\000\000\000"
    }, 
    np_dsrsvd = {
      np_miniport_rsvdex = '\0' <repeats 11 times>, 
      np_wrapper_rsvdex = "\000\000\000"
    }, 
    np_macrsvd = {
      np_mac_rsvd = '\0' <repeats 15 times>
    }
  }, 
  np_rsvd = {0x0, 0x0}, 
  np_oob = {
    u = {
      npo_timetotx = 0x0, 
      npo_timetxed = 0x0
    }, 
    npo_timerxed = 0x0, 
    npo_hdrlen = 0xe, 
    npo_mediaspecific_len = 0x0, 
    npo_mediaspecific = 0x0, 
    npo_status = 0x103
  }, 
  np_ext = {
    npe_info = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}
  }, 
  np_sclist = {
    nsl_frags = 0x0, 
    nsl_rsvd = 0x0, 
    nsl_elements = {{
        nse_addr = {
          np_quad = 0x0
        }, 
        nse_len = 0x0, 
        nse_rsvd = 0x0
      } <repeats 32 times>}
  }, 
  np_refcnt = 0x0, 
  np_softc = 0xc1ece000, 
  np_m0 = 0x0, 
  np_txidx = 0x0
}

(gdb) print *sc
$20 = {
  ic = {
    ic_ac = {
      ac_if = {
        if_softc = 0xdeadc0de, 
        if_link = {
          tqe_next = 0xdeadc0de, 
          tqe_prev = 0xdeadc0de
        }, 
        if_xname = "ÞÀ­Þï¾­Þï¾­Þ\000\000\000", 
        if_dname = 0xdeadc0de <Address 0xdeadc0de out of bounds>, 
        if_dunit = 0x0, 
        if_addrhead = {
          tqh_first = 0xdeadc0de, 
          tqh_last = 0xdeadc0de
        }, 
        if_klist = {
          kl_lock = 0xdeadc0de, 
          kl_list = {
            slh_first = 0xdeadc0de
          }
        }, 
        if_pcount = 0xdeadc0de, 
        if_carp = 0xdeadc0de, 
        if_bpf = 0xdeadc0de, 
        if_index = 0xc0de, 
        if_timer = 0xdead, 
        if_nvlans = 0xc0de, 
        if_flags = 0xdeadc0de, 
        if_capabilities = 0xdeadc0de, 
        if_capenable = 0xdeadc0de, 
        if_linkmib = 0xdeadc0de, 
        if_linkmiblen = 0xdeadc0de, 
        if_data = {
          ifi_type = 0xde, 
          ifi_physical = 0xc0, 
          ifi_addrlen = 0xad, 
          ifi_hdrlen = 0xde, 
          ifi_link_state = 0xde, 
          ifi_recvquota = 0xc0, 
          ifi_xmitquota = 0xad, 
          ifi_datalen = 0xde, 
          ifi_mtu = 0xdeadc0de, 
          ifi_metric = 0xdeadc0de, 
          ifi_baudrate = 0xdeadc0de, 
          ifi_ipackets = 0xdeadc0de, 
          ifi_ierrors = 0xdeadc0de, 
          ifi_opackets = 0xdeadc0de, 
          ifi_oerrors = 0xdeadc0de, 
          ifi_collisions = 0xdeadc0de, 
          ifi_ibytes = 0xdeadc0de, 
          ifi_obytes = 0xdeadc0de, 
          ifi_imcasts = 0xdeadc0de, 
          ifi_omcasts = 0xdeadc0de, 
          ifi_iqdrops = 0xdeadc0de, 
          ifi_noproto = 0xdeadc0de, 
          ifi_hwassist = 0xdeadc0de, 
          ifi_epoch = 0xdeadc0de, 
          ifi_lastchange = {
            tv_sec = 0xdeadc0de, 
            tv_usec = 0xdeadc0de
          }
        }, 
        if_multiaddrs = {
          tqh_first = 0xdeadc0de, 
          tqh_last = 0xdeadc0de
        }, 
        if_amcount = 0xdeadc0de, 
        if_output = 0xdeadc0de, 
        if_input = 0xdeadc0de, 
        if_start = 0xdeadc0de, 
        if_ioctl = 0xdeadc0de, 
        if_watchdog = 0xdeadc0de, 
        if_init = 0xdeadc0de, 
        if_resolvemulti = 0xdeadc0de, 
        if_snd = {
          ifq_head = 0xdeadc0de, 
          ifq_tail = 0xdeadc0de, 
          ifq_len = 0xdeadc0de, 
          ifq_maxlen = 0xdeadc0de, 
          ifq_drops = 0xdeadc0de, 
          ifq_mtx = {
            mtx_object = {
              lo_class = 0xdeadc0de, 
              lo_name = 0xdeadc0de <Address 0xdeadc0de out of bounds>, 
              lo_type = 0xdeadc0de <Address 0xdeadc0de out of bounds>, 
              lo_flags = 0xdeadc0de, 
              lo_list = {
                tqe_next = 0xdeadc0de, 
                tqe_prev = 0xdeadc0de
              }, 
              lo_witness = 0xdeadc0de
            }, 
            mtx_lock = 0xdeadc0de, 
            mtx_recurse = 0xdeadc0de
          }, 
          ifq_drv_head = 0xdeadc0de, 
          ifq_drv_tail = 0xdeadc0de, 
          ifq_drv_len = 0xdeadc0de, 
          ifq_drv_maxlen = 0xdeadc0de, 
          altq_type = 0xdeadc0de, 
          altq_flags = 0xdeadc0de, 
          altq_disc = 0xdeadc0de, 
          altq_ifp = 0xdeadc0de, 
          altq_enqueue = 0xdeadc0de, 
          altq_dequeue = 0xdeadc0de, 
          altq_request = 0xdeadc0de, 
          altq_clfier = 0xdeadc0de, 
          altq_classify = 0xdeadc0de, 
          altq_tbr = 0xdeadc0de, 
          altq_cdnr = 0xdeadc0de
        }, 
        if_broadcastaddr = 0xdeadc0de <Address 0xdeadc0de out of bounds>, 
        lltables = 0xdeadc0de, 
        if_label = 0xdeadc0de, 
        if_prefixhead = {
          tqh_first = 0xdeadc0de, 
          tqh_last = 0xdeadc0de
        }, 
        if_afdata = {0xdeadc0de <repeats 37 times>}, 
        if_afdata_initialized = 0xdeadc0de, 
        if_afdata_mtx = {
          mtx_object = {
            lo_class = 0xdeadc0de, 
            lo_name = 0xdeadc0de <Address 0xdeadc0de out of bounds>, 
            lo_type = 0xdeadc0de <Address 0xdeadc0de out of bounds>, 
            lo_flags = 0xdeadc0de, 
            lo_list = {
              tqe_next = 0xdeadc0de, 
              tqe_prev = 0xdeadc0de
            }, 
            lo_witness = 0xdeadc0de
          }, 
          mtx_lock = 0xdeadc0de, 
          mtx_recurse = 0xdeadc0de
        }, 
        if_starttask = {
          ta_link = {
            stqe_next = 0xdeadc0de
          }, 
          ta_pending = 0xdeadc0de, 
          ta_priority = 0xdeadc0de, 
          ta_func = 0xdeadc0de, 
          ta_context = 0xdeadc0de
        }
      }, 
      ac_enaddr = "ÞÀ­ÞÞÀ", 
      now_unused = 0xdeadc0de, 
      ac_netgraph = 0xdeadc0de
    }, 
    ic_recv_mgmt = 0xdeadc0de, 
    ic_send_mgmt = 0xdeadc0de, 
    ic_newstate = 0xdeadc0de, 
    ic_newassoc = 0xdeadc0de, 
    ic_myaddr = "ÞÀ­ÞÞÀ", 
    ic_sup_rates = {{
        rs_nrates = 0xad, 
        rs_rates = "ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ"
      }, {
        rs_nrates = 0xad, 
        rs_rates = "ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ"
      }, {
        rs_nrates = 0xad, 
        rs_rates = "ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ"
      }, {
        rs_nrates = 0xad, 
        rs_rates = "ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ"
      }, {
        rs_nrates = 0xad, 
        rs_rates = "ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ"
      }, {
        rs_nrates = 0xad, 
        rs_rates = "ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ"
      }}, 
    ic_channels = {{
        ic_freq = 0xdead, 
        ic_flags = 0xc0de
      } <repeats 256 times>}, 
    ic_chan_avail = "­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ"..., 
    ic_chan_active = "­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­Þ \211iÀÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ"..., 
    ic_chan_scan = "­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ"..., 
    ic_mgtq = {
      ifq_head = 0xdeadc0de, 
      ifq_tail = 0xdeadc0de, 
      ifq_len = 0xdeadc0de, 
      ifq_maxlen = 0xdeadc0de, 
      ifq_drops = 0xdeadc0de, 
      ifq_mtx = {
        mtx_object = {
          lo_class = 0xdeadc0de, 
          lo_name = 0xdeadc0de <Address 0xdeadc0de out of bounds>, 
          lo_type = 0xdeadc0de <Address 0xdeadc0de out of bounds>, 
          lo_flags = 0xdeadc0de, 
          lo_list = {
            tqe_next = 0xdeadc0de, 
            tqe_prev = 0xdeadc0de
          }, 
          lo_witness = 0xdeadc0de
        }, 
        mtx_lock = 0xdeadc0de, 
        mtx_recurse = 0xdeadc0de
      }
    }, 
    ic_flags = 0xdeadc0de, 
    ic_caps = 0xdeadc0de, 
    ic_modecaps = 0xc0de, 
    ic_curmode = 0xdead, 
    ic_phytype = 3735929054, 
    ic_opmode = 3735929054, 
    ic_state = 3735929054, 
    ic_protmode = 3735929054, 
    ic_media = {
      ifm_mask = 0xdeadc0de, 
      ifm_media = 0xdeadc0de, 
      ifm_cur = 0xdeadc0de, 
      ifm_list = {
        lh_first = 0xdeadc0de
      }, 
      ifm_change = 0xdeadc0de, 
      ifm_status = 0xdeadc0de
    }, 
    ic_rawbpf = 0xdeadc0de, 
    ic_bss = 0xdeadc0de, 
    ic_ibss_chan = 0xdeadc0de, 
    ic_fixed_rate = 0xdeadc0de, 
    ic_rtsthreshold = 0xc0de, 
    ic_fragthreshold = 0xdead, 
    ic_nodelock = {
      mtx_object = {
        lo_class = 0xdeadc0de, 
        lo_name = 0xdeadc0de <Address 0xdeadc0de out of bounds>, 
        lo_type = 0xdeadc0de <Address 0xdeadc0de out of bounds>, 
        lo_flags = 0xdeadc0de, 
        lo_list = {
          tqe_next = 0xdeadc0de, 
          tqe_prev = 0xdeadc0de
        }, 
        lo_witness = 0xdeadc0de
      }, 
      mtx_lock = 0xdeadc0de, 
      mtx_recurse = 0xdeadc0de
    }, 
    ic_scangen = 0xdeadc0de, 
    ic_node_alloc = 0xdeadc0de, 
    ic_node_free = 0xdeadc0de, 
    ic_node_copy = 0xdeadc0de, 
    ic_node_getrssi = 0xdeadc0de, 
    ic_node = {
      tqh_first = 0xdeadc0de, 
      tqh_last = 0xdeadc0de
    }, 
    ic_hash = {{
        lh_first = 0xdeadc0de
      } <repeats 32 times>}, 
    ic_lintval = 0xc0de, 
    ic_holdover = 0xdead, 
    ic_txmin = 0xc0de, 
    ic_txmax = 0xdead, 
    ic_txlifetime = 0xc0de, 
    ic_txpower = 0xdead, 
    ic_bmisstimeout = 0xc0de, 
    ic_mgt_timer = 0xdeadc0de, 
    ic_inact_timer = 0xdeadc0de, 
    ic_des_esslen = 0xdeadc0de, 
    ic_des_essid = "ÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­Þ", 
    ic_des_chan = 0xdeadc0de, 
    ic_des_bssid = "ÞÀ­ÞÞÀ", 
    ic_nw_keys = {{
        wk_len = 0xdeadc0de, 
        wk_key = "ÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­Þ"
      }, {
        wk_len = 0xdeadc0de, 
        wk_key = "ÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­Þ"
      }, {
        wk_len = 0xdeadc0de, 
        wk_key = "ÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­Þ"
      }, {
        wk_len = 0xdeadc0de, 
        wk_key = "ÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­Þ"
      }}, 
    ic_wep_txkey = 0xdeadc0de, 
    ic_wep_ctx = 0xdeadc0de, 
    ic_iv = 0xdeadc0de, 
    ic_stats = {
      is_rx_badversion = 0xdeadc0de, 
      is_rx_tooshort = 0xdeadc0de, 
      is_rx_wrongbss = 0xdeadc0de, 
      is_rx_dup = 0xdeadc0de, 
      is_rx_wrongdir = 0xdeadc0de, 
      is_rx_mcastecho = 0xdeadc0de, 
      is_rx_notassoc = 0xdeadc0de, 
      is_rx_nowep = 0xdeadc0de, 
      is_rx_wepfail = 0xdeadc0de, 
      is_rx_decap = 0xdeadc0de, 
      is_rx_mgtdiscard = 0xdeadc0de, 
      is_rx_ctl = 0xdeadc0de, 
      is_rx_rstoobig = 0xdeadc0de, 
      is_rx_elem_missing = 0xdeadc0de, 
      is_rx_elem_toobig = 0xdeadc0de, 
      is_rx_elem_toosmall = 0xdeadc0de, 
      is_rx_elem_unknown = 0xdeadc0de, 
      is_rx_badchan = 0xdeadc0de, 
      is_rx_chanmismatch = 0xdeadc0de, 
      is_rx_nodealloc = 0xdeadc0de, 
      is_rx_ssidmismatch = 0xdeadc0de, 
      is_rx_auth_unsupported = 0xdeadc0de, 
      is_rx_auth_fail = 0xdeadc0de, 
      is_rx_assoc_bss = 0xdeadc0de, 
      is_rx_assoc_notauth = 0xdeadc0de, 
      is_rx_assoc_capmismatch = 0xdeadc0de, 
      is_rx_assoc_norate = 0xdeadc0de, 
      is_rx_deauth = 0xdeadc0de, 
      is_rx_disassoc = 0xdeadc0de, 
      is_rx_badsubtype = 0xdeadc0de, 
      is_rx_nombuf = 0xdeadc0de, 
      is_rx_decryptcrc = 0xdeadc0de, 
      is_rx_ahdemo_mgt = 0xdeadc0de, 
      is_rx_bad_auth = 0xdeadc0de, 
      is_tx_nombuf = 0xdeadc0de, 
      is_tx_nonode = 0xdeadc0de, 
      is_tx_unknownmgt = 0xdeadc0de, 
      is_scan_active = 0xdeadc0de, 
      is_scan_passive = 0xdeadc0de, 
      is_node_timeout = 0xdeadc0de, 
      is_crypto_nomem = 0xdeadc0de
    }
  }, 
  ifmedia = {
    ifm_mask = 0xdeadc0de, 
    ifm_media = 0xdeadc0de, 
    ifm_cur = 0xdeadc0de, 
    ifm_list = {
      lh_first = 0xdeadc0de
    }, 
    ifm_change = 0xdeadc0de, 
    ifm_status = 0xdeadc0de
  }, 
  ndis_hwassist = 0xdeadc0de, 
  ndis_v4tx = 0xdeadc0de, 
  ndis_v4rx = 0xdeadc0de, 
  ndis_bhandle = 0xdeadc0de, 
  ndis_btag = 0xdeadc0de, 
  ndis_intrhand = 0xdeadc0de, 
  ndis_irq = 0xdeadc0de, 
  ndis_res = 0xdeadc0de, 
  ndis_res_io = 0xdeadc0de, 
  ndis_io_rid = 0xdeadc0de, 
  ndis_res_mem = 0xdeadc0de, 
  ndis_mem_rid = 0xdeadc0de, 
  ndis_res_altmem = 0xdeadc0de, 
  ndis_altmem_rid = 0xdeadc0de, 
  ndis_res_am = 0xdeadc0de, 
  ndis_am_rid = 0xdeadc0de, 
  ndis_res_cm = 0xdeadc0de, 
  ndis_rl = {
    slh_first = 0xdeadc0de
  }, 
  ndis_rescnt = 0xdeadc0de, 
  ndis_mtx = {
    mtx_object = {
      lo_class = 0xdeadc0de, 
      lo_name = 0xdeadc0de <Address 0xdeadc0de out of bounds>, 
      lo_type = 0xdeadc0de <Address 0xdeadc0de out of bounds>, 
      lo_flags = 0xdeadc0de, 
      lo_list = {
        tqe_next = 0xdeadc0de, 
        tqe_prev = 0xdeadc0de
      }, 
      lo_witness = 0xdeadc0de
    }, 
    mtx_lock = 0xdeadc0de, 
    mtx_recurse = 0xdeadc0de
  }, 
  ndis_intrmtx = {
    mtx_object = {
      lo_class = 0xdeadc0de, 
      lo_name = 0xdeadc0de <Address 0xdeadc0de out of bounds>, 
      lo_type = 0xdeadc0de <Address 0xdeadc0de out of bounds>, 
      lo_flags = 0xdeadc0de, 
      lo_list = {
        tqe_next = 0xdeadc0de, 
        tqe_prev = 0xdeadc0de
      }, 
      lo_witness = 0xdeadc0de
    }, 
    mtx_lock = 0xdeadc0de, 
    mtx_recurse = 0xdeadc0de
  }, 
  ndis_dev = 0xdeadc0de, 
  ndis_unit = 0xdeadc0de, 
  ndis_block = {
    nmb_signature = 0xdeadc0de, 
    nmb_nextminiport = 0xdeadc0de, 
    nmb_driverhandle = 0xdeadc0de, 
    nmb_miniportadapterctx = 0xdeadc0de, 
    nmb_name = {
      nus_len = 0xc0de, 
      nus_maxlen = 0xdead, 
      nus_buf = 0xdeadc0de
    }, 
    nmb_bindpaths = 0xdeadc0de, 
    nmb_openqueue = 0xdeadc0de, 
    nmb_ref = {
      nr_spinlock = 0xdeadc0de, 
      nr_refcnt = 0xc0de, 
      nr_closing = 0xad
    }, 
    nmb_devicectx = 0xdeadc0de, 
    nmb_padding = 0xde, 
    nmb_lockacquired = 0xc0, 
    nmb_pmodeopens = 0xad, 
    nmb_assignedcpu = 0xde, 
    nmb_lock = 0xdeadc0de, 
    nmb_mediarequest = 0xdeadc0de, 
    nmb_interrupt = 0xdeadc0de, 
    nmb_flags = 0xdeadc0de, 
    nmb_pnpflags = 0xdeadc0de, 
    nmb_packetlist = {
      nle_flink = 0xdeadc0de, 
      nle_blink = 0xdeadc0de
    }, 
    nmb_firstpendingtxpacket = 0xdeadc0de, 
    nmb_returnpacketqueue = 0xdeadc0de, 
    nmb_requestbuffer = 0xdeadc0de, 
    nmb_setmcastbuf = 0xdeadc0de, 
    nmb_primaryminiport = 0xdeadc0de, 
    nmb_wrapperctx = 0xdeadc0de, 
    nmb_busdatactx = 0xdeadc0de, 
    nmb_pnpcaps = 0xdeadc0de, 
    nmb_resources = 0xdeadc0de, 
    nmb_wkupdpctimer = {
      nt_ktimer = {
        k_header = {
          dh_type = 0xde, 
          dh_abs = 0xc0, 
          dh_size = 0xad, 
          dh_inserted = 0xde, 
          dh_sigstate = 0xdeadc0de, 
          dh_waitlisthead = {
            nle_flink = 0xdeadc0de, 
            nle_blink = 0xdeadc0de
          }
        }, 
        k_duetime = 0xdeadc0dedeadc0de, 
        u = {
          k_timerlistentry = {
            nle_flink = 0xdeadc0de, 
            nle_blink = 0xdeadc0de
          }, 
          k_handle = {
            callout = 0xdeadc0de
          }
        }, 
        k_dpc = 0xdeadc0de, 
        k_period = 0xdeadc0de
      }, 
      nt_kdpc = {
        k_type = 0xc0de, 
        k_num = 0xad, 
        k_importance = 0xde, 
        k_dpclistentry = {
          nle_flink = 0xdeadc0de, 
          nle_blink = 0xdeadc0de
        }, 
        k_deferedfunc = 0xdeadc0de, 
        k_deferredctx = 0xdeadc0de, 
        k_sysarg1 = 0xdeadc0de, 
        k_sysarg2 = 0xdeadc0de, 
        k_lock = 0xdeadc0de
      }
    }, 
    nmb_basename = {
      nus_len = 0xc0de, 
      nus_maxlen = 0xdead, 
      nus_buf = 0xdeadc0de
    }, 
    nmb_symlinkname = {
      nus_len = 0xc0de, 
      nus_maxlen = 0xdead, 
      nus_buf = 0xdeadc0de
    }, 
    nmb_checkforhangsecs = 0xdeadc0de, 
    nmb_cfhticks = 0xc0de, 
    nmb_cfhcurrticks = 0xdead, 
    nmb_resetstatus = 0xdeadc0de, 
    nmb_resetopen = 0xdeadc0de, 
    nmb_filterdbs = {
      u = {
        nf_ethdb = 0xdeadc0de, 
        nf_nulldb = 0xdeadc0de
      }, 
      nf_trdb = 0xdeadc0de, 
      nf_fddidb = 0xdeadc0de, 
      nf_arcdb = 0xdeadc0de
    }, 
    nmb_pktind_func = 0xdeadc0de, 
    nmb_senddone_func = 0xdeadc0de, 
    nmb_sendrsrc_func = 0xdeadc0de, 
    nmb_resetdone_func = 0xdeadc0de, 
    nmb_medium = 3735929054, 
    nmb_busnum = 0xdeadc0de, 
    nmb_bustye = 0xdeadc0de, 
    nmb_adaptertype = 0xdeadc0de, 
    nmb_deviceobj = 0xdeadc0de, 
    nmb_physdeviceobj = 0xdeadc0de, 
    nmb_nextdeviceobj = 0xdeadc0de, 
    nmb_mapreg = 0xdeadc0de, 
    nmb_callmgraflist = 0xdeadc0de, 
    nmb_miniportthread = 0xdeadc0de, 
    nmb_setinfobuf = 0xdeadc0de, 
    nmb_setinfobuflen = 0xc0de, 
    nmb_maxsendpkts = 0xdead, 
    nmb_fakestatus = 0xdeadc0de, 
    nmb_lockhandler = 0xdeadc0de, 
    nmb_adapterinstancename = 0xdeadc0de, 
    nmb_timerqueue = 0xdeadc0de, 
    nmb_mactoptions = 0xdeadc0de, 
    nmb_pendingreq = 0xdeadc0de, 
    nmb_maxlongaddrs = 0xdeadc0de, 
    nmb_maxshortaddrs = 0xdeadc0de, 
    nmb_currlookahead = 0xdeadc0de, 
    nmb_maxlookahead = 0xdeadc0de, 
    nmb_interrupt_func = 0xdeadc0de, 
    nmb_disableintr_func = 0xdeadc0de, 
    nmb_enableintr_func = 0xdeadc0de, 
    nmb_sendpkts_func = 0xdeadc0de, 
    nmb_deferredsend_func = 0xdeadc0de, 
    nmb_ethrxindicate_func = 0xdeadc0de, 
    nmb_txrxindicate_func = 0xdeadc0de, 
    nmb_fddirxindicate_func = 0xdeadc0de, 
    nmb_ethrxdone_func = 0xdeadc0de, 
    nmb_txrxdone_func = 0xdeadc0de, 
    nmb_fddirxcond_func = 0xdeadc0de, 
    nmb_status_func = 0xdeadc0de, 
    nmb_statusdone_func = 0xdeadc0de, 
    nmb_tdcond_func = 0xdeadc0de, 
    nmb_querydone_func = 0xdeadc0de, 
    nmb_setdone_func = 0xdeadc0de, 
    nmb_wantxdone_func = 0xdeadc0de, 
    nmb_wanrx_func = 0xdeadc0de, 
    nmb_wanrxdone_func = 0xdeadc0de, 
    nmb_ifp = 0xdeadc0de, 
    nmb_dummybuf = "ÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­ÞÞÀ­Þ", 
    nmb_devobj = {
      do_type = 0xc0de, 
      do_size = 0xdead, 
      do_refcnt = 0xdeadc0de, 
      do_drvobj = 0xdeadc0de, 
      do_nextdev = 0xdeadc0de, 
      do_attacheddev = 0xdeadc0de, 
      do_currirp = 0xdeadc0de, 
      do_iotimer = 0xdeadc0de, 
      do_flags = 0xdeadc0de, 
      do_characteristics = 0xdeadc0de, 
      do_vpb = 0xdeadc0de, 
      do_devext = 0xdeadc0de, 
      do_stacksize = 0xde, 
      queue = {
        do_listent = {
          nle_flink = 0xdeadc0de, 
          nle_blink = 0xdeadc0de
        }, 
        do_wcb = {
          wcb_waitqueue = {
            kqe_devlistent = {
              nle_flink = 0xdeadc0de, 
              nle_blink = 0xdeadc0de
            }, 
            kqe_sortkey = 0xdeadc0de, 
            kqe_inserted = 0xde
          }, 
          wcb_devfunc = 0xdeadc0de, 
          wcb_devctx = 0xdeadc0de, 
          wcb_mapregcnt = 0xdeadc0de, 
          wcb_devobj = 0xdeadc0de, 
          wcb_curirp = 0xdeadc0de, 
          wcb_bufchaindpc = 0xdeadc0de
        }
      }, 
      do_alignreq = 0xdeadc0de, 
      do_devqueue = {
        kq_type = 0xc0de, 
        kq_size = 0xdead, 
        kq_devlisthead = {
          nle_flink = 0xdeadc0de, 
          nle_blink = 0xdeadc0de
        }, 
        kq_lock = 0xdeadc0de, 
        kq_busy = 0xde
      }, 
      do_dpc = {
        k_type = 0xc0de, 
        k_num = 0xad, 
        k_importance = 0xde, 
        k_dpclistentry = {
          nle_flink = 0xdeadc0de, 
          nle_blink = 0xdeadc0de
        }, 
        k_deferedfunc = 0xdeadc0de, 
        k_deferredctx = 0xdeadc0de, 
        k_sysarg1 = 0xdeadc0de, 
        k_sysarg2 = 0xdeadc0de, 
        k_lock = 0xdeadc0de
      }, 
      do_activethreads = 0xdeadc0de, 
      do_securitydesc = 0xdeadc0de, 
      do_devlock = {
        k_header = {
          dh_type = 0xde, 
          dh_abs = 0xc0, 
          dh_size = 0xad, 
          dh_inserted = 0xde, 
          dh_sigstate = 0xdeadc0de, 
          dh_waitlisthead = {
            nle_flink = 0xdeadc0de, 
            nle_blink = 0xdeadc0de
          }
        }
      }, 
      do_sectorsz = 0xc0de, 
      do_spare1 = 0xdead, 
      do_devobj_ext = 0xdeadc0de, 
      do_rsvd = 0xdeadc0de
    }, 
    nmb_replyparm = {
      ncp_type = 3735929054, 
      ncp_parmdata = {
        ncp_intdata = 0xdeadc0de, 
        ncp_stringdata = {
          nus_len = 0xc0de, 
          nus_maxlen = 0xdead, 
          nus_buf = 0xdeadc0de
        }, 
        ncp_binarydata = {
          nbd_len = 0xc0de, 
          nbd_buf = 0xdeadc0de
        }
      }
    }, 
    nmb_pciidx = 0xdeadc0de, 
    nmb_dev = 0xdeadc0de, 
    nmb_rlist = 0xdeadc0de, 
    nmb_getstat = 0xdeadc0de, 
    nmb_setstat = 0xdeadc0de, 
    nmb_timerlist = {
      tqh_first = 0xdeadc0de, 
      tqh_last = 0xdeadc0de
    }, 
    nmb_img = 0xdeadc0de, 
    link = {
      tqe_next = 0xdeadc0de, 
      tqe_prev = 0xdeadc0de
    }
  }, 
  ndis_chars = {
    nmc_version_major = 0xde, 
    nmc_version_minor = 0xc0, 
    nmc_pad = 0xdead, 
    nmc_rsvd = 0xdeadc0de, 
    nmc_checkhang_func = 0xdeadc0de, 
    nmc_disable_interrupts_func = 0xdeadc0de, 
    nmc_enable_interrupts_func = 0xdeadc0de, 
    nmc_halt_func = 0xdeadc0de, 
    nmc_interrupt_func = 0xdeadc0de, 
    nmc_init_func = 0xdeadc0de, 
    nmc_isr_func = 0xdeadc0de, 
    nmc_queryinfo_func = 0xdeadc0de, 
    nmc_reconfig_func = 0xdeadc0de, 
    nmc_reset_func = 0xdeadc0de, 
    nmc_sendsingle_func = 0xdeadc0de, 
    nmc_setinfo_func = 0xdeadc0de, 
    nmc_transferdata_func = 0xdeadc0de, 
    nmc_return_packet_func = 0xdeadc0de, 
    nmc_sendmulti_func = 0xdeadc0de, 
    nmc_allocate_complete_func = 0xdeadc0de, 
    nmc_cocreatevc_func = 0xdeadc0de, 
    nmc_codeletevc_func = 0xdeadc0de, 
    nmc_coactivatevc_func = 0xdeadc0de, 
    nmc_codeactivatevc_func = 0xdeadc0de, 
    nmc_comultisend_func = 0xdeadc0de, 
    nmc_corequest_func = 0xdeadc0de, 
    nmc_canceltxpkts_handler = 0xdeadc0de, 
    nmc_pnpevent_handler = 0xdeadc0de, 
    nmc_shutdown_handler = 0xdeadc0de, 
    nmc_rsvd0 = 0xdeadc0de, 
    nmc_rsvd1 = 0xdeadc0de, 
    nmc_rsvd2 = 0xdeadc0de, 
    nmc_rsvd3 = 0xdeadc0de
  }, 
  ndis_type = -559038242, 
  ndis_stat_ch = {
    callout = 0xdeadc0de
  }, 
  ndis_maxpkts = 0xdeadc0de, 
  ndis_oids = 0xdeadc0de, 
  ndis_oidcnt = 0xdeadc0de, 
  ndis_txidx = 0xdeadc0de, 
  ndis_txpending = 0xdeadc0de, 
  ndis_txarray = 0xdeadc0de, 
  ndis_sc = 0xdeadc0de, 
  ndis_regvals = 0xdeadc0de, 
  ndis_cfglist_head = {
    tqh_first = 0xdeadc0de, 
    tqh_last = 0xdeadc0de
  }, 
  ndis_80211 = 0xdeadc0de, 
  ndis_link = 0xdeadc0de, 
  ndis_filter = 0xdeadc0de, 
  ndis_if_flags = 0xdeadc0de, 
  ndis_skip = 0xdeadc0de, 
  ndis_devidx = 0xdeadc0de, 
  ndis_iftype = -559038242, 
  ndis_parent_tag = 0xdeadc0de, 
  ndis_shlist = 0xdeadc0de, 
  ndis_mtag = 0xdeadc0de, 
  ndis_ttag = 0xdeadc0de, 
  ndis_mmaps = 0xdeadc0de, 
  ndis_tmaps = 0xdeadc0de, 
  ndis_mmapcnt = 0xdeadc0de
}

(gdb) print adapter
$22 = 0xc23db7d4
(gdb) x/80x 0xc23db7d4
0xc23db7d4:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc23db7e4:     0xdeadbeef      0xdeadbeef      0x00000000      0xdeadc0de
0xc23db7f4:     0x00000000      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc23db804:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc23db814:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc23db824:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc23db834:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc23db844:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc23db854:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc23db864:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc23db874:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc23db884:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc23db894:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc23db8a4:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc23db8b4:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc23db8c4:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc23db8d4:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc23db8e4:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc23db8f4:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de
0xc23db904:     0xdeadc0de      0xdeadc0de      0xdeadc0de      0xdeadc0de

lap# pciconf -lv
hostb0@pci0:0:0:        class=0x060000 card=0x01961028 chip=0x35808086 rev=0x02 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82852GM/GME/GMV/PM, 855GM/GME Montara Host-Hub Interface Bridge'
    class    = bridge
    subclass = HOST-PCI
none0@pci0:0:1: class=0x088000 card=0x01961028 chip=0x35848086 rev=0x02 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82852GM/GME/GMV/PM, 855GM/GME Montara System Memory Controller'
    class    = base peripheral
none1@pci0:0:3: class=0x088000 card=0x01961028 chip=0x35858086 rev=0x02 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82852GM/GME/GMV/PM, 855GM/GME Montara Configuration Process'
    class    = base peripheral
pcib1@pci0:1:0: class=0x060400 card=0x00000000 chip=0x35818086 rev=0x02 hdr=0x01
    vendor   = 'Intel Corporation'
    device   = '82852GME/PM Montara Virtual PCI to AGP Bridge'
    class    = bridge
    subclass = PCI-PCI
uhci0@pci0:29:0:        class=0x0c0300 card=0x01961028 chip=0x24c28086 rev=0x01 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1'
    class    = serial bus
    subclass = USB
uhci1@pci0:29:1:        class=0x0c0300 card=0x01961028 chip=0x24c48086 rev=0x01 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2'
    class    = serial bus
    subclass = USB
uhci2@pci0:29:2:        class=0x0c0300 card=0x01961028 chip=0x24c78086 rev=0x01 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3'
    class    = serial bus
    subclass = USB
ehci0@pci0:29:7:        class=0x0c0320 card=0x01961028 chip=0x24cd8086 rev=0x01 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB EHCI Controller'
    class    = serial bus
    subclass = USB
pcib2@pci0:30:0:        class=0x060400 card=0x00000000 chip=0x24488086 rev=0x81 hdr=0x01
    vendor   = 'Intel Corporation'
    device   = '82801BAM/CAM/DBM (ICH2-M/3-M/4-M) Hub Interface to PCI Bridge'
    class    = bridge
    subclass = PCI-PCI
isab0@pci0:31:0:        class=0x060100 card=0x00000000 chip=0x24cc8086 rev=0x01 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82801DBM (ICH4-M) LPC Interface Bridge'
    class    = bridge
    subclass = PCI-ISA
atapci0@pci0:31:1:      class=0x01018a card=0x01961028 chip=0x24ca8086 rev=0x01 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82801DBM (ICH4-M) UltraATA/100 EIDE Controller'
    class    = mass storage
    subclass = ATA
pcm0@pci0:31:5: class=0x040100 card=0x01961028 chip=0x24c58086 rev=0x01 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller'
    class    = multimedia
    subclass = audio
nvidia0@pci1:0:0:       class=0x030000 card=0x01961028 chip=0x032410de rev=0xa1 hdr=0x00
    vendor   = 'NVIDIA Corporation'
    device   = 'NV31 NVIDIA NV31GL'
    class    = display
    subclass = VGA
bfe0@pci2:1:0:  class=0x020000 card=0x01961028 chip=0x170c14e4 rev=0x02 hdr=0x00
    vendor   = 'Broadcom Corporation'
    device   = 'BCM440x 100Base-TX Fast Ethernet'
    class    = network
    subclass = ethernet
bcm0@pci2:2:0:  class=0x028000 card=0x00031028 chip=0x432414e4 rev=0x03 hdr=0x00
    vendor   = 'Broadcom Corporation'
    device   = 'BCM4309 802.11a/b/g Wireless LAN Controller'
    class    = network
cbb0@pci2:4:0:  class=0x060700 card=0x01961028 chip=0xac44104c rev=0x02 hdr=0x02
    vendor   = 'Texas Instruments (TI)'
    device   = 'PCI4510 PC card CardBus Controller'
    class    = bridge
    subclass = PCI-CardBus
fwohci0@pci2:4:1:       class=0x0c0010 card=0x01961028 chip=0x8029104c rev=0x00 hdr=0x00
    vendor   = 'Texas Instruments (TI)'
    device   = '??? OHCI Compliant IEEE-1394 FireWire Controller'
    class    = serial bus
    subclass = FireWire

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-STABLE #6: Wed Oct 27 18:08:57 PDT 2004
    frank@lap:/home/obj/usr/src/sys/AUTON
WARNING: WITNESS option enabled, expect reduced performance.
WARNING: DIAGNOSTIC option enabled, expect reduced performance.
Preloaded elf kernel "/boot/kernel/kernel" at 0xc0d7d000.
Preloaded elf module "/boot/kernel/linux.ko" at 0xc0d7d250.
Preloaded elf module "/boot/kernel/snd_ich.ko" at 0xc0d7d2fc.
Preloaded elf module "/boot/kernel/sound.ko" at 0xc0d7d3a8.
Preloaded elf module "/boot/modules/nvidia.ko" at 0xc0d7d454.
Preloaded elf module "/boot/modules/if_ndis.ko" at 0xc0d7d500.
Preloaded elf module "/boot/kernel/ndis.ko" at 0xc0d7d5b0.
Preloaded elf module "/boot/kernel/wlan.ko" at 0xc0d7d65c.
Preloaded elf module "/boot/kernel/rc4.ko" at 0xc0d7d708.
Preloaded elf module "/boot/kernel/if_bfe.ko" at 0xc0d7d7b0.
Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0d7d85c.
Calibrating clock(s) ... i8254 clock: 1193191 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 2790712963 Hz
CPU: Mobile Intel(R) Pentium(R) 4 CPU 2.80GHz (2790.71-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf34  Stepping = 4
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Hyperthreading: 2 logical CPUs
real memory  = 536662016 (511 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009dfff, 643072 bytes (157 pages)
0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
0x0000000001029000 - 0x000000001f69dfff, 510087168 bytes (124533 pages)
avail memory = 511275008 (487 MB)
Table 'FACP' at 0x1fff0400
Table 'APIC' at 0x1fff0c00
MADT: Found table at 0x1fff0c00
APIC: Using the MADT enumerator.
MADT: Found CPU APIC ID 0 ACPI ID 0: enabled
SMP: Added CPU 0 (AP)
MADT: Found CPU APIC ID 1 ACPI ID 1: enabled
SMP: Added CPU 1 (AP)
ACPI APIC Table: <DELL   CPi R  >
APIC ID: physical 0, logical 0:0
APIC ID: physical 1, logical 0:1
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
bios32: Found BIOS32 Service Directory header at 0xc00ffe80
bios32: Entry = 0xffe90 (c00ffe90)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xf0000+0xcf1e
pnpbios: Found PnP BIOS data at 0xc00fe2d0
pnpbios: Entry = f0000:e2f4  Rev = 1.0
pnpbios: Event flag at 4b4
Other BIOS signatures found:
APIC: CPU 0 has ACPI ID 0
APIC: CPU 1 has ACPI ID 1
MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000
ioapic0: Changing APIC ID to 2
ioapic0: Routing external 8259A's -> intpin 0
ioapic0: intpin 0 -> ExtINT (edge, high)
ioapic0: intpin 1 -> ISA IRQ 1 (edge, high)
ioapic0: intpin 2 -> ISA IRQ 2 (edge, high)
ioapic0: intpin 3 -> ISA IRQ 3 (edge, high)
ioapic0: intpin 4 -> ISA IRQ 4 (edge, high)
ioapic0: intpin 5 -> ISA IRQ 5 (edge, high)
ioapic0: intpin 6 -> ISA IRQ 6 (edge, high)
ioapic0: intpin 7 -> ISA IRQ 7 (edge, high)
ioapic0: intpin 8 -> ISA IRQ 8 (edge, high)
ioapic0: intpin 9 -> ISA IRQ 9 (edge, high)
ioapic0: intpin 10 -> ISA IRQ 10 (edge, high)
ioapic0: intpin 11 -> ISA IRQ 11 (edge, high)
ioapic0: intpin 12 -> ISA IRQ 12 (edge, high)
ioapic0: intpin 13 -> ISA IRQ 13 (edge, high)
ioapic0: intpin 14 -> ISA IRQ 14 (edge, high)
ioapic0: intpin 15 -> ISA IRQ 15 (edge, high)
ioapic0: intpin 16 -> PCI IRQ 16 (level, low)
ioapic0: intpin 17 -> PCI IRQ 17 (level, low)
ioapic0: intpin 18 -> PCI IRQ 18 (level, low)
ioapic0: intpin 19 -> PCI IRQ 19 (level, low)
ioapic0: intpin 20 -> PCI IRQ 20 (level, low)
ioapic0: intpin 21 -> PCI IRQ 21 (level, low)
ioapic0: intpin 22 -> PCI IRQ 22 (level, low)
ioapic0: intpin 23 -> PCI IRQ 23 (level, low)
MADT: intr override: source 0, irq 2
ioapic0: Routing IRQ 0 -> intpin 2
ioapic0: intpin 2 trigger: edge
ioapic0: intpin 2 polarity: high
MADT: intr override: source 9, irq 9
ioapic0: intpin 9 trigger: level
ioapic0: intpin 9 polarity: high
lapic0: Routing NMI -> LINT1
lapic0: LINT1 trigger: edge
lapic0: LINT1 polarity: active-high
lapic1: Routing NMI -> LINT1
lapic1: LINT1 trigger: edge
lapic1: LINT1 polarity: active-high
ioapic0 <Version 2.0> irqs 0-23 on motherboard
cpu0 BSP:
     ID: 0x00000000   VER: 0x00050014 LDR: 0x01000000 DFR: 0x0fffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
wlan: <802.11 Link Layer>
io: <I/O>
mem: <memory>
Pentium Pro MTRR support enabled
null: <null device, zero device>
random: <entropy source, Software, Yarrow>
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
acpi0: <DELL CPi R  > on motherboard
acpi0: [MPSAFE]
pci_open(1):	mode 1 addr port (0x0cf8) is 0x8000eac4
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=80] is there (id=35808086)
pcibios: BIOS version 2.10
Found $PIR table, 9 entries at 0xc00fcb30
PCI-Only Interrupts: none
Location  Bus Device Pin  Link  IRQs
embedded    0   29    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    0   29    B   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    0   29    C   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0   29    D   0x6b  3 4 5 6 7 9 10 11 12 14 15
embedded    0   30    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    0   30    B   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    0   30    C   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0   30    D   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    0   31    A   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0   31    B   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    1    0    A   0x65  3 4 5 6 7 9 10 11 12 14 15
embedded    2    1    A   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    2    4    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    2    4    B   0x60  none
embedded    2    2    A   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    2    2    B   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    8    0    A   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    8    0    B   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    8    1    A   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    8    1    B   0x63  3 4 5 6 7 9 10 11 12 14 15
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 31 func 0
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 31 func 0
ACPI timer looks GOOD min = 3, max = 3, width = 0
ACPI timer looks GOOD min = 3, max = 3, width = 0
ACPI timer looks GOOD min = 3, max = 3, width = 0
ACPI timer looks GOOD min = 3, max = 3, width = 0
ACPI timer looks GOOD min = 3, max = 3, width = 0
ACPI timer looks GOOD min = 3, max = 3, width = 0
ACPI timer looks GOOD min = 3, max = 3, width = 0
ACPI timer looks GOOD min = 3, max = 3, width = 0
ACPI timer looks GOOD min = 3, max = 3, width = 0
ACPI timer looks GOOD min = 3, max = 3, width = 0
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
cpu0: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
cpu1: Failed to attach throttling P_CNT
acpi_tz0: <Thermal Zone> on acpi0
acpi_acad0: <AC Adapter> on acpi0
acpi_cmbat0: <Control Method Battery> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button0: <Power Button> on acpi0
acpi_button1: <Sleep Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
ACPI PCI link initial configuration:
pci0: <ACPI PCI bus> on pcib0
pci0: physical bus=0
	map[10]: type 3, range 32, base e0000000, size 27, enabled
found->	vendor=0x8086, dev=0x3580, revid=0x02
	bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0106, statreg=0x2090, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x3584, revid=0x02
	bus=0, slot=0, func=1
	class=08-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0080, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x3585, revid=0x02
	bus=0, slot=0, func=3
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0080, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x3581, revid=0x02
	bus=0, slot=1, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0107, statreg=0x00a0, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x0c (3000 ns), maxlat=0x00 (0 ns)
	map[20]: type 4, range 32, base 0000bf80, size  5, enabled
pcib0: matched entry for 0.29.INTA
pcib0: slot 29 INTA hardwired to IRQ 16
found->	vendor=0x8086, dev=0x24c2, revid=0x01
	bus=0, slot=29, func=0
	class=0c-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=16
	map[20]: type 4, range 32, base 0000bf40, size  5, enabled
pcib0: matched entry for 0.29.INTB
pcib0: slot 29 INTB hardwired to IRQ 19
found->	vendor=0x8086, dev=0x24c4, revid=0x01
	bus=0, slot=29, func=1
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=19
	map[20]: type 4, range 32, base 0000bf20, size  5, enabled
pcib0: matched entry for 0.29.INTC
pcib0: slot 29 INTC hardwired to IRQ 18
found->	vendor=0x8086, dev=0x24c7, revid=0x01
	bus=0, slot=29, func=2
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=18
	map[10]: type 1, range 32, base f4fffc00, size 10, enabled
pcib0: matched entry for 0.29.INTD
pcib0: slot 29 INTD hardwired to IRQ 23
found->	vendor=0x8086, dev=0x24cd, revid=0x01
	bus=0, slot=29, func=7
	class=0c-03-20, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=23
	powerspec 2  supports D0 D3  current D0
found->	vendor=0x8086, dev=0x2448, revid=0x81
	bus=0, slot=30, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0107, statreg=0x8080, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x24cc, revid=0x01
	bus=0, slot=31, func=0
	class=06-01-00, hdrtype=0x00, mfdev=1
	cmdreg=0x010f, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[20]: type 4, range 32, base 0000bfa0, size  4, enabled
found->	vendor=0x8086, dev=0x24ca, revid=0x01
	bus=0, slot=31, func=1
	class=01-01-8a, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	map[10]: type 4, range 32, base 0000b800, size  8, enabled
	map[14]: type 4, range 32, base 0000bc40, size  6, enabled
	map[18]: type 1, range 32, base f4fff800, size  9, enabled
	map[1c]: type 1, range 32, base f4fff400, size  8, enabled
pcib0: matched entry for 0.31.INTB
pcib0: slot 31 INTB hardwired to IRQ 17
found->	vendor=0x8086, dev=0x24c5, revid=0x01
	bus=0, slot=31, func=5
	class=04-01-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=17
	powerspec 2  supports D0 D3  current D0
pci0: <base peripheral> at device 0.1 (no driver attached)
pci0: <base peripheral> at device 0.3 (no driver attached)
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode        0xc000-0xcfff
pcib1:   memory decode     0xfc000000-0xfdffffff
pcib1:   prefetched decode 0xd0000000-0xdfffffff
ACPI PCI link initial configuration:
pci1: <ACPI PCI bus> on pcib1
pci1: physical bus=1
	map[10]: type 1, range 32, base fc000000, size 24, enabled
pcib1: device (null) requested decoded memory range 0xfc000000-0xfcffffff
	map[14]: type 3, range 32, base d0000000, size 28, enabled
pcib1: device (null) requested decoded memory range 0xd0000000-0xdfffffff
pcib1: matched entry for 1.0.INTA
pcib1: slot 0 INTA hardwired to IRQ 20
found->	vendor=0x10de, dev=0x0324, revid=0xa1
	bus=1, slot=0, func=0
	class=03-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0027, statreg=0x02b0, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x05 (1250 ns), maxlat=0x01 (250 ns)
	intpin=a, irq=20
	powerspec 2  supports D0 D3  current D0
nvidia0: <GeForce FX Go5200> mem 0xd0000000-0xdfffffff,0xfc000000-0xfcffffff irq 20 at device 0.0 on pci1
nvidia0: Reserved 0x1000000 bytes for rid 0x10 type 3 at 0xfc000000
nvidia0: Reserved 0x10000000 bytes for rid 0x14 type 3 at 0xd0000000
nvidia0: [GIANT-LOCKED]
uhci0: <Intel 82801DB (ICH4) USB controller USB-A> port 0xbf80-0xbf9f irq 16 at device 29.0 on pci0
uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbf80
uhci0: [GIANT-LOCKED]
usb0: <Intel 82801DB (ICH4) USB controller USB-A> 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
uhci1: <Intel 82801DB (ICH4) USB controller USB-B> port 0xbf40-0xbf5f irq 19 at device 29.1 on pci0
uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbf40
uhci1: [GIANT-LOCKED]
usb1: <Intel 82801DB (ICH4) USB controller USB-B> on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: <Intel 82801DB (ICH4) USB controller USB-C> port 0xbf20-0xbf3f irq 18 at device 29.2 on pci0
uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbf20
uhci2: [GIANT-LOCKED]
usb2: <Intel 82801DB (ICH4) USB controller USB-C> on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ehci0: <EHCI (generic) USB 2.0 controller> mem 0xf4fffc00-0xf4ffffff irq 23 at device 29.7 on pci0
ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xf4fffc00
ehci0: [GIANT-LOCKED]
ehci_pci_attach: companion usb0
ehci_pci_attach: companion usb1
ehci_pci_attach: companion usb2
usb3: EHCI version 1.0
usb3: companion controllers, 2 ports each: usb0 usb1 usb2
usb3: <EHCI (generic) USB 2.0 controller> on ehci0
usb3: USB revision 2.0
uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub3: 6 ports with 6 removable, self powered
pcib2: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pcib2:   secondary bus     2
pcib2:   subordinate bus   2
pcib2:   I/O decode        0xd000-0xefff
pcib2:   memory decode     0xf6000000-0xfbffffff
pcib2:   prefetched decode 0xfff00000-0xfffff
pcib2:   Subtractively decoded bridge.
ACPI PCI link initial configuration:
pci2: <ACPI PCI bus> on pcib2
pci2: physical bus=2
	map[10]: type 1, range 32, base faffe000, size 13, enabled
pcib2: device (null) requested decoded memory range 0xfaffe000-0xfaffffff
pcib2: matched entry for 2.1.INTA
pcib2: slot 1 INTA hardwired to IRQ 17
found->	vendor=0x14e4, dev=0x170c, revid=0x02
	bus=2, slot=1, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=17
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base faffc000, size 13, enabled
pcib2: device (null) requested decoded memory range 0xfaffc000-0xfaffdfff
pcib2: matched entry for 2.2.INTA
pcib2: slot 2 INTA hardwired to IRQ 18
found->	vendor=0x14e4, dev=0x4324, revid=0x03
	bus=2, slot=2, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=18
	map[10]: type 1, range 32, base 00000000, size 12, memory disabled
found->	vendor=0x104c, dev=0xac44, revid=0x02
	bus=2, slot=4, func=0
	class=06-07-00, hdrtype=0x02, mfdev=1
	cmdreg=0x0000, statreg=0x0210, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x40 (16000 ns), maxlat=0x07 (1750 ns)
	intpin=a, irq=255
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base faffb800, size 11, enabled
pcib2: device (null) requested decoded memory range 0xfaffb800-0xfaffbfff
	map[14]: type 1, range 32, base faff4000, size 14, enabled
pcib2: device (null) requested decoded memory range 0xfaff4000-0xfaff7fff
pcib2: matched entry for 2.4.INTA
pcib2: slot 4 INTA hardwired to IRQ 16
found->	vendor=0x104c, dev=0x8029, revid=0x00
	bus=2, slot=4, func=1
	class=0c-00-10, hdrtype=0x00, mfdev=1
	cmdreg=0x0116, statreg=0x0210, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x02 (500 ns), maxlat=0x04 (1000 ns)
	intpin=a, irq=16
	powerspec 2  supports D0 D1 D2 D3  current D0
bfe0: <Broadcom BCM4401-B0 Fast Ethernet> mem 0xfaffe000-0xfaffffff irq 17 at device 1.0 on pci2
bfe0: Reserved 0x2000 bytes for rid 0x10 type 3 at 0xfaffe000
miibus0: <MII bus> on bfe0
bmtphy0: <BCM4401 10/100baseTX PHY> on miibus0
bmtphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
bfe0: bpf attached
bfe0: Ethernet address: 00:0f:1f:26:c6:65
bfe0: [GIANT-LOCKED]
bcm0: <Dell TrueMobile 1400 Dual Band WLAN Mini-PCI Card> mem 0xfaffc000-0xfaffdfff irq 18 at device 2.0 on pci2
bcm0: Reserved 0x2000 bytes for rid 0x10 type 3 at 0xfaffc000
bcm0: [MPSAFE]
bcm0: NDIS API version: 5.0
bcm0: bpf attached
bcm0: Ethernet address: 00:90:96:f4:66:e9
bcm0: bpf attached
bcm0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 36Mbps 48Mbps 54Mbps
bcm0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
bcm0: 11g rates: 6Mbps 9Mbps 12Mbps 18Mbps 36Mbps 48Mbps 54Mbps
cbb0: <TI4510 PCI-CardBus Bridge> at device 4.0 on pci2
pcib2: device cbb0 requested decoded memory range 0xf6000000-0xfbffffff
cbb0: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0xf6000000
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
pcib2: matched entry for 2.4.INTA
pcib2: slot 4 INTA hardwired to IRQ 16
cbb0: [MPSAFE]
cbb0: PCI Configuration space:
  0x00: 0xac44104c 0x02100007 0x06070002 0x00822008 
  0x10: 0xf6000000 0x020000a0 0x20040302 0xfffff000 
  0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 
  0x30: 0x00000000 0xfffffffc 0x00000000 0x07400110 
  0x40: 0x01961028 0x00000001 0x00000000 0x00000000 
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x80: 0x28405061 0x00000000 0x001f0000 0x00001002 
  0x90: 0x606482c0 0x00000000 0x00000000 0x00000000 
  0xa0: 0xfe120001 0x00c00000 0x00000000 0x00000000 
  0xb0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xc0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xd0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xe0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 
fwohci0: vendor=104c, dev=8029
fwohci0: <1394 Open Host Controller Interface> mem 0xfaff4000-0xfaff7fff,0xfaffb800-0xfaffbfff irq 16 at device 4.1 on pci2
fwohci0: Reserved 0x800 bytes for rid 0x10 type 3 at 0xfaffb800
fwohci0: [MPSAFE]
fwohci0: OHCI version 1.10 (ROM=0)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 34:4f:c0:00:26:8f:58:a1
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: <IEEE1394(FireWire) bus> on fwohci0
dcons_crom0: <dcons configuration ROM> on firewire0
dcons_crom0: bus_addr 0x1f43d000
fwe0: <Ethernet over FireWire> on firewire0
if_fwe0: Fake Ethernet address: 36:4f:c0:8f:58:a1
fwe0: bpf attached
fwe0: Ethernet address: 36:4f:c0:8f:58:a1
fwe0: if_start running deferred for Giant
sbp0: <SBP-2/SCSI over FireWire> on firewire0
fwohci0: Initiate bus reset
fwohci0: node_id=0x8000ffc0, gen=1, non CYCLEMASTER mode
firewire0: 2 nodes, maxhop <= 1, cable IRM = 1
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH4 UDMA100 controller> port 0xbfa0-0xbfaf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xbfa0
ata0: channel #0 on atapci0
atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0
atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6
ata0: reset tp1 mask=03 ostat0=50 ostat1=01
ata0-master: stat=0xd0 err=0xd0 lsb=0xd0 msb=0xd0
ata0-master: stat=0x00 err=0x01 lsb=0x14 msb=0xeb
ata0-slave:  stat=0x01 err=0x01 lsb=0x01 msb=0x01
ata0: reset tp2 stat0=00 stat1=01 devices=0x4<ATAPI_MASTER>
ata0: [MPSAFE]
ata1: channel #1 on atapci0
atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170
atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376
ata1: reset tp1 mask=03 ostat0=50 ostat1=00
ata1-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00
ata1-slave:  stat=0x00 err=0x01 lsb=0x00 msb=0x00
ata1: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER>
ata1: [MPSAFE]
pcm0: <Intel ICH4 (82801DB)> port 0xbc40-0xbc7f,0xb800-0xb8ff mem 0xf4fff400-0xf4fff4ff,0xf4fff800-0xf4fff9ff irq 17 at device 31.5 on pci0
pcm0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xb800
pcm0: Reserved 0x40 bytes for rid 0x14 type 4 at 0xbc40
pcm0: [GIANT-LOCKED]
pcm0: <SigmaTel STAC9750/51 AC97 Codec (id = 0x83847650)>
pcm0: Codec features headphone, 20 bit DAC, 20 bit ADC, 5 bit master volume, SigmaTel 3D Enhancement
pcm0: Primary codec extended features variable rate PCM, AMAP, reserved 4
pcm0: sndbuf_setmap 1f1f7000, 4000; 0xd58a0000 -> 1f1f7000
pcm0: sndbuf_setmap 1f1f3000, 4000; 0xd58a4000 -> 1f1f3000
psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x66,0x62,0x64,0x60 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0065
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000
atkbd0: [GIANT-LOCKED]
psm0: current command byte:0065
psm0: <PS/2 Mouse> flags 0x1000 irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons
psm0: config:00001000, flags:00000008, packet size:3
psm0: syncmask:c0, syncbits:00
ata: ata0 already exists; skipping it
ata: ata1 already exists; skipping it
atkbdc: atkbdc0 already exists; skipping it
sc: sc0 already exists; skipping it
vga: vga0 already exists; skipping it
Trying Read_Port at 203
Trying Read_Port at 243
Trying Read_Port at 283
Trying Read_Port at 2c3
Trying Read_Port at 303
Trying Read_Port at 343
Trying Read_Port at 383
Trying Read_Port at 3c3
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem 0xcf800-0xcffff,0xc0000-0xcf7ff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
fb0: vga0, vga, type:VGA (5), flags:0x7007f
fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
fb0: init mode:24, bios mode:3, current mode:24
fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
VGA parameters upon power-up
50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 54 80 
bf 1f 00 4f 0d 0e 00 00 07 80 9c 8e 8f 28 1f 96 
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
VGA parameters in BIOS for mode 24
50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 54 80 
bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
EGA/VGA parameters to be used for mode 24
50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 54 80 
bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
adv0: not probed (disabled)
aha0: not probed (disabled)
aic0: not probed (disabled)
bt0: not probed (disabled)
cs0: not probed (disabled)
ed0: not probed (disabled)
fdc0 failed to probe at port 0x3f0-0x3f5 irq 6 drq 2 on isa0
fe0: not probed (disabled)
ie0: not probed (disabled)
lnc0: not probed (disabled)
pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0
pcic1: not probed (disabled)
ppc0: parallel port not found.
ppc0: <Parallel port> failed to probe at irq 7 on isa0
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: irq maps: 0xc001 0xc001 0xc001 0xc001
sio0: probe failed test(s): 0 1 2 4 6 7 9
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250 or not responding
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: irq maps: 0xc001 0xc001 0xc001 0xc001
sio1: probe failed test(s): 0 1 2 4 6 7 9
sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0
sio2: not probed (disabled)
sio3: not probed (disabled)
sn0: not probed (disabled)
vt0: not probed (disabled)
isa_probe_children: probing PnP devices
Device configuration finished.
Timecounter "TSC" frequency 2790712963 Hz quality -100
Timecounters tick every 10.000 msec
Linux ELF exec handler installed
lo0: bpf attached
Expensive timeout(9) function: 0xc0529d08(0) 0.003555479 s
cpu0: set speed to 100.0%
acpi_cpu: throttling enabled, 8 steps (100% to 12.5%), currently 100.0%
acpi_acad0: acline initialization start
acpi_acad0: On Line
acpi_acad0: acline initialization done, tried 1 times
acpi_cmbat0: battery initialization start
acpi_cmbat0: battery initialization done, tried 1 times
firewire0: bus manager 1 
firewire0: New S400 device ID:0011060000003b31
ata0-master: pio=0x0c wdma=0x22 udma=0x42 cable=40pin
ata0-master: setting PIO4 on Intel ICH4 chip
ata0-master: setting UDMA33 on Intel ICH4 chip
acd0: <TEAC DVD-ROM DV-28E-C/D.4B> DVDROM drive at ata0 as master
acd0: read 4134KB/s (4134KB/s), 256KB buffer, UDMA33
acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, packet
acd0: Writes:
acd0: Audio: play, 256 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: no/blank disc
ata1-master: pio=0x0c wdma=0x22 udma=0x45 cable=80pin
ata1-master: setting PIO4 on Intel ICH4 chip
ata1-master: setting UDMA100 on Intel ICH4 chip
ad2: <HTS548060M9AT00/MGBOA53A> ATA-6 disk at ata1-master
ad2: 57231MB (117210240 sectors), 116280 C, 16 H, 63 S, 512 B
ad2: 16 secs/int, 1 depth queue, UDMA100
GEOM: new disk ad2
ar: FreeBSD check1 failed
pcm0: measured ac97 link rate at 48003 Hz, will use 48000 Hz
[0] f:00 typ:6 s(CHS):0/1/1 e(CHS):4/254/63 s:63 l:80262
[1] f:00 typ:7 s(CHS):5/0/1 e(CHS):1023/254/63 s:80325 l:20964825
[2] f:00 typ:219 s(CHS):1023/255/63 e(CHS):1023/254/63 s:109852470 l:7341705
[3] f:80 typ:165 s(CHS):1023/255/63 e(CHS):1023/254/63 s:21045150 l:88807320
GEOM: Configure ad2s1, start 32256 length 41094144 end 41126399
GEOM: Configure ad2s2, start 41126400 length 10733990400 end 10775116799
GEOM: Configure ad2s3, start 56244464640 length 3758952960 end 60003417599
GEOM: Configure ad2s4, start 10775116800 length 45469347840 end 56244464639
GEOM: Configure ad2s4a, start 0 length 314572800 end 314572799
GEOM: Configure ad2s4b, start 314572800 length 1610612736 end 1925185535
GEOM: Configure ad2s4c, start 0 length 45469347840 end 45469347839
GEOM: Configure ad2s4d, start 1925185536 length 2684354560 end 4609540095
GEOM: Configure ad2s4e, start 4609540096 length 5368709120 end 9978249215
GEOM: Configure ad2s4f, start 9978249216 length 1610612736 end 11588861951
GEOM: Configure ad2s4g, start 11588861952 length 33880485888 end 45469347839
(probe6:sbp0:0:6:0): error 22
(probe6:sbp0:0:6:0): Unretryable Error
(probe0:sbp0:0:0:0): error 22
(probe0:sbp0:0:0:0): Unretryable Error
(probe1:sbp0:0:1:0): error 22
(probe1:sbp0:0:1:0): Unretryable Error
(probe2:sbp0:0:2:0): error 22
(probe2:sbp0:0:2:0): Unretryable Error
(probe3:sbp0:0:3:0): error 22
(probe3:sbp0:0:3:0): Unretryable Error
(probe4:sbp0:0:4:0): error 22
(probe4:sbp0:0:4:0): Unretryable Error
(probe5:sbp0:0:5:0): error 22
(probe5:sbp0:0:5:0): Unretryable Error
SMP: AP CPU #1 Launched!
cpu1 AP:
     ID: 0x01000000   VER: 0x00050014 LDR: 0x02000000 DFR: 0x0fffffff
  lint0: 0x00010700 lint1: 0x00010400 TPR: 0x00000000 SVR: 0x000001ff
ioapic0: routing intpin 1 (ISA IRQ 1) to cluster 0
ioapic0: routing intpin 4 (ISA IRQ 4) to cluster 0
ioapic0: routing intpin 8 (ISA IRQ 8) to cluster 0
ioapic0: routing intpin 9 (ISA IRQ 9) to cluster 0
ioapic0: routing intpin 12 (ISA IRQ 12) to cluster 0
ioapic0: routing intpin 13 (ISA IRQ 13) to cluster 0
ioapic0: routing intpin 14 (ISA IRQ 14) to cluster 0
ioapic0: routing intpin 15 (ISA IRQ 15) to cluster 0
ioapic0: routing intpin 16 (PCI IRQ 16) to cluster 0
ioapic0: routing intpin 17 (PCI IRQ 17) to cluster 0
ioapic0: routing intpin 18 (PCI IRQ 18) to cluster 0
ioapic0: routing intpin 19 (PCI IRQ 19) to cluster 0
ioapic0: routing intpin 20 (PCI IRQ 20) to cluster 0
ioapic0: routing intpin 23 (PCI IRQ 23) to cluster 0
Mounting root from ufs:/dev/ad2s4a
WARNING: / was not properly dismounted
start_init: trying /sbin/init
WARNING: /home was not properly dismounted
WARNING: /usr was not properly dismounted
WARNING: /usr/local was not properly dismounted
WARNING: /var was not properly dismounted
procfs registered
bcm0: link up
>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410300040.i9U0eIPb000724>