From owner-freebsd-current Mon Apr 10 03:55:45 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA02143 for current-outgoing; Mon, 10 Apr 1995 03:55:45 -0700 Received: from vax.cs.pitt.edu (vax.cs.pitt.edu [136.142.79.5]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id DAA02137 for ; Mon, 10 Apr 1995 03:55:43 -0700 From: durham@w2xo.pgh.pa.us Received: by vax.cs.pitt.edu (8.6.10/1.14) for current@freebsd.org; id GAA04792; Mon, 10 Apr 1995 06:24:22 -0400 Received: by w2xo.pgh.pa.us (8.6.8/1.34) id SAA08024; Sun, 9 Apr 1995 18:17:27 -0400 Date: Sun, 9 Apr 1995 18:17:27 -0400 Message-Id: <199504092217.SAA08024@w2xo.pgh.pa.us> To: current@FreeBSD.org Subject: 2.0-SNAP of 03/22/95 Sender: current-owner@FreeBSD.org Precedence: bulk I am trying 032295-SNAP because I would like to be able to use the tunnel driver and possibly the CD-ROM stuff. In the kernel compile, noticed a couple things... The define TTYDEFCHARS in both tty.c and sio.c causes a double definition problem in --/sys/ttydefaults.h . I fixed it by adding an "#else" clause with a simple extern declaration and turning off the define for TTYDEFCHARS in sio.c. This needs more work, as this causes a double declaration warning, but works. The source for the Panasonic driver seems to be missing, (pcd.c). I actually have a Reveal CD-ROM, but thought I'd try the Sony and Panasonic drivers for kicks. The Sony didn't do it, and the Panasonic wasn't there. Any sugestions on the Reveal? I gather that someone wrote a driver for it for Linux. I'd be willing to try, but how does one get the hardware information? There was a problem in vidcontrol, but I don't have that make.out file handy. It was complaining about a link-time problem. I didn't get that far the last time, (missing pcd.c), so I overwrote the file and lost that error output. Some of this may have already been solved. I don't get the mailing lists, but I'm going to sign up now. Thanks for a really neat system. If I can help, let me know. -Jim Durham