summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_sisreg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Work around buggy zero-length packets produced by the DP83816A.mpi2016-01-081-3/+2
* - Make use of m_defrag().brad2015-02-111-1/+2
* cut things that relied on mclgeti for rx ring accounting/restriction overdlg2014-07-081-2/+2
* Convert a number of old private copies of code which predatesderaadt2012-10-181-6/+1
* Add big-endian platform support to sis(4). Tested to not break anything onmiod2009-07-221-4/+5
* - Rewrite ioctl handling code and receive filter handling to cleansthen2009-06-041-2/+1
* Convert sis(4) to MCLGETI() and make soekris suck much less. With this theclaudio2009-04-141-7/+6
* The original SiS chips seem to have an bug that marks VLAN tagged packetsclaudio2009-02-241-1/+6
* Enable interrupt holdoff on DP83816 chips. This significantly improvesckuethe2007-05-281-3/+3
* add code for the interrupt holdoff support. bump NS_IHR_DELAY above 0 tobrad2006-07-101-1/+13
* set/clear the all frames bit in the receive filter whenbrad2006-03-251-1/+2
* Instead of keeping track of the index into the receive ring use the alreadybrad2005-10-201-2/+2
* Put rev 1.56 back in and make sure to include the header sobrad2005-10-181-2/+2
* no functional change here, just moving the stripping of thebrad2005-10-141-2/+2
* - Enable parity error detection on 900B and 635(A).brad2005-05-221-2/+9
* - Fix for an issue with excessive collisions in half duplex mode.brad2005-04-051-1/+2
* Use ETHER_MAX_DIX_LEN/ETHER_MIN_LENbrad2004-09-281-4/+3
* sis rev 0x91 seeprom support to get eaddr; from fgschderaadt2004-07-041-1/+6
* remove duplication, use ETHER_ALIGN from if_ether.hbrad2004-05-191-2/+1
* start with minimum recieve rings. when we ifconfig up, allocate more.deraadt2004-04-261-3/+5
* avoid redundant calls to sis_stop() for shared irqs; from freebsd; ok deraadt@markus2004-01-011-1/+2
* Check DP83815/6 silicon revision register and apply current fixes documentedchris2003-12-111-2/+10
* Fix problems with ICS1893 PHY and some sis chipsets.krw2003-07-091-1/+22
* remove the use of sis_unitavsm2003-06-301-2/+1
* Read mac address correctly on rev 0x90; tested by Alexander, patchfgsch2002-11-201-2/+4
* bus_dma'ify, works on an SiS900 and a Netgear FA411. Thanks to wilfried@ foraaron2002-07-021-7/+9
* support 630ETi; from wyllie@dilex.netmickey2002-03-251-1/+2
* Partial sync with FreeBSD, mostly bugfixes from Luigi Rizzo (ok jason@)chris2002-02-081-2/+3
* Read the MAC address correctly from 630EA1-based sis(4) devices. Should fixaaron2001-09-231-1/+2
* Disable PME mode in sis_reset() to fix a problem with the DP83815 chip onaaron2001-03-141-1/+6
* Add support for reading the MAC address from the APC CMOS RAM in theaaron2001-03-121-1/+9
* new timeouts, proper spl()s; aaron@ okmickey2000-12-061-1/+2
* Sync with FreeBSD. Summary of changes:aaron2000-08-251-4/+17
* Add support for the National Semiconductor DP83815 Fast Ethernet chip.aaron2000-07-061-2/+24
* Driver for SiS 900/7016 Ethernet; from FreeBSD.aaron1999-12-041-0/+404