Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!sun!pitstop!sundc!seismo!uunet!mcvax!nikhefh!n62 From: n62@nikhefh.hep.nl (Klamer Schutte) Newsgroups: comp.os.minix Subject: Re: Atari ST mouse driver Summary: missing cdiff file ?? Keywords: patch supplied Message-ID: <614@nikhefh.hep.nl> Date: 27 Feb 89 13:38:08 GMT References: <1611@uwovax.uwo.ca> Reply-To: n62@nikhefh.hep.nl (Klamer Schutte) Organization: Nikhef-H, Amsterdam (the Netherlands). Lines: 30 In the posting of Eric was i think a patch missing to fs/table.c making the mouse driver known to fs. Here is my fix; it maked the driver work with the supplied program sketch. Klamer. (signature at end ) --------------------------------------------------------------------------- *** /usr/fs/table.c~ Thu Feb 24 12:00:55 1989 --- table.c Thu Feb 24 12:06:37 1989 *************** *** 124,130 **** no_call, rw_dev, no_call, WINCHESTER, /* 3 = /dev/hd0 */ tty_open, rw_dev, no_call, TTY, /* 4 = /dev/tty0 */ no_call, rw_dev2, no_call, TTY, /* 5 = /dev/tty */ ! no_call, rw_dev, no_call, PRINTER /* 6 = /dev/lp */ }; int max_major = sizeof(dmap)/sizeof(struct dmap); --- 124,131 ---- no_call, rw_dev, no_call, WINCHESTER, /* 3 = /dev/hd0 */ tty_open, rw_dev, no_call, TTY, /* 4 = /dev/tty0 */ no_call, rw_dev2, no_call, TTY, /* 5 = /dev/tty */ ! no_call, rw_dev, no_call, PRINTER, /* 6 = /dev/lp */ ! no_call, rw_dev, no_call, MOUSE /* 7 = /dev/mouse */ }; int max_major = sizeof(dmap)/sizeof(struct dmap); -- ________________________________________________________________________________ Klamer Schutte mcvax!nikhefh!n62 n62@nikhefh.hep.nl