Re: Driver tpm(4) and third party packages for trusted platform modules

2010-08-12 Thread Takanori Watanabe
In message 20100811203042.ga26...@modermoor.genua.de, Hans-Joerg Hoexer wrote: Hi, On Wed, Aug 04, 2010 at 07:39:41PM +0900, Takanori Watanabe wrote: Update my patch. Split bus attachment from main driver file (need to update sys/conf/files), add detach method for convinience, and attach

Re: Driver tpm(4) and third party packages for trusted platform modules

2010-08-04 Thread Takanori Watanabe
In message 201008040347.o743leer046...@sana.init-main.com, wrote: Quick review and hack: 1.How about attaching it as acpi child driver? In some case, TPM may appear in ACPI namespace (with _HID) and TPM spec defines ACPI method to handle TPM specific request. 2. Is identify method needed?

Re: Driver tpm(4) and third party packages for trusted platform modules

2010-08-03 Thread Takanori Watanabe
In message 20100802120236.gb29...@modermoor.genua.de, Hans-Joerg Hoexer wrote: Hi, we have developed a driver tpm(4) for various TPMs for OpenBSD 4.7 and FreeBSD 8.0 and have ported and updated several third party packages to enable use of TPMs on Open- and FreeBSD. This enables applications

Re: Switching to SMM with FreeBSD 6.2 onwards

2009-03-27 Thread Takanori Watanabe
In message 17314.10813...@web45811.mail.sp1.yahoo.com, Won De Erick wrote: Hi All, I'm not quite familiar with FreeBSD, but I want to do the following in 6.2/7.1 . /* Raise IOPL to 3 to open all I/O ports */ /* something like 'i386_iopl(3)' */ ... see i386_get_ioperm(2) or io(4). /*

Core i7 anyone else?

2008-11-19 Thread Takanori Watanabe
Hi, I recently bought Core i7 machine(for 145,000JPY: about $1500) and sometimes hangs up oddly. When in the state, some specific process only works and replys ping, but not reply any useful information. I suspect it may caused by CPU power management, so I cut almost all CPU power management

Re: Driver for a 3G mobile phone.

2006-01-10 Thread Takanori Watanabe
In message [EMAIL PROTECTED], M. Warner Losh wrote: takawata-san, I have looked over this patch, and it looks good to me. Will you have time to commit it soon, or would you like someone else to commit for you? I'll commit it soon. Thanks. ___

Re-enabling ACPI module.

2003-11-07 Thread Takanori Watanabe
Hi, I looked in the new APIC code you commit. The thing that prevent ACPI subsystem from moduler is the way we aquire ACPI root pointer, I think. Right? If so, we can took this in way. 1. Move u_long i386_acpi_root; to machdep.c and madt.c use i386_acpi_root variable, instead of calling

#ifdef IPDIVERT in sys/netinet/ip_fw2.c?

2003-10-14 Thread Takanori Watanabe
Do we need #ifdef IPDIVERT in sys/ne I don't think it is needed, because ip_fw2 always accepts DIVERT packet and the option is only used for print out if IPDIVERT option is enabled or not. I tried to run natd in kernel with IPDIVERT enabled and IPFW not enabled, with ipfw kernel module. And it

Does anyone work on making ATA moduler?

2003-09-16 Thread Takanori Watanabe
Hi,There is a problem when PCMCIA related stuff is used as module, ATA CF is not recognized. This is because PCMCIA atachment is not compiled when pccard(4) is not compiled in. To fix it, we have to supply PCMCIA attachment in any form. One way is to make a kernel module that contains only

Re: HTT on single CPU?

2003-07-09 Thread Takanori Watanabe
In message [EMAIL PROTECTED], Thomas T. Veldhouse wrote: Actually, a 2.4 could have HT. Intel extends Hyper-Threading Technology? to a variety of desktop PCs, with the new Intel Pentium 4 processor, featuring an advanced 800 MHz system bus and speeds ranging from 2.40C to 3.20 GHz.

Re: How to crash FreeBSD for educational purposes?

2002-07-30 Thread Takanori Watanabe
In message EB808F8B7354D311AE3200508B319CC7CE7F24@OOELKHCO12, Rath, Egon wrote: Hi there! I am currently playing around with analyzing crash dumps on FreeBSD. Are there any ways to crash the system to get a dump? For example, Check ddb(4). Use panic subcommand. Or can i force the system to

Re: cvs commit: src/sys/dev/usb usbdevs

