summaryrefslogtreecommitdiffstats
path: root/sys/dev/ar
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect unbuildable and unusable non-MPSAFE network devicerwatson2009-04-165-3017/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Don't call bus_deactivate_resource() explicitly before callingnyan2007-03-211-8/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverjhb2006-02-221-4/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-14/+14
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-29/+38
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-293-6/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-2/+2
* Initialize Netgraph type at a correct time, before device probing.ru2005-02-151-1/+1
* Install netgraph type at an appropriate time.ru2005-02-131-1/+1
* Two problems here:ru2005-02-121-21/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-064-4/+4
* As the if_ar driver doesn't contain locking or run its interruptrwatson2004-08-131-1/+2
* Convert Netgraph to use mbuf tags to pass its meta information around.julian2004-06-251-6/+5
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+9
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Get rid of the last two uses of NG_NODELEN + 1 in the base system byharti2004-01-261-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+2
* Use __FBSDID().obrien2003-08-243-9/+10
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Get rid of kvtop().jhay2003-04-234-79/+75
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-152-2/+4
* Move ar_devclass definition to if_ar.c.nyan2003-02-232-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* network interface driver changes:sam2002-11-141-4/+2
* Use if_printf(ifp, "blah") instead of printf("ar%d: blah", ifp->if_unit).brooks2002-10-011-4/+4
* Directives may not be used inside a macro argument, so don't.obrien2002-05-091-3/+3
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+3
* Move the isa parts to a separate file.jhay2001-04-162-2443/+2
* Update include files to reflect the new location of the ar device.jhay2001-01-302-5/+5
* Stop counting sppp interfaces, we were just testing its presence to givepeter2001-01-292-14/+0
* Newbusify ar(4).jhay2001-01-244-408/+725
* Special case for compiling LINT - just give a warning and continue on.peter2001-01-171-0/+5
* Part 2 of the netgraph rewrite.julian2001-01-082-30/+30
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-062-48/+76
* Divorce the kernel binary ABI version number from the messagejulian2000-12-182-66/+62
* Reviewed by: Archie@freebsd.orgjulian2000-12-122-6/+14
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-082-14/+8
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-252-6/+16
* Duh. These have been sitting in my tree since I committed this stuff.julian2000-11-201-0/+29
* Remove unneeded #include <machine/clock.h>phk2000-10-152-2/+0
* Mass update of isa drivers using compatability shims to usepeter2000-05-282-4/+26
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-282-6/+8
* Ahhrggg. Put the test for the compat shims AFTER the file that includesimp2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'timp2000-03-271-0/+4
* Remove definition of the unimplemented "control" hook.archie2000-01-213-5/+2
OpenPOWER on IntegriCloud