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
have ISA interface and accessable
at port 0x295,0x296.
BTW I looked datasheet of i810 chipset
http://developer.intel.com/design/chipsets/datashts/29065503.pdf>
and find SMBus functional and Power Management functional is separated.
Though I don't write the driver for it because I don't ha
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 applicatio
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 need
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 meth
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 fe
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
xmbmon104.new.tar.gz
And I wrote experimental kernel driver for LM78.
http://www.planet.sci.kobe-u.ac.jp/~takawata/smbus/sys/lm-dist.tar.gz
Regards,
Takanori Watanabe
http://www.planet.kobe-u.ac.jp/~takawata/key.html";>
Public Key
Key fingerprint = 2C 51 E2 78 2C E1 C5 2D 0F F1 20 A
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.
___
?
For HDD, Linux or NetBSD have userland tool to request stopping HDD.
In FreeBSD?
Thanks.
Takanori Watanabe
http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html">
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 [EMAIL PROTECT
t week or so. I traced
>the problem 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
http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html">
Publi
ly.(Or should we need a way to get device attribute such as
Mother board, Video Capture BitBang,Video Capture Cooked,VGA Card and etc.)
Takanori Watanabe
http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html">
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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Card and etc.)
>I don't quite 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
http://www.planet.sci.kobe-u.ac.jp/~takaw
Lucent site or
http://walbran.org/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
http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html"&
nks.
Takanori Watanabe
http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html">
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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
EACE website.
ToDO
priority order.
- Merge the patch to precede .(Who should I ask about 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 free
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
dd your driver as ISA driver and
use BUS_SET_RESOURCE to set resource you found.
2.Give up autoprobing and add your device configuration to
/boot/device.hints and boot (Kernel reconfiguration is not needed) .Then
load your driver with kldload.
If you don't register device_detach method, your dri
for some reason.
I don't know why it crashes.But I suggest you to use ppbus code.
ppbus provides low level register access ,like command register on
printer port. See sys/dev/ppbus/ppbio.h .
Takanori Watanabe
http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html">
Public Key
Key fin
.
If there is no objection, I will commit it.
Thanks.
Takanori Watanabe
http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html">
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 [EMAIL PROTECTED]
with "unsubscribe freebsd-ha
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
org/~iwasaki/acpi/power-20010113.tar.gz
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
http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html">
Public Key
Key fingerprint =
APM or ACPI?
Yes .
>We don't know which power management system is enabled on the actual
>system, so it's impossible. We 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 avai
buf, len, read, last, de
>lay));
>> }
>
>Where is defined IICBUS_READ ?
/sys/${MACHINE}/compile/${YOURCONF}/iicbus_if.h
This is generated from /sys/dev/iicbus/iicbus_if.m .
Takanori Watanabe
http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html";>
Public Key
Key fingerprint = 2C 5
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. Hyper
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
ATA/P
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
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
AcpiOs
this patch?
Takanori Watanabe
http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html";>
Public Key
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,
Hi, I a patch to remove #ifdef DEV_ISA from autoconf.c
http://people.freebsd.org/~takawata/isadiff
Are there any objection to committing this?
Takanori Watanoriy
http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html";>
Public Key
Key fingerprint = 2C 51 E2 78 2C E1 C5 2D 0F F1 20 A3 11 3A 62 2A
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 jus
> 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
In message , "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 syste
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
g chip have ISA interface and accessable
at port 0x295,0x296.
BTW I looked datasheet of i810 chipset
http://developer.intel.com/design/chipsets/datashts/29065503.pdf>
and find SMBus functional and Power Management functional is separated.
Though I don't write the driver for it because I don
t CURRENT.You need not to patch for CURRENT kernel,just
config(8) with
controller 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 monit
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 s
SMbus.I sent PR about the ISA driver part at i386/14891.
Will you have a look my code at
http://www.planet.sci.kobe-u.ac.jp/~takawata/smbus/sys/lm-new.tar.gz>
?
Takanori Watanabe.
http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html">
Public Key
Key fingerprint = 2C 51 E2 78 2C
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
http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html"&g
39 matches
Mail list logo