flz 0082e4026d MFC:
Add support for Epson USB Scanners (3590 [1] and 4990 [2]).
  Add entries in the uscanner.4 man page (along with missing 3500).
  Add quirk for Logitech iFeel MouseMan USB mouse. [3]
  Add support for Familiar Linux powered iPaq handhelds to cdce(4). [4]
  Add a quirk for the Belkin FC6550-AVR UPS. [5]
  Add support for Netgear FA101 ethernet USB NIC. [6]
  Add support for Psion Gold Port Ethernet USB NIC. [7]
  Add support for Epson Stylus CX4200 in uscanner(4). [8]
  Add support for Novatech NV902 wireless NIC in ural(4). [9]
  Add SCSI da(4) quirk for the iRiver H10. [10]
  Add a SCSI da(4) quirk for Rekam USB Camera. [11]
  Add a USB quirk for Motorola A41x/V32x USB phones. [12]
  Add a USB quirk for CMOTECH CDMA USB modem. [13]
  Add a USB umass(4) quirk for Panasonic KXL-840AN CD-R drive. [14]

      src/share/man/man4/aue.4: rev 1.24 -> 1.25
      src/sys/dev/usb/if_aue.c: rev 1.99 -> 1.100
      src/sys/dev/usb/usbdevs: rev 1.264 -> 1.275
      src/sys/dev/usb/if_cdce.c: rev 1.15 -> 1.16
      src/sys/dev/usb/umass.c: rev 1.137 -> 1.138
      src/share/man/man4/uscanner.4: rev 1.27 -> 1.29
      src/share/man/man4/ural.4: rev 1.10 -> 1.11
      src/sys/dev/usb/usb_quirks.c: rev 1.50 -> 1.54
      src/sys/dev/usb/uscanner.c: rev 1.74 -> 1.76
      src/sys/cam/scsi/scsi_da.c: rev 1.192 -> 1.194
      src/sys/dev/usb/if_kue.c: rev 1.70 -> 1.71
      src/share/man/man4/kue.4: rev 1.23 -> 1.24
      src/sys/dev/usb/if_ural.c: rev 1.45 -> 1.46

PR:		usb/100957 [1], usb/100992 [2], usb/101066 [3],
		usb/103865 [4], usb/102260 [5], usb/102286 [6],
		usb/102296 [7], usb/102851 [8], usb/102852 [9],
		usb/102547 [10], usb/98713 [11], usb/97512 [12],
		usb/97948 [13], usb/81073 [14]
Submitted by:	Jim Teresco <terescoj@teresco.org> [1],
		Walter C. Pelissero <walter.pelissero@iesy.net> [2],
		Heiko Przybyl <zuxez@uni.de> [3],
		Alexey Roslyakov <internetworking@mail.ru> [4],
		David Grochowski <grocho98@students.rowan.edu> [5],
		Volker <volker@vwsoft.com> [6,7],
		Jonathan Fosburgh <jonathan@fosburgh.org> [8,9],
		Sven Esbjerg <freebsd-pr@xbsd.net> [10],
		Alex <goo@t72.ru> [11],
		Mark Diekhans <markd@kermodei.com> [12],
		Alexei Volkov <kot@kotzone.ru> [13],
		James E. Flemer <jflemer@alum.rpi.edu> [14]
Approved by:	re (kensmith)
2006-11-14 12:54:39 +00:00
2006-11-13 16:25:13 +00:00
2006-11-11 00:51:29 +00:00
2006-10-09 21:00:17 +00:00
2006-11-14 05:54:15 +00:00
2006-11-13 15:13:05 +00:00
2006-11-14 12:54:39 +00:00
2006-11-14 12:54:39 +00:00
2006-09-29 08:07:19 +00:00
2006-11-10 16:09:13 +00:00
2006-11-09 17:59:31 +00:00
2006-02-08 09:11:58 +00:00
2006-02-06 16:39:06 +00:00
2006-10-03 15:48:31 +00:00
2006-03-04 17:27:08 +00:00

This is the top level of the FreeBSD source directory.  This file
was last revised on:
$FreeBSD$

For copyright information, please see the file COPYRIGHT in this
directory (additional copyright information also exists for some
sources in this tree - please see the specific source directories for
more information).

The Makefile in this directory supports a number of targets for
building components (or all) of the FreeBSD source tree, the most
commonly used one being ``world'', which rebuilds and installs
everything in the FreeBSD system from the source tree except the
kernel, the kernel-modules and the contents of /etc.  The
``buildkernel'' and ``installkernel'' targets build and install
the kernel and the modules (see below).  Please see the top of
the Makefile in this directory for more information on the
standard build targets and compile-time flags.

Building a kernel is a somewhat more involved process, documentation
for which can be found at:
   http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
And in the config(8) man page.
Note: If you want to build and install the kernel with the
``buildkernel'' and ``installkernel'' targets, you might need to build
world before.  More information is available in the handbook.

The sample kernel configuration files reside in the sys/<arch>/conf
sub-directory (assuming that you've installed the kernel sources), the
file named GENERIC being the one used to build your initial installation
kernel.  The file NOTES contains entries and documentation for all possible
devices, not just those commonly used.  It is the successor of the ancient
LINT file, but in contrast to LINT, it is not buildable as a kernel but a
pure reference and documentation file.


Source Roadmap:
---------------
bin		System/user commands.

contrib		Packages contributed by 3rd parties.

crypto		Cryptography stuff (see crypto/README).

etc		Template files for /etc.

games		Amusements.

gnu		Various commands and libraries under the GNU Public License.
		Please see gnu/COPYING* for more information.

include		System include files.

kerberos5	Kerberos5 (Heimdal) package.

lib		System libraries.

libexec		System daemons.

release		Release building Makefile & associated tools.

rescue		Build system for statically linked /rescue utilities.

sbin		System commands.

secure		Cryptographic libraries and commands.

share		Shared resources.

sys		Kernel sources.

tools		Utilities for regression testing and miscellaneous tasks.

usr.bin		User commands.

usr.sbin	System administration commands.


For information on synchronizing your source tree with one or more of
the FreeBSD Project's development branches, please see:

  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html
Description
freebsd kernel with SKQ
Readme 2 GiB
Languages
C 63.3%
C++ 23.3%
Roff 5.1%
Shell 2.9%
Makefile 1.5%
Other 3.4%