aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sis
Commit message (Expand)AuthorAgeFilesLines
...
* s/u_intXX_t/uintXX_t/gPyun YongHyeon2010-09-012-35/+35
* bus_dma(9) cleanup.Pyun YongHyeon2010-09-012-417/+494
* 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