[456] in NetBSD-Development
Re: some minor changes I made saturday.
daemon@ATHENA.MIT.EDU (John Hawkinson)
Mon Jan 23 01:24:53 1995
Date: Mon, 23 Jan 95 01:24:24 -0500
To: sommerfeld@orchard.medford.ma.us (Bill Sommerfeld)
Cc: netbsd-dev@MIT.EDU
In-Reply-To: "[455] in NetBSD-Development"
From: John Hawkinson <jhawk@MIT.EDU>
> On saturday, in the course of reinstalling my laptop, I dropped my
> At-Lan-Tec parallel port ethernet driver (if_lt.c and related files)
> into the kernel source tree on lola. I'm not sure what the CVS
> conventions were so I just dropped the files there without committing
> them.
In general, we're using RCS, and ignoring CVS. The CVS directories are leavings
from sun-lamp/sup, feel free to rm them. When you get a chance, please check your
changes in w/ RCS...
Also, I've moved your kernel config from granola:/usr/src/sys/arch/i386/conf to
/afs/sipb/project/netbsd/dev/netbsd-source/src/arch/i386/conf/, and symlinked
it back (like the other kernels are).
As for AFS, that's a John Kohl question :-). You might try building with symbols
(config -g) and experimenting w/ (read: learning how to use if you're one of the
many ignorant, like most of us) kgdb... I would also recommend having KTRACE in
your kernel (but I doubt it's useful for this).
--jhawk