mirror of
https://github.com/torvalds/linux.git
synced 2025-11-03 01:59:51 +02:00
When booted on my Mac II, the kernel prints this:
Detected Macintosh model: 6
Apple Macintosh Unknown
The catch-all entry ("Unknown") is mac_data_table[0] which is only needed
in the unlikely event that the bootinfo model ID can't be matched.
When model ID is 6, the search should begin and end at mac_data_table[1].
Fix the off-by-one error that causes this problem.
Cc: Joshua Thompson <funaho@jurai.org>
Fixes:
|
||
|---|---|---|
| .. | ||
| baboon.c | ||
| config.c | ||
| iop.c | ||
| mac.h | ||
| mac_penguin.S | ||
| macboing.c | ||
| macints.c | ||
| Makefile | ||
| misc.c | ||
| oss.c | ||
| psc.c | ||
| via.c | ||