2002-07-25 Thread Takanori Watanabe
Log: MFNetBSD: FTDI USB-serial converter chips description. I ported a FTDI USB serial converter driver from NetBSD. http://people.freebsd.org/uftdi.tar.gz ~ ~ ~ ~ ~ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Beep after shutdown

2002-07-17 Thread Takanori Watanabe
In message 002101c22d73$972ec970$[EMAIL PROTECTED], Sean Hamilton wrote: Greetings, The fact that FreeBSD does not beep after it finishes shutting down has costed me dozens of hours of reformatting inconsistent filesystems, and probably all sorts of little bits of data loss which I'm just

unionfs and getcwd problem.

2002-02-25 Thread Takanori Watanabe
with this patch? Takanori Watanabe a href=http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html; Public Key/a Key fingerprint = 2C 51 E2 78 2C E1 C5 2D 0F F1 20 A3 11 3A 62 2A --- union_vnops.c~ Tue Oct 2 00:01:37 2001 +++ union_vnops.c Mon Feb 25 22:44:51 2002 @@ -957,6 +957,8

Re: IICBUS_READ

2001-09-05 Thread Takanori Watanabe
from /sys/dev/iicbus/iicbus_if.m . Takanori Watanabe a href=http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html; Public Key/a Key fingerprint = 2C 51 E2 78 2C E1 C5 2D 0F F1 20 A3 11 3A 62 2A To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body

Re: IBM ACP modem driver

2001-04-06 Thread Takanori Watanabe
/sean/linux/stodolsk/ltmodem-5.78e.tar.gz) and get ltmdmobj.o Then link it.(In the archive , there is no documents written in English.) I am happy if someone port it to CURRENT. Takanori Watanabe a href="http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html" Public Key/a Key f

Re: driver: probe not called when smbus child

2001-03-21 Thread Takanori Watanabe
understand this; I guess I don't know enough about newbus or so. Do you want your driver attached to Video Capture device? 'device_identify' method is called from all parent bus. Takanori Watanabe a href="http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html" Public Key/a Key fingerprint =

Re: PCI changes break HP Docking Station

2001-01-26 Thread Takanori Watanabe
to the new PCI code comitted six weeks ago. Specificaly: Would you send me raw memory block,by executing acpidump -o omnibook.dsdt? Device docking can be handled by ACPI. Takanori Watanabe a href="http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html" Public Key/a Key fingerprint = 2C 5

How can I stop HDD or LCD Display ?

2001-01-19 Thread Takanori Watanabe
? For HDD, Linux or NetBSD have userland tool to request stopping HDD. In FreeBSD? Thanks. Takanori Watanabe a href="http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html" Public Key/a Key fingerprint = 2C 51 E2 78 2C E1 C5 2D 0F F1 20 A3 11 3A 62 2A To Unsubscribe: send mail to [EMAIL

Re: CFR: Generalized power-management interface

2001-01-13 Thread Takanori Watanabe
What about treating it as a part of ioctl in existing device, then make symbolic link to a generalzed name,instead of consuming new major number? Takanori Watanabe a href="http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html" Public Key/a Key fingerprint = 2C 51 E2 78 2C E1 C5 2D 0F F

Re: CFR: Generalized power-management interface

2001-01-13 Thread Takanori Watanabe
need one mandatory device for PM to be generalized. I think the opposite way is more reasonable. Why? Is it bad to check whether the device is available or not in rc? Takanori Watanabe a href="http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html" Public Key/a Key fingerprint = 2C 5

Re: AMD System Management driver and Newbus

2000-12-27 Thread Takanori Watanabe
In message [EMAIL PROTECTED], "M atthew C. Forman" さんいわく: First, sorry this is a bit long; I probably should have split it up, but when I get going... Y'Know... I've done some work on a driver for the SMBus functions of the AMD 756 chip found on K7-based motherboards, based on alpm.c

Call for review:PECOFF(Win32 Execution format) module.

2000-12-19 Thread Takanori Watanabe
. If there is no objection, I will commit it. Thanks. Takanori Watanabe a href="http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html" Public Key/a Key fingerprint = 2C 51 E2 78 2C E1 C5 2D 0F F1 20 A3 11 3A 62 2A To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsu

PEACE - Portable Executable win32 API Compatible Environment.

2000-09-18 Thread Takanori Watanabe
it?) - Merge pecoff loader module to FreeBSD. - Create native ld.so.dll ,pecoff format of libc.a and libc.dll . - Share library sources with NetBSD version as much as we can. NOTE: I don't subscribe freebsd-emulation. Thanks in advance . Takanori Watanabe a href="http://www.planet.sci.kobe-u.

