> Date: Mon, 4 Feb 2002 12:06:13 -0800 (PST)
> From: W Alexander Hagen <[EMAIL PROTECTED]>
> Sender: [EMAIL PROTECTED]
> 
> What is the best way to update FreeBSD 4.3 AN driver only  ?

Short form:

1. Figure out which files you will be editing and make copies of the
   originals in /sys/dev/an/. (I usually append '.orig' to the file name.

2. cd /sys/dev/an and update/edit the files you want to change. (The
   an driver is made up of 5 different source files.)

3. cd /usr/sys

4. make kernel KERNCONF=your_kernel_config_name

5. Reboot new kernel. If you are using the loadable module you can
   try unloading the module and re-loading it, but this MAY crash
   your system as some kernel modules don't unload cleanly.
   (kldunload/kldload) 

That's it.

R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]                  Phone: +1 510 486-8634

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to