Gentoo Archives: gentoo-ppc-user

From: Gerardo Lisboa <gerardolisboa@×××××.com>
To: gentoo-ppc-user@l.g.o
Subject: Re: [gentoo-ppc-user] Compile error on IDE Power Mac driver
Date: Mon, 07 Nov 2005 11:36:29
Message-Id: e8e1519f0511070335j3a5dac94i@mail.gmail.com
In Reply to: Re: [gentoo-ppc-user] Compile error on IDE Power Mac driver by Charles Trois
1 Hi,
2
3 Have you a separate boot partition using a ext2 fs?
4
5 I found that to be the best way to boot using yaboot.
6
7 I don't use it mounted on boot time but it is on fstab as /boot.
8
9 The root fs is then anything you compiled statically on the kernel (or
10 the initrd supports).
11
12 Best luck.
13 G.
14
15 2005/11/7, Charles Trois <charles.trois@×××××××.fr>:
16 > Michael Hanselmann a écrit :
17 > >
18 > > You should set CONFIG_BLK_DEV_IDEDMA_PCI, see drivers/ide/ide-dma.c.
19 > >
20 > Thanks. I did that and the kernel compiled without trouble, but, at
21 > boot, I still get the error "cannot open root device". However, there is
22 > a difference: whereas the message said "unknown-block(0,0)", it now
23 > says "unknown-block(3,15)". So it would seem that the device numbers
24 > have changed.
25 >
26 > The result is the same, whether config BLK_DEV_IDE_PMAC_ATA100FIRST is
27 > on or not.
28 >
29 > I take the liberty to attach a copy of my .config and yaboot.conf files
30 > for your inspection.
31 >
32 > Charles
33 >
34 >
35 > #
36 > # Automatically generated make config: don't edit
37 > # Linux kernel version: 2.6.12-gentoo-r6
38 > # Mon Nov 7 12:08:15 2005
39 > #
40 > CONFIG_MMU=y
41 > CONFIG_GENERIC_HARDIRQS=y
42 > CONFIG_RWSEM_XCHGADD_ALGORITHM=y
43 > CONFIG_GENERIC_CALIBRATE_DELAY=y
44 > CONFIG_HAVE_DEC_LOCK=y
45 > CONFIG_PPC=y
46 > CONFIG_PPC32=y
47 > CONFIG_GENERIC_NVRAM=y
48 > CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
49 >
50 > #
51 > # Code maturity level options
52 > #
53 > CONFIG_EXPERIMENTAL=y
54 > CONFIG_CLEAN_COMPILE=y
55 > CONFIG_BROKEN_ON_SMP=y
56 > CONFIG_INIT_ENV_ARG_LIMIT=32
57 >
58 > #
59 > # General setup
60 > #
61 > CONFIG_LOCALVERSION=""
62 > CONFIG_SWAP=y
63 > CONFIG_SYSVIPC=y
64 > CONFIG_POSIX_MQUEUE=y
65 > CONFIG_BSD_PROCESS_ACCT=y
66 > # CONFIG_BSD_PROCESS_ACCT_V3 is not set
67 > CONFIG_SYSCTL=y
68 > # CONFIG_AUDIT is not set
69 > CONFIG_HOTPLUG=y
70 > CONFIG_KOBJECT_UEVENT=y
71 > CONFIG_IKCONFIG=y
72 > CONFIG_IKCONFIG_PROC=y
73 > # CONFIG_EMBEDDED is not set
74 > CONFIG_KALLSYMS=y
75 > # CONFIG_KALLSYMS_EXTRA_PASS is not set
76 > CONFIG_PRINTK=y
77 > CONFIG_BUG=y
78 > CONFIG_BASE_FULL=y
79 > CONFIG_FUTEX=y
80 > CONFIG_EPOLL=y
81 > CONFIG_SHMEM=y
82 > CONFIG_CC_ALIGN_FUNCTIONS=0
83 > CONFIG_CC_ALIGN_LABELS=0
84 > CONFIG_CC_ALIGN_LOOPS=0
85 > CONFIG_CC_ALIGN_JUMPS=0
86 > # CONFIG_TINY_SHMEM is not set
87 > CONFIG_BASE_SMALL=0
88 >
89 > #
90 > # Loadable module support
91 > #
92 > CONFIG_MODULES=y
93 > CONFIG_MODULE_UNLOAD=y
94 > # CONFIG_MODULE_FORCE_UNLOAD is not set
95 > CONFIG_OBSOLETE_MODPARM=y
96 > # CONFIG_MODVERSIONS is not set
97 > # CONFIG_MODULE_SRCVERSION_ALL is not set
98 > CONFIG_KMOD=y
99 >
100 > #
101 > # Processor
102 > #
103 > CONFIG_6xx=y
104 > # CONFIG_40x is not set
105 > # CONFIG_44x is not set
106 > # CONFIG_POWER3 is not set
107 > # CONFIG_POWER4 is not set
108 > # CONFIG_8xx is not set
109 > # CONFIG_E500 is not set
110 > CONFIG_PPC_FPU=y
111 > CONFIG_ALTIVEC=y
112 > # CONFIG_TAU is not set
113 > # CONFIG_CPU_FREQ is not set
114 > # CONFIG_PPC601_SYNC_FIX is not set
115 > # CONFIG_PM is not set
116 > CONFIG_PPC_STD_MMU=y
117 >
118 > #
119 > # Platform options
120 > #
121 > CONFIG_PPC_MULTIPLATFORM=y
122 > # CONFIG_APUS is not set
123 > # CONFIG_KATANA is not set
124 > # CONFIG_WILLOW is not set
125 > # CONFIG_CPCI690 is not set
126 > # CONFIG_PCORE is not set
127 > # CONFIG_POWERPMC250 is not set
128 > # CONFIG_CHESTNUT is not set
129 > # CONFIG_SPRUCE is not set
130 > # CONFIG_HDPU is not set
131 > # CONFIG_EV64260 is not set
132 > # CONFIG_LOPEC is not set
133 > # CONFIG_MCPN765 is not set
134 > # CONFIG_MVME5100 is not set
135 > # CONFIG_PPLUS is not set
136 > # CONFIG_PRPMC750 is not set
137 > # CONFIG_PRPMC800 is not set
138 > # CONFIG_SANDPOINT is not set
139 > # CONFIG_RADSTONE_PPC7D is not set
140 > # CONFIG_ADIR is not set
141 > # CONFIG_K2 is not set
142 > # CONFIG_PAL4 is not set
143 > # CONFIG_GEMINI is not set
144 > # CONFIG_EST8260 is not set
145 > # CONFIG_SBC82xx is not set
146 > # CONFIG_SBS8260 is not set
147 > # CONFIG_RPX8260 is not set
148 > # CONFIG_TQM8260 is not set
149 > # CONFIG_ADS8272 is not set
150 > # CONFIG_PQ2FADS is not set
151 > # CONFIG_LITE5200 is not set
152 > # CONFIG_MPC834x_SYS is not set
153 > CONFIG_PPC_CHRP=y
154 > CONFIG_PPC_PMAC=y
155 > CONFIG_PPC_PREP=y
156 > CONFIG_PPC_OF=y
157 > CONFIG_PPCBUG_NVRAM=y
158 > # CONFIG_SMP is not set
159 > # CONFIG_PREEMPT is not set
160 > # CONFIG_HIGHMEM is not set
161 > CONFIG_BINFMT_ELF=y
162 > CONFIG_BINFMT_MISC=y
163 > CONFIG_PROC_DEVICETREE=y
164 > # CONFIG_PREP_RESIDUAL is not set
165 > # CONFIG_CMDLINE_BOOL is not set
166 > CONFIG_ISA_DMA_API=y
167 >
168 > #
169 > # Bus options
170 > #
171 > # CONFIG_ISA is not set
172 > CONFIG_GENERIC_ISA_DMA=y
173 > CONFIG_PCI=y
174 > CONFIG_PCI_DOMAINS=y
175 > # CONFIG_PCI_LEGACY_PROC is not set
176 > # CONFIG_PCI_NAMES is not set
177 >
178 > #
179 > # PCCARD (PCMCIA/CardBus) support
180 > #
181 > # CONFIG_PCCARD is not set
182 >
183 > #
184 > # Advanced setup
185 > #
186 > # CONFIG_ADVANCED_OPTIONS is not set
187 >
188 > #
189 > # Default settings for advanced configuration options are used
190 > #
191 > CONFIG_HIGHMEM_START=0xfe000000
192 > CONFIG_LOWMEM_SIZE=0x30000000
193 > CONFIG_KERNEL_START=0xc0000000
194 > CONFIG_TASK_SIZE=0x80000000
195 > CONFIG_BOOT_LOAD=0x00800000
196 >
197 > #
198 > # Device Drivers
199 > #
200 >
201 > #
202 > # Generic Driver Options
203 > #
204 > CONFIG_STANDALONE=y
205 > CONFIG_PREVENT_FIRMWARE_BUILD=y
206 > CONFIG_FW_LOADER=y
207 >
208 > #
209 > # Memory Technology Devices (MTD)
210 > #
211 > # CONFIG_MTD is not set
212 >
213 > #
214 > # Parallel port support
215 > #
216 > # CONFIG_PARPORT is not set
217 >
218 > #
219 > # Plug and Play support
220 > #
221 >
222 > #
223 > # Block devices
224 > #
225 > CONFIG_BLK_DEV_FD=y
226 > # CONFIG_MAC_FLOPPY is not set
227 > # CONFIG_BLK_CPQ_DA is not set
228 > # CONFIG_BLK_CPQ_CISS_DA is not set
229 > # CONFIG_BLK_DEV_DAC960 is not set
230 > # CONFIG_BLK_DEV_UMEM is not set
231 > # CONFIG_BLK_DEV_COW_COMMON is not set
232 > # CONFIG_BLK_DEV_LOOP is not set
233 > # CONFIG_BLK_DEV_NBD is not set
234 > # CONFIG_BLK_DEV_SX8 is not set
235 > # CONFIG_BLK_DEV_UB is not set
236 > # CONFIG_BLK_DEV_RAM is not set
237 > CONFIG_BLK_DEV_RAM_COUNT=16
238 > CONFIG_INITRAMFS_SOURCE=""
239 > # CONFIG_LBD is not set
240 > # CONFIG_CDROM_PKTCDVD is not set
241 >
242 > #
243 > # IO Schedulers
244 > #
245 > CONFIG_IOSCHED_NOOP=y
246 > CONFIG_IOSCHED_AS=y
247 > CONFIG_IOSCHED_DEADLINE=y
248 > CONFIG_IOSCHED_CFQ=y
249 > # CONFIG_ATA_OVER_ETH is not set
250 >
251 > #
252 > # ATA/ATAPI/MFM/RLL support
253 > #
254 > CONFIG_IDE=y
255 > CONFIG_BLK_DEV_IDE=y
256 >
257 > #
258 > # Please see Documentation/ide.txt for help/info on IDE drives
259 > #
260 > # CONFIG_BLK_DEV_IDE_SATA is not set
261 > CONFIG_BLK_DEV_IDEDISK=y
262 > # CONFIG_IDEDISK_MULTI_MODE is not set
263 > CONFIG_BLK_DEV_IDECD=y
264 > # CONFIG_BLK_DEV_IDETAPE is not set
265 > CONFIG_BLK_DEV_IDEFLOPPY=y
266 > # CONFIG_BLK_DEV_IDESCSI is not set
267 > # CONFIG_IDE_TASK_IOCTL is not set
268 >
269 > #
270 > # IDE chipset support/bugfixes
271 > #
272 > CONFIG_IDE_GENERIC=y
273 > CONFIG_BLK_DEV_IDEPCI=y
274 > # CONFIG_IDEPCI_SHARE_IRQ is not set
275 > # CONFIG_BLK_DEV_OFFBOARD is not set
276 > # CONFIG_BLK_DEV_GENERIC is not set
277 > # CONFIG_BLK_DEV_OPTI621 is not set
278 > # CONFIG_BLK_DEV_SL82C105 is not set
279 > CONFIG_BLK_DEV_IDEDMA_PCI=y
280 > # CONFIG_BLK_DEV_IDEDMA_FORCED is not set
281 > CONFIG_IDEDMA_PCI_AUTO=y
282 > # CONFIG_IDEDMA_ONLYDISK is not set
283 > # CONFIG_BLK_DEV_AEC62XX is not set
284 > # CONFIG_BLK_DEV_ALI15X3 is not set
285 > # CONFIG_BLK_DEV_AMD74XX is not set
286 > # CONFIG_BLK_DEV_CMD64X is not set
287 > # CONFIG_BLK_DEV_TRIFLEX is not set
288 > # CONFIG_BLK_DEV_CY82C693 is not set
289 > # CONFIG_BLK_DEV_CS5520 is not set
290 > # CONFIG_BLK_DEV_CS5530 is not set
291 > # CONFIG_BLK_DEV_HPT34X is not set
292 > # CONFIG_BLK_DEV_HPT366 is not set
293 > # CONFIG_BLK_DEV_SC1200 is not set
294 > # CONFIG_BLK_DEV_PIIX is not set
295 > # CONFIG_BLK_DEV_IT821X is not set
296 > # CONFIG_BLK_DEV_NS87415 is not set
297 > # CONFIG_BLK_DEV_PDC202XX_OLD is not set
298 > # CONFIG_BLK_DEV_PDC202XX_NEW is not set
299 > # CONFIG_BLK_DEV_SVWKS is not set
300 > # CONFIG_BLK_DEV_SIIMAGE is not set
301 > # CONFIG_BLK_DEV_SLC90E66 is not set
302 > # CONFIG_BLK_DEV_TRM290 is not set
303 > # CONFIG_BLK_DEV_VIA82CXXX is not set
304 > CONFIG_BLK_DEV_IDE_PMAC=y
305 > CONFIG_BLK_DEV_IDE_PMAC_ATA100FIRST=y
306 > CONFIG_BLK_DEV_IDEDMA_PMAC=y
307 > # CONFIG_BLK_DEV_IDE_PMAC_BLINK is not set
308 > # CONFIG_IDE_ARM is not set
309 > CONFIG_BLK_DEV_IDEDMA=y
310 > # CONFIG_IDEDMA_IVB is not set
311 > CONFIG_IDEDMA_AUTO=y
312 > # CONFIG_BLK_DEV_HD is not set
313 >
314 > #
315 > # SCSI device support
316 > #
317 > CONFIG_SCSI=y
318 > CONFIG_SCSI_PROC_FS=y
319 >
320 > #
321 > # SCSI support type (disk, tape, CD-ROM)
322 > #
323 > CONFIG_BLK_DEV_SD=y
324 > # CONFIG_CHR_DEV_ST is not set
325 > # CONFIG_CHR_DEV_OSST is not set
326 > # CONFIG_BLK_DEV_SR is not set
327 > # CONFIG_CHR_DEV_SG is not set
328 >
329 > #
330 > # Some SCSI devices (e.g. CD jukebox) support multiple LUNs
331 > #
332 > # CONFIG_SCSI_MULTI_LUN is not set
333 > # CONFIG_SCSI_CONSTANTS is not set
334 > # CONFIG_SCSI_LOGGING is not set
335 >
336 > #
337 > # SCSI Transport Attributes
338 > #
339 > # CONFIG_SCSI_SPI_ATTRS is not set
340 > # CONFIG_SCSI_FC_ATTRS is not set
341 > # CONFIG_SCSI_ISCSI_ATTRS is not set
342 >
343 > #
344 > # SCSI low-level drivers
345 > #
346 > # CONFIG_BLK_DEV_3W_XXXX_RAID is not set
347 > # CONFIG_SCSI_3W_9XXX is not set
348 > # CONFIG_SCSI_ACARD is not set
349 > # CONFIG_SCSI_AACRAID is not set
350 > # CONFIG_SCSI_AIC7XXX is not set
351 > # CONFIG_SCSI_AIC7XXX_OLD is not set
352 > # CONFIG_SCSI_AIC79XX is not set
353 > # CONFIG_SCSI_DPT_I2O is not set
354 > # CONFIG_MEGARAID_NEWGEN is not set
355 > # CONFIG_MEGARAID_LEGACY is not set
356 > # CONFIG_SCSI_SATA is not set
357 > # CONFIG_SCSI_BUSLOGIC is not set
358 > # CONFIG_SCSI_DMX3191D is not set
359 > # CONFIG_SCSI_EATA is not set
360 > # CONFIG_SCSI_FUTURE_DOMAIN is not set
361 > # CONFIG_SCSI_GDTH is not set
362 > # CONFIG_SCSI_IPS is not set
363 > # CONFIG_SCSI_INITIO is not set
364 > # CONFIG_SCSI_INIA100 is not set
365 > # CONFIG_SCSI_SYM53C8XX_2 is not set
366 > # CONFIG_SCSI_IPR is not set
367 > # CONFIG_SCSI_QLOGIC_FC is not set
368 > # CONFIG_SCSI_QLOGIC_1280 is not set
369 > CONFIG_SCSI_QLA2XXX=y
370 > # CONFIG_SCSI_QLA21XX is not set
371 > # CONFIG_SCSI_QLA22XX is not set
372 > # CONFIG_SCSI_QLA2300 is not set
373 > # CONFIG_SCSI_QLA2322 is not set
374 > # CONFIG_SCSI_QLA6312 is not set
375 > # CONFIG_SCSI_LPFC is not set
376 > # CONFIG_SCSI_DC395x is not set
377 > # CONFIG_SCSI_DC390T is not set
378 > # CONFIG_SCSI_NSP32 is not set
379 > # CONFIG_SCSI_DEBUG is not set
380 > # CONFIG_SCSI_MESH is not set
381 > # CONFIG_SCSI_MAC53C94 is not set
382 >
383 > #
384 > # Multi-device support (RAID and LVM)
385 > #
386 > # CONFIG_MD is not set
387 >
388 > #
389 > # Fusion MPT device support
390 > #
391 > # CONFIG_FUSION is not set
392 >
393 > #
394 > # IEEE 1394 (FireWire) support
395 > #
396 > CONFIG_IEEE1394=y
397 >
398 > #
399 > # Subsystem Options
400 > #
401 > # CONFIG_IEEE1394_VERBOSEDEBUG is not set
402 > # CONFIG_IEEE1394_OUI_DB is not set
403 > # CONFIG_IEEE1394_EXTRA_CONFIG_ROMS is not set
404 >
405 > #
406 > # Device Drivers
407 > #
408 > # CONFIG_IEEE1394_PCILYNX is not set
409 > # CONFIG_IEEE1394_OHCI1394 is not set
410 >
411 > #
412 > # Protocol Drivers
413 > #
414 > # CONFIG_IEEE1394_SBP2 is not set
415 > # CONFIG_IEEE1394_ETH1394 is not set
416 > # CONFIG_IEEE1394_RAWIO is not set
417 > # CONFIG_IEEE1394_CMP is not set
418 >
419 > #
420 > # I2O device support
421 > #
422 > # CONFIG_I2O is not set
423 >
424 > #
425 > # Macintosh device drivers
426 > #
427 > CONFIG_ADB=y
428 > # CONFIG_ADB_CUDA is not set
429 > CONFIG_ADB_PMU=y
430 > # CONFIG_PMAC_PBOOK is not set
431 > # CONFIG_PMAC_BACKLIGHT is not set
432 > # CONFIG_ADB_MACIO is not set
433 > CONFIG_INPUT_ADBHID=y
434 > CONFIG_MAC_EMUMOUSEBTN=y
435 >
436 > #
437 > # Networking support
438 > #
439 > CONFIG_NET=y
440 >
441 > #
442 > # Networking options
443 > #
444 > CONFIG_PACKET=y
445 > # CONFIG_PACKET_MMAP is not set
446 > CONFIG_UNIX=y
447 > CONFIG_NET_KEY=y
448 > CONFIG_INET=y
449 > # CONFIG_IP_MULTICAST is not set
450 > # CONFIG_IP_ADVANCED_ROUTER is not set
451 > # CONFIG_IP_PNP is not set
452 > # CONFIG_NET_IPIP is not set
453 > # CONFIG_NET_IPGRE is not set
454 > # CONFIG_ARPD is not set
455 > # CONFIG_SYN_COOKIES is not set
456 > CONFIG_INET_AH=y
457 > CONFIG_INET_ESP=y
458 > CONFIG_INET_IPCOMP=y
459 > CONFIG_INET_TUNNEL=y
460 > CONFIG_IP_TCPDIAG=y
461 > # CONFIG_IP_TCPDIAG_IPV6 is not set
462 > # CONFIG_IPV6 is not set
463 > # CONFIG_NETFILTER is not set
464 > CONFIG_XFRM=y
465 > CONFIG_XFRM_USER=y
466 >
467 > #
468 > # SCTP Configuration (EXPERIMENTAL)
469 > #
470 > # CONFIG_IP_SCTP is not set
471 > CONFIG_ATM=y
472 > # CONFIG_ATM_CLIP is not set
473 > # CONFIG_ATM_LANE is not set
474 > # CONFIG_ATM_BR2684 is not set
475 > # CONFIG_BRIDGE is not set
476 > # CONFIG_VLAN_8021Q is not set
477 > # CONFIG_DECNET is not set
478 > # CONFIG_LLC2 is not set
479 > # CONFIG_IPX is not set
480 > # CONFIG_ATALK is not set
481 > # CONFIG_X25 is not set
482 > # CONFIG_LAPB is not set
483 > # CONFIG_NET_DIVERT is not set
484 > # CONFIG_ECONET is not set
485 > # CONFIG_WAN_ROUTER is not set
486 >
487 > #
488 > # QoS and/or fair queueing
489 > #
490 > # CONFIG_NET_SCHED is not set
491 > # CONFIG_NET_CLS_ROUTE is not set
492 >
493 > #
494 > # Network testing
495 > #
496 > # CONFIG_NET_PKTGEN is not set
497 > # CONFIG_NETPOLL is not set
498 > # CONFIG_NET_POLL_CONTROLLER is not set
499 > # CONFIG_HAMRADIO is not set
500 > # CONFIG_IRDA is not set
501 > # CONFIG_BT is not set
502 > CONFIG_NETDEVICES=y
503 > # CONFIG_DUMMY is not set
504 > # CONFIG_BONDING is not set
505 > # CONFIG_EQUALIZER is not set
506 > # CONFIG_TUN is not set
507 >
508 > #
509 > # ARCnet devices
510 > #
511 > # CONFIG_ARCNET is not set
512 >
513 > #
514 > # Ethernet (10 or 100Mbit)
515 > #
516 > CONFIG_NET_ETHERNET=y
517 > # CONFIG_MII is not set
518 > CONFIG_MACE=y
519 > # CONFIG_MACE_AAUI_PORT is not set
520 > # CONFIG_BMAC is not set
521 > # CONFIG_HAPPYMEAL is not set
522 > CONFIG_SUNGEM=y
523 > # CONFIG_NET_VENDOR_3COM is not set
524 >
525 > #
526 > # Tulip family network device support
527 > #
528 > # CONFIG_NET_TULIP is not set
529 > # CONFIG_HP100 is not set
530 > # CONFIG_NET_PCI is not set
531 >
532 > #
533 > # Ethernet (1000 Mbit)
534 > #
535 > # CONFIG_ACENIC is not set
536 > # CONFIG_DL2K is not set
537 > # CONFIG_E1000 is not set
538 > # CONFIG_NS83820 is not set
539 > # CONFIG_HAMACHI is not set
540 > # CONFIG_YELLOWFIN is not set
541 > # CONFIG_R8169 is not set
542 > # CONFIG_SKGE is not set
543 > # CONFIG_SK98LIN is not set
544 > # CONFIG_TIGON3 is not set
545 > # CONFIG_BNX2 is not set
546 > # CONFIG_MV643XX_ETH is not set
547 >
548 > #
549 > # Ethernet (10000 Mbit)
550 > #
551 > # CONFIG_IXGB is not set
552 > # CONFIG_S2IO is not set
553 >
554 > #
555 > # Token Ring devices
556 > #
557 > # CONFIG_TR is not set
558 >
559 > #
560 > # Wireless LAN (non-hamradio)
561 > #
562 > # CONFIG_NET_RADIO is not set
563 >
564 > #
565 > # Wan interfaces
566 > #
567 > # CONFIG_WAN is not set
568 >
569 > #
570 > # ATM drivers
571 > #
572 > # CONFIG_ATM_TCP is not set
573 > # CONFIG_ATM_LANAI is not set
574 > # CONFIG_ATM_ENI is not set
575 > # CONFIG_ATM_FIRESTREAM is not set
576 > # CONFIG_ATM_ZATM is not set
577 > # CONFIG_ATM_NICSTAR is not set
578 > # CONFIG_ATM_IDT77252 is not set
579 > # CONFIG_ATM_AMBASSADOR is not set
580 > # CONFIG_ATM_HORIZON is not set
581 > # CONFIG_ATM_IA is not set
582 > # CONFIG_ATM_FORE200E_MAYBE is not set
583 > # CONFIG_ATM_HE is not set
584 > # CONFIG_FDDI is not set
585 > # CONFIG_HIPPI is not set
586 > CONFIG_PPP=y
587 > # CONFIG_PPP_MULTILINK is not set
588 > # CONFIG_PPP_FILTER is not set
589 > CONFIG_PPP_ASYNC=y
590 > CONFIG_PPP_SYNC_TTY=y
591 > CONFIG_PPP_DEFLATE=y
592 > # CONFIG_PPP_BSDCOMP is not set
593 > # CONFIG_PPPOE is not set
594 > CONFIG_PPPOATM=y
595 > # CONFIG_SLIP is not set
596 > # CONFIG_NET_FC is not set
597 > # CONFIG_SHAPER is not set
598 > # CONFIG_NETCONSOLE is not set
599 >
600 > #
601 > # ISDN subsystem
602 > #
603 > # CONFIG_ISDN is not set
604 >
605 > #
606 > # Telephony Support
607 > #
608 > # CONFIG_PHONE is not set
609 >
610 > #
611 > # Input device support
612 > #
613 > CONFIG_INPUT=y
614 >
615 > #
616 > # Userland interfaces
617 > #
618 > CONFIG_INPUT_MOUSEDEV=y
619 > CONFIG_INPUT_MOUSEDEV_PSAUX=y
620 > CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
621 > CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
622 > # CONFIG_INPUT_JOYDEV is not set
623 > # CONFIG_INPUT_TSDEV is not set
624 > # CONFIG_INPUT_EVDEV is not set
625 > # CONFIG_INPUT_EVBUG is not set
626 >
627 > #
628 > # Input Device Drivers
629 > #
630 > CONFIG_INPUT_KEYBOARD=y
631 > # CONFIG_KEYBOARD_ATKBD is not set
632 > # CONFIG_KEYBOARD_SUNKBD is not set
633 > # CONFIG_KEYBOARD_LKKBD is not set
634 > # CONFIG_KEYBOARD_XTKBD is not set
635 > # CONFIG_KEYBOARD_NEWTON is not set
636 > CONFIG_INPUT_MOUSE=y
637 > # CONFIG_MOUSE_PS2 is not set
638 > # CONFIG_MOUSE_SERIAL is not set
639 > # CONFIG_MOUSE_VSXXXAA is not set
640 > # CONFIG_INPUT_JOYSTICK is not set
641 > # CONFIG_INPUT_TOUCHSCREEN is not set
642 > # CONFIG_INPUT_MISC is not set
643 >
644 > #
645 > # Hardware I/O ports
646 > #
647 > # CONFIG_SERIO is not set
648 > # CONFIG_GAMEPORT is not set
649 >
650 > #
651 > # Character devices
652 > #
653 > CONFIG_VT=y
654 > CONFIG_VT_CONSOLE=y
655 > CONFIG_HW_CONSOLE=y
656 > CONFIG_SERIAL_NONSTANDARD=y
657 > # CONFIG_COMPUTONE is not set
658 > # CONFIG_ROCKETPORT is not set
659 > # CONFIG_CYCLADES is not set
660 > # CONFIG_DIGIEPCA is not set
661 > # CONFIG_MOXA_INTELLIO is not set
662 > # CONFIG_MOXA_SMARTIO is not set
663 > # CONFIG_ISI is not set
664 > # CONFIG_SYNCLINK is not set
665 > # CONFIG_SYNCLINKMP is not set
666 > CONFIG_N_HDLC=y
667 > # CONFIG_RISCOM8 is not set
668 > # CONFIG_SPECIALIX is not set
669 > # CONFIG_SX is not set
670 > # CONFIG_RIO is not set
671 > # CONFIG_STALDRV is not set
672 >
673 > #
674 > # Serial drivers
675 > #
676 > # CONFIG_SERIAL_8250 is not set
677 >
678 > #
679 > # Non-8250 serial port support
680 > #
681 > # CONFIG_SERIAL_PMACZILOG is not set
682 > # CONFIG_SERIAL_JSM is not set
683 > CONFIG_UNIX98_PTYS=y
684 > # CONFIG_LEGACY_PTYS is not set
685 >
686 > #
687 > # IPMI
688 > #
689 > # CONFIG_IPMI_HANDLER is not set
690 >
691 > #
692 > # Watchdog Cards
693 > #
694 > # CONFIG_WATCHDOG is not set
695 > CONFIG_NVRAM=y
696 > # CONFIG_GEN_RTC is not set
697 > # CONFIG_R3964 is not set
698 > # CONFIG_APPLICOM is not set
699 >
700 > #
701 > # Ftape, the floppy tape device driver
702 > #
703 > # CONFIG_AGP is not set
704 > # CONFIG_DRM is not set
705 > # CONFIG_RAW_DRIVER is not set
706 >
707 > #
708 > # TPM devices
709 > #
710 > # CONFIG_TCG_TPM is not set
711 >
712 > #
713 > # I2C support
714 > #
715 > CONFIG_I2C=y
716 > # CONFIG_I2C_CHARDEV is not set
717 >
718 > #
719 > # I2C Algorithms
720 > #
721 > CONFIG_I2C_ALGOBIT=y
722 > # CONFIG_I2C_ALGOPCF is not set
723 > # CONFIG_I2C_ALGOPCA is not set
724 >
725 > #
726 > # I2C Hardware Bus support
727 > #
728 > # CONFIG_I2C_ALI1535 is not set
729 > # CONFIG_I2C_ALI1563 is not set
730 > # CONFIG_I2C_ALI15X3 is not set
731 > # CONFIG_I2C_AMD756 is not set
732 > # CONFIG_I2C_AMD8111 is not set
733 > # CONFIG_I2C_HYDRA is not set
734 > # CONFIG_I2C_I801 is not set
735 > # CONFIG_I2C_I810 is not set
736 > # CONFIG_I2C_PIIX4 is not set
737 > # CONFIG_I2C_ISA is not set
738 > # CONFIG_I2C_KEYWEST is not set
739 > # CONFIG_I2C_MPC is not set
740 > # CONFIG_I2C_NFORCE2 is not set
741 > # CONFIG_I2C_PARPORT_LIGHT is not set
742 > # CONFIG_I2C_PROSAVAGE is not set
743 > # CONFIG_I2C_SAVAGE4 is not set
744 > # CONFIG_SCx200_ACB is not set
745 > # CONFIG_I2C_SIS5595 is not set
746 > # CONFIG_I2C_SIS630 is not set
747 > # CONFIG_I2C_SIS96X is not set
748 > # CONFIG_I2C_STUB is not set
749 > # CONFIG_I2C_VIA is not set
750 > # CONFIG_I2C_VIAPRO is not set
751 > # CONFIG_I2C_VOODOO3 is not set
752 > # CONFIG_I2C_PCA_ISA is not set
753 >
754 > #
755 > # Hardware Sensors Chip support
756 > #
757 > # CONFIG_I2C_SENSOR is not set
758 > # CONFIG_SENSORS_ADM1021 is not set
759 > # CONFIG_SENSORS_ADM1025 is not set
760 > # CONFIG_SENSORS_ADM1026 is not set
761 > # CONFIG_SENSORS_ADM1031 is not set
762 > # CONFIG_SENSORS_ASB100 is not set
763 > # CONFIG_SENSORS_DS1621 is not set
764 > # CONFIG_SENSORS_FSCHER is not set
765 > # CONFIG_SENSORS_FSCPOS is not set
766 > # CONFIG_SENSORS_GL518SM is not set
767 > # CONFIG_SENSORS_GL520SM is not set
768 > # CONFIG_SENSORS_IT87 is not set
769 > # CONFIG_SENSORS_LM63 is not set
770 > # CONFIG_SENSORS_LM75 is not set
771 > # CONFIG_SENSORS_LM77 is not set
772 > # CONFIG_SENSORS_LM78 is not set
773 > # CONFIG_SENSORS_LM80 is not set
774 > # CONFIG_SENSORS_LM83 is not set
775 > # CONFIG_SENSORS_LM85 is not set
776 > # CONFIG_SENSORS_LM87 is not set
777 > # CONFIG_SENSORS_LM90 is not set
778 > # CONFIG_SENSORS_LM92 is not set
779 > # CONFIG_SENSORS_MAX1619 is not set
780 > # CONFIG_SENSORS_PC87360 is not set
781 > # CONFIG_SENSORS_SMSC47B397 is not set
782 > # CONFIG_SENSORS_SIS5595 is not set
783 > # CONFIG_SENSORS_SMSC47M1 is not set
784 > # CONFIG_SENSORS_VIA686A is not set
785 > # CONFIG_SENSORS_W83781D is not set
786 > # CONFIG_SENSORS_W83L785TS is not set
787 > # CONFIG_SENSORS_W83627HF is not set
788 >
789 > #
790 > # Other I2C Chip support
791 > #
792 > # CONFIG_SENSORS_DS1337 is not set
793 > # CONFIG_SENSORS_EEPROM is not set
794 > # CONFIG_SENSORS_PCF8574 is not set
795 > # CONFIG_SENSORS_PCF8591 is not set
796 > # CONFIG_SENSORS_RTC8564 is not set
797 > # CONFIG_SENSORS_M41T00 is not set
798 > # CONFIG_I2C_DEBUG_CORE is not set
799 > # CONFIG_I2C_DEBUG_ALGO is not set
800 > # CONFIG_I2C_DEBUG_BUS is not set
801 > # CONFIG_I2C_DEBUG_CHIP is not set
802 >
803 > #
804 > # Dallas's 1-wire bus
805 > #
806 > # CONFIG_W1 is not set
807 >
808 > #
809 > # Misc devices
810 > #
811 >
812 > #
813 > # Multimedia devices
814 > #
815 > # CONFIG_VIDEO_DEV is not set
816 >
817 > #
818 > # Digital Video Broadcasting Devices
819 > #
820 > # CONFIG_DVB is not set
821 >
822 > #
823 > # Graphics support
824 > #
825 > CONFIG_FB=y
826 > CONFIG_FB_CFB_FILLRECT=y
827 > CONFIG_FB_CFB_COPYAREA=y
828 > CONFIG_FB_CFB_IMAGEBLIT=y
829 > CONFIG_FB_SOFT_CURSOR=y
830 > CONFIG_FB_MACMODES=y
831 > CONFIG_FB_MODE_HELPERS=y
832 > # CONFIG_FB_TILEBLITTING is not set
833 > # CONFIG_FB_CIRRUS is not set
834 > # CONFIG_FB_PM2 is not set
835 > # CONFIG_FB_CYBER2000 is not set
836 > CONFIG_FB_OF=y
837 > # CONFIG_FB_CONTROL is not set
838 > # CONFIG_FB_PLATINUM is not set
839 > # CONFIG_FB_VALKYRIE is not set
840 > # CONFIG_FB_CT65550 is not set
841 > # CONFIG_FB_ASILIANT is not set
842 > # CONFIG_FB_IMSTT is not set
843 > # CONFIG_FB_VGA16 is not set
844 > # CONFIG_FB_NVIDIA is not set
845 > CONFIG_FB_RIVA=y
846 > CONFIG_FB_RIVA_I2C=y
847 > # CONFIG_FB_RIVA_DEBUG is not set
848 > # CONFIG_FB_MATROX is not set
849 > # CONFIG_FB_RADEON_OLD is not set
850 > # CONFIG_FB_RADEON is not set
851 > # CONFIG_FB_ATY128 is not set
852 > # CONFIG_FB_ATY is not set
853 > # CONFIG_FB_SAVAGE is not set
854 > # CONFIG_FB_SIS is not set
855 > # CONFIG_FB_NEOMAGIC is not set
856 > # CONFIG_FB_KYRO is not set
857 > # CONFIG_FB_3DFX is not set
858 > # CONFIG_FB_VOODOO1 is not set
859 > # CONFIG_FB_TRIDENT is not set
860 > # CONFIG_FB_S1D13XXX is not set
861 > # CONFIG_FB_VIRTUAL is not set
862 >
863 > #
864 > # Console display driver support
865 > #
866 > CONFIG_VGA_CONSOLE=y
867 > CONFIG_DUMMY_CONSOLE=y
868 > CONFIG_FRAMEBUFFER_CONSOLE=y
869 > # CONFIG_FONTS is not set
870 > CONFIG_FONT_8x8=y
871 > CONFIG_FONT_8x16=y
872 >
873 > #
874 > # Logo configuration
875 > #
876 > CONFIG_LOGO=y
877 > CONFIG_LOGO_LINUX_MONO=y
878 > CONFIG_LOGO_LINUX_VGA16=y
879 > CONFIG_LOGO_LINUX_CLUT224=y
880 > # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
881 > # CONFIG_FB_SPLASH is not set
882 >
883 > #
884 > # Speakup console speech
885 > #
886 > # CONFIG_SPEAKUP is not set
887 > CONFIG_SPEAKUP_DEFAULT="none"
888 >
889 > #
890 > # Sound
891 > #
892 > CONFIG_SOUND=y
893 > CONFIG_DMASOUND_PMAC=y
894 > CONFIG_DMASOUND=y
895 >
896 > #
897 > # Advanced Linux Sound Architecture
898 > #
899 > CONFIG_SND=y
900 > CONFIG_SND_TIMER=y
901 > CONFIG_SND_PCM=y
902 > # CONFIG_SND_SEQUENCER is not set
903 > # CONFIG_SND_MIXER_OSS is not set
904 > # CONFIG_SND_PCM_OSS is not set
905 > # CONFIG_SND_VERBOSE_PRINTK is not set
906 > # CONFIG_SND_DEBUG is not set
907 >
908 > #
909 > # Generic devices
910 > #
911 > # CONFIG_SND_DUMMY is not set
912 > # CONFIG_SND_MTPAV is not set
913 > # CONFIG_SND_SERIAL_U16550 is not set
914 > # CONFIG_SND_MPU401 is not set
915 >
916 > #
917 > # PCI devices
918 > #
919 > # CONFIG_SND_ALI5451 is not set
920 > # CONFIG_SND_ATIIXP is not set
921 > # CONFIG_SND_ATIIXP_MODEM is not set
922 > # CONFIG_SND_AU8810 is not set
923 > # CONFIG_SND_AU8820 is not set
924 > # CONFIG_SND_AU8830 is not set
925 > # CONFIG_SND_AZT3328 is not set
926 > # CONFIG_SND_BT87X is not set
927 > # CONFIG_SND_CS46XX is not set
928 > # CONFIG_SND_CS4281 is not set
929 > # CONFIG_SND_EMU10K1 is not set
930 > # CONFIG_SND_EMU10K1X is not set
931 > # CONFIG_SND_CA0106 is not set
932 > # CONFIG_SND_KORG1212 is not set
933 > # CONFIG_SND_MIXART is not set
934 > # CONFIG_SND_NM256 is not set
935 > # CONFIG_SND_RME32 is not set
936 > # CONFIG_SND_RME96 is not set
937 > # CONFIG_SND_RME9652 is not set
938 > # CONFIG_SND_HDSP is not set
939 > # CONFIG_SND_TRIDENT is not set
940 > # CONFIG_SND_YMFPCI is not set
941 > # CONFIG_SND_ALS4000 is not set
942 > # CONFIG_SND_CMIPCI is not set
943 > # CONFIG_SND_ENS1370 is not set
944 > # CONFIG_SND_ENS1371 is not set
945 > # CONFIG_SND_ES1938 is not set
946 > # CONFIG_SND_ES1968 is not set
947 > # CONFIG_SND_MAESTRO3 is not set
948 > # CONFIG_SND_FM801 is not set
949 > # CONFIG_SND_ICE1712 is not set
950 > # CONFIG_SND_ICE1724 is not set
951 > # CONFIG_SND_INTEL8X0 is not set
952 > # CONFIG_SND_INTEL8X0M is not set
953 > # CONFIG_SND_SONICVIBES is not set
954 > # CONFIG_SND_VIA82XX is not set
955 > # CONFIG_SND_VIA82XX_MODEM is not set
956 > # CONFIG_SND_VX222 is not set
957 > # CONFIG_SND_HDA_INTEL is not set
958 >
959 > #
960 > # ALSA PowerMac devices
961 > #
962 > CONFIG_SND_POWERMAC=y
963 >
964 > #
965 > # USB devices
966 > #
967 > # CONFIG_SND_USB_AUDIO is not set
968 > # CONFIG_SND_USB_USX2Y is not set
969 >
970 > #
971 > # Open Sound System
972 > #
973 > # CONFIG_SOUND_PRIME is not set
974 >
975 > #
976 > # USB support
977 > #
978 > CONFIG_USB_ARCH_HAS_HCD=y
979 > CONFIG_USB_ARCH_HAS_OHCI=y
980 > CONFIG_USB=y
981 > # CONFIG_USB_DEBUG is not set
982 >
983 > #
984 > # Miscellaneous USB options
985 > #
986 > CONFIG_USB_DEVICEFS=y
987 > # CONFIG_USB_BANDWIDTH is not set
988 > # CONFIG_USB_DYNAMIC_MINORS is not set
989 > # CONFIG_USB_OTG is not set
990 >
991 > #
992 > # USB Host Controller Drivers
993 > #
994 > # CONFIG_USB_EHCI_HCD is not set
995 > CONFIG_USB_OHCI_HCD=y
996 > # CONFIG_USB_OHCI_BIG_ENDIAN is not set
997 > CONFIG_USB_OHCI_LITTLE_ENDIAN=y
998 > # CONFIG_USB_UHCI_HCD is not set
999 > # CONFIG_USB_SL811_HCD is not set
1000 >
1001 > #
1002 > # USB Device Class drivers
1003 > #
1004 > # CONFIG_USB_AUDIO is not set
1005 > # CONFIG_USB_BLUETOOTH_TTY is not set
1006 > # CONFIG_USB_MIDI is not set
1007 > CONFIG_USB_ACM=y
1008 > CONFIG_USB_PRINTER=y
1009 >
1010 > #
1011 > # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information
1012 > #
1013 > CONFIG_USB_STORAGE=y
1014 > # CONFIG_USB_STORAGE_DEBUG is not set
1015 > # CONFIG_USB_STORAGE_DATAFAB is not set
1016 > # CONFIG_USB_STORAGE_FREECOM is not set
1017 > # CONFIG_USB_STORAGE_ISD200 is not set
1018 > # CONFIG_USB_STORAGE_DPCM is not set
1019 > # CONFIG_USB_STORAGE_USBAT is not set
1020 > # CONFIG_USB_STORAGE_SDDR09 is not set
1021 > # CONFIG_USB_STORAGE_SDDR55 is not set
1022 > # CONFIG_USB_STORAGE_JUMPSHOT is not set
1023 >
1024 > #
1025 > # USB Input Devices
1026 > #
1027 > CONFIG_USB_HID=y
1028 > CONFIG_USB_HIDINPUT=y
1029 > # CONFIG_HID_FF is not set
1030 > # CONFIG_USB_HIDDEV is not set
1031 > # CONFIG_USB_AIPTEK is not set
1032 > # CONFIG_USB_WACOM is not set
1033 > # CONFIG_USB_KBTAB is not set
1034 > # CONFIG_USB_POWERMATE is not set
1035 > # CONFIG_USB_MTOUCH is not set
1036 > # CONFIG_USB_EGALAX is not set
1037 > # CONFIG_USB_XPAD is not set
1038 > # CONFIG_USB_ATI_REMOTE is not set
1039 >
1040 > #
1041 > # USB Imaging devices
1042 > #
1043 > # CONFIG_USB_MDC800 is not set
1044 > # CONFIG_USB_MICROTEK is not set
1045 >
1046 > #
1047 > # USB Multimedia devices
1048 > #
1049 > # CONFIG_USB_DABUSB is not set
1050 >
1051 > #
1052 > # Video4Linux support is needed for USB Multimedia device support
1053 > #
1054 >
1055 > #
1056 > # USB Network Adapters
1057 > #
1058 > # CONFIG_USB_CATC is not set
1059 > # CONFIG_USB_KAWETH is not set
1060 > # CONFIG_USB_PEGASUS is not set
1061 > # CONFIG_USB_RTL8150 is not set
1062 > # CONFIG_USB_USBNET is not set
1063 > # CONFIG_USB_MON is not set
1064 >
1065 > #
1066 > # USB port drivers
1067 > #
1068 >
1069 > #
1070 > # USB Serial Converter support
1071 > #
1072 > # CONFIG_USB_SERIAL is not set
1073 >
1074 > #
1075 > # USB Miscellaneous drivers
1076 > #
1077 > # CONFIG_USB_EMI62 is not set
1078 > # CONFIG_USB_EMI26 is not set
1079 > # CONFIG_USB_AUERSWALD is not set
1080 > # CONFIG_USB_RIO500 is not set
1081 > # CONFIG_USB_LEGOTOWER is not set
1082 > # CONFIG_USB_LCD is not set
1083 > # CONFIG_USB_LED is not set
1084 > # CONFIG_USB_CYTHERM is not set
1085 > # CONFIG_USB_PHIDGETKIT is not set
1086 > # CONFIG_USB_PHIDGETSERVO is not set
1087 > # CONFIG_USB_IDMOUSE is not set
1088 > # CONFIG_USB_TEST is not set
1089 >
1090 > #
1091 > # USB ATM/DSL drivers
1092 > #
1093 > CONFIG_USB_ATM=y
1094 > CONFIG_USB_SPEEDTOUCH=y
1095 >
1096 > #
1097 > # USB Gadget Support
1098 > #
1099 > # CONFIG_USB_GADGET is not set
1100 >
1101 > #
1102 > # MMC/SD Card support
1103 > #
1104 > # CONFIG_MMC is not set
1105 >
1106 > #
1107 > # InfiniBand support
1108 > #
1109 > # CONFIG_INFINIBAND is not set
1110 >
1111 > #
1112 > # File systems
1113 > #
1114 > CONFIG_EXT2_FS=y
1115 > # CONFIG_EXT2_FS_XATTR is not set
1116 > CONFIG_EXT3_FS=y
1117 > # CONFIG_EXT3_FS_XATTR is not set
1118 > CONFIG_JBD=y
1119 > # CONFIG_JBD_DEBUG is not set
1120 > # CONFIG_REISERFS_FS is not set
1121 > # CONFIG_JFS_FS is not set
1122 >
1123 > #
1124 > # XFS support
1125 > #
1126 > # CONFIG_XFS_FS is not set
1127 > # CONFIG_MINIX_FS is not set
1128 > # CONFIG_ROMFS_FS is not set
1129 > CONFIG_INOTIFY=y
1130 > # CONFIG_QUOTA is not set
1131 > CONFIG_DNOTIFY=y
1132 > # CONFIG_AUTOFS_FS is not set
1133 > # CONFIG_AUTOFS4_FS is not set
1134 >
1135 > #
1136 > # CD-ROM/DVD Filesystems
1137 > #
1138 > CONFIG_ISO9660_FS=y
1139 > # CONFIG_JOLIET is not set
1140 > # CONFIG_ZISOFS is not set
1141 > # CONFIG_UDF_FS is not set
1142 >
1143 > #
1144 > # DOS/FAT/NT Filesystems
1145 > #
1146 > # CONFIG_MSDOS_FS is not set
1147 > # CONFIG_VFAT_FS is not set
1148 > # CONFIG_NTFS_FS is not set
1149 >
1150 > #
1151 > # Pseudo filesystems
1152 > #
1153 > CONFIG_PROC_FS=y
1154 > # CONFIG_PROC_KCORE is not set
1155 > CONFIG_SYSFS=y
1156 > # CONFIG_DEVFS_FS is not set
1157 > # CONFIG_DEVPTS_FS_XATTR is not set
1158 > # CONFIG_TMPFS is not set
1159 > # CONFIG_HUGETLB_PAGE is not set
1160 > CONFIG_RAMFS=y
1161 >
1162 > #
1163 > # Miscellaneous filesystems
1164 > #
1165 > # CONFIG_ADFS_FS is not set
1166 > # CONFIG_AFFS_FS is not set
1167 > CONFIG_HFS_FS=y
1168 > CONFIG_HFSPLUS_FS=y
1169 > # CONFIG_BEFS_FS is not set
1170 > # CONFIG_BFS_FS is not set
1171 > # CONFIG_EFS_FS is not set
1172 > # CONFIG_CRAMFS is not set
1173 > # CONFIG_SQUASHFS is not set
1174 > # CONFIG_VXFS_FS is not set
1175 > # CONFIG_HPFS_FS is not set
1176 > # CONFIG_QNX4FS_FS is not set
1177 > # CONFIG_SYSV_FS is not set
1178 > # CONFIG_UFS_FS is not set
1179 >
1180 > #
1181 > # Network File Systems
1182 > #
1183 > # CONFIG_NFS_FS is not set
1184 > # CONFIG_NFSD is not set
1185 > # CONFIG_SMB_FS is not set
1186 > # CONFIG_CIFS is not set
1187 > # CONFIG_NCP_FS is not set
1188 > # CONFIG_CODA_FS is not set
1189 > # CONFIG_AFS_FS is not set
1190 >
1191 > #
1192 > # Partition Types
1193 > #
1194 > # CONFIG_PARTITION_ADVANCED is not set
1195 > CONFIG_MSDOS_PARTITION=y
1196 >
1197 > #
1198 > # Native Language Support
1199 > #
1200 > CONFIG_NLS=y
1201 > CONFIG_NLS_DEFAULT="iso8859-1"
1202 > # CONFIG_NLS_CODEPAGE_437 is not set
1203 > # CONFIG_NLS_CODEPAGE_737 is not set
1204 > # CONFIG_NLS_CODEPAGE_775 is not set
1205 > # CONFIG_NLS_CODEPAGE_850 is not set
1206 > # CONFIG_NLS_CODEPAGE_852 is not set
1207 > # CONFIG_NLS_CODEPAGE_855 is not set
1208 > # CONFIG_NLS_CODEPAGE_857 is not set
1209 > # CONFIG_NLS_CODEPAGE_860 is not set
1210 > # CONFIG_NLS_CODEPAGE_861 is not set
1211 > # CONFIG_NLS_CODEPAGE_862 is not set
1212 > # CONFIG_NLS_CODEPAGE_863 is not set
1213 > # CONFIG_NLS_CODEPAGE_864 is not set
1214 > # CONFIG_NLS_CODEPAGE_865 is not set
1215 > # CONFIG_NLS_CODEPAGE_866 is not set
1216 > # CONFIG_NLS_CODEPAGE_869 is not set
1217 > # CONFIG_NLS_CODEPAGE_936 is not set
1218 > # CONFIG_NLS_CODEPAGE_950 is not set
1219 > # CONFIG_NLS_CODEPAGE_932 is not set
1220 > # CONFIG_NLS_CODEPAGE_949 is not set
1221 > # CONFIG_NLS_CODEPAGE_874 is not set
1222 > # CONFIG_NLS_ISO8859_8 is not set
1223 > # CONFIG_NLS_CODEPAGE_1250 is not set
1224 > # CONFIG_NLS_CODEPAGE_1251 is not set
1225 > # CONFIG_NLS_ASCII is not set
1226 > CONFIG_NLS_ISO8859_1=y
1227 > # CONFIG_NLS_ISO8859_2 is not set
1228 > # CONFIG_NLS_ISO8859_3 is not set
1229 > # CONFIG_NLS_ISO8859_4 is not set
1230 > # CONFIG_NLS_ISO8859_5 is not set
1231 > # CONFIG_NLS_ISO8859_6 is not set
1232 > # CONFIG_NLS_ISO8859_7 is not set
1233 > # CONFIG_NLS_ISO8859_9 is not set
1234 > # CONFIG_NLS_ISO8859_13 is not set
1235 > # CONFIG_NLS_ISO8859_14 is not set
1236 > CONFIG_NLS_ISO8859_15=y
1237 > # CONFIG_NLS_KOI8_R is not set
1238 > # CONFIG_NLS_KOI8_U is not set
1239 > CONFIG_NLS_UTF8=y
1240 >
1241 > #
1242 > # Library routines
1243 > #
1244 > CONFIG_CRC_CCITT=y
1245 > CONFIG_CRC32=y
1246 > # CONFIG_LIBCRC32C is not set
1247 > CONFIG_ZLIB_INFLATE=y
1248 > CONFIG_ZLIB_DEFLATE=y
1249 >
1250 > #
1251 > # Profiling support
1252 > #
1253 > # CONFIG_PROFILING is not set
1254 >
1255 > #
1256 > # Kernel hacking
1257 > #
1258 > # CONFIG_PRINTK_TIME is not set
1259 > # CONFIG_DEBUG_KERNEL is not set
1260 > CONFIG_LOG_BUF_SHIFT=14
1261 > CONFIG_BOOTX_TEXT=y
1262 >
1263 > #
1264 > # Security options
1265 > #
1266 > # CONFIG_KEYS is not set
1267 > # CONFIG_SECURITY is not set
1268 >
1269 > #
1270 > # Cryptographic options
1271 > #
1272 > CONFIG_CRYPTO=y
1273 > CONFIG_CRYPTO_HMAC=y
1274 > # CONFIG_CRYPTO_NULL is not set
1275 > # CONFIG_CRYPTO_MD4 is not set
1276 > CONFIG_CRYPTO_MD5=y
1277 > CONFIG_CRYPTO_SHA1=y
1278 > # CONFIG_CRYPTO_SHA256 is not set
1279 > # CONFIG_CRYPTO_SHA512 is not set
1280 > # CONFIG_CRYPTO_WP512 is not set
1281 > # CONFIG_CRYPTO_TGR192 is not set
1282 > CONFIG_CRYPTO_DES=y
1283 > # CONFIG_CRYPTO_BLOWFISH is not set
1284 > # CONFIG_CRYPTO_TWOFISH is not set
1285 > # CONFIG_CRYPTO_SERPENT is not set
1286 > # CONFIG_CRYPTO_AES is not set
1287 > # CONFIG_CRYPTO_CAST5 is not set
1288 > # CONFIG_CRYPTO_CAST6 is not set
1289 > # CONFIG_CRYPTO_TEA is not set
1290 > # CONFIG_CRYPTO_ARC4 is not set
1291 > # CONFIG_CRYPTO_KHAZAD is not set
1292 > # CONFIG_CRYPTO_ANUBIS is not set
1293 > CONFIG_CRYPTO_DEFLATE=y
1294 > # CONFIG_CRYPTO_MICHAEL_MIC is not set
1295 > # CONFIG_CRYPTO_CRC32C is not set
1296 > # CONFIG_CRYPTO_TEST is not set
1297 >
1298 > #
1299 > # Hardware crypto devices
1300 > #
1301 >
1302 >
1303 > ## yaboot.conf generated by yabootconfig 1.0.8
1304 > ##
1305 > ## run: "man yaboot.conf" for details. Do not make changes until you have!!
1306 > ##
1307 > ## For a dual-boot menu, add one or more of:
1308 > ## bsd=/dev/hdaX, macos=/dev/hdaY, macosx=/dev/hdaZ
1309 >
1310 > boot=/dev/hda12
1311 > device=hd:
1312 > ofboot=hd:12
1313 > delay=15
1314 > timeout=30
1315 > macos=hd:10
1316 > macosx=hd:11
1317 > defaultos=macosx
1318 > default=Linux
1319 > install=/usr/lib/yaboot/yaboot
1320 > magicboot=/usr/lib/yaboot/ofboot
1321 > enablecdboot
1322 > enableofboot
1323 >
1324 > image=/boot/Linux
1325 > label=Linux
1326 > root=/dev/hda15
1327 > partition=15
1328 > sysmap=/boot/Sysmap
1329 > read-only
1330 >
1331 >
1332 >
1333
1334
1335 --
1336 !sic transit gloria mundi!
1337 (+351) 966 014 174
1338
1339 --
1340 gentoo-ppc-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-ppc-user] Compile error on IDE Power Mac driver Charles Trois <charles.trois@×××××××.fr>