summaryrefslogtreecommitdiffstats
path: root/sys/dev/ar
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add explicit null entries for new entrypoints.julian1999-12-012-2/+4
* protect some more operations with splimp() under Netgraph.julian1999-11-192-6/+6
* Fix some warnings.peter1999-11-182-4/+4
* User netgraph typedefs for methodsjulian1999-11-012-18/+18
* Make it compile inthe NETGRAPH case.julian1999-10-252-2/+2
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-213-18/+1081
* Add support for the PCI version of the Digi SYNC/570i cards.jhay1999-10-174-342/+1069
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-252-18/+0
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* Rename bpfilter to bpf.des1999-07-062-12/+12
* Fix 'signed char as array index' warnings and an unused variable.peter1999-05-062-8/+6
* Organize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,phk1999-03-302-16/+2
* Straigthen out the use of the tls and tlf callbacks.phk1998-12-162-16/+2
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-222-4/+8
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-242-10/+10
* Removed unused includes.bde1998-06-212-6/+2
* Added used include of <i386/isa/isa_device.h> - don't depend onbde1998-06-172-2/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-072-6/+6
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-172-4/+4
* Make INET a proper option.eivind1998-01-082-2/+14
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-022-2/+4
* Major overhaul of the SyncPPP layer. Basically, this comprises now ajoerg1997-05-192-2/+16
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* if_sr.c corrupted the global variable `ticks'.jhay1996-10-312-18/+8
* Remove some unnecessary code in the interrupt handler.jhay1996-10-282-24/+30
* Remove devconf, it never grew up to be of any use.phk1996-09-062-144/+2
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-252-2/+4
* Improve the handling of receive errors. Fix a nasty bug in the receivejhay1996-04-122-110/+324
* Changes to the Digi/Arnet SYNC driver:peter1996-03-173-327/+552
OpenPOWER on IntegriCloud