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
/
sk
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add call to bus_generic_attach() at the end of sk_attach(). It turns out that
wpaul
2000-08-02
1
-0
/
+2
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-5
/
+3
*
- Call mii_pollstat() after we bring up the link on a 1000baseTX card
wpaul
2000-06-06
1
-1
/
+4
*
Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/
peter
2000-05-28
1
-3
/
+3
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-3
/
+3
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-3
/
+3
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-10
/
+0
*
Add a missing MODULE_DEPEND() on miibus.. I was working from
peter
2000-04-29
1
-0
/
+2
*
Reoganize/update the SysKonnect driver:
wpaul
2000-04-22
3
-161
/
+513
*
Call sk_start() at the end of sk_intr() if there's packets in the
wpaul
1999-09-25
1
-0
/
+5
*
As suggested by phk, unconditionalize BPF support in these drivers. Since
wpaul
1999-09-23
1
-10
/
+1
*
Tweak these for what I hope is the last time: change the DRIVER_MODULE()
wpaul
1999-09-22
1
-1
/
+1
*
Un-do the changes to the DRIVER_MODULE() declarations in these drivers.
wpaul
1999-09-20
1
-1
/
+1
*
Grrr. Okay, changing the devnames was a bad idea. Put them back the way
wpaul
1999-09-20
1
-1
/
+1
*
Fix the strings in the driver_t structs so that they match the new names
wpaul
1999-09-20
1
-1
/
+1
*
Change the name we register with DRIVER_MODULE() to include the leading
obrien
1999-09-20
1
-1
/
+1
*
Fix the mechanism used to choose the unit numbers for the IP interfaces
wpaul
1999-09-18
2
-7
/
+21
*
Don't restrict our requests for contiguous memory to addresses >= 1MB.
bde
1999-08-29
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
3
-4
/
+4
*
Remember to clear the IFF_RUNNING and IFF_OACTIVE flags in sf_stop() and
wpaul
1999-07-25
1
-2
/
+6
*
One last tweak before I turn in for the evening: the driver name in
wpaul
1999-07-23
1
-3
/
+3
*
Dangit. Somehow the pmap_kextract hack for alpha snuck back into these
wpaul
1999-07-23
1
-3
/
+2
*
Some more small newbus cleanups. Remember to free all resources in case
wpaul
1999-07-23
1
-14
/
+23
*
Fix a small mind-o: one instance of SYS_RES_IOPORT should have been
wpaul
1999-07-22
1
-3
/
+3
*
Convert the SysKonnect gigabit ethernet driver to newbus.
wpaul
1999-07-22
2
-77
/
+131
*
Make a few other cleanups while I'm in the area. Typo in comment, unused
wpaul
1999-07-14
2
-10
/
+4
*
Revert some changes I had made to try and cut down on the number of TX EOF
wpaul
1999-07-14
1
-11
/
+9
*
if_sk.c: use pci_port_t instead of u_short
wpaul
1999-07-09
2
-6
/
+5
*
This commit adds driver support for the SysKonnect SK-984x series
wpaul
1999-07-09
3
-0
/
+3481
[prev]