aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sis
Commit message (Expand)AuthorAgeFilesLines
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-2/+2
* Make sure changing ownership of RX descriptor to be done as lastPyun YongHyeon2011-02-282-3/+3
* Rework RX filter programming by providing separate handler forPyun YongHyeon2011-01-181-91/+90
* Merge amd64 and i386 bus.h and move the resulting header to x86. ReplaceTijl Coosemans2010-12-201-4/+2
* Fix double ;;Kevin Lo2010-12-061-1/+1
* Correct handling of shared interrupt in sis_intr(). r212116 incorrectlyPyun YongHyeon2010-10-201-4/+9
* Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl2010-10-151-4/+4
* Fix another bug introduced in r212109. We should unload DMA mapsPyun YongHyeon2010-09-031-1/+1
* Initial WOL support. NS DP8315 was tested but SiS900/SiS7016 wasPyun YongHyeon2010-09-032-31/+124
* Implement initial device suspend/resume method.Pyun YongHyeon2010-09-021-0/+31
* Unlike most other controllers, NS DP83815/DP83816 controllers seemPyun YongHyeon2010-09-022-10/+81
* Fix the last endianness issue on handling station address whichPyun YongHyeon2010-09-021-13/+14
* Fix stupid error in r212109 which didn't swap DMA maps. This causedPyun YongHyeon2010-09-021-2/+2
* Move sis_reset() to sis_initl(). This ensures driver starts withPyun YongHyeon2010-09-011-7/+5
* Avoid controller reinitialization which could be triggered byPyun YongHyeon2010-09-011-0/+5
* Do not reinitialize controller whenever promiscuous mode orPyun YongHyeon2010-09-012-2/+11
* Report result of link state change to caller. Previously it alwaysPyun YongHyeon2010-09-011-2/+3
* Overhaul link state change handling. Previously sis(4) blindlyPyun YongHyeon2010-09-012-88/+100
* s/u_intXX_t/uintXX_t/gPyun YongHyeon2010-09-012-35/+35
* bus_dma(9) cleanup.Pyun YongHyeon2010-09-012-420/+497
* Nuke unnecessary return at the end of function.Pyun YongHyeon2010-09-011-8/+0
* style(9) - space after keywords.Pyun YongHyeon2010-09-011-35/+35
* Remove leading and trailing white spaces.Pyun YongHyeon2010-09-012-36/+36
* It's not necessary to reset the chip every time an input overflow eventRebecca Cran2010-04-201-12/+3
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-4/+4
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-5/+9
* Receving VLAN oversized frames raise SIS_ISR_RX_ERR interrupt, soPyun YongHyeon2009-02-131-2/+3
* Fix shutdown prototypes.Warner Losh2009-02-101-1/+2
* Fix a long standing VLAN tagged frame handling bug.Pyun YongHyeon2008-12-092-1/+10
* There actually were bugs in the original handling that I missed lastWarner Losh2008-08-231-3/+4
* Actually revert last... Upon closer inspection the code works in theWarner Losh2008-08-231-2/+1
* Handle errors in device_get_children gracefully.Warner Losh2008-08-231-1/+2
* Move sis to sys/dev/sis for consistency.Warner Losh2008-08-102-0/+2802