summaryrefslogtreecommitdiff
path: root/sys/pci/if_sisreg.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in an unused macro.Maxime Henrion2003-01-291-1/+1
* Add PCI revision number for 630A and 900B. Enable parity error detectionMartin Blapp2003-01-281-0/+4
* Make newer integrated SiS900 cards working.Martin Blapp2003-01-101-0/+9
* Sis no longer implements the enhanced phy controlMartin Blapp2003-01-101-0/+21
* SIS_CFG_EDB_MASTER_EN indicates the EDB bus is used instead ofMartin Blapp2003-01-101-1/+4
* Make sure that if_timer does not get reset if there are packetsLuigi Rizzo2002-06-301-1/+1
* Use ETHER_CRC_LEN instead of SIS_CRC_SIZELuigi Rizzo2002-02-071-2/+1
* Fix a bug in the driver -- the chip will always include the CRCLuigi Rizzo2002-02-071-1/+2
* Fix support for 630ET support. We don't need the Linux part to set theDoug Ambrisko2002-02-061-1/+1
* Add support for newer integrated SiS 900 controllers on the 635 and 735Bill Paul2002-01-121-0/+8
* Patch up some existing style bugs and some that crept in with thePeter Wemm2001-12-151-1/+1
* Device Polling code for -current.Luigi Rizzo2001-12-141-0/+3
* Fix a bug in the driver -- under load, the receive unit could becomeLuigi Rizzo2001-11-271-1/+2
* Convert the if_sis and if_rl drivers to use the bus_dma API instead ofBill Paul2001-08-151-6/+17
* Big round of minor updates:Bill Paul2001-02-211-0/+5
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Apply patch to add support for the intergrated ethernet in the SiS630EBill Paul2001-02-091-0/+7
* First round of converting network drivers from spls to mutexes. ThisBill Paul2000-10-131-0/+4
* Fix up the sis driver, largely to improve the NatSemi DP83815 support:Bill Paul2000-08-221-2/+15
* Add support for the National Semiconductor DP83815 fast ethernetBill Paul2000-07-061-0/+32
* This commit adds driver support for the Silicon Integrated SystemsBill Paul1999-09-051-0/+404