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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix disordering of pccarddevs.h noticed by bde. Also remove a few
imp
2004-05-27
1
-1
/
+1
*
Move to generating pccarddevs.h on the fly, both for the kernel and
imp
2004-05-26
1
-1
/
+1
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
2
-6
/
+4
*
Removed duplicate __FBSDID(). Keep the one that style(9) likes.
ru
2004-03-14
1
-3
/
+0
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
1
-3
/
+0
*
MFp4:
imp
2003-11-02
1
-6
/
+14
*
MFp4:
imp
2003-11-02
1
-1
/
+3
*
MFP4:
imp
2003-11-02
1
-0
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Pass sc to GO_WINDOW macro.
imp
2003-10-26
6
-26
/
+24
*
Minor style nits suggested by sam and mdodd:
imp
2003-10-25
4
-26
/
+33
*
Whole grab-bag of changes:
imp
2003-10-25
7
-208
/
+216
*
Fix mismerge from one tree to another: add (
imp
2003-10-23
1
-1
/
+1
*
Learn basic C.
imp
2003-10-23
1
-2
/
+3
*
Finish the removal of the bst/bsh confusion.
imp
2003-10-19
1
-10
/
+10
*
Fix LINT build by correcting a missed change.
bms
2003-10-19
1
-1
/
+1
*
Don't confuse tags and handles.
imp
2003-10-19
1
-2
/
+2
*
Fix a typo. The module has the EISA front-end commented out, therefore the
bms
2003-10-18
1
-1
/
+1
*
Transition to using bus_space macros rather than the inb/outb/etc.
imp
2003-10-18
5
-126
/
+142
*
Style fixes of the whitespace variety. Fix long lines and tabs.
markm
2003-08-30
3
-69
/
+102
*
Use __FBSDID().
obrien
2003-08-24
5
-0
/
+15
*
Use bus_child_present() to make sure the card is still there before calling
cognet
2003-08-19
1
-1
/
+2
*
Style(9) cleanup. There was no consistent style in this driver, and
markm
2003-07-17
7
-912
/
+830
*
Other minor style nits I missed in ep_if_start() in my previous
mux
2003-06-26
1
-3
/
+4
*
Make if_ep_start() look a bit more like other if_start() functions,
mux
2003-06-26
1
-18
/
+13
*
Fix a race condition that was introduced since pccbb interrupts are
mux
2003-06-26
1
-7
/
+5
*
Make sure that pp_name is non-null before setting the device
imp
2003-04-10
1
-1
/
+2
*
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
6
-18
/
+32
*
Checksum the configuration EEPROM.
mdodd
2003-03-29
1
-0
/
+43
*
- Return error status instead of value in get_e().
mdodd
2003-03-29
4
-32
/
+71
*
Register dependency on the elink module.
mdodd
2003-03-29
1
-0
/
+3
*
Fix compilation on non-i386 machines. Inconsistent conditional
marcel
2003-02-23
1
-3
/
+5
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-4
/
+4
*
Bandaid the bits that use the elink_foo() functions which are
mdodd
2003-02-13
1
-1
/
+9
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-4
/
+4
*
network interface driver changes:
sam
2002-11-14
2
-16
/
+5
*
Fix build breakage on my pccard related commit.
takawata
2002-05-31
1
-1
/
+1
*
Remove __P.
alfred
2002-03-20
2
-10
/
+10
*
Two fixes from Jonathan Hanna:
imp
2002-02-12
1
-6
/
+4
*
More devices. Obtained from NetBSD.
imp
2001-11-15
1
-2
/
+4
*
Migrate to PCMCIA_CARD() macros
imp
2001-11-15
1
-15
/
+5
*
s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharing
imp
2001-11-11
1
-15
/
+15
*
Commit part of the patch that I have for card eject problems with the
imp
2001-06-05
1
-0
/
+5
*
Use PCCARD_CIS_xxx #defines for the table of oem ids. These usually
imp
2001-01-21
1
-5
/
+10
*
Add the 3COM ID's that I could find in the pccarddevs file that seemed
peter
2001-01-07
1
-0
/
+22
*
Fixed to support 3Com 3C569B for PC-98.
nyan
2000-12-09
1
-0
/
+8
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
4
-4
/
+0
*
Remove 7 unnecessary includes frmo phk's script
imp
2000-09-20
4
-8
/
+0
[next]