| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | "short cable" fix for DP8315 | sam | 2003-08-19 | 1 | -0/+23 |
* | Use the BUS_DMA_ZERO flag. | mux | 2003-07-27 | 1 | -6/+3 |
* | Erm, my previous commit was wrong and sis_tick() was only called each time | cognet | 2003-07-22 | 1 | -1/+5 |
* | Due to extreme bogusness in the pci bus layer, these drivers were | imp | 2003-07-03 | 1 | -2/+2 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -0/+7 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+0 |
* | Don't call timeout() in sis_tick(), this is done earlier by mii_tick(), and it | cognet | 2003-05-06 | 1 | -4/+0 |
* | Use newly minted device_is_attached rather than device_is_alive to see | imp | 2003-04-21 | 1 | -1/+1 |
* | Revise attach/detach resource cleanup | njl | 2003-04-17 | 1 | -6/+15 |
* | Remove an unused variable so this compiles again. | jhb | 2003-04-16 | 1 | -1/+0 |
* | - Don't call pci_enable_io() in drivers (unless needed for resume). | mdodd | 2003-04-16 | 1 | -17/+0 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -1/+3 |
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 1 | -5/+3 |
* | Add missing ()'s so that these drivers all compile again. | jhb | 2003-03-31 | 1 | -1/+1 |
* | Clean up locking and resource management for pci/if_* | njl | 2003-03-31 | 1 | -88/+104 |
* | Have sis_encap use m_defrag if: | silby | 2003-03-29 | 1 | -1/+25 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Add PCI revision number for 630A and 900B. Enable parity error detection | mbr | 2003-01-28 | 1 | -19/+82 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Make newer integrated SiS900 cards working. | mbr | 2003-01-10 | 1 | -2/+27 |
* | Sis no longer implements the enhanced phy control | mbr | 2003-01-10 | 1 | -53/+241 |
* | SIS_CFG_EDB_MASTER_EN indicates the EDB bus is used instead of | mbr | 2003-01-10 | 1 | -2/+10 |
* | Correct a harmless problem when creating the DMA tag | mux | 2002-12-13 | 1 | -1/+1 |
* | o track either_ifattach/ether_ifdetach API changes | sam | 2002-11-14 | 1 | -11/+8 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 1 | -1/+1 |
* | Put return values from functions on a line by themselves. | alfred | 2002-08-23 | 1 | -36/+72 |
* | Remove the SIS_LOCK/SIS_UNLOCK from sis_attach(). It makes WITNESS | phk | 2002-08-19 | 1 | -3/+0 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -3/+3 |
* | Use new interface for ether_input(). | luigi | 2002-08-07 | 1 | -13/+4 |
* | Use m_getcl() to allocate mbuf+cluster for the receive ring. | luigi | 2002-08-04 | 1 | -25/+9 |
* | Make sure that if_timer does not get reset if there are packets | luigi | 2002-06-30 | 1 | -18/+10 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+2 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -51/+46 |
* | Fix support for 630ET support. We don't need the Linux part to set the | ambrisko | 2002-02-06 | 1 | -10/+3 |
* | Fix mind-o: compare sc->sis_rev instead of 'command' when trying to | wpaul | 2002-01-14 | 1 | -1/+1 |
* | Add support for newer integrated SiS 900 controllers on the 635 and 735 | wpaul | 2002-01-12 | 1 | -5/+46 |
* | Fix access-after-free bug added in revision 1.31. | archie | 2001-12-15 | 1 | -4/+5 |
* | Patch up some existing style bugs and some that crept in with the | peter | 2001-12-15 | 1 | -1/+2 |
* | Device Polling code for -current. | luigi | 2001-12-14 | 1 | -1/+77 |
* | MFS (merge from stable): rev 1.13.4.13, fix ordering of IFF_RUNNING mods. | peter | 2001-12-07 | 1 | -2/+3 |
* | Add VLAN support. | jhay | 2001-12-05 | 1 | -0/+11 |
* | Remove error messages on mbuf allocation failures, now | luigi | 2001-12-04 | 1 | -6/+1 |
* | Per jlemon request, reintroduce some printf() when an | luigi | 2001-11-29 | 1 | -3/+8 |
* | Remove the need for an expensive m_devget on the i386, which does not | luigi | 2001-11-28 | 1 | -39/+41 |
* | Fix a bug in the driver -- under load, the receive unit could become | luigi | 2001-11-27 | 1 | -13/+11 |
* | Do not call mii_pollstat() from within device tick routines; the status | jlemon | 2001-09-29 | 1 | -7/+5 |
* | Convert the if_sis and if_rl drivers to use the bus_dma API instead of | wpaul | 2001-08-15 | 1 | -46/+237 |
* | Apply patch supplied by Jonathan Chen: use the correct arguments to | wpaul | 2001-07-09 | 1 | -2/+2 |
* | Change m_devget()'s outdated and unused `offset' argument to actually mean | bmilekic | 2001-06-20 | 1 | -3/+2 |