aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ar/if_ar_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect unbuildable and unusable non-MPSAFE network deviceRobert Watson2009-04-161-226/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-3/+3
* Get rid of kvtop().John Hay2003-04-231-22/+12
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+2
* Move ar_devclass definition to if_ar.c.Yoshihiro Takahashi2003-02-231-2/+0
* Move the isa parts to a separate file.John Hay2001-04-161-2283/+2
* 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-167/+458
* 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
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-241-5/+5
* Removed unused includes.Bruce Evans1998-06-211-3/+1
* Added used include of <i386/isa/isa_device.h> - don't depend onBruce Evans1998-06-171-1/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-2/+2
* Make INET a proper option.Eivind Eklund1998-01-081-1/+7
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* Major overhaul of the SyncPPP layer. Basically, this comprises now aJoerg Wunsch1997-05-191-1/+8
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* if_sr.c corrupted the global variable `ticks'.John Hay1996-10-311-9/+4
* Remove some unnecessary code in the interrupt handler.John Hay1996-10-281-12/+15
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-72/+1
* Added #include of <machine/md_var.h>. This will be needed whenBruce Evans1996-06-251-1/+2
* Improve the handling of receive errors. Fix a nasty bug in the receiveJohn Hay1996-04-121-55/+162
* Changes to the Digi/Arnet SYNC driver:Peter Wemm1996-03-171-163/+275