summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sis.c
Commit message (Expand)AuthorAgeFilesLines
* Move sis to sys/dev/sis for consistency.imp2008-08-101-2295/+0
* Set all of the "optimum performance" PHY registers for the 15D parts asjhb2008-07-301-10/+8
* SIS_SETBIT() already does a read/modify/write operation, so there isn'tjhb2008-07-301-2/+1
* Convert sis(4) to use its own watchdog procedure.delphij2007-02-241-16/+15
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h>marius2006-11-021-1/+0
* Wrap code optimized for architectures without alignment constraintsmarius2006-10-291-6/+5
* Consistently use if_printf() only in interface methods: if_start,glebius2006-09-151-6/+6
* Do not touch ifp->if_baudrate in miibus aware drivers.glebius2006-02-141-1/+0
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-6/+6
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaximp2005-10-221-1/+1
* In detach method, move if_free() after bus_teardown_intr().ru2005-10-131-2/+3
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-051-0/+4
* Big polling(4) cleanup.glebius2005-10-011-31/+44
* Small fixes to sis(4):jhb2005-09-261-43/+33
* Use the new bus_space/resource convenience functions.phk2005-09-241-39/+17
* Move code macros from if_sis*reg*.h to if_sis.*c*phk2005-09-201-0/+16
* Fix "struct ifnet" leaks when attach() fails in the middle, e.g.ru2005-09-161-3/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-7/+7
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+4
* Fix a typo in the name of the dmamap for a bus_dmamap_sync().jhb2005-07-271-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-17/+24
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Bring rev 1.31 to the AMD64 platform.obrien2005-03-281-3/+7
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-1/+1
* Reimplement the fix in rev. 1.126.ru2005-01-101-5/+8
* correct direction for bus_dma sync of rx buffersam2005-01-091-1/+1
* Fix compilation of DEVICE_POLLING code.phk2005-01-071-5/+5
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* We no longer recurse the mutex.phk2005-01-071-1/+1
* If we get an interrupt and the interface is down, return before wephk2005-01-071-9/+4
* Don't tweak DSP on the ..16 chips.phk2005-01-061-1/+1
* Fix for an issue with excessive collisions in half duplex mode.phk2005-01-061-0/+8
* Nail the short cable problem the exact way National says it should be.phk2005-01-061-19/+14
* Simplify and fix bugs in rx/tx ring cleanup.phk2005-01-061-24/+21
* Rewrite the rx/tx ring initialization to use pointers instead of arrays.phk2005-01-061-45/+34
* Eliminate a bunch of unnecessary prototypes.phk2005-01-061-54/+12
* Move the module related stuff to the bottom of the file. This willphk2005-01-061-30/+30
* Make sure to clear any pending interrupts when we stop the interface.phk2005-01-061-0/+1
* Close a theoretical race: By the time the watchdog comes aroundphk2005-01-061-1/+5
* Align if else if properlyphk2005-01-051-6/+4
* Style: new-speak functions, remove pointless "return".phk2005-01-051-137/+44
* Make sis_initl() take a typed argument.phk2005-01-051-24/+15
* Add locked/unlocked variants of sis_init()phk2005-01-051-15/+22
* Make a locked and unlocked variant of sis_start()phk2005-01-051-15/+20
* Don't declare variables "register", the compiler ought to know what to do.phk2005-01-051-6/+6
* Instead of keeping track of the index into the receive ring use the alreadyphk2005-01-041-7/+5
* Forget about the sis_list_data and sis_ring_data structures and embeddphk2005-01-041-107/+97
* Prototype busdma callback using the typedef.phk2005-01-041-1/+1
* Fix sis, bfe and ndis in the same way dc was fixed:mlaier2004-10-081-8/+12
OpenPOWER on IntegriCloud