-[0000:00]-+-1c.1-[04]—-00.0 Broadcom Corporation BCM4311 802.11b/g WLAN command : lspci -n 00:1c.1 0604: 8086:2841 (rev 03) http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
Category Archives: Uncategorized
SMBus controller
SMBus is the System Management Bus defined by Intel in 1995. It is used in personal computers and servers for low-speed system management communications. An SMBus controller is integrated into most IntelĀ® chipsets. The SMBus Controller (or system bus controller) is part of the Intel chipset. It monitors your system board’s temperature and voltage. Programs …
lspci -tv
decoding … 0000.00.18.1 Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map 0000 : PCI domain (each domain can contain up to 256 PCI buses) 00 : the bus number the device is attached to 18 : the device number .1 : PCI device function http://froisa.com/wp-content/uploads/2010/04/lspci-tv.txt
define bus, topology
Bus An electronic pathway. In networks, a configuration (topology) with a single linear cable, terminated at each end, to which computers and devices are connected. There are no loops or branches in the cable. Also called a daisy chain. Topology. The arrangement in which the nodes of a LAN are connected to each other. Cuckoo. …
hal-device command
output part from “apt-cache show hal” Description: Hardware Abstraction Layer HAL provides an abstract view on hardware. . This abstraction layer is simply an interface that makes it possible to add support for new devices and new ways of connecting devices to the computer, without modifying every application that uses the device. It maintains a …
_IO_putc binary standard
_IO_putc(‘\n’, 0x7f90f99127a0) = 10 _IO_putc — alias for putc a snapshot from the binary file ping. @_IO_putc^@strncmp^ http://refspecs.freestandards.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/baselib–io-putc-3.html Borman, Frank: Christmas Greeting From Space [audio:http://www.freeinfosociety.com/media/sounds/2515.mp3]
journal_start programming 2.6.32
linux/include/linux/jbd.h Definitions for transaction data structures for the buffer cache filesystem journaling support. journal_start – Obtain a new handle. #include<stdio.h> #include “jbd.h” main() { handle_t *learn; learn=journal_start(“”,10); } http://froisa.com/wp-content/uploads/2010/03/journal_start-error.txt linux-2.6.32/fs/jbd/transaction.c http://www.ibm.com/developerworks/linux/library/l-linux-synchronization.html Bee Swarm [audio:http://www.freeinfosociety.com/media/sounds/4928.mp3]
__cxa_atexit programming
__cxa_atexit(0x402a20, 0, 0, 0x736c6974756572, 0xffffffffffbfb709) = 0 __cxa_atexit — register a function to be called by exit or when a shared library is unloaded http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/baselib—cxa-atexit.html __cxa_atexit() is not in the source standard; it is only in the binary standard. a snapshot from the binary file. ^@__cxa_atexit^@GLIBC_2.3^@G http://www.answers.com/topic/binary-standard http://dictionary.reference.com/browse/standard http://en.wikipedia.org/wiki/Application_binary_interface atexit – register a function to …