Hi.
I think that I can broke my laptop %)
I same found information about MacBook in the files:

sys/dev/asmc/asmc.c
sys/dev/asmc/asmcvar.h
sys/dev/usb/input/atp.c

I attached acpi dumps from this is how to
http://www.projectosx.com/forum/index.php?showtopic=359

On Saturday 13 November 2010 13:40:24 Veniamin Gvozdikov wrote:
Hello.
I fund a few lines about the macbook but I have issue.

               if (strncmp(sysenv, "MacBook5,1", 10) == 0 ||
                   strncmp(sysenv, "MacBookPro5,5", 13) == 0 ||
                  strncmp(sysenv, "Macmini3,1", 10) == 0)
                  strncmp(sysenv, "Macmini3,1", 10) == 0 ||
                  strncmp(sysenv, "iMac9,1", 7) == 0)

I see for macbookpro5,5 value 13, where is can I found value for 7,1?
13 is the length of the string exluding the terminating zero.

--HPS

thank you!

This might be because your model is not listed in a quirk-table:

grep -ri macbook /usr/src/sys/amd64

/usr/src/sys/amd64/amd64/machdep.c

--HPS

_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to