summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sis.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Per jlemon request, reintroduce some printf() when anluigi2001-11-291-3/+8
* Remove the need for an expensive m_devget on the i386, which does notluigi2001-11-281-39/+41
* Fix a bug in the driver -- under load, the receive unit could becomeluigi2001-11-271-13/+11
* Do not call mii_pollstat() from within device tick routines; the statusjlemon2001-09-291-7/+5
* Convert the if_sis and if_rl drivers to use the bus_dma API instead ofwpaul2001-08-151-46/+237
* Apply patch supplied by Jonathan Chen: use the correct arguments towpaul2001-07-091-2/+2
* Change m_devget()'s outdated and unused `offset' argument to actually meanbmilekic2001-06-201-3/+2
* Big round of minor updates:wpaul2001-02-211-27/+31
* Apply patch to add support for the intergrated ethernet in the SiS630Ewpaul2001-02-091-1/+98
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-2/+2
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-031-4/+2
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-1/+1
* Initialize/grab the mutex earlier in the attach phase, so thatwpaul2000-12-041-3/+3
* Fix a couple of cases where I tried to release the I/O space resource twicewpaul2000-11-021-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Use device_get_nameunit(dev) as the mutex string when callingwpaul2000-10-131-1/+1
* First round of converting network drivers from spls to mutexes. Thiswpaul2000-10-131-22/+41
* Fix up the sis driver, largely to improve the NatSemi DP83815 support:wpaul2000-08-221-17/+70
* sis_miibus_writereg() was checking for SIS_TYPE_900 and phy != 0 twicewpaul2000-07-141-3/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-6/+3
* Fix a minor bug in the MAC address unscrambling code.wpaul2000-07-061-3/+3
OpenPOWER on IntegriCloud