The NetBSD Project

CVS log for src/sys/dev/pcmcia/if_ray.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / dev / pcmcia

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.100 / (download) - annotate - [select for diffs], Sun Feb 11 10:36:40 2024 UTC (5 weeks, 2 days ago) by andvar
Branch: MAIN
CVS Tags: triaxx-drm, HEAD
Changes since 1.99: +3 -3 lines
Diff to previous 1.99 (colored)

Fix few more typos in comments and log message:
s/butoon/button/
s/BUTTOM/BOTTOM/
s/communicaiton/communication/
s/recevice/receive/
s/regiion/region/

Revision 1.99 / (download) - annotate - [select for diffs], Sun May 22 11:27:35 2022 UTC (21 months, 4 weeks ago) by andvar
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, netbsd-10-base, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Changes since 1.98: +3 -3 lines
Diff to previous 1.98 (colored)

fix various small typos, mainly in comments.

Revision 1.98 / (download) - annotate - [select for diffs], Tue Feb 4 05:46:32 2020 UTC (4 years, 1 month ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-futex, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3
Changes since 1.97: +3 -3 lines
Diff to previous 1.97 (colored)

Use ifmedia_fini().

Revision 1.97 / (download) - annotate - [select for diffs], Wed Jan 29 13:54:41 2020 UTC (4 years, 1 month ago) by thorpej
Branch: MAIN
Changes since 1.96: +12 -12 lines
Diff to previous 1.96 (colored)

Adopt <net/if_stats.h>.

Revision 1.96 / (download) - annotate - [select for diffs], Mon Jan 6 07:15:03 2020 UTC (4 years, 2 months ago) by msaitoh
Branch: MAIN
CVS Tags: ad-namecache-base2, ad-namecache-base1, ad-namecache-base
Branch point for: ad-namecache
Changes since 1.95: +4 -4 lines
Diff to previous 1.95 (colored)

Protect ec_multicnt.

Revision 1.95 / (download) - annotate - [select for diffs], Mon Oct 21 08:22:06 2019 UTC (4 years, 4 months ago) by msaitoh
Branch: MAIN
CVS Tags: phil-wifi-20191119
Changes since 1.94: +2 -3 lines
Diff to previous 1.94 (colored)

 if_percpuq(9) automatically increments if_ipackets, so don't increment it in
the driver itself to prevent double count.

Revision 1.94 / (download) - annotate - [select for diffs], Tue May 28 07:41:49 2019 UTC (4 years, 9 months ago) by msaitoh
Branch: MAIN
CVS Tags: phil-wifi-20190609, netbsd-9-base
Branch point for: netbsd-9
Changes since 1.93: +6 -2 lines
Diff to previous 1.93 (colored)

 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.

Revision 1.93 / (download) - annotate - [select for diffs], Thu May 23 10:57:28 2019 UTC (4 years, 9 months ago) by msaitoh
Branch: MAIN
Changes since 1.92: +55 -53 lines
Diff to previous 1.92 (colored)

-No functional change:
  - KNF
  - u_int*_t -> uint*_t.

Revision 1.92 / (download) - annotate - [select for diffs], Sun Feb 3 03:19:27 2019 UTC (5 years, 1 month ago) by mrg
Branch: MAIN
CVS Tags: isaki-audio2-base, isaki-audio2
Changes since 1.91: +4 -2 lines
Diff to previous 1.91 (colored)

- add or adjust /* FALLTHROUGH */ where appropriate
- add __unreachable() after functions that can return but won't in
  this case, and thus can't be marked __dead easily

Revision 1.91 / (download) - annotate - [select for diffs], Tue Jan 8 08:47:21 2019 UTC (5 years, 2 months ago) by msaitoh
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118
Changes since 1.90: +3 -3 lines
Diff to previous 1.90 (colored)

 Whitespace fix.

Revision 1.90 / (download) - annotate - [select for diffs], Tue Jun 26 06:48:01 2018 UTC (5 years, 8 months ago) by msaitoh
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, jdolecek-ncqfixes-base, jdolecek-ncqfixes
Branch point for: phil-wifi
Changes since 1.89: +4 -4 lines
Diff to previous 1.89 (colored)

 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
compatibility with BIOC[GS]SEESENT ioctl. The userland interface is the same
as FreeBSD.

 This change also fixes a bug that the direction is misunderstand on some
environment by passing the direction to bpf_mtap*() instead of checking
m->m_pkthdr.rcvif.

Revision 1.89 / (download) - annotate - [select for diffs], Fri Jun 22 04:17:42 2018 UTC (5 years, 8 months ago) by msaitoh
Branch: MAIN
CVS Tags: pgoyette-compat-0625
Changes since 1.88: +3 -5 lines
Diff to previous 1.88 (colored)

 It's not required to include net/bpfdesc.h. Remove it.

Revision 1.88 / (download) - annotate - [select for diffs], Sat Dec 9 00:53:55 2017 UTC (6 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-compat-base, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315
Branch point for: pgoyette-compat
Changes since 1.87: +7 -6 lines
Diff to previous 1.87 (colored)

adjust for printf signature.

Revision 1.87 / (download) - annotate - [select for diffs], Fri Dec 8 21:51:07 2017 UTC (6 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.86: +6 -105 lines
Diff to previous 1.86 (colored)

coalesce the two copies of hexdump into libkern

Revision 1.86 / (download) - annotate - [select for diffs], Fri Jan 13 14:48:18 2017 UTC (7 years, 2 months ago) by maya
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, netbsd-8-base, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, matt-nb8-mediatek-base, matt-nb8-mediatek, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: netbsd-8
Changes since 1.85: +3 -4 lines
Diff to previous 1.85 (colored)

Remove more dead code

RAY_DEF_NWID is a constant string and so is the length, it's
pointless the length is larger than zero.

Revision 1.85 / (download) - annotate - [select for diffs], Thu Jan 12 17:11:22 2017 UTC (7 years, 2 months ago) by maya
Branch: MAIN
Changes since 1.84: +2 -4 lines
Diff to previous 1.84 (colored)

Remove dead code. RAY_DEF_NWID is a constant string, its length will never
be above 32.

Revision 1.84 / (download) - annotate - [select for diffs], Thu Jul 7 06:55:42 2016 UTC (7 years, 8 months ago) by msaitoh
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, localcount-20160914
Branch point for: pgoyette-localcount
Changes since 1.83: +74 -47 lines
Diff to previous 1.83 (colored)

KNF. Remove extra spaces. No functional change.

Revision 1.83 / (download) - annotate - [select for diffs], Fri Jun 10 13:27:15 2016 UTC (7 years, 9 months ago) by ozaki-r
Branch: MAIN
Changes since 1.82: +3 -3 lines
Diff to previous 1.82 (colored)

Introduce m_set_rcvif and m_reset_rcvif

The API is used to set (or reset) a received interface of a mbuf.
They are counterpart of m_get_rcvif, which will come in another
commit, hide internal of rcvif operation, and reduce the diff of
the upcoming change.

No functional change.

Revision 1.82 / (download) - annotate - [select for diffs], Tue Feb 9 08:32:11 2016 UTC (8 years, 1 month ago) by ozaki-r
Branch: MAIN
CVS Tags: nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319
Changes since 1.81: +3 -3 lines
Diff to previous 1.81 (colored)

Introduce softint-based if_input

This change intends to run the whole network stack in softint context
(or normal LWP), not hardware interrupt context. Note that the work is
still incomplete by this change; to that end, we also have to softint-ify
if_link_state_change (and bpf) which can still run in hardware interrupt.

This change softint-ifies at ifp->if_input that is called from
each device driver (and ieee80211_input) to ensure Layer 2 runs
in softint (e.g., ether_input and bridge_input). To this end,
we provide a framework (called percpuq) that utlizes softint(9)
and percpu ifqueues. With this patch, rxintr of most drivers just
queues received packets and schedules a softint, and the softint
dequeues packets and does rest packet processing.

To minimize changes to each driver, percpuq is allocated in struct
ifnet for now and that is initialized by default (in if_attach).
We probably have to move percpuq to softc of each driver, but it's
future work. At this point, only wm(4) has percpuq in its softc
as a reference implementation.

Additional information including performance numbers can be found
in the thread at tech-kern@ and tech-net@:
http://mail-index.netbsd.org/tech-kern/2016/01/14/msg019997.html

Acknowledgment: riastradh@ greatly helped this work.
Thank you very much!

Revision 1.81 / (download) - annotate - [select for diffs], Fri Dec 7 05:45:17 2012 UTC (11 years, 3 months ago) by msaitoh
Branch: MAIN
CVS Tags: yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, rmind-smpnet-nbase, rmind-smpnet-base, rmind-smpnet, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, nick-nhusb-base-20151226, nick-nhusb-base-20150921, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, khorben-n900, agc-symver-base, agc-symver
Branch point for: nick-nhusb
Changes since 1.80: +3 -3 lines
Diff to previous 1.80 (colored)

Apply OpenBSD rev. 1.40:
 > Use the actual SSID length rather than a (wrong) sizeof. Makes gcc4
 > -Wbounded happy.
 >
 > ok kettenis

Revision 1.80 / (download) - annotate - [select for diffs], Sat Oct 27 17:18:36 2012 UTC (11 years, 4 months ago) by chs
Branch: MAIN
CVS Tags: yamt-pagecache-base6
Changes since 1.79: +68 -67 lines
Diff to previous 1.79 (colored)

split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.

Revision 1.79 / (download) - annotate - [select for diffs], Mon Apr 5 07:21:47 2010 UTC (13 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, rmind-uvmplock-nbase, rmind-uvmplock-base, netbsd-6-base, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, matt-mips64-premerge-20101231, jruoho-x86intr-base, jruoho-x86intr, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base10, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache, tls-maxphys, netbsd-6
Changes since 1.78: +4 -5 lines
Diff to previous 1.78 (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.78 / (download) - annotate - [select for diffs], Tue Jan 19 22:07:43 2010 UTC (14 years, 2 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, uebayasi-xip-base
Branch point for: uebayasi-xip, rmind-uvmplock
Changes since 1.77: +4 -11 lines
Diff to previous 1.77 (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.77 / (download) - annotate - [select for diffs], Sun Dec 6 23:05:06 2009 UTC (14 years, 3 months ago) by dyoung
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.76: +8 -15 lines
Diff to previous 1.76 (colored)

Simplify device-activation hooks.

Revision 1.76 / (download) - annotate - [select for diffs], Sat Sep 5 14:44:59 2009 UTC (14 years, 6 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, jym-xensuspend-nbase
Changes since 1.75: +5 -5 lines
Diff to previous 1.75 (colored)

Invert logic around nested pmf(9) registrations for readability.

Revision 1.75 / (download) - annotate - [select for diffs], Tue May 12 14:42:18 2009 UTC (14 years, 10 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, jymxensuspend-base, jym-xensuspend-base
Changes since 1.74: +10 -10 lines
Diff to previous 1.74 (colored)

struct device * -> device_t, no functional changes intended.

Revision 1.74 / (download) - annotate - [select for diffs], Tue May 12 13:18:04 2009 UTC (14 years, 10 months ago) by cegger
Branch: MAIN
Changes since 1.73: +4 -4 lines
Diff to previous 1.73 (colored)

struct cfdata * -> cfdata_t, no functional changes intended.

Revision 1.73 / (download) - annotate - [select for diffs], Sat Mar 14 21:04:22 2009 UTC (15 years ago) by dsl
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base
Changes since 1.72: +5 -13 lines
Diff to previous 1.72 (colored)

ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.

Revision 1.72 / (download) - annotate - [select for diffs], Sat Mar 14 15:36:20 2009 UTC (15 years ago) by dsl
Branch: MAIN
Changes since 1.71: +51 -136 lines
Diff to previous 1.71 (colored)

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)

Revision 1.71 / (download) - annotate - [select for diffs], Fri Nov 7 00:20:12 2008 UTC (15 years, 4 months ago) by dyoung
Branch: MAIN
CVS Tags: nick-hppapmap-base2, mjf-devfs2-base, haad-nbase2, haad-dm-base2, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Branch point for: jym-xensuspend
Changes since 1.70: +8 -9 lines
Diff to previous 1.70 (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.70 / (download) - annotate - [select for diffs], Sat Apr 5 21:31:23 2008 UTC (15 years, 11 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-nfs-mp-base2, yamt-nfs-mp-base, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, 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-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, 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, matt-mips64-base2, hpcarm-cleanup-nbase, haad-dm-base1
Branch point for: yamt-nfs-mp, nick-hppapmap, haad-dm
Changes since 1.69: +76 -78 lines
Diff to previous 1.69 (colored)

use aprint_*_dev and device_xname

Revision 1.69 / (download) - annotate - [select for diffs], Mon Mar 10 03:28:34 2008 UTC (16 years ago) by dholland
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15, yamt-lazymbuf-base14, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, ad-socklock-base1
Changes since 1.68: +6 -4 lines
Diff to previous 1.68 (colored)

Adjust a debug message. Fixes the last bit of PR 29668. (The rest seems
to have already been dealt with.)

Revision 1.68 / (download) - annotate - [select for diffs], Sun Dec 9 20:28:14 2007 UTC (16 years, 3 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, vmlocking2-base3, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-base, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386
Branch point for: mjf-devfs2, keiichi-mipv6
Changes since 1.67: +18 -53 lines
Diff to previous 1.67 (colored)

Merge jmcneill-pm branch.

Revision 1.67 / (download) - annotate - [select for diffs], Fri Oct 19 12:01:05 2007 UTC (16 years, 5 months ago) by ad
Branch: MAIN
CVS Tags: yamt-kmem-base, vmlocking2-base2, vmlocking2-base1, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, mjf-devfs, jmcneill-pm-base, jmcneill-base, bouyer-xenamd64-base2, bouyer-xenamd64-base
Branch point for: yamt-kmem, vmlocking2
Changes since 1.66: +5 -5 lines
Diff to previous 1.66 (colored)

machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h

Revision 1.66 / (download) - annotate - [select for diffs], Sat Sep 1 07:32:31 2007 UTC (16 years, 6 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, vmlocking-base, nick-csl-alignment-base5
Branch point for: bouyer-xenamd64
Changes since 1.65: +3 -7 lines
Diff to previous 1.65 (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.65 / (download) - annotate - [select for diffs], Mon Jul 9 21:01:20 2007 UTC (16 years, 8 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.64: +7 -7 lines
Diff to previous 1.64 (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.64 / (download) - annotate - [select for diffs], Sun Mar 4 06:02:27 2007 UTC (17 years 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.63: +7 -7 lines
Diff to previous 1.63 (colored)

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Revision 1.63 / (download) - annotate - [select for diffs], Thu Nov 16 01:33:20 2006 UTC (17 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, post-newlock2-merge, newlock2-nbase, newlock2-base, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, matt-nb4-arm-base, matt-nb4-arm, ad-audiomp-base, ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.62: +6 -6 lines
Diff to previous 1.62 (colored)

__unused removal on arguments; approved by core.

Revision 1.62 / (download) - annotate - [select for diffs], Thu Oct 12 01:31:50 2006 UTC (17 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.61: +7 -15 lines
Diff to previous 1.61 (colored)

- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386

Revision 1.61 / (download) - annotate - [select for diffs], Sun Sep 24 03:54:00 2006 UTC (17 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.60: +3 -3 lines
Diff to previous 1.60 (colored)

Add "name" parameter to powerhook_establish, to aid debugging. No objections
on tech-kern@

Revision 1.60 / (download) - annotate - [select for diffs], Fri Apr 14 17:50:27 2006 UTC (17 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, simonb-timecounters-base, rpaulo-netinet-merge-pcb-base, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-splraiseipl, newlock2
Changes since 1.59: +3 -3 lines
Diff to previous 1.59 (colored)

Coverity CID 1111: Fix cut'n'paste bug!

Revision 1.59 / (download) - annotate - [select for diffs], Sun Dec 11 12:23:23 2005 UTC (18 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, peter-altq-base
Branch point for: yamt-pdpolicy, simonb-timecounters, rpaulo-netinet-merge-pcb, peter-altq, elad-kernelauth
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)

merge ktrace-lwp.

Revision 1.58 / (download) - annotate - [select for diffs], Thu Sep 8 18:41:50 2005 UTC (18 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead, thorpej-vnode-attr-base, thorpej-vnode-attr, ktrace-lwp-base
Changes since 1.57: +13 -13 lines
Diff to previous 1.57 (colored)

fix compilation with debugging on.

Revision 1.57 / (download) - annotate - [select for diffs], Mon May 30 04:28:49 2005 UTC (18 years, 9 months ago) by christos
Branch: MAIN
Branch point for: yamt-lazymbuf
Changes since 1.56: +6 -6 lines
Diff to previous 1.56 (colored)

- add const
- avoid variable shadow
- do proper UNCONST with XXXUNCONST

Revision 1.56 / (download) - annotate - [select for diffs], Sun Feb 27 00:27:43 2005 UTC (19 years ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, netbsd-3-base, kent-audio2-base
Branch point for: netbsd-3
Changes since 1.55: +21 -21 lines
Diff to previous 1.55 (colored)

nuke trailing whitespace

Revision 1.55 / (download) - annotate - [select for diffs], Fri Feb 4 02:10:45 2005 UTC (19 years, 1 month ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base2
Changes since 1.54: +65 -65 lines
Diff to previous 1.54 (colored)

de-__P

Revision 1.54 / (download) - annotate - [select for diffs], Sat Oct 30 18:10:06 2004 UTC (19 years, 4 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-km-base, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Changes since 1.53: +4 -3 lines
Diff to previous 1.53 (colored)

When adding/deleting multicast addresses, only whack the address
filter if the interface is marked RUNNING.

Fixes kern/27678.

Revision 1.53 / (download) - annotate - [select for diffs], Tue Aug 10 18:43:49 2004 UTC (19 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.52: +2 -3 lines
Diff to previous 1.52 (colored)

Now that all the silly string printing is gone, move the location where we
print a newline so it doesn't have to be done in every driver.

Revision 1.52 / (download) - annotate - [select for diffs], Tue Aug 10 15:29:56 2004 UTC (19 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.51: +4 -7 lines
Diff to previous 1.51 (colored)

Print diagnostics in only one place if intr_establish() or function_enable()
fails.

Also, be a little more careful about passing up error values, and consistently
clear our interrupt handler pointer.

Revision 1.51 / (download) - annotate - [select for diffs], Tue Aug 10 08:57:50 2004 UTC (19 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.50: +5 -5 lines
Diff to previous 1.50 (colored)

Better fix for the previous.

Revision 1.50 / (download) - annotate - [select for diffs], Tue Aug 10 08:29:27 2004 UTC (19 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.49: +4 -3 lines
Diff to previous 1.49 (colored)

Fix a reference count problem I introduced here.

Revision 1.49 / (download) - annotate - [select for diffs], Tue Aug 10 02:54:19 2004 UTC (19 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.48: +49 -50 lines
Diff to previous 1.48 (colored)

Use pcmcia_function_{configure,unconfigure}().

Revision 1.48 / (download) - annotate - [select for diffs], Mon Aug 9 21:30:18 2004 UTC (19 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.47: +59 -61 lines
Diff to previous 1.47 (colored)

Adapt to the new world order.

Revision 1.47 / (download) - annotate - [select for diffs], Mon Aug 9 18:51:32 2004 UTC (19 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.46: +11 -10 lines
Diff to previous 1.46 (colored)

Correct the intr_establish order here.

Revision 1.46 / (download) - annotate - [select for diffs], Sat Aug 7 05:35:50 2004 UTC (19 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.45: +14 -14 lines
Diff to previous 1.45 (colored)

Clean up attach messages.

Revision 1.45 / (download) - annotate - [select for diffs], Wed Jul 7 06:43:22 2004 UTC (19 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.44: +3 -6 lines
Diff to previous 1.44 (colored)

More cleanup:
* Print "devinfo" in a canonial place (like we do in the SCSI code).
* Use aprint_{error,normal}() during attach.
* More PCMCIA_STR_* removal.

Revision 1.44 / (download) - annotate - [select for diffs], Sun Nov 2 11:14:22 2003 UTC (20 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-2-base, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0
Branch point for: netbsd-2
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored)

Fix some typos. From Tom Cosgrove via jmc@openbsd.

Revision 1.43 / (download) - annotate - [select for diffs], Tue Oct 28 23:24:07 2003 UTC (20 years, 4 months ago) by mycroft
Branch: MAIN
Changes since 1.42: +7 -7 lines
Diff to previous 1.42 (colored)

Eliminate bogus initializer.

Revision 1.42 / (download) - annotate - [select for diffs], Mon Oct 27 07:07:34 2003 UTC (20 years, 4 months ago) by chs
Branch: MAIN
Changes since 1.41: +4 -4 lines
Diff to previous 1.41 (colored)

uninitialized variables

Revision 1.41 / (download) - annotate - [select for diffs], Sat Oct 25 21:30:03 2003 UTC (20 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.40: +6 -8 lines
Diff to previous 1.40 (colored)

Initialize variables sooner, and remove variable that was only used
uninitialized in a debugging printf.

Revision 1.40 / (download) - annotate - [select for diffs], Sat Oct 25 18:29:40 2003 UTC (20 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.39: +5 -3 lines
Diff to previous 1.39 (colored)

Fix uninitialized variable warnings

Revision 1.39 / (download) - annotate - [select for diffs], Wed Oct 22 09:13:17 2003 UTC (20 years, 5 months ago) by mjl
Branch: MAIN
Changes since 1.38: +14 -14 lines
Diff to previous 1.38 (colored)

Typo in comment. From OpenBSD.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Oct 13 06:43:22 2003 UTC (20 years, 5 months ago) by dyoung
Branch: MAIN
Changes since 1.37: +4 -3 lines
Diff to previous 1.37 (colored)

Switch to the new 802.11 layer.

Revision 1.37 / (download) - annotate - [select for diffs], Sun Feb 23 04:15:02 2003 UTC (21 years ago) by simonb
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.36: +2 -4 lines
Diff to previous 1.36 (colored)

Remove assigned-to but not used variable.

Revision 1.36 / (download) - annotate - [select for diffs], Wed Oct 2 16:52:14 2002 UTC (21 years, 5 months ago) by thorpej
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored)

Add trailing ; to CFATTACH_DECL.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Sep 30 22:27:01 2002 UTC (21 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.34: +4 -7 lines
Diff to previous 1.34 (colored)

Use CFATTACH_DECL().

Revision 1.34 / (download) - annotate - [select for diffs], Fri Sep 27 20:41:01 2002 UTC (21 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 (colored)

Declare all cfattach structures const.

Revision 1.33 / (download) - annotate - [select for diffs], Sat Jun 1 23:51:01 2002 UTC (21 years, 9 months ago) by lukem
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored)

SIMPLEQ rototill:
- implement SIMPLEQ_REMOVE(head, elm, type, field).  whilst it's O(n),
  this mirrors the functionality of SLIST_REMOVE() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE()
- remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD().
  this mirrors the functionality of SLIST_REMOVE_HEAD() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD()
- remove notes about SIMPLEQ not supporting arbitrary element removal
- use SIMPLEQ_FOREACH() instead of home-grown for loops
- use SIMPLEQ_EMPTY() appropriately
- use SIMPLEQ_*() instead of accessing sqh_first,sqh_last,sqe_next directly
- reorder manual page; be consistent about how the types are listed
- other minor cleanups

Revision 1.32 / (download) - annotate - [select for diffs], Sun Mar 10 11:32:18 2002 UTC (22 years ago) by martin
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, eeh-devprop-base, eeh-devprop
Branch point for: gehenna-devsw
Changes since 1.31: +5 -52 lines
Diff to previous 1.31 (colored)

Remove RAY_USE_AMEM. This option claimed to use attribute memory access
for the registers, which was true, but actually the same as the driver
did without this option.

What it realy did is work around a stupid bug in the driver that did not
use the "offset" result from the pcmcia_mem_map call mapping the CIS memory.

We got away with this for a long time since on i386 and typical pcmcia
bridged the offset returned will be 0. It always failed (without
RAY_USE_AMEM=1) if the check for a different function CCR aliases in pcmcia.c
failed and mapped the CCR base new - this time at the CCR base of this
function (0xf00), so all register acceses (that had 0xf00 added) happened
way off in neverland.

Now we do not hardcode the CCR base to the register definitions, but
instead use the offset returned by pcmcia_mem_map. This makes the driver
work with and without CCR base aliases being found.

Revision 1.31 / (download) - annotate - [select for diffs], Sat Dec 15 13:23:22 2001 UTC (22 years, 3 months ago) by soren
Branch: MAIN
CVS Tags: newlock-base, newlock, ifpoll-base
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored)

To make dev/pcmcia work on platforms with 64-bit bus_addr_t and
32-bit bus_size_t (sparc), change the pcmcia_mem_map(9) offsetp
argument to bus_size_t as it is used as a bus_space offset.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Dec 15 12:01:55 2001 UTC (22 years, 3 months ago) by soren
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored)

Fix typo in comment.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Nov 13 07:26:33 2001 UTC (22 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.28: +4 -1 lines
Diff to previous 1.28 (colored)

add RCSIDs

Revision 1.28 / (download) - annotate - [select for diffs], Thu Jul 26 22:54:34 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

aquired -> acquired, issueing -> issuing

Revision 1.27 / (download) - annotate - [select for diffs], Thu Dec 14 06:29:38 2000 UTC (23 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Branch point for: nathanw_sa, kqueue
Changes since 1.26: +7 -6 lines
Diff to previous 1.26 (colored)

ALTQ'ify.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Dec 13 07:35:49 2000 UTC (23 years, 3 months ago) by mycroft
Branch: MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)

Make this compile again.  *sigh*

Revision 1.25 / (download) - annotate - [select for diffs], Tue Dec 12 17:25:34 2000 UTC (23 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

Add a missing return after freeing an mbuf.  From Dave Huang <khym@bga.com>.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Dec 11 17:53:19 2000 UTC (23 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.23: +144 -6 lines
Diff to previous 1.23 (colored)

Add support for 802.11 authentication frames, required to interoperate
with Aviator Pro cards on Windows.  Written by Steve Weiss for OpenBSD,
ported to NetBSD by me.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Nov 15 01:02:18 2000 UTC (23 years, 4 months ago) by thorpej
Branch: MAIN
Branch point for: thorpej_scsipi
Changes since 1.22: +2 -7 lines
Diff to previous 1.22 (colored)

Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().

Revision 1.22 / (download) - annotate - [select for diffs], Sun Oct 1 23:32:44 2000 UTC (23 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.21: +11 -3 lines
Diff to previous 1.21 (colored)

Move the check for "promisc + unicast + not for us" into ether_input(),
and change Ethernet drivers to always pass all received frames to
ether_input() (with a few exceptions, which are documented in the
code).

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jul 5 02:35:54 2000 UTC (23 years, 8 months ago) by onoe
Branch: MAIN
Changes since 1.20: +43 -24 lines
Diff to previous 1.20 (colored)

change the argument of SIOCS80211NWID and SIOCG80211NWID ioctls from
u_int8_t array to struct ieee80211_nwid to prepend length field.
The length field is necessary because IEEE 802.11 spec doesn't prohibit
even '\0' for SSID.
Though the name and the value of SIOC... macro is unchanged, this change
breaks binary compatibility.  The only affected userland program on the
tree is ifconfig(8).
As Jason suggested on tech-net, it is better than live with problems
since there are no releases for this ioctls yet.

Revision 1.20 / (download) - annotate - [select for diffs], Mon May 29 17:37:16 2000 UTC (23 years, 9 months ago) by jhawk
Branch: MAIN
CVS Tags: netbsd-1-5-base
Branch point for: netbsd-1-5
Changes since 1.19: +18 -8 lines
Diff to previous 1.19 (colored)

For all network drivers that call ether_ifattach(), and also
have _detach() functions:
  Ensure that softc keeps state about whether the attach succeeded,
  and make the detach function return immediately if the attach did
  not complete.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Apr 22 22:36:14 2000 UTC (23 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.18: +16 -3 lines
Diff to previous 1.18 (colored)

Make sure the payload is aligned when using E2-over-802.11 encapsulation,
as enabled by the LINK0 flag.  Fixes PR kern/9700.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Mar 26 20:25:30 2000 UTC (23 years, 11 months ago) by kleink
Branch: MAIN
Changes since 1.17: +11 -3 lines
Diff to previous 1.17 (colored)

Cast timeval members to types we know the printf conversions of.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Mar 23 07:01:42 2000 UTC (24 years ago) by thorpej
Branch: MAIN
Changes since 1.16: +38 -17 lines
Diff to previous 1.16 (colored)

New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
  resource allocation.
- Insertion and removal of callouts is constant time, important as
  this facility is used quite a lot in the kernel.

The old timeout()/untimeout() API has been removed from the kernel.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Mar 10 05:47:42 2000 UTC (24 years ago) by onoe
Branch: MAIN
Changes since 1.15: +6 -6 lines
Diff to previous 1.15 (colored)

Adopt the macro name change of if_ieee80211.h.
also fixed the value for receiving packets in infrastructure mode,
while no one has been tested with.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Feb 28 06:44:52 2000 UTC (24 years ago) by mycroft
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Add missing break that hosed multicast.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Feb 27 20:40:42 2000 UTC (24 years ago) by augustss
Branch: MAIN
Changes since 1.13: +65 -2 lines
Diff to previous 1.13 (colored)

Add code (off by default) to keep track of the signal strength of the last
few packets received from different MAC addresses.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Feb 22 08:23:22 2000 UTC (24 years, 1 month ago) by thorpej
Branch: MAIN
Changes since 1.12: +16 -14 lines
Diff to previous 1.12 (colored)

Fix printf formats on the Alpha.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 7 09:36:27 2000 UTC (24 years, 1 month ago) by augustss
Branch: MAIN
CVS Tags: chs-ubc2-newbase
Changes since 1.11: +4 -13 lines
Diff to previous 1.11 (colored)

Use pcmcia_devinfo().

Revision 1.11 / (download) - annotate - [select for diffs], Fri Feb 4 08:45:41 2000 UTC (24 years, 1 month ago) by chopps
Branch: MAIN
Changes since 1.10: +19 -12 lines
Diff to previous 1.10 (colored)

enable the card before establishing the interrupt to avoid being called
	with stray interrupts before we are ready.
clear the card interrupt after enabling the card

Revision 1.10 / (download) - annotate - [select for diffs], Thu Feb 3 21:27:35 2000 UTC (24 years, 1 month ago) by chopps
Branch: MAIN
Changes since 1.9: +9 -1 lines
Diff to previous 1.9 (colored)

wrap optimized copy routines in an ifdef

Revision 1.9 / (download) - annotate - [select for diffs], Wed Feb 2 18:39:44 2000 UTC (24 years, 1 month ago) by chopps
Branch: MAIN
Changes since 1.8: +51 -8 lines
Diff to previous 1.8 (colored)

manipulate packet counters, support detach, and add commented out code to
	DTRT on suspend

Revision 1.8 / (download) - annotate - [select for diffs], Wed Feb 2 08:08:50 2000 UTC (24 years, 1 month ago) by augustss
Branch: MAIN
Changes since 1.7: +4 -1 lines
Diff to previous 1.7 (colored)

Get rid of shutdown hook and attached media on detach.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Feb 2 07:22:06 2000 UTC (24 years, 1 month ago) by augustss
Branch: MAIN
Changes since 1.6: +39 -11 lines
Diff to previous 1.6 (colored)

Make ray driver detachable.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 26 22:28:38 2000 UTC (24 years, 1 month ago) by augustss
Branch: MAIN
Changes since 1.5: +9 -8 lines
Diff to previous 1.5 (colored)

Make it easy to switch between using attribute memory and not.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jan 26 02:25:47 2000 UTC (24 years, 1 month ago) by augustss
Branch: MAIN
Changes since 1.4: +15 -5 lines
Diff to previous 1.4 (colored)

Print out what kind of card it is earlier and more accurately.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 25 05:32:28 2000 UTC (24 years, 1 month ago) by chopps
Branch: MAIN
Changes since 1.3: +15 -4 lines
Diff to previous 1.3 (colored)

set havenet to 0 when we are switching between operating modes and only
after association in ifrastructure mode.  Also, deal with roam start
and rejoin net commands.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 24 22:05:53 2000 UTC (24 years, 1 month ago) by chopps
Branch: MAIN
Changes since 1.2: +36 -15 lines
Diff to previous 1.2 (colored)

support switching to/from adhoc/infrastructure mode with media opt.
fill in 802.11 correctly for 802.11 infrastructure.
code not verified with base station yet.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 24 01:32:00 2000 UTC (24 years, 2 months ago) by augustss
Branch: MAIN
Changes since 1.1: +7 -2 lines
Diff to previous 1.1 (colored)

Add missing \n in attach message, and add a little more information.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 23 23:59:21 2000 UTC (24 years, 2 months ago) by chopps
Branch: MAIN

add driver for raylink/aviator wireless 802.11 FH 2Mbps cards, currently only
tested with aviator 2.4

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>