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
2005-11-04
- splimp -> splnet
Brad Smith
2005-10-30
Simplify sis(4) TX/RX ring initialization.
Brad Smith
2005-10-20
Instead of keeping track of the index into the receive ring use the already
Brad Smith
2005-10-18
Put rev 1.56 back in and make sure to include the header so
Brad Smith
2005-10-18
revert last commit for now.
Brad Smith
2005-10-18
Make sure that if_timer does not get reset if there are packets
Brad Smith
2005-10-17
Enable APC CMOS RAM reading code on amd64 for some embedded sis(4) chips.
Brad Smith
2005-10-14
no functional change here, just moving the stripping of the
Brad Smith
2005-10-13
sync multicast code with the FreeBSD sis driver.
Brad Smith
2005-10-12
have sis strip off the Ethernet FCS before passing it to bpf.
Brad Smith
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-07-28
clear IFF_RUNNING & IFF_OACTIVE in sis_stop() before de-allocating resources,
Brad Smith
2005-07-21
rollback r1.48 since it caused several panics here; brad@ ok.
Federico G. Schwindt
2005-07-02
clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.
Brad Smith
2005-06-12
use pci_mapreg_map() instead of pci_[io|mem]_find and bus_space_map;
Federico G. Schwindt
2005-05-27
handle SIOCSIFMTU ioctl
Brad Smith
2005-05-22
- Enable parity error detection on 900B and 635(A).
Brad Smith
2005-04-05
- Fix for an issue with excessive collisions in half duplex mode.
Brad Smith
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2004-09-28
Use ETHER_MAX_DIX_LEN/ETHER_MIN_LEN
Brad Smith
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
2004-07-04
sis rev 0x91 seeprom support to get eaddr; from fgsch
Theo de Raadt
2004-06-06
- replace hand-rolled crc32 with ether_crc32_be()
Ryan Thomas McBride
2004-04-26
start with minimum recieve rings. when we ifconfig up, allocate more.
Theo de Raadt
2004-04-09
do not whine if we cannot get mbufs. the countless printfd makes the machine
Henning Brauer
2004-01-01
avoid redundant calls to sis_stop() for shared irqs; from freebsd; ok deraadt@
Markus Friedl
2003-12-11
Check DP83815/6 silicon revision register and apply current fixes documented
Chris Cappuccio
2003-10-30
correct mac address fetching; pr 3532, jerry@dunmire.org
Theo de Raadt
2003-07-09
Fix problems with ICS1893 PHY and some sis chipsets.
Kenneth R Westerback
2003-06-30
remove the use of sis_unit
Anil Madhavapeddy
2003-03-10
Fix for the "short cable bug" in sis:
Ryan Thomas McBride
2002-11-22
off by one for sis_tx_cnt, can lead to corrupt sis_tx_list; ok fgs@
Markus Friedl
2002-11-20
Read mac address correctly on rev 0x90; tested by Alexander, patch
Federico G. Schwindt
2002-11-19
Add a simplistic table driven lookup routine and use it where appropriate.
Jason Wright
2002-07-31
aaron: sync THEN access =)
Jason Wright
2002-07-05
Typo; stobe -> strobe
Aaron Campbell
2002-07-03
Fix some major brain damage where I was performing arithmetic on a
Aaron Campbell
2002-07-02
bus_dma'ify, works on an SiS900 and a Netgear FA411. Thanks to wilfried@ for
Aaron Campbell
2002-03-25
support 630ETi; from wyllie@dilex.net
Michael Shalayeff
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-15
Don't cast nonexistent return value from splx to (void). ok art@
Thomas Nordin
2002-02-08
Partial sync with FreeBSD, mostly bugfixes from Luigi Rizzo (ok jason@)
Chris Cappuccio
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-09-23
Read the MAC address correctly from 630EA1-based sis(4) devices. Should fix
Aaron Campbell
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-08-12
remove redundant vm includes
Michael Shalayeff
2001-06-27
ALTQ'ify network drivers.
Kenjiro Cho
2001-06-24
more ether_input_mbuf() conversion.
Federico G. Schwindt
2001-05-10
Simplify probe routine.
Aaron Campbell
2001-03-14
Disable PME mode in sis_reset() to fix a problem with the DP83815 chip on
Aaron Campbell
[next]