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
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
2008-10-14
Change m_devget()'s outdated and unused "offset" argument: It is
Christian Weisgerber
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-07-15
theres no need too m_adj() the mbuf by 8bytes (u_int64_t) in
Thordur I. Bjornsson
2008-07-10
move a common statement out of if/else;
Thordur I. Bjornsson
2008-07-07
Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() when
Thordur I. Bjornsson
2007-05-04
Initialize the sis_timeout early in attach instead of sis_init.
Artur Grabowski
2006-12-03
Re-enable RX engine every time otherwise it occasionally
Alexander Yurchenko
2006-12-03
Set sis_stopped=1 early on attach and reset it later in sis_init().
Alexander Yurchenko
2006-10-18
Simplify the logic of the for loops in the sis_ring_init() function.
Brad Smith
2006-08-10
move the promiscuous mode handling code to sis_setpromisc() and simplify
Brad Smith
2006-07-10
add code for the interrupt holdoff support. bump NS_IHR_DELAY above 0 to
Brad Smith
2006-05-28
unknown ioctl is ENOTTY not EINVAL
Jason Wright
2006-05-27
With the National variants of the sis(4) chip make sure to
Brad Smith
2006-04-28
and store a copy of the current interface flags in the softc.
Brad Smith
2006-04-28
backout previous, Brad probably forgot to commit some bits here
Martin Reindl
2006-04-28
and store a copy of the current interface flags in the softc.
Brad Smith
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-25
tidy up a bit.
Brad Smith
2006-03-25
ANSI and KNF.
Brad Smith
2006-03-25
set/clear the all frames bit in the receive filter when
Brad Smith
2006-03-20
de-register.
Brad Smith
2005-11-04
- splimp -> splnet
Brad Smith
[next]