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
/
ep
/
if_ep_eisa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-2
/
+2
*
Simplify names.
imp
2005-08-29
1
-6
/
+6
*
u_intXX_t -> uintXX_t while I'm here.
imp
2005-01-20
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Remove duplicate $FreeBSD$
imp
2004-07-22
1
-3
/
+0
*
Minor style nit
imp
2004-07-22
1
-1
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+1
*
Pass sc to GO_WINDOW macro.
imp
2003-10-26
1
-1
/
+1
*
Whole grab-bag of changes:
imp
2003-10-25
1
-1
/
+1
*
Fix a typo. The module has the EISA front-end commented out, therefore the
bms
2003-10-18
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-0
/
+3
*
Style(9) cleanup. There was no consistent style in this driver, and
markm
2003-07-17
1
-86
/
+73
*
Revert 1.21; this was local code that should not have been
mdodd
2003-03-30
1
-5
/
+5
*
- Free interrupt handler in ep_free().
mdodd
2003-03-29
1
-0
/
+1
*
- Return error status instead of value in get_e().
mdodd
2003-03-29
1
-5
/
+5
*
Remove __P.
alfred
2002-03-20
1
-1
/
+1
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Pre 4.0 tidy up.
peter
2000-01-14
1
-1
/
+1
*
HEADS UP! All 3c5x9 users!
mdodd
1999-10-27
1
-99
/
+54
*
Add newbus attachment for pccard driver. Heavily tested by me, and
imp
1999-10-25
1
-1
/
+1
*
Fix includes. I missed this the first time around.
mdodd
1999-10-02
1
-1
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Move the specification of EDGE/LEVEL triggered interrupts to
mdodd
1999-08-01
1
-2
/
+2
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-3
/
+2
*
Implement an EISA new-bus framework. The old driver probe mechanism
peter
1999-04-18
1
-120
/
+131
*
Add shared EISA interrupt support.
gibbs
1997-09-21
1
-4
/
+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
*
Removed nested include if <sys/socket.h> from <net/if.h> and
bde
1996-10-12
1
-1
/
+2
*
Staticized. Things exported by linker sets should always be static.
bde
1996-10-12
1
-2
/
+2
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-21
/
+2
*
Add interrupt register set up with original register value
amurai
1996-07-19
1
-1
/
+7
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-3
/
+1
*
Fix media type determination.
gibbs
1996-02-28
1
-2
/
+3
*
3c5x9.c:
gibbs
1996-02-26
1
-0
/
+308