FYI: Panasonic Toughbook CF-R4 can suspend/resume

Norikatsu Shigemura <[email protected]>
Newsgroups gmane.os.freebsd.stable,gmane.os.freebsd.devel.mobile,gmane.os.freebsd.devel.acpi
Message-ID <[email protected]>
	I confirmed 3rd generation CF-R4 (Panasonic Toughbook/
	Let's Note series, 2006 Spring Model) can suspend/resume:-)
	with following settings.

Add to /boot/loader.conf
- - - - - - - - - - - - - - - -
hint.apic.0.disabled="1"
hint.psm.0.flags="0x2000"
- - - - - - - - - - - - - - - -

	And, mita-san ([email protected]) has CF-W4 (3rd
	generation).  It can suspend/resume:-), too.  But Ume-san
	(ume@) has CF-R4(1st generation), it cannot suspend/resume:-(.
	Takahashi-san(nyan@) has CF-R3, same too:-(.

	I read /usr/src/sys/i386/i386/io_apic.c, and I'm suprised
	following code:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#define TODO		printf("%s: not implemented!\n", __func__)

static void
ioapic_suspend(struct intsrc *isrc)
{
	TODO;
}

static void
ioapic_resume(struct intsrc *isrc)
{
	ioapic_program_intpin((struct ioapic_intsrc *)isrc);
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Hum....................
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.