summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_sisreg.h
AgeCommit message (Expand)Author
2009-07-22Add big-endian platform support to sis(4). Tested to not break anything onMiod Vallat
2009-06-04- Rewrite ioctl handling code and receive filter handling to cleanStuart Henderson
2009-04-14Convert sis(4) to MCLGETI() and make soekris suck much less. With this theClaudio Jeker
2009-02-24The original SiS chips seem to have an bug that marks VLAN tagged packetsClaudio Jeker
2007-05-28Enable interrupt holdoff on DP83816 chips. This significantly improvesChris Kuethe
2006-07-10add code for the interrupt holdoff support. bump NS_IHR_DELAY above 0 toBrad Smith
2006-03-25set/clear the all frames bit in the receive filter whenBrad Smith
2005-10-20Instead of keeping track of the index into the receive ring use the alreadyBrad Smith
2005-10-18Put rev 1.56 back in and make sure to include the header soBrad Smith
2005-10-14no functional change here, just moving the stripping of theBrad 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
2004-09-28Use ETHER_MAX_DIX_LEN/ETHER_MIN_LENBrad Smith
2004-07-04sis rev 0x91 seeprom support to get eaddr; from fgschTheo de Raadt
2004-05-19remove duplication, use ETHER_ALIGN from if_ether.hBrad Smith
2004-04-26start with minimum recieve rings. when we ifconfig up, allocate more.Theo de Raadt
2004-01-01avoid redundant calls to sis_stop() for shared irqs; from freebsd; ok deraadt@Markus Friedl
2003-12-11Check DP83815/6 silicon revision register and apply current fixes documentedChris Cappuccio
2003-07-09Fix problems with ICS1893 PHY and some sis chipsets.Kenneth R Westerback
2003-06-30remove the use of sis_unitAnil Madhavapeddy
2002-11-20Read mac address correctly on rev 0x90; tested by Alexander, patchFederico G. Schwindt
2002-07-02bus_dma'ify, works on an SiS900 and a Netgear FA411. Thanks to wilfried@ forAaron Campbell
2002-03-25support 630ETi; from wyllie@dilex.netMichael Shalayeff
2002-02-08Partial sync with FreeBSD, mostly bugfixes from Luigi Rizzo (ok jason@)Chris Cappuccio
2001-09-23Read the MAC address correctly from 630EA1-based sis(4) devices. Should fixAaron Campbell
2001-03-14Disable PME mode in sis_reset() to fix a problem with the DP83815 chip onAaron Campbell
2001-03-12Add support for reading the MAC address from the APC CMOS RAM in theAaron Campbell
2000-12-06new timeouts, proper spl()s; aaron@ okMichael Shalayeff
2000-08-25Sync with FreeBSD. Summary of changes:Aaron Campbell
2000-07-06Add support for the National Semiconductor DP83815 Fast Ethernet chip.Aaron Campbell
1999-12-04Driver for SiS 900/7016 Ethernet; from FreeBSD.Aaron Campbell