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
/
sn
/
if_sn_pccard.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Include required machine/bus.h
imp
2004-05-28
1
-0
/
+2
*
Fix disordering of pccarddevs.h noticed by bde. Also remove a few
imp
2004-05-27
1
-9
/
+4
*
Move to generating pccarddevs.h on the fly, both for the kernel and
imp
2004-05-26
1
-1
/
+1
*
It turns out that the module dependency on pccard is in error. Since
imp
2004-05-08
1
-1
/
+0
*
Convert to bus_space.
imp
2003-10-25
1
-0
/
+42
*
Use __FBSDID().
obrien
2003-08-24
1
-4
/
+4
*
DSP Solutions, Inc made the XJEM1144 and XJACK ethernet cards. Update
imp
2003-08-21
1
-1
/
+1
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-2
/
+3
*
Make sure that pp_name is non-null before setting the device
imp
2003-04-10
1
-1
/
+2
*
Don't bogusly depend on pcic. pccard should be enough.
imp
2002-08-08
1
-1
/
+0
*
Minor whitespace nits. remove #if 1 and #endif pair, but not code between.
imp
2002-07-21
1
-0
/
+1
*
Migrate to PCMCIA_CARD() macros
imp
2001-11-15
1
-9
/
+3
*
s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharing
imp
2001-11-11
1
-9
/
+9
*
Use PCCARD_CIS_xxx #defines for the table of oem ids. These usually
imp
2001-01-21
1
-5
/
+6
*
Add isa support:
imp
2000-12-13
1
-12
/
+1
*
Make sn_pccard_products[] static
peter
2000-11-25
1
-1
/
+1
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Implement sn_pccard_match. The match routines are the compromise
imp
2000-09-28
1
-11
/
+24
*
Remove 8 unnecessary includes from phk's script
imp
2000-09-20
1
-3
/
+0
*
Implement indirection in the pccard probe/attach. This should make it
imp
2000-09-19
1
-5
/
+26
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-1
/
+1
*
Don't execute MAC address initialization for non-pccard sn devices.
hosokawa
2000-01-22
1
-1
/
+4
*
Added support for hex-encoded MAC address of Megahertz X-Jack Ethernet Card
hosokawa
2000-01-21
1
-0
/
+13
*
Newbusify the driver.
imp
1999-12-22
1
-0
/
+99