Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.55 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:20 2012 UTC (8 days, 9 hours ago) by drochner
Branch: MAIN
CVS Tags: HEAD
Changes since 1.54: +3 -5
lines
Diff to previous 1.54 (colored)
Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}
where it looks straightforward, and pci_aprint_devinfo_fancy in a few
others where drivers want to supply their own device names instead
of the pcidevs generated one. More complicated cases, where names
are composed at runtime, are left alone for now. It certainly makes
sense to simplify the drivers here rather than inventing a catch-all API.
This should serve as as example for new drivers, and also ensure
consistent output in the AB_QUIET ("boot -q") case. Also, it avoids
excessive stack usage where drivers attach child devices because the
buffer for the device name is not kept on the local stack anymore.
Revision 1.53.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:08:14 2011 UTC (8 months ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.53: +3 -4
lines
Diff to previous 1.53 (colored) next main 1.54 (colored)
Sync with HEAD.
Revision 1.50.2.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:42 2011 UTC (11 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.50.2.1: +67 -11
lines
Diff to previous 1.50.2.1 (colored) to branchpoint 1.50 (colored) next main 1.51 (colored)
sync with head
Revision 1.53.4.1 / (download) - annotate - [select for diffs], Tue Feb 8 16:19:50 2011 UTC (11 months, 4 weeks ago) by bouyer
Branch: bouyer-quota2
Changes since 1.53: +3 -4
lines
Diff to previous 1.53 (colored) next main 1.54 (colored)
Sync with HEAD
Revision 1.54 / (download) - annotate - [select for diffs], Sun Jan 23 03:15:06 2011 UTC (12 months, 2 weeks ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base
Changes since 1.53: +3 -4
lines
Diff to previous 1.53 (colored)
Pull the following fix from OpenBSD: http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/if_nfe.c#rev1.97 >> Some nfe(4)/rlphy(4) combos don't work, because the PHY responds to all >> addresses on the mii bus. As a countereasure, only attach the first PHY we >> encounter. It is very unlikely we're going to ever see nfe(4) with multiple >> PHYs. The same is probably true for any modern NIC. Should suppress bogus ukphy30 noted in PR kern/42950. No bad side effect on my nfe(4) which didn't get ghosts: --- nfe0 at pci0 dev 5 function 0: NVIDIA nForce3 Ethernet #4 (rev. 0xa2) : rlphy0 at nfe0 phy 1: RTL8201L 10/100 media interface, rev. 1 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
Revision 1.49.2.2 / (download) - annotate - [select for diffs], Sat Nov 6 08:08:30 2010 UTC (15 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.49.2.1: +66 -9
lines
Diff to previous 1.49.2.1 (colored) to branchpoint 1.49 (colored) next main 1.50 (colored)
Sync with HEAD.
Revision 1.53 / (download) - annotate - [select for diffs], Wed Nov 3 14:03:40 2010 UTC (15 months ago) by jakllsch
Branch: MAIN
CVS Tags: uebayasi-xip-base4,
matt-mips64-premerge-20101231,
jruoho-x86intr-base
Branch point for: jruoho-x86intr,
bouyer-quota2
Changes since 1.52: +61 -8
lines
Diff to previous 1.52 (colored)
Make nfe(4) detachable.
Revision 1.52 / (download) - annotate - [select for diffs], Tue Nov 2 16:56:47 2010 UTC (15 months ago) by jakllsch
Branch: MAIN
Changes since 1.51: +7 -3
lines
Diff to previous 1.51 (colored)
Explicitly set PCI_COMMAND_MASTER_ENABLE.
Revision 1.34.2.5 / (download) - annotate - [select for diffs], Wed Aug 11 22:53:47 2010 UTC (17 months, 4 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.34.2.4: +4 -6
lines
Diff to previous 1.34.2.4 (colored) to branchpoint 1.34 (colored) next main 1.35 (colored)
sync with head.
Revision 1.50.2.1 / (download) - annotate - [select for diffs], Sun May 30 05:17:34 2010 UTC (20 months, 1 week ago) by rmind
Branch: rmind-uvmplock
Changes since 1.50: +4 -6
lines
Diff to previous 1.50 (colored)
sync with head
Revision 1.49.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:43:36 2010 UTC (21 months, 1 week ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.49: +6 -8
lines
Diff to previous 1.49 (colored)
Sync with HEAD.
Revision 1.51 / (download) - annotate - [select for diffs], Mon Apr 5 07:20:26 2010 UTC (22 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1
Changes since 1.50: +4 -6
lines
Diff to previous 1.50 (colored)
Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into the inline functions as well the fourth argument for bpf_attach.
Revision 1.34.2.4 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:47 2010 UTC (22 months, 4 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.34.2.3: +8 -15
lines
Diff to previous 1.34.2.3 (colored) to branchpoint 1.34 (colored)
sync with head
Revision 1.50 / (download) - annotate - [select for diffs], Wed Feb 24 22:38:00 2010 UTC (23 months, 1 week ago) by dyoung
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9
Branch point for: rmind-uvmplock
Changes since 1.49: +4 -4
lines
Diff to previous 1.49 (colored)
A pointer typedef entails trading too much flexibility to declare const and non-const types, and the kernel uses both const and non-const PMF qualifiers and device suspensors, so change the pmf_qual_t and device_suspensor_t typedefs from "pointers to const" to non-pointer, non-const types.
Revision 1.49 / (download) - annotate - [select for diffs], Tue Jan 19 22:07:01 2010 UTC (2 years ago) by pooka
Branch: MAIN
CVS Tags: uebayasi-xip-base
Branch point for: uebayasi-xip
Changes since 1.48: +4 -11
lines
Diff to previous 1.48 (colored)
Redefine bpf linkage through an always present op vector, i.e. #if NBPFILTER is no longer required in the client. This change doesn't yet add support for loading bpf as a module, since drivers can register before bpf is attached. However, callers of bpf can now be modularized. Dynamically loadable bpf could probably be done fairly easily with coordination from the stub driver and the real driver by registering attachments in the stub before the real driver is loaded and doing a handoff. ... and I'm not going to ponder the depths of unload here. Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.
Revision 1.48 / (download) - annotate - [select for diffs], Fri Jan 8 19:56:52 2010 UTC (2 years ago) by dyoung
Branch: MAIN
Changes since 1.47: +4 -4
lines
Diff to previous 1.47 (colored)
Expand PMF_FN_* macros.
Revision 1.47 / (download) - annotate - [select for diffs], Thu Nov 26 15:17:09 2009 UTC (2 years, 2 months ago) by njoly
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.46: +4 -4
lines
Diff to previous 1.46 (colored)
Cleanup interrupt establish error messages. Do not mix aprint_error/aprint_normal/printf calls for a single line.
Revision 1.34.2.3 / (download) - annotate - [select for diffs], Wed Sep 16 13:37:51 2009 UTC (2 years, 4 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.34.2.2: +5 -5
lines
Diff to previous 1.34.2.2 (colored) to branchpoint 1.34 (colored)
sync with head
Revision 1.46 / (download) - annotate - [select for diffs], Sat Sep 5 14:09:55 2009 UTC (2 years, 5 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8,
jym-xensuspend-nbase
Changes since 1.45: +5 -5
lines
Diff to previous 1.45 (colored)
Invert logic around nested pmf(9) registrations for readability.
Revision 1.39.2.2 / (download) - annotate - [select for diffs], Thu Jul 23 23:31:58 2009 UTC (2 years, 6 months ago) by jym
Branch: jym-xensuspend
Changes since 1.39.2.1: +3 -3
lines
Diff to previous 1.39.2.1 (colored) next main 1.40 (colored)
Sync with HEAD.
Revision 1.34.2.2 / (download) - annotate - [select for diffs], Sat Jun 20 07:20:23 2009 UTC (2 years, 7 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.34.2.1: +3 -3
lines
Diff to previous 1.34.2.1 (colored) to branchpoint 1.34 (colored)
sync with head
Revision 1.45 / (download) - annotate - [select for diffs], Sun Jun 14 06:24:14 2009 UTC (2 years, 7 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
jymxensuspend-base
Changes since 1.44: +3 -3
lines
Diff to previous 1.44 (colored)
use __arraycount
Revision 1.39.2.1 / (download) - annotate - [select for diffs], Wed May 13 17:20:26 2009 UTC (2 years, 8 months ago) by jym
Branch: jym-xensuspend
Changes since 1.39: +39 -17
lines
Diff to previous 1.39 (colored)
Sync with HEAD. Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.34.2.1 / (download) - annotate - [select for diffs], Mon May 4 08:12:57 2009 UTC (2 years, 9 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.34: +101 -71
lines
Diff to previous 1.34 (colored)
sync with head.
Revision 1.36.4.3 / (download) - annotate - [select for diffs], Tue Apr 28 07:35:57 2009 UTC (2 years, 9 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.36.4.2: +3 -3
lines
Diff to previous 1.36.4.2 (colored) to branchpoint 1.36 (colored) next main 1.37 (colored)
Sync with HEAD.
Revision 1.44 / (download) - annotate - [select for diffs], Wed Mar 18 15:14:30 2009 UTC (2 years, 10 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base,
jym-xensuspend-base
Changes since 1.43: +3 -3
lines
Diff to previous 1.43 (colored)
bcmp -> memcmp
Revision 1.36.4.2 / (download) - annotate - [select for diffs], Tue Mar 3 18:31:07 2009 UTC (2 years, 11 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.36.4.1: +38 -16
lines
Diff to previous 1.36.4.1 (colored) to branchpoint 1.36 (colored)
Sync with HEAD.
Revision 1.36.6.1 / (download) - annotate - [select for diffs], Mon Mar 2 20:46:03 2009 UTC (2 years, 11 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b
Changes since 1.36: +21 -6
lines
Diff to previous 1.36 (colored) next main 1.37 (colored)
Pull up following revision(s) (requested by cegger in ticket #540): sys/dev/pci/if_nfe.c: revision 1.42 when nfe_attach() fails, free all resources including interrupt map, interrupt handler and dma maps. Also prevent call to bus_dmamap_destroy() when bus_dmamap_create() failed. The nfe_free_* routines assume, the map pointers are NULL but they are actually undefined. Make the assumption true by making them NULL in the error path of bus_dmamap_create(). All together, this fixes crashes when nfe_attach() fails. ok martin@
Revision 1.43 / (download) - annotate - [select for diffs], Sun Mar 1 13:44:54 2009 UTC (2 years, 11 months ago) by cegger
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Changes since 1.42: +10 -10
lines
Diff to previous 1.42 (colored)
bzero -> memset per request from martin@ bcopy -> memcpy XXX Would changing bcmp to memcpy be a functional change regarding its return value?
Revision 1.42 / (download) - annotate - [select for diffs], Sun Mar 1 13:34:10 2009 UTC (2 years, 11 months ago) by cegger
Branch: MAIN
Changes since 1.41: +21 -6
lines
Diff to previous 1.41 (colored)
when nfe_attach() fails, free all resources including interrupt map, interrupt handler and dma maps. Also prevent call to bus_dmamap_destroy() when bus_dmamap_create() failed. The nfe_free_* routines assume, the map pointers are NULL but they are actually undefined. Make the assumption true by making them NULL in the error path of bus_dmamap_create(). All together, this fixes crashes when nfe_attach() fails. ok martin@
Revision 1.41 / (download) - annotate - [select for diffs], Sun Mar 1 08:29:25 2009 UTC (2 years, 11 months ago) by cegger
Branch: MAIN
Changes since 1.40: +6 -3
lines
Diff to previous 1.40 (colored)
MCP79 supports JUMBO frames. Information from Linux driver. Patch presented on current-users@ http://mail-index.netbsd.org/current-users/2009/02/11/msg008037.html
Revision 1.40 / (download) - annotate - [select for diffs], Thu Feb 12 10:33:23 2009 UTC (2 years, 11 months ago) by cegger
Branch: MAIN
Changes since 1.39: +7 -3
lines
Diff to previous 1.39 (colored)
flow-control support for MCP65 chip. XXX other chips may also have flow-control, but only on MCP65 tested. ok cube@
Revision 1.36.4.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:18:26 2009 UTC (3 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.36: +34 -44
lines
Diff to previous 1.36 (colored)
Sync with HEAD.
Revision 1.39 / (download) - annotate - [select for diffs], Sun Jan 18 11:21:06 2009 UTC (3 years ago) by cegger
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.38: +4 -6
lines
Diff to previous 1.38 (colored)
Bracket IRQ masking around nfe_intr() in nfe_init() rather inside nfe_intr(). Proposed by dyoung@ in PR 40345. Should fix PR 40345.
Revision 1.28.6.4 / (download) - annotate - [select for diffs], Sat Jan 17 13:29:00 2009 UTC (3 years ago) by mjf
Branch: mjf-devfs2
Changes since 1.28.6.3: +30 -38
lines
Diff to previous 1.28.6.3 (colored) to branchpoint 1.28 (colored) next main 1.29 (colored)
Sync with HEAD.
Revision 1.38 / (download) - annotate - [select for diffs], Tue Dec 16 22:35:33 2008 UTC (3 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: mjf-devfs2-base
Changes since 1.37: +6 -6
lines
Diff to previous 1.37 (colored)
replace bitmask_snprintf(9) with snprintb(3)
Revision 1.36.2.1 / (download) - annotate - [select for diffs], Sat Dec 13 01:14:35 2008 UTC (3 years, 1 month ago) by haad
Branch: haad-dm
Changes since 1.36: +28 -36
lines
Diff to previous 1.36 (colored) next main 1.37 (colored)
Update haad-dm branch to haad-dm-base2.
Revision 1.37 / (download) - annotate - [select for diffs], Fri Nov 7 00:20:07 2008 UTC (3 years, 3 months ago) by dyoung
Branch: MAIN
CVS Tags: haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Changes since 1.36: +28 -36
lines
Diff to previous 1.36 (colored)
*** Summary ***
When a link-layer address changes (e.g., ifconfig ex0 link
02:de:ad:be:ef:02 active), send a gratuitous ARP and/or a Neighbor
Advertisement to update the network-/link-layer address bindings
on our LAN peers.
Refuse a change of ethernet address to the address 00:00:00:00:00:00
or to any multicast/broadcast address. (Thanks matt@.)
Reorder ifnet ioctl operations so that driver ioctls may inherit
the functions of their "class"---ether_ioctl(), fddi_ioctl(), et
cetera---and the class ioctls may inherit from the generic ioctl,
ifioctl_common(), but both driver- and class-ioctls may override
the generic behavior. Make network drivers share more code.
Distinguish a "factory" link-layer address from others for the
purposes of both protecting that address from deletion and computing
EUI64.
Return consistent, appropriate error codes from network drivers.
Improve readability. KNF.
*** Details ***
In if_attach(), always initialize the interface ioctl routine,
ifnet->if_ioctl, if the driver has not already initialized it.
Delete if_ioctl == NULL tests everywhere else, because it cannot
happen.
In the ioctl routines of network interfaces, inherit common ioctl
behaviors by calling either ifioctl_common() or whichever ioctl
routine is appropriate for the class of interface---e.g., ether_ioctl()
for ethernets.
Stop (ab)using SIOCSIFADDR and start to use SIOCINITIFADDR. In
the user->kernel interface, SIOCSIFADDR's argument was an ifreq,
but on the protocol->ifnet interface, SIOCSIFADDR's argument was
an ifaddr. That was confusing, and it would work against me as I
make it possible for a network interface to overload most ioctls.
On the protocol->ifnet interface, replace SIOCSIFADDR with
SIOCINITIFADDR. In ifioctl(), return EPERM if userland tries to
invoke SIOCINITIFADDR.
In ifioctl(), give the interface the first shot at handling most
interface ioctls, and give the protocol the second shot, instead
of the other way around. Finally, let compatibility code (COMPAT_OSOCK)
take a shot.
Pull device initialization out of switch statements under
SIOCINITIFADDR. For example, pull ..._init() out of any switch
statement that looks like this:
switch (...->sa_family) {
case ...:
..._init();
...
break;
...
default:
..._init();
...
break;
}
Rewrite many if-else clauses that handle all permutations of IFF_UP
and IFF_RUNNING to use a switch statement,
switch (x & (IFF_UP|IFF_RUNNING)) {
case 0:
...
break;
case IFF_RUNNING:
...
break;
case IFF_UP:
...
break;
case IFF_UP|IFF_RUNNING:
...
break;
}
unifdef lots of code containing #ifdef FreeBSD, #ifdef NetBSD, and
#ifdef SIOCSIFMTU, especially in fwip(4) and in ndis(4).
In ipw(4), remove an if_set_sadl() call that is out of place.
In nfe(4), reuse the jumbo MTU logic in ether_ioctl().
Let ethernets register a callback for setting h/w state such as
promiscuous mode and the multicast filter in accord with a change
in the if_flags: ether_set_ifflags_cb() registers a callback that
returns ENETRESET if the caller should reset the ethernet by calling
if_init(), 0 on success, != 0 on failure. Pull common code from
ex(4), gem(4), nfe(4), sip(4), tlp(4), vge(4) into ether_ioctl(),
and register if_flags callbacks for those drivers.
Return ENOTTY instead of EINVAL for inappropriate ioctls. In
zyd(4), use ENXIO instead of ENOTTY to indicate that the device is
not any longer attached.
Add to if_set_sadl() a boolean 'factory' argument that indicates
whether a link-layer address was assigned by the factory or some
other source. In a comment, recommend using the factory address
for generating an EUI64, and update in6_get_hw_ifid() to prefer a
factory address to any other link-layer address.
Add a routing message, RTM_LLINFO_UPD, that tells protocols to
update the binding of network-layer addresses to link-layer addresses.
Implement this message in IPv4 and IPv6 by sending a gratuitous
ARP or a neighbor advertisement, respectively. Generate RTM_LLINFO_UPD
messages on a change of an interface's link-layer address.
In ether_ioctl(), do not let SIOCALIFADDR set a link-layer address
that is broadcast/multicast or equal to 00:00:00:00:00:00.
Make ether_ioctl() call ifioctl_common() to handle ioctls that it
does not understand.
In gif(4), initialize if_softc and use it, instead of assuming that
the gif_softc and ifp overlap.
Let ifioctl_common() handle SIOCGIFADDR.
Sprinkle rtcache_invariants(), which checks on DIAGNOSTIC kernels
that certain invariants on a struct route are satisfied.
In agr(4), rewrite agr_ioctl_filter() to be a bit more explicit
about the ioctls that we do not allow on an agr(4) member interface.
bzero -> memset. Delete unnecessary casts to void *. Use
sockaddr_in_init() and sockaddr_in6_init(). Compare pointers with
NULL instead of "testing truth". Replace some instances of (type
*)0 with NULL. Change some K&R prototypes to ANSI C, and join
lines.
Revision 1.28.6.3 / (download) - annotate - [select for diffs], Sun Jun 29 09:33:09 2008 UTC (3 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.28.6.2: +1 -1
lines
Diff to previous 1.28.6.2 (colored) to branchpoint 1.28 (colored)
Sync with HEAD.
Revision 1.34.4.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:31:11 2008 UTC (3 years, 7 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.34: +32 -14
lines
Diff to previous 1.34 (colored) next main 1.35 (colored)
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.35.2.1 / (download) - annotate - [select for diffs], Wed Jun 18 16:33:19 2008 UTC (3 years, 7 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.35: +3 -3
lines
Diff to previous 1.35 (colored) next main 1.36 (colored)
Sync with head.
Revision 1.36 / (download) - annotate - [select for diffs], Tue Jun 17 12:59:32 2008 UTC (3 years, 7 months ago) by cube
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
simonb-wapbl-nbase,
simonb-wapbl-base,
netbsd-5-base,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
matt-mips64-base2,
haad-dm-base1
Branch point for: nick-hppapmap,
netbsd-5,
haad-dm
Changes since 1.35: +3 -3
lines
Diff to previous 1.35 (colored)
Use MUTEX_DEFAULT to initialise the mutex, per martin@'s input.
Revision 1.33.2.2 / (download) - annotate - [select for diffs], Wed Jun 4 02:05:14 2008 UTC (3 years, 8 months ago) by yamt
Branch: yamt-pf42
Changes since 1.33.2.1: +31 -13
lines
Diff to previous 1.33.2.1 (colored) to branchpoint 1.33 (colored) next main 1.34 (colored)
sync with head
Revision 1.7.2.1.2.2 / (download) - annotate - [select for diffs], Tue Jun 3 20:47:24 2008 UTC (3 years, 8 months ago) by skrll
Branch: wrstuden-fixsa
Changes since 1.7.2.1.2.1: +58 -14
lines
Diff to previous 1.7.2.1.2.1 (colored) to branchpoint 1.7.2.1 (colored) next main 1.7.2.2 (colored)
Sync with netbsd-4.
Revision 1.28.6.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:39 2008 UTC (3 years, 8 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.28.6.1: +114 -62
lines
Diff to previous 1.28.6.1 (colored) to branchpoint 1.28 (colored)
Sync with HEAD.
Revision 1.35 / (download) - annotate - [select for diffs], Sun May 25 22:57:35 2008 UTC (3 years, 8 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3
Branch point for: simonb-wapbl
Changes since 1.34: +31 -13
lines
Diff to previous 1.34 (colored)
Based on changes to nfe_attach in r1.27, wake newer chips from powerdown mode on resume as well as at attach time.
Revision 1.33.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:34:19 2008 UTC (3 years, 8 months ago) by yamt
Branch: yamt-pf42
Changes since 1.33: +14 -4
lines
Diff to previous 1.33 (colored)
sync with head.
Revision 1.34 / (download) - annotate - [select for diffs], Sun Apr 20 08:57:37 2008 UTC (3 years, 9 months ago) by cube
Branch: MAIN
CVS Tags: yamt-pf42-base2,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
hpcarm-cleanup-nbase
Branch point for: yamt-nfs-mp,
wrstuden-revivesa
Changes since 1.33: +14 -4
lines
Diff to previous 1.33 (colored)
Restore jumbo frame support and protect access to the DMA space for received frames with a mutex. Tested by Paul Goyette, Martin Husemann and myself.
Revision 1.33 / (download) - annotate - [select for diffs], Thu Apr 17 20:16:46 2008 UTC (3 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base
Branch point for: yamt-pf42
Changes since 1.32: +3 -4
lines
Diff to previous 1.32 (colored)
join line for symmetry.
Revision 1.32 / (download) - annotate - [select for diffs], Thu Apr 17 19:50:38 2008 UTC (3 years, 9 months ago) by xtraeme
Branch: MAIN
Changes since 1.31: +3 -5
lines
Diff to previous 1.31 (colored)
Make this build again... HI XTOS.
Revision 1.31 / (download) - annotate - [select for diffs], Thu Apr 17 19:12:26 2008 UTC (3 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.30: +80 -53
lines
Diff to previous 1.30 (colored)
sync with openbsd; fixes observed corruption issues.
Revision 1.28.6.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:50 2008 UTC (3 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.28: +87 -90
lines
Diff to previous 1.28 (colored)
Sync with HEAD.
Revision 1.30 / (download) - annotate - [select for diffs], Wed Mar 26 14:46:21 2008 UTC (3 years, 10 months ago) by cube
Branch: MAIN
CVS Tags: ad-socklock-base1
Changes since 1.29: +86 -89
lines
Diff to previous 1.29 (colored)
Split device_t and softc, and related cosmetic changes.
Revision 1.28.2.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:15:48 2008 UTC (3 years, 10 months ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.28: +3 -3
lines
Diff to previous 1.28 (colored) next main 1.29 (colored)
sync with head.
Revision 1.16.8.4 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:47 2008 UTC (3 years, 10 months ago) by matt
Branch: matt-armv6
Changes since 1.16.8.3: +36 -58
lines
Diff to previous 1.16.8.3 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)
sync with HEAD
Revision 1.3.12.11 / (download) - annotate - [select for diffs], Wed Feb 27 08:36:35 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.12.10: +3 -3
lines
Diff to previous 1.3.12.10 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
sync with head.
Revision 1.29 / (download) - annotate - [select for diffs], Sun Feb 24 05:34:01 2008 UTC (3 years, 11 months ago) by isaki
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
hpcarm-cleanup-base
Changes since 1.28: +3 -3
lines
Diff to previous 1.28 (colored)
Minor style fix.
Revision 1.7.2.3 / (download) - annotate - [select for diffs], Sat Feb 23 14:21:50 2008 UTC (3 years, 11 months ago) by bouyer
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base
Changes since 1.7.2.2: +58 -14
lines
Diff to previous 1.7.2.2 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)
Pull up following revision(s) (requested by tsutsui in ticket #1061):
sys/dev/pci/if_nfe.c: revision 1.22, 1.23, 1.25, 1.27
sys/dev/pci/pcidevs: revision 1.914
sys/dev/pci/if_nfereg.h: revision 1.5, 1.6
share/man/man4/nfe.4: revision 1.4
sys/dev/pci/if_nfevar.h: revision 1.5, 1.6
Add NVIDIA MCP7[37] devices, from OpenBSD.
Attach to NVIDIA MCP67/73 Ethernet controllers.
Add the MCP{67,73} products on nfe_attach().
Sync with reality.
Handle a quirk of newer MCP6x chips on reading MAC address.
Fix from Richy Kim in PR kern/36576.
Wakeup some newer chips from powerdown mode. From FreeBSD/Linux driver
via OpenBSD.
Tested by wiz@ in PR kern/37868.
Revision 1.20.2.3 / (download) - annotate - [select for diffs], Mon Feb 18 21:05:57 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs
Changes since 1.20.2.2: +35 -57
lines
Diff to previous 1.20.2.2 (colored) to branchpoint 1.20 (colored) next main 1.21 (colored)
Sync with HEAD.
Revision 1.3.12.10 / (download) - annotate - [select for diffs], Mon Feb 11 14:59:38 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.12.9: +13 -9
lines
Diff to previous 1.3.12.9 (colored) to branchpoint 1.3 (colored)
sync with head.
Revision 1.28 / (download) - annotate - [select for diffs], Thu Feb 7 01:21:56 2008 UTC (4 years ago) by dyoung
Branch: MAIN
CVS Tags: nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base
Branch point for: mjf-devfs2,
keiichi-mipv6
Changes since 1.27: +13 -9
lines
Diff to previous 1.27 (colored)
Start patching up the kernel so that a network driver always has the opportunity to handle an ioctl before generic ifioctl handling occurs. This will ease extending the kernel and sharing of code between drivers. First steps: Make the signature of ifioctl_common() match struct ifinet->if_ioctl. Convert SIOCSIFCAP and SIOCSIFMTU to the new ifioctl() regime, throughout the kernel.
Revision 1.3.12.9 / (download) - annotate - [select for diffs], Mon Feb 4 09:23:30 2008 UTC (4 years ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.12.8: +16 -4
lines
Diff to previous 1.3.12.8 (colored) to branchpoint 1.3 (colored)
sync with head.
Revision 1.27 / (download) - annotate - [select for diffs], Sat Jan 26 14:13:06 2008 UTC (4 years ago) by tsutsui
Branch: MAIN
Changes since 1.26: +16 -4
lines
Diff to previous 1.26 (colored)
Wakeup some newer chips from powerdown mode. From FreeBSD/Linux driver via OpenBSD. Tested by wiz@ in PR kern/37868.
Revision 1.3.12.8 / (download) - annotate - [select for diffs], Mon Jan 21 09:43:57 2008 UTC (4 years ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.12.7: +41 -77
lines
Diff to previous 1.3.12.7 (colored) to branchpoint 1.3 (colored)
sync with head
Revision 1.24.2.2 / (download) - annotate - [select for diffs], Sun Jan 20 17:51:37 2008 UTC (4 years ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.24.2.1: +9 -47
lines
Diff to previous 1.24.2.1 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)
Sync with HEAD
Revision 1.26 / (download) - annotate - [select for diffs], Sat Jan 19 22:10:18 2008 UTC (4 years ago) by dyoung
Branch: MAIN
CVS Tags: bouyer-xeni386-nbase,
bouyer-xeni386-base
Changes since 1.25: +11 -49
lines
Diff to previous 1.25 (colored)
Make many ethernet drivers share the common code for MII media
handling, ether_mediastatus() and ether_mediachange(). Check for
a non-ENXIO error return from mii_mediachg(). (ENXIO indicates
that a PHY is suspended.)
This patch shrinks the source code size by 979 lines. There was
a 5100-byte savings on the NetBSD/i386 kernel configuration, ALL.
I have made a few miscellaneous changes, too:
gem(4): use LIST_EMPTY(), LIST_FOREACH().
mtd(4): handle media ioctls, for a change!
axe(4): do not track link status in sc->axe_link any longer
nfe(4), aue(4), axe(4), udav(4), url(4): do not reset all PHYs
on a change of media
Except for the change to mtd(4), no functional changes are intended.
XXX This patch affects more architectures than I can feasibly
XXX compile and run. I have compiled macppc, sparc64, i386. I
XXX have run the patches on i386 boxen with bnx(4) and sip(4).
XXX Compiling and running on evbmips (MERAKI, ADM5120) is in
XXX progress.
Revision 1.16.8.3 / (download) - annotate - [select for diffs], Wed Jan 9 01:53:48 2008 UTC (4 years, 1 month ago) by matt
Branch: matt-armv6
Changes since 1.16.8.2: +49 -31
lines
Diff to previous 1.16.8.2 (colored) to branchpoint 1.16 (colored)
sync with HEAD
Revision 1.24.2.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:54:44 2008 UTC (4 years, 1 month ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.24: +27 -11
lines
Diff to previous 1.24 (colored)
Sync with HEAD
Revision 1.20.2.2 / (download) - annotate - [select for diffs], Thu Dec 27 00:45:17 2007 UTC (4 years, 1 month ago) by mjf
Branch: mjf-devfs
Changes since 1.20.2.1: +32 -30
lines
Diff to previous 1.20.2.1 (colored) to branchpoint 1.20 (colored)
Sync with HEAD.
Revision 1.23.2.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:46:54 2007 UTC (4 years, 1 month ago) by ad
Branch: vmlocking2
Changes since 1.23: +32 -30
lines
Diff to previous 1.23 (colored) next main 1.24 (colored)
Sync with head.
Revision 1.25 / (download) - annotate - [select for diffs], Mon Dec 17 12:41:06 2007 UTC (4 years, 1 month ago) by tsutsui
Branch: MAIN
CVS Tags: vmlocking2-base3,
matt-armv6-base
Changes since 1.24: +27 -11
lines
Diff to previous 1.24 (colored)
Handle a quirk of newer MCP6x chips on reading MAC address. Fix from Richy Kim in PR kern/36576.
Revision 1.23.4.1 / (download) - annotate - [select for diffs], Tue Dec 11 15:32:10 2007 UTC (4 years, 1 month ago) by yamt
Branch: yamt-kmem
Changes since 1.23: +7 -21
lines
Diff to previous 1.23 (colored) next main 1.24 (colored)
sync with head.
Revision 1.24 / (download) - annotate - [select for diffs], Sun Dec 9 20:28:09 2007 UTC (4 years, 2 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-kmem-base3,
yamt-kmem-base2,
cube-autoconf-base,
cube-autoconf
Branch point for: bouyer-xeni386
Changes since 1.23: +7 -21
lines
Diff to previous 1.23 (colored)
Merge jmcneill-pm branch.
Revision 1.16.6.8 / (download) - annotate - [select for diffs], Sat Dec 8 16:21:28 2007 UTC (4 years, 2 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.16.6.7: +4 -4
lines
Diff to previous 1.16.6.7 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)
Rename pnp(9) -> pmf(9), as requested by many.
Revision 1.20.2.1 / (download) - annotate - [select for diffs], Mon Nov 19 00:48:10 2007 UTC (4 years, 2 months ago) by mjf
Branch: mjf-devfs
Changes since 1.20: +20 -4
lines
Diff to previous 1.20 (colored)
Sync with HEAD.
Revision 1.19.2.3 / (download) - annotate - [select for diffs], Sun Nov 18 19:35:34 2007 UTC (4 years, 2 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.19.2.2: +17 -1
lines
Diff to previous 1.19.2.2 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored)
Sync with HEAD
Revision 1.3.12.7 / (download) - annotate - [select for diffs], Thu Nov 15 11:44:21 2007 UTC (4 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.12.6: +20 -4
lines
Diff to previous 1.3.12.6 (colored) to branchpoint 1.3 (colored)
sync with head.
Revision 1.16.6.7 / (download) - annotate - [select for diffs], Wed Nov 14 19:04:29 2007 UTC (4 years, 2 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.16.6.6: +19 -3
lines
Diff to previous 1.16.6.6 (colored) to branchpoint 1.16 (colored)
Sync with HEAD.
Revision 1.23 / (download) - annotate - [select for diffs], Wed Nov 14 14:59:50 2007 UTC (4 years, 2 months ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-kmem-base,
vmlocking2-base2,
vmlocking2-base1,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
jmcneill-pm-base,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: yamt-kmem,
vmlocking2
Changes since 1.22: +10 -2
lines
Diff to previous 1.22 (colored)
Add the MCP{67,73} products on nfe_attach().
Revision 1.22 / (download) - annotate - [select for diffs], Wed Nov 14 12:40:54 2007 UTC (4 years, 2 months ago) by xtraeme
Branch: MAIN
Changes since 1.21: +11 -3
lines
Diff to previous 1.21 (colored)
Attach to NVIDIA MCP67/73 Ethernet controllers.
Revision 1.19.2.2 / (download) - annotate - [select for diffs], Tue Nov 13 16:01:19 2007 UTC (4 years, 2 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.19.2.1: +1 -1
lines
Diff to previous 1.19.2.1 (colored) to branchpoint 1.19 (colored)
Sync with HEAD
Revision 1.16.6.6 / (download) - annotate - [select for diffs], Sun Nov 11 16:47:41 2007 UTC (4 years, 2 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.16.6.5: +3 -3
lines
Diff to previous 1.16.6.5 (colored) to branchpoint 1.16 (colored)
Sync with HEAD.
Revision 1.16.8.2 / (download) - annotate - [select for diffs], Thu Nov 8 10:59:54 2007 UTC (4 years, 3 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.16.8.1: +3 -3
lines
Diff to previous 1.16.8.1 (colored) to branchpoint 1.16 (colored)
sync with -HEAD
Revision 1.21 / (download) - annotate - [select for diffs], Wed Nov 7 00:23:19 2007 UTC (4 years, 3 months ago) by ad
Branch: MAIN
Changes since 1.20: +3 -3
lines
Diff to previous 1.20 (colored)
Merge from vmlocking: - pool_cache changes. - Debugger/procfs locking fixes. - Other minor changes.
Revision 1.16.8.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:29:02 2007 UTC (4 years, 3 months ago) by matt
Branch: matt-armv6
Changes since 1.16: +45 -25
lines
Diff to previous 1.16 (colored)
sync with HEAD
Revision 1.16.6.5 / (download) - annotate - [select for diffs], Tue Nov 6 14:27:25 2007 UTC (4 years, 3 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.16.6.4: +5 -7
lines
Diff to previous 1.16.6.4 (colored) to branchpoint 1.16 (colored)
Refactor PNP API: - Make suspend/resume directly a device functionality. It consists of three layers (class logic, device logic, bus logic), all of them being optional. This replaces D0/D3 transitions. - device_is_active returns true if the device was not disabled and was not suspended (even partially), device_is_enabled returns true if the device was enabled. - Change pnp_global_transition into pnp_system_suspend and pnp_system_resume. Before running any suspend/resume handlers, check that all currently attached devices support power management and bail out otherwise. The latter is not done for the shutdown/panic case. - Make the former bus-specific generic network handlers a class handler. - Make PNP message like volume up/down/toogle PNP events. Each device can register what events they are interested in and whether the handler should be global or not. - Introduce device_active API for devices to mark themselve in use from either the system or the device. Use this to implement the idle handling for audio and input devices. This is intended to replace most ad-hoc watchdogs as well. - Fix somes situations in which audio resume would lose mixer settings. - Make USB host controllers better deal with suspend in the light of shared interrupts. - Flush filesystem cache on suspend. - Flush disk caches on suspend. Put ATA disks into standby on suspend as well. - Adopt drivers to use the new PNP API. - Fix a critical bug in the generic cardbus layer that made D0->D3 break. - Fix ral(4) to set if_stop. - Convert cbb(4) to the new PNP API. - Apply the PCI Express SCI fix on resume again.
Revision 1.7.2.1.2.1 / (download) - annotate - [select for diffs], Mon Oct 29 00:45:15 2007 UTC (4 years, 3 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.7.2.1: +136 -83
lines
Diff to previous 1.7.2.1 (colored)
Catch up with 4.0 RC3
Revision 1.3.12.6 / (download) - annotate - [select for diffs], Sat Oct 27 11:32:57 2007 UTC (4 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.12.5: +44 -20
lines
Diff to previous 1.3.12.5 (colored) to branchpoint 1.3 (colored)
sync with head.
Revision 1.16.6.4 / (download) - annotate - [select for diffs], Fri Oct 26 15:46:14 2007 UTC (4 years, 3 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.16.6.3: +3 -3
lines
Diff to previous 1.16.6.3 (colored) to branchpoint 1.16 (colored)
Sync with HEAD. Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
Revision 1.19.2.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:39:02 2007 UTC (4 years, 3 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.19: +3 -3
lines
Diff to previous 1.19 (colored)
Sync with HEAD.
Revision 1.15.2.4 / (download) - annotate - [select for diffs], Tue Oct 23 20:09:00 2007 UTC (4 years, 3 months ago) by ad
Branch: vmlocking
Changes since 1.15.2.3: +3 -3
lines
Diff to previous 1.15.2.3 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored)
Sync with head.
Revision 1.20 / (download) - annotate - [select for diffs], Fri Oct 19 12:00:47 2007 UTC (4 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: jmcneill-base
Branch point for: mjf-devfs
Changes since 1.19: +3 -3
lines
Diff to previous 1.19 (colored)
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Revision 1.15.2.3 / (download) - annotate - [select for diffs], Tue Oct 9 13:41:45 2007 UTC (4 years, 4 months ago) by ad
Branch: vmlocking
Changes since 1.15.2.2: +44 -24
lines
Diff to previous 1.15.2.2 (colored) to branchpoint 1.15 (colored)
Sync with head.
Revision 1.7.2.2 / (download) - annotate - [select for diffs], Sun Oct 7 15:48:27 2007 UTC (4 years, 4 months ago) by pavel
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-base-1,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
matt-nb4-arm-base,
matt-nb4-arm
Changes since 1.7.2.1: +136 -83
lines
Diff to previous 1.7.2.1 (colored) to branchpoint 1.7 (colored)
Pull up following revisions (requested by cube in ticket #920):
sys/dev/pci/if_nfe.c: revision 1.14, 1.18-1.19
sys/dev/pci/if_nfereg.h: revision 1.4
sys/dev/pci/if_nfevar.h: revision 1.3
Apply patches which may fix RX stall problem on nfe(4):
- make DMA descriptors volatile to avoid possible unintended reordering
which might cause some race conditions
- process interrupts until all NFE_IRQ_WANTED bits are handled
and also put misc fixes:
- return 1 and call nfe_start() in nfe_intr() only if any own interrupts
are actually handled
- use bus_dmamap_load_mbuf(9) for RX mbufs rather than bus_dmamap_load(9)
with mtod(9) and MCLBYTES
- check sc->txq.queued to see if TX descriptors are queued or handled
in nfe_start() and nfe_txeof()
- use proper BUS_DMASYNC_{PRE,POST} ops
- prepare and use NFE_[RT]X_NEXTDESC() macro
- rename NFE_TX_TCP_CSUM to NFE_TX_TCP_UDP_CSUM since it also enables
hardware udp4csum-tx for UDP4 packets
- some minor optimization
- misc KNF
Tested and confirmed by matthew green by
"to send >25MB/sec to nfe0 for over one hour,"
and also tested by me (with light TRX load on 100baseTX though)
for a month.
From OpenBSD, rev 1.72:
In nfe_start() do a fast return if IFF_OACTIVE is set, in
this case we need a Tx interrupt to clean up the DMA ring
before if_start can be properly called.
- If the chip doesn't support jumbo frames, don't use bus_dmamap_load_mbuf
which expects a properly filled mbuf chain, but bus_dmamap_load for the
mbuf storage space instead.
- If the chip supports jumbo frames
+ keep track of which RX descriptor uses which jumbo mbuf buffer, so
that we can rewrite the physaddr field of the descriptor later, as it
might be partially overwritten by the hw
+ when we're out of jumbo mbufs, and if the packet is small enough,
copy it into a cluster mbuf
Those changes make my nfe(4) stable in both cases (defining NFE_NO_JUMBO
for the first one).
Revision 1.17.2.1 / (download) - annotate - [select for diffs], Sat Oct 6 15:31:24 2007 UTC (4 years, 4 months ago) by yamt
Branch: yamt-x86pmap
Changes since 1.17: +43 -19
lines
Diff to previous 1.17 (colored) next main 1.18 (colored)
sync with head.
Revision 1.16.6.3 / (download) - annotate - [select for diffs], Fri Oct 5 00:40:12 2007 UTC (4 years, 4 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.16.6.2: +8 -20
lines
Diff to previous 1.16.6.2 (colored) to branchpoint 1.16 (colored)
Convert nfe(4) to PNP power management.
Revision 1.16.6.2 / (download) - annotate - [select for diffs], Tue Oct 2 18:28:32 2007 UTC (4 years, 4 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.16.6.1: +43 -19
lines
Diff to previous 1.16.6.1 (colored) to branchpoint 1.16 (colored)
Sync with HEAD.
Revision 1.19 / (download) - annotate - [select for diffs], Mon Sep 24 13:17:53 2007 UTC (4 years, 4 months ago) by cube
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
vmlocking-base
Branch point for: bouyer-xenamd64
Changes since 1.18: +40 -19
lines
Diff to previous 1.18 (colored)
- If the chip doesn't support jumbo frames, don't use bus_dmamap_load_mbuf
which expects a properly filled mbuf chain, but bus_dmamap_load for the
mbuf storage space instead.
- If the chip supports jumbo frames
+ keep track of which RX descriptor uses which jumbo mbuf buffer, so
that we can rewrite the physaddr field of the descriptor later, as it
might be partially overwritten by the hw
+ when we're out of jumbo mbufs, and if the packet is small enough,
copy it into a cluster mbuf
Those changes make my nfe(4) stable in both cases (defining NFE_NO_JUMBO
for the first one).
Revision 1.18 / (download) - annotate - [select for diffs], Mon Sep 24 13:11:08 2007 UTC (4 years, 4 months ago) by cube
Branch: MAIN
Changes since 1.17: +5 -2
lines
Diff to previous 1.17 (colored)
From OpenBSD, rev 1.72: In nfe_start() do a fast return if IFF_OACTIVE is set, in this case we need a Tx interrupt to clean up the DMA ring before if_start can be properly called.
Revision 1.16.6.1 / (download) - annotate - [select for diffs], Mon Sep 3 16:48:17 2007 UTC (4 years, 5 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.16: +3 -7
lines
Diff to previous 1.16 (colored)
Sync with HEAD.
Revision 1.3.12.5 / (download) - annotate - [select for diffs], Mon Sep 3 14:36:59 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.12.4: +136 -111
lines
Diff to previous 1.3.12.4 (colored) to branchpoint 1.3 (colored)
sync with head.
Revision 1.16.2.1 / (download) - annotate - [select for diffs], Mon Sep 3 10:21:01 2007 UTC (4 years, 5 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.16: +3 -7
lines
Diff to previous 1.16 (colored) next main 1.17 (colored)
Sync with HEAD.
Revision 1.15.2.2 / (download) - annotate - [select for diffs], Sat Sep 1 12:56:46 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking
Changes since 1.15.2.1: +3 -3
lines
Diff to previous 1.15.2.1 (colored) to branchpoint 1.15 (colored)
Update for pool_cache API changes.
Revision 1.17 / (download) - annotate - [select for diffs], Sat Sep 1 07:32:30 2007 UTC (4 years, 5 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-x86pmap-base,
nick-csl-alignment-base5
Branch point for: yamt-x86pmap
Changes since 1.16: +3 -7
lines
Diff to previous 1.16 (colored)
Change a bazillion occurrences of code resembling this,
error = (cmd == SIOCADDMULTI) ?
ether_addmulti(ifr, &sc->sc_ec) :
ether_delmulti(ifr, &sc->sc_ec);
if (error == ENETRESET) {
to this,
if ((error = ether_ioctl(ifp, cmd, data)) == ENETRESET) {
which does the same thing.
(A bazillion is a very large number. This seems to make the i386
ALL kernel smaller by 3kB to 4kB.)
Use ifreq_getaddr() twice in es(4).
Whitespace nits.
Revision 1.15.4.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:07:39 2007 UTC (4 years, 6 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored) next main 1.16 (colored)
Sync with head.
Revision 1.16 / (download) - annotate - [select for diffs], Mon Jul 9 21:00:54 2007 UTC (4 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: nick-csl-alignment-base,
mjf-ufs-trans-base,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: nick-csl-alignment,
matt-armv6,
jmcneill-pm
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored)
Merge some of the less invasive changes from the vmlocking branch: - kthread, callout, devsw API changes - select()/poll() improvements - miscellaneous MT safety improvements
Revision 1.15.2.1 / (download) - annotate - [select for diffs], Sun Jul 1 21:48:09 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored)
Adapt to callout API change.
Revision 1.13.2.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:55:19 2007 UTC (4 years, 10 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.13: +134 -105
lines
Diff to previous 1.13 (colored) next main 1.14 (colored)
Sync with HEAD.
Revision 1.15 / (download) - annotate - [select for diffs], Sun Mar 4 06:02:22 2007 UTC (4 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup
Branch point for: vmlocking,
mjf-ufs-trans
Changes since 1.14: +32 -32
lines
Diff to previous 1.14 (colored)
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Feb 28 17:40:11 2007 UTC (4 years, 11 months ago) by tsutsui
Branch: MAIN
Changes since 1.13: +104 -75
lines
Diff to previous 1.13 (colored)
Apply patches which may fix RX stall problem on nfe(4):
- make DMA descriptors volatile to avoid possible unintended reordering
which might cause some race conditions
- process interrupts until all NFE_IRQ_WANTED bits are handled
and also put misc fixes:
- return 1 and call nfe_start() in nfe_intr() only if any own interrupts
are actually handled
- use bus_dmamap_load_mbuf(9) for RX mbufs rather than bus_dmamap_load(9)
with mtod(9) and MCLBYTES
- check sc->txq.queued to see if TX descriptors are queued or handled
in nfe_start() and nfe_txeof()
- use proper BUS_DMASYNC_{PRE,POST} ops
- prepare and use NFE_[RT]X_NEXTDESC() macro
- rename NFE_TX_TCP_CSUM to NFE_TX_TCP_UDP_CSUM since it also enables
hardware udp4csum-tx for UDP4 packets
- some minor optimization
- misc KNF
Tested and confirmed by matthew green by
"to send >25MB/sec to nfe0 for over one hour,"
and also tested by me (with light TRX load on 100baseTX though)
for a month.
Revision 1.3.12.4 / (download) - annotate - [select for diffs], Mon Feb 26 09:10:27 2007 UTC (4 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.12.3: +96 -46
lines
Diff to previous 1.3.12.3 (colored) to branchpoint 1.3 (colored)
sync with head.
Revision 1.7.2.1 / (download) - annotate - [select for diffs], Fri Jan 19 22:34:23 2007 UTC (5 years ago) by bouyer
Branch: netbsd-4
CVS Tags: netbsd-4-0-RC2,
netbsd-4-0-RC1
Branch point for: wrstuden-fixsa
Changes since 1.7: +97 -49
lines
Diff to previous 1.7 (colored)
Pull up following revision(s) (requested by tsutsui in ticket #370): sys/dev/pci/if_nfe.c: revision 1.8 - 1.13 sys/dev/pci/if_nfereg.h: revision 1.2 - 1.3 several bug fixes and hardware checksum support for nfs(4).
Revision 1.4.2.2 / (download) - annotate - [select for diffs], Fri Jan 12 00:57:41 2007 UTC (5 years ago) by ad
Branch: newlock2
Changes since 1.4.2.1: +97 -49
lines
Diff to previous 1.4.2.1 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)
Sync with head.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 9 10:29:27 2007 UTC (5 years, 1 month ago) by tsutsui
Branch: MAIN
CVS Tags: post-newlock2-merge,
newlock2-nbase,
newlock2-base,
ad-audiomp-base,
ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.12: +54 -46
lines
Diff to previous 1.12 (colored)
Enable hardware checksum support by hardware info taken from FreeBSD. Tested on nForce3 250 and nForce4 by Chuck Silvers, Cesar Catrian Carreno, and me.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Jan 5 01:33:57 2007 UTC (5 years, 1 month ago) by jmcneill
Branch: MAIN
Changes since 1.11: +17 -2
lines
Diff to previous 1.11 (colored)
A few changes to make this work on the Microsoft Xbox. Should also help with other users who have been experiencing watchdog timeouts: * Mask all interrupts while servicing a tx or rx interrupt. * On init, clear IRQ status registers (workaround for buggy netbooters).
Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 1 04:13:25 2007 UTC (5 years, 1 month ago) by tsutsui
Branch: MAIN
Changes since 1.10: +27 -7
lines
Diff to previous 1.10 (colored)
Pull a TX timeout fix from OpenBSD: > Defer setting of the valid bit in the first TX descriptor after > all descriptors have been setup. Otherwise, hardware may start > processing descriptors faster than us and crap out. > Fixes "watchdog timeout" errors. > > Original idea from Matthew Dillon @DragonFly.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 1 03:43:04 2007 UTC (5 years, 1 month ago) by tsutsui
Branch: MAIN
Changes since 1.9: +14 -7
lines
Diff to previous 1.9 (colored)
Minor style fixes in nfe_attach: - print PCI device name and revision - print interrupt and Ethernet address like other devices Before: --- nfe0 at pci0 dev 5 function 0LKLN: Picked IRQ 20 with weight 1 : ioapic0 pin 20 (irq 9), address xx:xx:xx:xx:xx:xx After: --- nfe0 at pci0 dev 5 function 0: NVIDIA nForce3 ethernet #4 (rev. 0xa2) LKLN: Picked IRQ 20 with weight 1 nfe0: interrupting at ioapic0 pin 20 (irq 9) nfe0: Ethernet address xx:xx:xx:xx:xx:xx (note "Picked IRQ" message is logged by aprint_verbose(9) in acpi(4))
Revision 1.3.12.3 / (download) - annotate - [select for diffs], Sat Dec 30 20:48:45 2006 UTC (5 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.12.2: +22 -7
lines
Diff to previous 1.3.12.2 (colored) to branchpoint 1.3 (colored)
sync with head.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Dec 27 18:36:09 2006 UTC (5 years, 1 month ago) by alc
Branch: MAIN
Changes since 1.8: +3 -6
lines
Diff to previous 1.8 (colored)
remove the KASSERT() introduced in last commit and use VLAN_OUTPUT_TAG() macro. tested by martin@ pointed out and ok by pavel@, also ok from christos@
Revision 1.8 / (download) - annotate - [select for diffs], Mon Dec 25 23:58:36 2006 UTC (5 years, 1 month ago) by alc
Branch: MAIN
Changes since 1.7: +3 -2
lines
Diff to previous 1.7 (colored)
CID-3667: check if 'mtag != NULL' before dereferencing it
Revision 1.4.6.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:17:44 2006 UTC (5 years, 2 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.4.6.1: +6 -6
lines
Diff to previous 1.4.6.1 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)
sync with head.
Revision 1.4.2.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:30 2006 UTC (5 years, 2 months ago) by ad
Branch: newlock2
Changes since 1.4: +4 -3
lines
Diff to previous 1.4 (colored)
Sync with head.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Nov 16 01:33:09 2006 UTC (5 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
netbsd-4-base
Branch point for: netbsd-4
Changes since 1.6: +6 -6
lines
Diff to previous 1.6 (colored)
__unused removal on arguments; approved by core.
Revision 1.4.6.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:06:17 2006 UTC (5 years, 3 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.4: +8 -7
lines
Diff to previous 1.4 (colored)
sync with head
Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 12 01:31:30 2006 UTC (5 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.5: +6 -6
lines
Diff to previous 1.5 (colored)
- sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 24 03:53:09 2006 UTC (5 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.4: +4 -3
lines
Diff to previous 1.4 (colored)
Add "name" parameter to powerhook_establish, to aid debugging. No objections on tech-kern@
Revision 1.4.4.2 / (download) - annotate - [select for diffs], Sat Sep 9 02:52:17 2006 UTC (5 years, 5 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.4.4.1: +1800 -0
lines
Diff to previous 1.4.4.1 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)
sync with head
Revision 1.3.14.1 / (download) - annotate - [select for diffs], Thu Sep 7 17:07:16 2006 UTC (5 years, 5 months ago) by riz
Branch: abandoned-netbsd-4
Changes since 1.3: +19 -3
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
Pull up following revision(s) (requested by xtraeme in ticket #112): sys/dev/pci/if_nfe.c: revision 1.4 sys/dev/pci/pcidevs: revision 1.824 - Add nForce MCP61/65 LAN controllers... from obsd. - Improve description in some nForce controllers as well. Add support for MCP61/65 controllers... from obsd.
Revision 1.1.2.4 / (download) - annotate - [select for diffs], Sun Sep 3 15:24:22 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.1.2.3: +19 -3
lines
Diff to previous 1.1.2.3 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
sync with head.
Revision 1.4.4.1, Sun Sep 3 07:42:04 2006 UTC (5 years, 5 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.4: +0 -1800
lines
FILE REMOVED
file if_nfe.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:52:17 +0000
Revision 1.4 / (download) - annotate - [select for diffs], Sun Sep 3 07:42:04 2006 UTC (5 years, 5 months ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-splraiseipl-base,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl,
rpaulo-netinet-merge-pcb,
newlock2
Changes since 1.3: +19 -3
lines
Diff to previous 1.3 (colored)
Add support for MCP61/65 controllers... from obsd.
Revision 1.3.12.2 / (download) - annotate - [select for diffs], Wed Jun 21 15:05:04 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3.12.1: +1784 -0
lines
Diff to previous 1.3.12.1 (colored) to branchpoint 1.3 (colored)
sync with head.
Revision 1.3.6.2 / (download) - annotate - [select for diffs], Sat Apr 22 11:39:14 2006 UTC (5 years, 9 months ago) by simonb
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.3.6.1: +1784 -0
lines
Diff to previous 1.3.6.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Sync with head.
Revision 1.3.4.4 / (download) - annotate - [select for diffs], Thu Apr 20 03:23:59 2006 UTC (5 years, 9 months ago) by snj
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1
Changes since 1.3.4.3: +4 -4
lines
Diff to previous 1.3.4.3 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Pull up following revision(s) (requested by tron in ticket #1266): sys/dev/pci/if_nfe.c: revision 1.3 work around another mbuf leak, the hardware doesn't seem to work quite the way that the driver expects.
Revision 1.3.4.3 / (download) - annotate - [select for diffs], Thu Apr 20 03:20:15 2006 UTC (5 years, 9 months ago) by snj
Branch: netbsd-3
Changes since 1.3.4.2: +5 -2
lines
Diff to previous 1.3.4.2 (colored) to branchpoint 1.3 (colored)
Pull up following revision(s) (requested by tron in ticket #1266): sys/dev/pci/if_nfe.c: revision 1.2 handle another difference between the BSDs: free the original mbuf in the jumbo-free callback too.
Revision 1.3.4.2 / (download) - annotate - [select for diffs], Thu Apr 20 03:11:14 2006 UTC (5 years, 9 months ago) by snj
Branch: netbsd-3
Changes since 1.3.4.1: +1781 -0
lines
Diff to previous 1.3.4.1 (colored) to branchpoint 1.3 (colored)
Pull up following revision(s) (requested by tron in ticket #1266): share/man/man4/Makefile: revision 1.377 sys/dev/pci/if_nfe.c: revision 1.1 sys/dev/pci/if_nfereg.h: revision 1.1 share/man/man4/nfe.4: revision 1.1 sys/dev/pci/if_nfevar.h: revision 1.1 distrib/sets/lists/man/mi: revision 1.863 add nfe driver and manpage from OpenBSD.
Revision 1.3.2.2 / (download) - annotate - [select for diffs], Wed Apr 19 03:25:35 2006 UTC (5 years, 9 months ago) by elad
Branch: elad-kernelauth
Changes since 1.3.2.1: +1784 -0
lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
sync with head.
Revision 1.1.2.3 / (download) - annotate - [select for diffs], Sat Apr 1 12:07:15 2006 UTC (5 years, 10 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.1.2.2: +7 -4
lines
Diff to previous 1.1.2.2 (colored) to branchpoint 1.1 (colored)
sync with head.
Revision 1.2.2.1 / (download) - annotate - [select for diffs], Tue Mar 28 09:42:13 2006 UTC (5 years, 10 months ago) by tron
Branch: peter-altq
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
Merge 2006-03-28 NetBSD-current into the "peter-altq" branch.
Revision 1.3.12.1, Sun Mar 26 00:34:14 2006 UTC (5 years, 10 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.3: +0 -1784
lines
FILE REMOVED
file if_nfe.c was added on branch yamt-lazymbuf on 2006-06-21 15:05:04 +0000
Revision 1.3.6.1, Sun Mar 26 00:34:14 2006 UTC (5 years, 10 months ago) by simonb
Branch: simonb-timecounters
Changes since 1.3: +0 -1784
lines
FILE REMOVED
file if_nfe.c was added on branch simonb-timecounters on 2006-04-22 11:39:14 +0000
Revision 1.3.4.1, Sun Mar 26 00:34:14 2006 UTC (5 years, 10 months ago) by snj
Branch: netbsd-3
Changes since 1.3: +0 -1784
lines
FILE REMOVED
file if_nfe.c was added on branch netbsd-3 on 2006-04-20 03:11:14 +0000
Revision 1.3.2.1, Sun Mar 26 00:34:14 2006 UTC (5 years, 10 months ago) by elad
Branch: elad-kernelauth
Changes since 1.3: +0 -1784
lines
FILE REMOVED
file if_nfe.c was added on branch elad-kernelauth on 2006-04-19 03:25:35 +0000
Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 26 00:34:14 2006 UTC (5 years, 10 months ago) by chs
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
simonb-timecounters-base,
gdamore-uart-base,
gdamore-uart,
elad-kernelauth-base,
chap-midi-nbase,
chap-midi-base,
chap-midi,
abandoned-netbsd-4-base
Branch point for: yamt-lazymbuf,
simonb-timecounters,
netbsd-3,
elad-kernelauth,
abandoned-netbsd-4
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
work around another mbuf leak, the hardware doesn't seem to work quite the way that the driver expects.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Mar 16 17:26:13 2006 UTC (5 years, 10 months ago) by chs
Branch: MAIN
CVS Tags: peter-altq-base
Branch point for: peter-altq
Changes since 1.1: +5 -2
lines
Diff to previous 1.1 (colored)
handle another difference between the BSDs: free the original mbuf in the jumbo-free callback too.
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Mon Mar 13 09:07:26 2006 UTC (5 years, 10 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.1.2.1: +1781 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)
sync with head.
Revision 1.1.2.1, Sun Mar 12 22:40:42 2006 UTC (5 years, 10 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.1: +0 -1781
lines
FILE REMOVED
file if_nfe.c was added on branch yamt-pdpolicy on 2006-03-13 09:07:26 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 12 22:40:42 2006 UTC (5 years, 10 months ago) by chs
Branch: MAIN
CVS Tags: yamt-pdpolicy-base2
Branch point for: yamt-pdpolicy
add nfe driver and manpage from OpenBSD.