From owner-freebsd-hackers Sat Dec 26 09:26:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA14555 for freebsd-hackers-outgoing; Sat, 26 Dec 1998 09:26:08 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from shidahara1.planet.kobe-u.ac.jp (shidahara1.planet.sci.kobe-u.ac.jp [133.30.50.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA14537 for ; Sat, 26 Dec 1998 09:26:06 -0800 (PST) (envelope-from takawata@shidahara1.planet.kobe-u.ac.jp) From: takawata@shidahara1.planet.kobe-u.ac.jp Received: from libr.scitec.kobe-u.ac.jp (cs2d209.ppp.infoweb.ne.jp [202.219.141.169]) by shidahara1.planet.kobe-u.ac.jp (8.8.8+2.7Wbeta7/8.8.8) with ESMTP id CAA09443 for ; Sun, 27 Dec 1998 02:17:04 +0900 (JST) Received: from shidahara1.planet.kobe-u.ac.jp (localhost [127.0.0.1]) by libr.scitec.kobe-u.ac.jp (8.9.1/3.5Wpl7) with ESMTP id CAA02742 for ; Sun, 27 Dec 1998 02:25:18 +0900 (JST) Message-Id: <199812261725.CAA02742@libr.scitec.kobe-u.ac.jp> To: hackers@FreeBSD.ORG Subject: Please test my code for Intel onboard SMBus function. Date: Sun, 27 Dec 1998 02:25:16 +0900 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I wrote a driver for PIIX4 SMBus and I need some feedback and advice about PCI code, especially intrrupt code. The code is currently available at http://www.freebsd.org/~nsouch/intiic-981224.tgz or http://www.planet.sci.kobe-u.ac.jp/~takawata/intiic-981224.tgz The device have somewhat odd PCI configuration space about intrrupt. It uses only SMI or IRQ 9 intpin #a and normal IRQ and intpin configuration register shows no intrupt. So I cut ,paste and modify pci_map_int() code. If you know more better way,please advice me. Thanks in advance. Takanori Watanabe. Public Key Key fingerprint = 2C 51 E2 78 2C E1 C5 2D 0F F1 20 A3 11 3A 62 2A To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message