search for: sysctl_tree

Displaying 2 results from an estimated 2 matches for "sysctl_tree".

2003 Sep 01
1
testers needed for CAM INVARIANTS fix
...askqueue.h> #include <cam/cam.h> #include <cam/cam_ccb.h> *************** *** 152,157 **** --- 153,159 ---- int bufs_left; struct cam_periph *periph; int minimum_command_size; + struct task sysctl_task; struct sysctl_ctx_list sysctl_ctx; struct sysctl_oid *sysctl_tree; STAILQ_HEAD(, cd_mode_params) mode_queue; *************** *** 614,619 **** --- 616,659 ---- } } + static void + cdsysctlinit(void *context, int pending) + { + struct cam_periph *periph; + struct cd_softc *softc; + char tmpstr[80], tmpstr2[80]; + int s; + + periph = (struct cam_per...
2009 Mar 31
6
RELENG_7 ata panic on atacontrol attach
...i386/trap.c:1090 #18 0xc06b5b80 in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:255 #19 0x00000033 in ?? () Previous frame inner to this frame (corrupt stack?) (kgdb) up 7 #7 0xc055b69c in device_attach (dev=0xcc58e480) at /usr/src/sys/kern/subr_bus.c:279 279 if (dev->sysctl_tree != NULL) -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle ---...