summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sis.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bring in the first chunk of altq driver modifications. This covers themlaier2004-07-021-7/+9
* Remove burn bridges code that saved/restored the pci config registersimp2004-06-281-24/+0
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-13/+2
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Only initialize the if_sis callout as MPSAFE if debug.mpsafenet is setrwatson2004-05-231-1/+4
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inyar2004-05-231-1/+2
* Implemented per-interface polling(4) control.ru2004-04-111-1/+14
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+2
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-5/+0
* Stop setting ifp->if_output to ether_output() since ether_ifattach()mux2004-03-111-1/+0
* Vastly improve performance of IRQ handling on stopped interfaces withphk2003-12-251-0/+4
* Attempt to get the short cable fix to work better on the if_sis:phk2003-12-121-17/+26
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-4/+4
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-141-0/+4
* Remove duplicate FBSDID's, move others to their right place.obrien2003-11-141-4/+3
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-11/+10
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* mark interrupt handlers MPSAFEsam2003-10-291-1/+1
* Fix m_head handling in sis_encap so that the correct mbuf is always handedsilby2003-10-191-9/+8
* change timer to MPSAFEsam2003-09-051-4/+4
* Examine and record the Silicon Revision Register on NS parts.phk2003-09-031-2/+27
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* "short cable" fix for DP8315sam2003-08-191-0/+23
* Use the BUS_DMA_ZERO flag.mux2003-07-271-6/+3
OpenPOWER on IntegriCloud