From: Glenn H. <gh...@c2...> - 2000-08-02 22:28:51
|
Hello Geert On 02-Aug-2000, you wrote: > On Wed, 2 Aug 2000, Glenn Hisdal wrote: >> On 02-Aug-2000, you wrote: >>>> I still can't get the cybervision64 driver to work in 2.4 though (It >>>> compiles fine, but I can't use it). >>>> The kernel just uses amifb:vga even if i tell it to use cyberfb... >> >>> Looking at drivers/video/fbmem.c, you should try video=cyber:... >> >> Yes, that's what I use... (video=cyber:800x600-8) >> won't work. Guess I'll have to stick with 2.2.10 a litte longer. > Please #define CYBERFBDEBUG in drivers/video/cyberfb.c and tell us more. done. Here's the dmesg output : parse_bootinfo: unknown tag 0x8008 ignored parse_bootinfo: unknown tag 0x8009 ignored Total memory = 64MB; using 256kB for hash table (at c0200000) Linux version 2.4.0-test4 (ro...@gu...d) (gcc version 2.95.2 19991024 (release/franzo)) #1 Wed Aug 2 23:29:25 GMT 2000 Amiga hardware found: [A4000] VIDEO BLITTER AUDIO FLOPPY A4000_IDE KEYBOARD MOUSE SERIAL PARALLEL A3000_CLK CHIP_RAM PAULA LISA ALICE_PAL ZORRO3 On node 0 totalpages: 16384 zone(0): 16384 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/hda7 video=cyber:800x600-8 60nsram cyberfb_setup: ENTER get_video_mode: ENTER get_video_mode: EXIT - Matched predefined mode cyberfb_setup: default mode: xres=800, yres=600, bpp=8 cyberfb_setup: EXIT amiga_enable_irq: Trying to enable auto-vector IRQ 1 amiga_enable_irq: Trying to enable auto-vector IRQ 3 amiga_enable_irq: Trying to enable auto-vector IRQ 4 amiga_enable_irq: Trying to enable auto-vector IRQ 5 amiga_enable_irq: Trying to enable auto-vector IRQ 7 amiga_enable_irq: Trying to enable auto-vector IRQ 2 amiga_enable_irq: Trying to enable auto-vector IRQ 6 APUS: BATs=1, BUS=66MHz, RAM=60ns, PCI bridge=0 time_init: decrementer frequency = 990000000/60 Console: colour dummy device 80x25 Calibrating delay loop... 460.39 BogoMIPS Memory: 61296k available (1256k kernel code, 512k data, 80k init) [c0000000,c4000000] Dentry-cache hash table entries: 8192 (order: 4, 65536 bytes) Buffer-cache hash table entries: 4096 (order: 2, 16384 bytes) Page-cache hash table entries: 16384 (order: 4, 65536 bytes) Inode-cache hash table entries: 4096 (order: 3, 32768 bytes) POSIX conformance testing by UNIFIX Zorro: Probing AutoConfig expansion devices: 3 devices Linux NET4.0 for Linux 2.3 Based upon Swansea University Computer Society NET3.039 NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 512 buckets, 4Kbytes TCP: Hash tables configured (established 4096 bind 4096) Starting kswapd v1.6 cyberfb_init: ENTER amiga_insert_irq: Warning: dev_id of fb vertb handler is zero Console: switching to colour frame buffer device 80x25 fb0: Amiga AGA frame buffer device, using 1280K of video memory pty: 256 Unix98 ptys configured RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize loop: registered device at major 7 loop: enabling 8 loop devices Uniform Multi-Platform E-IDE driver Revision: 6.31 ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx ide0: Gayle IDE interface (A4000 style) hda: probing with STATUS(0x50) instead of ALTSTATUS(0xe0) hda: WDC AC313000R, ATA DISK drive hdb: probing with STATUS(0x51) instead of ALTSTATUS(0xe0) hdb: probing with STATUS(0x51) instead of ALTSTATUS(0xe0) hdb: probing with STATUS(0x51) instead of ALTSTATUS(0xe0) hdb: CRD-8240B, ATAPI CDROM drive ide0 at 80dd2020 on irq 0x0000000c hda: 25429824 sectors (13020 MB) w/512KiB Cache, CHS=25228/16/63 hdb: ATAPI 24X CD-ROM drive, 128kB Cache Uniform CD-ROM driver Revision: 3.11 Partition check: hda: RDSK hda1 hda2 hda3 hda4 hda5 hda6 hda7 hda8 hda9 hda10 hda11 FD: probing units found fd0 Amiga-builtin serial driver version 4.30 ttyS00 is the amiga builtin serial port Amiga mouse installed. PPP generic driver version 2.4.1 PPP Deflate Compression module registered PPP BSD Compression module registered kmem_create: Forcing size word alignment - nfs_fh VFS: Mounted root (ext2 filesystem) readonly. Freeing unused kernel memory: 80k init Adding Swap: 115916k swap-space (priority -1) nfs warning: mount version older than kernel - glenn |