index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_sis.c
Age
Commit message (
Expand
)
Author
2016-01-08
Work around buggy zero-length packets produced by the DP83816A.
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-04-13
Now that if_input() set the receiving interface pointer on mbufs for us
Martin Pieuchot
2015-03-30
Convert to if_input().
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-11
- Make use of m_defrag().
Brad Smith
2015-01-06
Always enable the receive filter. It was being enabled via sis_init()
Brad Smith
2014-12-22
unifdef INET
Ted Unangst
2014-12-17
Do as the datasheet recommends and disable the RX filter before adjusting
Brad Smith
2014-12-08
Have foo_init() call foo_reset() to reset the chip to a known state
Brad Smith
2014-11-24
rxr ioctl handling.
Brad Smith
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2014-07-08
cut things that relied on mclgeti for rx ring accounting/restriction over
David Gwynne
2013-12-28
The few network drivers that called their children's (ie. mii PHY
Theo de Raadt
2013-12-06
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
Theo de Raadt
2013-08-21
get rid of the copy argument in m_devget that let you provide an
David Gwynne
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-06-28
Rewrite the media / link state handling and have it
Brad Smith
2013-03-17
- Apply the AcceptPerfectMatch workaround for DP83815 chipsets to the 15D
Brad Smith
2013-03-07
Correct the delay when programming the short cable fix. It should be
Brad Smith
2013-02-09
Allow the user to configure an MTU of up to 1518, which does not require
Stuart Henderson
2012-11-29
Remove setting an initial assumed baudrate upon driver attach which is not
Brad Smith
2012-10-18
Convert a number of old private copies of code which predates
Theo de Raadt
2011-06-22
kill a few more casts that aren't helpful. ok krw miod
Ted Unangst
2011-04-14
do not disable interrupts in the isr and then enable them again
David Gwynne
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2011-02-15
bus_dmamap_sync() freshly initialized Rx descriptors before flipping the bit
Mark Kettenis
2010-08-31
Add DVACT_QUIECE support. This is called before splhigh() and before
Theo de Raadt
2010-08-31
activate function should return result of config_activate_children
Theo de Raadt
2010-08-06
ca_activate function for suspend/resume; tested by mlarkin
Theo de Raadt
2010-05-19
BUS_DMA_ZERO instead of alloc, map, bzero.
Owain Ainsworth
2009-08-13
- consistify cfdriver for the ethernet drivers (0 -> NULL)
Jasper Lievisse Adriaanse
2009-08-10
A few more simple cases of shutdown hooks which only call xxstop, when
Theo de Raadt
2009-08-09
MCLGETI() will now allocate a mbuf header if it is not provided, thus
Theo de Raadt
2009-07-22
Add big-endian platform support to sis(4). Tested to not break anything on
Miod Vallat
2009-06-22
Sync the strict alignment with vr(4). Remove the if (1) and replace it with
Claudio Jeker
2009-06-18
First sync the descriptor then check if the owner of the descriptor.
Claudio Jeker
2009-06-12
Remove #if 0 code that is of no use at all. Ring overflows will actually
Claudio Jeker
2009-06-04
merge some individual SIS_SETBIT (done for natsemi chips only)
Stuart Henderson
2009-06-04
- Rewrite ioctl handling code and receive filter handling to clean
Stuart Henderson
2009-04-14
Convert sis(4) to MCLGETI() and make soekris suck much less. With this the
Claudio Jeker
2009-02-24
The original SiS chips seem to have an bug that marks VLAN tagged packets
Claudio Jeker
2008-12-04
Don't hardcode the bus_space_tag to use, grab if from pci_attach_args
Owain Ainsworth
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-11-10
don't assign ifp to ifp; llvm/clang; ok jsg
Constantine A. Murenin
[next]