aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ar
Commit message (Expand)AuthorAgeFilesLines
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-282-4/+26
* Two simple changes to the kernel internal API for netgraph modules,Julian Elischer2000-04-282-6/+8
* Ahhrggg. Put the test for the compat shims AFTER the file that includesWarner Losh2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'tWarner Losh2000-03-271-0/+4
* Remove definition of the unimplemented "control" hook.Archie Cobbs2000-01-213-5/+2
* Add explicit null entries for new entrypoints.Julian Elischer1999-12-012-2/+4
* protect some more operations with splimp() under Netgraph.Julian Elischer1999-11-192-6/+6
* Fix some warnings.Peter Wemm1999-11-182-4/+4
* User netgraph typedefs for methodsJulian Elischer1999-11-012-18/+18
* Make it compile inthe NETGRAPH case.Julian Elischer1999-10-252-2/+2
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-213-18/+1081
* Add support for the PCI version of the Digi SYNC/570i cards.John Hay1999-10-174-342/+1069
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-252-18/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-062-12/+12
* Fix 'signed char as array index' warnings and an unused variable.Peter Wemm1999-05-062-8/+6
* Organize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,Poul-Henning Kamp1999-03-302-16/+2
* Straigthen out the use of the tls and tlf callbacks.Poul-Henning Kamp1998-12-162-16/+2
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-222-4/+8
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-242-10/+10
* Removed unused includes.Bruce Evans1998-06-212-6/+2
* Added used include of <i386/isa/isa_device.h> - don't depend onBruce Evans1998-06-172-2/+4
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-072-6/+6
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-172-4/+4
* Make INET a proper option.Eivind Eklund1998-01-082-2/+14
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-022-2/+4
* Major overhaul of the SyncPPP layer. Basically, this comprises now aJoerg Wunsch1997-05-192-2/+16
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* if_sr.c corrupted the global variable `ticks'.John Hay1996-10-312-18/+8
* Remove some unnecessary code in the interrupt handler.John Hay1996-10-282-24/+30
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-062-144/+2
* Added #include of <machine/md_var.h>. This will be needed whenBruce Evans1996-06-252-2/+4
* Improve the handling of receive errors. Fix a nasty bug in the receiveJohn Hay1996-04-122-110/+324
* Changes to the Digi/Arnet SYNC driver:Peter Wemm1996-03-173-327/+552
* Make the handshake lines do the right thing. This is untested by the authorPeter Wemm1996-03-032-26/+28
* Clean up Ethernet drivers:Garrett Wollman1996-02-062-38/+20
* Completed function declarations and/or added prototypes and/or addedBruce Evans1995-12-152-2/+10
* Staticize and cleanup.Poul-Henning Kamp1995-12-102-34/+50
* all:David Greenman1995-12-052-52/+16
* This driver supports the Arnet SYNC/570i ISA cards that is based on thePeter Wemm1995-11-213-0/+3051