PERFORCE change 126322 for review

Constantine A. Murenin cnst at FreeBSD.org
Tue Sep 11 20:14:35 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=126322

Change 126322 by cnst at last on 2007/09/12 03:14:25

	it(4), for most ITE Tech Super I/O Hardware Monitors
	
	Obtained from:	OpenBSD + applied local modifications for FreeBSD

Affected files ...

.. //depot/projects/soc2007/cnst-sensors/sensors.ln.sh#10 edit
.. //depot/projects/soc2007/cnst-sensors/share.man.man4/Makefile#5 edit
.. //depot/projects/soc2007/cnst-sensors/share.man.man4/it.4#1 add
.. //depot/projects/soc2007/cnst-sensors/sys.amd64.conf/GENERIC.hints#3 edit
.. //depot/projects/soc2007/cnst-sensors/sys.conf/files.amd64#2 edit
.. //depot/projects/soc2007/cnst-sensors/sys.conf/files.i386#2 edit
.. //depot/projects/soc2007/cnst-sensors/sys.dev.it/it.c#1 add
.. //depot/projects/soc2007/cnst-sensors/sys.dev.it/itvar.h#1 add
.. //depot/projects/soc2007/cnst-sensors/sys.i386.conf/GENERIC.hints#2 edit
.. //depot/projects/soc2007/cnst-sensors/sys.modules.it/Makefile#1 add
.. //depot/projects/soc2007/cnst-sensors/sys.modules/Makefile#3 edit

Differences ...

==== //depot/projects/soc2007/cnst-sensors/sensors.ln.sh#10 (text+ko) ====

@@ -1,5 +1,5 @@
 #!/bin/sh
-# $P4: //depot/projects/soc2007/cnst-sensors/sensors.ln.sh#9 $
+# $P4: //depot/projects/soc2007/cnst-sensors/sensors.ln.sh#10 $
 # Author: Constantine A. Murenin, 2007-07
 
 # This file creates symbolic links for GSoC2007 cnst_sensors project
@@ -17,7 +17,8 @@
 #create some directories that are specific for this project,
 #if they don't exist already
 echo "DIRS=\"\\" >>$CVSDIFFSH
-for i in "sys/dev/lm" "sys/modules/lm" "usr.sbin/sensorsd"
+for i in "sys/dev/it" "sys/dev/lm" \
+    "sys/modules/it" "sys/modules/lm" "usr.sbin/sensorsd"
 do
 	DIR2C=$TPREFIX/$i	#directory to create
 	if [ ! -d $DIR2C ]

==== //depot/projects/soc2007/cnst-sensors/share.man.man4/Makefile#5 (text+ko) ====

@@ -131,6 +131,7 @@
 	iscsi_initiator.4 \
 	isp.4 \
 	ispfw.4 \
+	${_it.4} \
 	iwi.4 \
 	ixgb.4 \
 	joy.4 \
@@ -548,6 +549,7 @@
 _if_nfe.4=	if_nfe.4
 _if_nve.4=	if_nve.4
 _if_nxge.4=	if_nxge.4
+_it.4=		it.4
 _ipmi.4=	ipmi.4
 _nfsmb.4=	nfsmb.4
 _nfe.4=		nfe.4

==== //depot/projects/soc2007/cnst-sensors/sys.amd64.conf/GENERIC.hints#3 (text+ko) ====

@@ -35,3 +35,9 @@
 hint.ppc.0.irq="7"
 hint.lm.0.at="isa"
 hint.lm.0.port="0x290"
+hint.it.0.at="isa"
+hint.it.0.port="0x290"
+hint.it.1.at="isa"
+hint.it.1.port="0xc00"
+hint.it.2.at="isa"
+hint.it.2.port="0xd00"

==== //depot/projects/soc2007/cnst-sensors/sys.conf/files.amd64#2 (text+ko) ====

@@ -169,6 +169,7 @@
 dev/ipmi/ipmi_smbios.c		optional	ipmi
 dev/ipmi/ipmi_ssif.c		optional	ipmi smbus
 dev/ipmi/ipmi_pci.c		optional	ipmi pci
+dev/it/it.c			optional	it isa
 dev/fdc/fdc.c			optional	fdc
 dev/fdc/fdc_acpi.c		optional	fdc
 dev/fdc/fdc_isa.c		optional	fdc isa

==== //depot/projects/soc2007/cnst-sensors/sys.conf/files.i386#2 (text+ko) ====

@@ -204,6 +204,7 @@
 dev/ipmi/ipmi_smbios.c		optional ipmi
 dev/ipmi/ipmi_ssif.c		optional ipmi smbus
 dev/ipmi/ipmi_pci.c		optional ipmi pci
+dev/it/it.c			optional it isa
 dev/kbd/kbd.c			optional atkbd | sc | ukbd | vt
 dev/le/if_le_isa.c		optional le isa
 dev/mem/memutil.c		optional mem

==== //depot/projects/soc2007/cnst-sensors/sys.i386.conf/GENERIC.hints#2 (text+ko) ====

@@ -78,3 +78,9 @@
 hint.le.0.drq="0"
 hint.lm.0.at="isa"
 hint.lm.0.port="0x290"
+hint.it.0.at="isa"
+hint.it.0.port="0x290"
+hint.it.1.at="isa"
+hint.it.1.port="0xc00"
+hint.it.2.at="isa"
+hint.it.2.port="0xd00"

==== //depot/projects/soc2007/cnst-sensors/sys.modules/Makefile#3 (text+ko) ====

@@ -131,6 +131,7 @@
 	iscsi \
 	isp \
 	ispfw \
+	${_it} \
 	${_iwi} \
 	${_iwifw} \
 	${_ixgb} \
@@ -454,6 +455,7 @@
 _ips=		ips
 _ipw=		ipw
 _ipwfw=		ipwfw
+_it=		it
 _iwi=		iwi
 _iwifw=		iwifw
 _ixgb=   	ixgb
@@ -513,6 +515,7 @@
 _ips=		ips
 _ipw=		ipw
 _ipwfw=		ipwfw
+_it=		it
 _ixgb=   	ixgb
 _linprocfs=	linprocfs
 _linsysfs=	linsysfs


More information about the p4-projects mailing list