aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/slides/common/freebsd-5.3.xml
blob: 43293f977f01dc5d576749ce985e081102344afa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!-- $FreeBSD$ -->

<foilgroup id="freebsd-5.3">

<foil id="freebsd-5.3-general"><title>What's new in FreeBSD 5.3</title>
  <itemizedlist>
    <listitem>NDIS Binary Compatibility allows Windows XP network
      device drivers to be used with FreeBSD.</listitem>

    <listitem>IP Fast Forwarding for dramatic speedups in FreeBSD
      based routers.</listitem>

    <listitem>Continued locking and performance improvements to take
      advanced of SMPng architecture.</listitem>

  </itemizedlist>
</foil>

<foil id="freebsd-5.3-net"><title>FreeBSD 5.3 Network Changes</title>
  <para>FreeBSD (i386) can use binary Ethernet and WLAN network
  drivers written to the Windows XP NDIS 5.1 specification.  Windows
  drivers are turned into FreeBSD Kernel Loadable Modules (KLDs) with
  the <command>ndisvt</command> command :</para>

  <screen># ndiscvt -O -i neti557x.inf -s neti557x.sys \
	-n intel0
# kldload intel0</screen>

  <para>More information is available in ndis(4), ndisapi(9), and
    ndiscvt(8).  This functionality was written by Bill Paul.</para>

</foil>

</foilgroup>