Re: PEACE - Portable Executable win32 API Compatible Environment.

2000-09-18 Thread Takanori Watanabe
In message [EMAIL PROTECTED], Steve Kargl wrote: Dag-Erling Smorgrav wrote: Takanori Watanabe [EMAIL PROTECTED] writes: PEACE is Win32 API Compatible environment for (Originally) NetBSD. It consist of three parts: Kernel part to load PE format executable onto process memory space

Merging ACPI related code is on the way.

2000-08-25 Thread Takanori Watanabe
. Takanori Watanabe a href="http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html" Public Key/a Key fingerprint = 2C 51 E2 78 2C E1 C5 2D 0F F1 20 A3 11 3A 62 2A To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

FreeBSD-CURRENT on Bochs VM.

2000-03-26 Thread Takanori Watanabe
issues ATA_C_SETFEATURES(0xef) command and the command is not acceped by virtual disk controller on bochs does not accept the command then the bochs VM panics. I'll also report bochs ML about this.But Just FYI. Takanori Watanabe a href="http://www.planet.sci.kobe-u.ac.jp/~takawata/key

Re: an lm79 device driver

1999-12-13 Thread Takanori Watanabe
at i386/14891. Will you have a look my code at URL:http://www.planet.sci.kobe-u.ac.jp/~takawata/smbus/sys/lm-new.tar.gz ? Takanori Watanabe. a href="http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html" Public Key/a Key fingerprint = 2C 51 E2 78 2C E1 C5 2D 0F F1 20 A3 1

Re: mrtg,FreeBSD, asus p2b temperature

1999-09-27 Thread Takanori Watanabe
ler intpm0 controller smbus0 device smb0 . But will not work on STABLE or RELEASE because intpm(4) is not merged. I port it to 3.2-STABLE , and I send it for Nicolas,the GURU of IICBus/SMbus. There is another tool to monitor Templature as an applet for Window Maker. (sysutils/wmhm/) Takanori Watanabe a

Re: mrtg,FreeBSD, asus p2b temperature

1999-09-27 Thread Takanori Watanabe
In message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: But will not work on STABLE or RELEASE because intpm(4) is not merged. I port it to 3.2-STABLE , and I send it for Nicolas,the GURU of IICBus/SMbus . Not perfectly yet. I only pointed out the bug that was containd in the patch he send to

Re: damn ATX power supplies...

1999-09-16 Thread Takanori Watanabe
find SMBus functional and Power Management functional is separated. Though I don't write the driver for it because I don't have it. Takanori Watanabe a href="http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html" Public Key/a Key fingerprint = 2C 51 E2 78 2C E1 C5 2D 0F F1 20 A3 11 3A 62 2A

Re: damn ATX power supplies...

1999-09-16 Thread Takanori Watanabe
and find SMBus functional and Power Management functional is separated. Though I don't write the driver for it because I don't have it. Takanori Watanabe a href=http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html; Public Key/a Key fingerprint = 2C 51 E2 78 2C E1 C5 2D 0F F1 20 A3 11 3A 62 2A P.S

New(bus|pnp)-ifyed joy(4)

1999-09-08 Thread Takanori Watanabe
Hi, I write patch for joy.c so that it recognize CS4235 Game port by PnP. API do work,but hardware seems to be uninitialized. (Read returns only 0x8000) Are there any person who review this? To use PnP Interface, write simply device joy0 and add your GAME port ID to joy_ids[]; Takanori

New(bus|pnp)-ifyed joy(4)

1999-09-08 Thread Takanori Watanabe
Hi, I write patch for joy.c so that it recognize CS4235 Game port by PnP. API do work,but hardware seems to be uninitialized. (Read returns only 0x8000) Are there any person who review this? To use PnP Interface, write simply device joy0 and add your GAME port ID to joy_ids[]; Takanori

Re: ISA LM78 driver help

1999-05-22 Thread Takanori Watanabe
wrote experimental kernel driver for LM78. http://www.planet.sci.kobe-u.ac.jp/~takawata/smbus/sys/lm-dist.tar.gz Regards, Takanori Watanabe a href=http://www.planet.kobe-u.ac.jp/~takawata/key.html; Public Key/a Key fingerprint = 2C 51 E2 78 2C E1 C5 2D 0F F1 20 A3 11 3A 62 2A