aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ar/if_ar.c
Commit message (Expand)AuthorAgeFilesLines
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-14/+14
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-29/+38
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Initialize Netgraph type at a correct time, before device probing.Ruslan Ermilov2005-02-151-1/+1
* Install netgraph type at an appropriate time.Ruslan Ermilov2005-02-131-1/+1
* Two problems here:Ruslan Ermilov2005-02-121-21/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* As the if_ar driver doesn't contain locking or run its interruptRobert Watson2004-08-131-1/+2
* Convert Netgraph to use mbuf tags to pass its meta information around.Julian Elischer2004-06-251-6/+5
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+9
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Get rid of the last two uses of NG_NODELEN + 1 in the base system byHartmut Brandt2004-01-261-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-3/+3
* Get rid of kvtop().John Hay2003-04-231-47/+52
* Move ar_devclass definition to if_ar.c.Yoshihiro Takahashi2003-02-231-0/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* network interface driver changes:Sam Leffler2002-11-141-4/+2
* Use if_printf(ifp, "blah") instead of printf("ar%d: blah", ifp->if_unit).Brooks Davis2002-10-011-4/+4
* Directives may not be used inside a macro argument, so don't.David E. O'Brien2002-05-091-3/+3
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-2/+3
* Move the isa parts to a separate file.John Hay2001-04-161-160/+0
* Update include files to reflect the new location of the ar device.John Hay2001-01-301-3/+3
* Stop counting sppp interfaces, we were just testing its presence to givePeter Wemm2001-01-291-7/+0
* Newbusify ar(4).John Hay2001-01-241-176/+284
* Part 2 of the netgraph rewrite.Julian Elischer2001-01-081-15/+15
* Rewrite of netgraph to start getting ready for SMP.Julian Elischer2001-01-061-24/+38
* Divorce the kernel binary ABI version number from the messageJulian Elischer2000-12-181-33/+31
* Reviewed by: Archie@freebsd.orgJulian Elischer2000-12-121-3/+7
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-7/+4
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-3/+8
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-281-2/+13
* Two simple changes to the kernel internal API for netgraph modules,Julian Elischer2000-04-281-3/+4
* Remove definition of the unimplemented "control" hook.Archie Cobbs2000-01-211-2/+1
* Add explicit null entries for new entrypoints.Julian Elischer1999-12-011-1/+2
* protect some more operations with splimp() under Netgraph.Julian Elischer1999-11-191-3/+3
* Fix some warnings.Peter Wemm1999-11-181-2/+2
* User netgraph typedefs for methodsJulian Elischer1999-11-011-9/+9
* Make it compile inthe NETGRAPH case.Julian Elischer1999-10-251-1/+1
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-9/+529
* Add support for the PCI version of the Digi SYNC/570i cards.John Hay1999-10-171-166/+457
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* Fix 'signed char as array index' warnings and an unused variable.Peter Wemm1999-05-061-4/+3
* Organize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,Poul-Henning Kamp1999-03-301-8/+1
* Straigthen out the use of the tls and tlf callbacks.Poul-Henning Kamp1998-12-161-8/+1
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+4