summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sis.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Make newer integrated SiS900 cards working.mbr2003-01-101-2/+27
* Sis no longer implements the enhanced phy controlmbr2003-01-101-53/+241
* SIS_CFG_EDB_MASTER_EN indicates the EDB bus is used instead ofmbr2003-01-101-2/+10
* Correct a harmless problem when creating the DMA tagmux2002-12-131-1/+1
* o track either_ifattach/ether_ifdetach API changessam2002-11-141-11/+8
* Be consistent about functions being static.phk2002-10-161-1/+1
* Put return values from functions on a line by themselves.alfred2002-08-231-36/+72
* Remove the SIS_LOCK/SIS_UNLOCK from sis_attach(). It makes WITNESSphk2002-08-191-3/+0
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-3/+3
* Use new interface for ether_input().luigi2002-08-071-13/+4
* Use m_getcl() to allocate mbuf+cluster for the receive ring.luigi2002-08-041-25/+9
* Make sure that if_timer does not get reset if there are packetsluigi2002-06-301-18/+10
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+2
* Remove __P.alfred2002-03-201-51/+46
* Fix support for 630ET support. We don't need the Linux part to set theambrisko2002-02-061-10/+3
* Fix mind-o: compare sc->sis_rev instead of 'command' when trying towpaul2002-01-141-1/+1
* Add support for newer integrated SiS 900 controllers on the 635 and 735wpaul2002-01-121-5/+46
* Fix access-after-free bug added in revision 1.31.archie2001-12-151-4/+5
* Patch up some existing style bugs and some that crept in with thepeter2001-12-151-1/+2
* Device Polling code for -current.luigi2001-12-141-1/+77
* MFS (merge from stable): rev 1.13.4.13, fix ordering of IFF_RUNNING mods.peter2001-12-071-2/+3
* Add VLAN support.jhay2001-12-051-0/+11
* Remove error messages on mbuf allocation failures, nowluigi2001-12-041-6/+1
OpenPOWER on IntegriCloud