From owner-freebsd-questions Fri Aug 7 13:37:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17171 for freebsd-questions-outgoing; Fri, 7 Aug 1998 13:37:46 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17091 for ; Fri, 7 Aug 1998 13:37:22 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.5/8.8.8) with SMTP id NAA10080; Fri, 7 Aug 1998 13:37:00 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 7 Aug 1998 13:36:59 -0700 (PDT) From: Doug White To: Mikkel Christiansen cc: paul@mu.org, freebsd-questions@FreeBSD.ORG Subject: Re: 3com 90x cards In-Reply-To: <35CA2E18.531486E@cs.unc.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 6 Aug 1998, Mikkel Christiansen wrote: > Sounds great - except that i need the XL driver with the cam driver. > > Do you have any suggestions to how i fast can get the XL driver into my > cam kernel sources (2.2.6). > > Maybe you could you send me the files that have been added/modified to > get the xl driver into the kernel source. (be awere > that i do not know how much work it is adding a driver :). 0. Start with a CAMified kernel source tree. !!! Copy your currently working kernel to /kernel.WORKS (the xl driver !!! is still under development, there are still fatal bugs for some !!! cards). This way if your new kernel falls over you can still boot !!! your system. 1. Copy if_xl.c and if_xlreg.h to /sys/pci. 2. Modify /sys/conf/files and add pci/if_xl.c optional xl device-driver to it. 3. Add device xl0 to your kernel config file. 4. Config, build, and install your kernel. 5. Reboot and enjoy. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message