summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_ar.c
Commit message (Expand)AuthorAgeFilesLines
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-24/+38
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-33/+31
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-3/+7
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-7/+4
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-3/+8
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-2/+13
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-3/+4
* Remove definition of the unimplemented "control" hook.archie2000-01-211-2/+1
* Add explicit null entries for new entrypoints.julian1999-12-011-1/+2
* protect some more operations with splimp() under Netgraph.julian1999-11-191-3/+3
* Fix some warnings.peter1999-11-181-2/+2
* User netgraph typedefs for methodsjulian1999-11-011-9/+9
* Make it compile inthe NETGRAPH case.julian1999-10-251-1/+1
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-9/+529
* Add support for the PCI version of the Digi SYNC/570i cards.jhay1999-10-171-167/+458
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Fix 'signed char as array index' warnings and an unused variable.peter1999-05-061-4/+3
* Organize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,phk1999-03-301-8/+1
* Straigthen out the use of the tls and tlf callbacks.phk1998-12-161-8/+1
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+4
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-241-5/+5
* Removed unused includes.bde1998-06-211-3/+1
* Added used include of <i386/isa/isa_device.h> - don't depend onbde1998-06-171-1/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Make INET a proper option.eivind1998-01-081-1/+7
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Major overhaul of the SyncPPP layer. Basically, this comprises now ajoerg1997-05-191-1/+8
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* if_sr.c corrupted the global variable `ticks'.jhay1996-10-311-9/+4
* Remove some unnecessary code in the interrupt handler.jhay1996-10-281-12/+15
* Remove devconf, it never grew up to be of any use.phk1996-09-061-72/+1
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-251-1/+2
* Improve the handling of receive errors. Fix a nasty bug in the receivejhay1996-04-121-55/+162
* Changes to the Digi/Arnet SYNC driver:peter1996-03-171-163/+275
* Make the handshake lines do the right thing. This is untested by the authorpeter1996-03-031-13/+14
* Clean up Ethernet drivers:wollman1996-02-061-19/+10
* Completed function declarations and/or added prototypes and/or addedbde1995-12-151-1/+5
* Staticize and cleanup.phk1995-12-101-17/+25
* all:dg1995-12-051-26/+8
* This driver supports the Arnet SYNC/570i ISA cards that is based on thepeter1995-11-211-0/+1455
OpenPOWER on IntegriCloud