summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sis.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Erm, my previous commit was wrong and sis_tick() was only called each timecognet2003-07-221-1/+5
* Due to extreme bogusness in the pci bus layer, these drivers wereimp2003-07-031-2/+2
* Mega busdma API commit.scottl2003-07-011-0/+7
* Use __FBSDID().obrien2003-06-111-2/+0
* Don't call timeout() in sis_tick(), this is done earlier by mii_tick(), and itcognet2003-05-061-4/+0
* Use newly minted device_is_attached rather than device_is_alive to seeimp2003-04-211-1/+1
* Revise attach/detach resource cleanupnjl2003-04-171-6/+15
* Remove an unused variable so this compiles again.jhb2003-04-161-1/+0
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-17/+0
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+3
* Use __FBSDID rather than rcsid[].obrien2003-04-031-5/+3
* Add missing ()'s so that these drivers all compile again.jhb2003-03-311-1/+1
* Clean up locking and resource management for pci/if_*njl2003-03-311-88/+104
* Have sis_encap use m_defrag if:silby2003-03-291-1/+25
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Add PCI revision number for 630A and 900B. Enable parity error detectionmbr2003-01-281-19/+82
OpenPOWER on IntegriCloud