index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ar
/
if_ar_isa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop counting sppp interfaces, we were just testing its presence to give
peter
2001-01-29
1
-7
/
+0
*
Newbusify ar(4).
jhay
2001-01-24
1
-176
/
+284
*
Part 2 of the netgraph rewrite.
julian
2001-01-08
1
-15
/
+15
*
Rewrite of netgraph to start getting ready for SMP.
julian
2001-01-06
1
-24
/
+38
*
Divorce the kernel binary ABI version number from the message
julian
2000-12-18
1
-33
/
+31
*
Reviewed by: Archie@freebsd.org
julian
2000-12-12
1
-3
/
+7
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-7
/
+4
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-3
/
+8
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
1
-2
/
+13
*
Two simple changes to the kernel internal API for netgraph modules,
julian
2000-04-28
1
-3
/
+4
*
Remove definition of the unimplemented "control" hook.
archie
2000-01-21
1
-2
/
+1
*
Add explicit null entries for new entrypoints.
julian
1999-12-01
1
-1
/
+2
*
protect some more operations with splimp() under Netgraph.
julian
1999-11-19
1
-3
/
+3
*
Fix some warnings.
peter
1999-11-18
1
-2
/
+2
*
User netgraph typedefs for methods
julian
1999-11-01
1
-9
/
+9
*
Make it compile inthe NETGRAPH case.
julian
1999-10-25
1
-1
/
+1
*
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
julian
1999-10-21
1
-9
/
+529
*
Add support for the PCI version of the Digi SYNC/570i cards.
jhay
1999-10-17
1
-167
/
+458
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-9
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Rename bpfilter to bpf.
des
1999-07-06
1
-6
/
+6
*
Fix 'signed char as array index' warnings and an unused variable.
peter
1999-05-06
1
-4
/
+3
*
Organize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,
phk
1999-03-30
1
-8
/
+1
*
Straigthen out the use of the tls and tlf callbacks.
phk
1998-12-16
1
-8
/
+1
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+4
*
Fixed printf format errors. Only one left in LINT on i386's.
bde
1998-08-24
1
-5
/
+5
*
Removed unused includes.
bde
1998-06-21
1
-3
/
+1
*
Added used include of <i386/isa/isa_device.h> - don't depend on
bde
1998-06-17
1
-1
/
+2
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-2
/
+2
*
Make INET a proper option.
eivind
1998-01-08
1
-1
/
+7
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
1
-1
/
+2
*
Major overhaul of the SyncPPP layer. Basically, this comprises now a
joerg
1997-05-19
1
-1
/
+8
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
if_sr.c corrupted the global variable `ticks'.
jhay
1996-10-31
1
-9
/
+4
*
Remove some unnecessary code in the interrupt handler.
jhay
1996-10-28
1
-12
/
+15
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-72
/
+1
*
Added #include of <machine/md_var.h>. This will be needed when
bde
1996-06-25
1
-1
/
+2
*
Improve the handling of receive errors. Fix a nasty bug in the receive
jhay
1996-04-12
1
-55
/
+162
*
Changes to the Digi/Arnet SYNC driver:
peter
1996-03-17
1
-163
/
+275
*
Make the handshake lines do the right thing. This is untested by the author
peter
1996-03-03
1
-13
/
+14
*
Clean up Ethernet drivers:
wollman
1996-02-06
1
-19
/
+10
*
Completed function declarations and/or added prototypes and/or added
bde
1995-12-15
1
-1
/
+5
*
Staticize and cleanup.
phk
1995-12-10
1
-17
/
+25
*
all:
dg
1995-12-05
1
-26
/
+8
*
This driver supports the Arnet SYNC/570i ISA cards that is based on the
peter
1995-11-21
1
-0
/
+1455