linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Martin Costabel <costabel@wanadoo.fr>
To: linuxppc-dev@lists.linuxppc.org
Subject: vger-2.3.15 and ADB_MOUSE
Date: Thu, 26 Aug 1999 18:25:25 +0200	[thread overview]
Message-ID: <37C56A75.95058049@wanadoo.fr> (raw)
In-Reply-To: 37C4FD7C.BBEC0F1@wanadoo.fr


Trying to make the vger kernel 2.3.15 work on my Pmac 6400, I found how
to make my screen work and how to make the kernel read the partition map
on my HDs (see my previous post). So now it boots.

It does not, however, start a driver for my adb-mouse. Therefore gpm and
also X don't work. Does anyone know if this is a configuration problem
or is it known that the adbmouse driver is still broken in 2.3.15?

I had to patch drivers/char/Makefile in order to compile
drivers/char/busmouse. otherwise there were undefined symbols (see patch
below).

The other thing I can see is seriously broken is hfs. But there I guess
we'll have to wait until Adrian Sun finishes his thesis :-) Anyway, I
was pleasantly surprised to see that hfsutils work without hfs support
compiled into the kernel. So I was able to hcopy -r vmlinux to my MacOS
system folder and reboot with BootX without first passing by an older
kernel.

--
Martin
Index: drivers/char/Makefile
===================================================================
RCS file: /cvs/linux/linux/drivers/char/Makefile,v
retrieving revision 1.98
diff -u -r1.98 Makefile
--- drivers/char/Makefile       1999/08/08 01:35:10     1.98
+++ drivers/char/Makefile       1999/08/25 18:49:37
@@ -198,11 +198,11 @@
   endif
 endif
 
-ifeq ($(CONFIG_MOUSE),y)
+ifeq ($(CONFIG_BUSMOUSE),y)
 M = y
 OX_OBJS += busmouse.o
 else
-  ifeq ($(CONFIG_MOUSE),m)
+  ifeq ($(CONFIG_BUSMOUSE),m)
   MM = m
   MX_OBJS += busmouse.o
   endif

===================================================================

[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

      parent reply	other threads:[~1999-08-26 16:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-26  8:40 vger-2.3.15 on pmac Martin Costabel
1999-08-26  8:55 ` Geert Uytterhoeven
1999-08-26 16:25 ` Franz Sirl
     [not found]   ` <37C57094.D6415E54@wanadoo.fr>
1999-08-26 22:01     ` Franz Sirl
1999-08-27  1:01       ` Franz Sirl
1999-08-27  8:24         ` Martin Costabel
1999-08-27  8:52           ` Martin Costabel
1999-08-27  9:21           ` Benjamin Herrenschmidt
1999-08-27 17:25   ` Martin Costabel
1999-08-28 11:30     ` Geert Uytterhoeven
1999-08-26 16:25 ` Martin Costabel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=37C56A75.95058049@wanadoo.fr \
    --to=costabel@wanadoo.fr \
    --cc=linuxppc-dev@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).