summaryrefslogtreecommitdiffstats
path: root/sys/dev/sis/if_sis.c
Commit message (Expand)AuthorAgeFilesLines
* Initial WOL support. NS DP8315 was tested but SiS900/SiS7016 wasyongari2010-09-031-31/+96
* Implement initial device suspend/resume method.yongari2010-09-021-0/+31
* Unlike most other controllers, NS DP83815/DP83816 controllers seemyongari2010-09-021-9/+77
* Fix the last endianness issue on handling station address whichyongari2010-09-021-13/+14
* Fix stupid error in r212109 which didn't swap DMA maps. This causedyongari2010-09-021-2/+2
* Move sis_reset() to sis_initl(). This ensures driver starts withyongari2010-09-011-7/+5
* Avoid controller reinitialization which could be triggered byyongari2010-09-011-0/+5
* Do not reinitialize controller whenever promiscuous mode oryongari2010-09-011-2/+10
* Report result of link state change to caller. Previously it alwaysyongari2010-09-011-2/+3
* Overhaul link state change handling. Previously sis(4) blindlyyongari2010-09-011-86/+100
* s/u_intXX_t/uintXX_t/gyongari2010-09-011-20/+20
* bus_dma(9) cleanup.yongari2010-09-011-395/+461
* Nuke unnecessary return at the end of function.yongari2010-09-011-8/+0
* style(9) - space after keywords.yongari2010-09-011-35/+35
* Remove leading and trailing white spaces.yongari2010-09-011-35/+35
* It's not necessary to reset the chip every time an input overflow eventbrucec2010-04-201-12/+3
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-4/+4
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-5/+9
* Receving VLAN oversized frames raise SIS_ISR_RX_ERR interrupt, soyongari2009-02-131-2/+3
* Fix shutdown prototypes.imp2009-02-101-1/+2
* Fix a long standing VLAN tagged frame handling bug.yongari2008-12-091-1/+5
* There actually were bugs in the original handling that I missed lastimp2008-08-231-3/+4
* Actually revert last... Upon closer inspection the code works in theimp2008-08-231-2/+1
* Handle errors in device_get_children gracefully.imp2008-08-231-1/+2
* Move sis to sys/dev/sis for consistency.imp2008-08-101-0/+2295
OpenPOWER on IntegriCloud