Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nsclpcsio(4) [netbsd man page]

NSCLPCSIO(4)						   BSD Kernel Interfaces Manual 					      NSCLPCSIO(4)

NAME
nsclpcsio -- National Semiconductor PC87366 LPC Super I/O SYNOPSIS
nsclpcsio* at isa? gpio* at nsclpcsio? DESCRIPTION
The nsclpcsio driver provides support for the National Semiconductor PC87366 LPC Super I/O. The Super I/O incorporates several logical devices, the following ones are supported: GPIO, VLM and TMS. The GPIO logical device provides 29 I/O pins which can be accessed through the gpio(4) framework. The gpioctl(8) program allows easy manipu- lation of the pins from userland. VLM and TMS logical devices provides hardware monitoring capabilities to be used with the envsys(4) API. The following 17 monitoring sensors are available: Sensor Units Typical Use TSENS1 uK Remote diode TSENS2 uK Remote diode TNSC uK Local diode VSENS0 uV DC External source VSENS1 uV DC External source VSENS2 uV DC External source VSENS3 uV DC External source VSENS4 uV DC External source VSENS5 uV DC External source VSENS6 uV DC External source VSB uV DC VSB VDD uV DC VDD VBAT uV DC VBAT AVDD uV DC AVDD TS1 uV DC Thermistor TS2 uV DC Thermistor TS3 uV DC Thermistor SEE ALSO
envsys(4), envstat(8) HISTORY
The nsclpcsio device appeared in NetBSD 2.0. BUGS
The chip decodes address ranges which are not obvious and cannot be controlled by the kernel configuration file (must be set up by the BIOS). BSD
November 9, 2007 BSD

Check Out this Related Man Page

FINSIO(4)						   BSD Kernel Interfaces Manual 						 FINSIO(4)

NAME
finsio -- Fintek LPC Super I/O driver SYNOPSIS
finsio0 at isa? port 0x4e DESCRIPTION
The finsio driver provides support for the Fintek F71805F, F71806F, F71862FG, F71872, F71882 and F71883 LPC Super I/O chips. Only the Hardware Monitor device is supported and it provides you to monitor the sensors through the envsys(4) API. The finsio Super I/O Hardware Monitor supports 15 sensors (this depends on the chip ID): Sensor Units Typical Use IN0 uV DC Internal 3.3Vcc IN1 uV DC Memory Vtt IN2 uV DC RAM Vcc IN3 uV DC Chipset V IN4 uV DC +5V IN5 uV DC +12V IN6 uV DC Vcc 1.5V IN7 uV DC Vcore IN8 uV DC Vsb IN9 uV DC Vbat (optional) Temp1 uK CPU Temperature Temp2 uK Motherboard Temperature Temp3 uK (undefined) Fan0 RPM CPU Fan Fan1 RPM User Fan1 Fan2 RPM User Fan2 SEE ALSO
envsys(4), envstat(8) HISTORY
The finsio driver first appeared in NetBSD 5.0. AUTHORS
The finsio driver was written by Geoff Steckel and Juan Romero Pardines. BSD
April 3, 2008 BSD
Man Page

5 More Discussions You Might Find Interesting

1. OS X (Apple)

Mac OS X And The PowerMac G5

When they say that the G5 is the faster (more faster) than any UNIX Workstation that means Dual Processor Workstations right? (Stupid Question, I know) I heard theres one Super Super clusternode in a research and varsity joint in the US that will have over 1200 G5's chips in it? Medical,... (2 Replies)
Discussion started by: RedVenim
2 Replies

2. Shell Programming and Scripting

Help me, sh programming

I'm now studying as junior student in VSB-TUO university in Czech Republic. My teacher give me some tasks about sh programming. he always ask about : to access file, del sime string in this...or access system like count sum of files and count how many files in this address... or talk this people... (2 Replies)
Discussion started by: mle
2 Replies

3. Linux

CentOS on Super Computers

Hi all, This is a good news for CentOS fans , It seems that CentOS found its way to Super Computers for details (1 Reply)
Discussion started by: h@foorsa.biz
1 Replies

4. What is on Your Mind?

Endangered Freedom ?

National Healthcare Will Require National RFID Chips @Neo you're right, here i go with some personal comments about this : In my opinion, i am quite happy that such a thing doesn't currently happen in my country ... but it doesn't mean i am confident in the futur. What worry me is that those... (12 Replies)
Discussion started by: ctsgnb
12 Replies

5. UNIX for Advanced & Expert Users

GPIO and sysfs

I was recently working on a project where some gpio pins were being toggled from within the user space: const char *const amplifierGPIO = "/sys/class/gpio/gpio107/value"; void amplifierUnmute() { std::ofstream amp(amplifierGPIO); if (amp.is_open()) { ... (3 Replies)
Discussion started by: Circuits
3 Replies