| Commit message (Expand) | Author | Age | Files | Lines |
* | Report media status for bitrate PHYs. | mdodd | 2003-08-23 | 1 | -0/+8 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Use the BUS_DMA_ZERO flag instead of bzero()'ing DMA memory. | mux | 2003-07-27 | 1 | -5/+2 |
* | Support for large frames for VLANs was added by tweaking the packet size | wpaul | 2003-07-10 | 1 | -7/+45 |
* | - Ensure that the busdma API won't do deferred loads by using the | mux | 2003-07-04 | 1 | -9/+9 |
* | 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 | -3/+6 |
* | Modify the xl_reset() routine slightly so that, if we're using memory | wpaul | 2003-06-29 | 1 | -0/+10 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+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 | -10/+17 |
* | - Don't call pci_enable_io() in drivers (unless needed for resume). | mdodd | 2003-04-16 | 1 | -10/+0 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -2/+4 |
* | Correct maxsize/maxsegsz parameters to bus_dma_tag_create(). | mux | 2003-04-09 | 1 | -6/+4 |
* | Fix up callers of xl_encap so that they handle a failure response | silby | 2003-04-08 | 1 | -3/+10 |
* | Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() for the | mux | 2003-04-05 | 1 | -2/+21 |
* | 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 | -113/+103 |
* | Fix up the long mbuf chain recovery code to use m_defrag; the old | silby | 2003-03-29 | 1 | -19/+8 |
* | Make sure to free the correct resources when the card fails to attach | silby | 2003-03-19 | 1 | -0/+8 |
* | Instead of relying on a compile time define to determine whether the xl | silby | 2003-03-18 | 1 | -37/+33 |
* | Fix bug introduced in 1.130. For the < MHLEN case, we should | bmilekic | 2003-03-04 | 1 | -1/+1 |
* | Make xl use m_getcl() to allocate an mbuf and a cluster in one shot, | bmilekic | 2003-02-22 | 1 | -19/+5 |
* | Fix panic on sparc64 introduced in my last commit. I really | mux | 2003-02-19 | 1 | -5/+6 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | - Fix mbuf leak when we successfully allocate a new mbuf but fail to | mux | 2003-02-18 | 1 | -6/+17 |
* | Remove the now unused sys/malloc.h header. | mux | 2003-01-24 | 1 | -1/+0 |
* | Correctly identify the 3C920B chipset; although it may ship with some Nforce2 | silby | 2003-01-22 | 1 | -4/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -5/+5 |
* | Complete the support of the on-board xl(4) on nVidia nForce2 mobo's. | obrien | 2003-01-19 | 1 | -0/+3 |
* | Make the xl driver work on sparc64: | tmm | 2003-01-19 | 1 | -67/+99 |
* | Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHY | obrien | 2003-01-12 | 1 | -0/+2 |
* | When reading PHY regs over the i2c bus, the turnaround ACK bit | mbr | 2003-01-10 | 1 | -1/+1 |
* | o Only try to recopy the mbuf into an mbuf cluster if | mux | 2003-01-07 | 1 | -13/+22 |
* | Ooops, use the full name of XL_FLAG_EEPROM_OFFSET_30 | silby | 2003-01-06 | 1 | -1/+1 |
* | Add support for the 3c555 miniPCI chipset. | silby | 2003-01-06 | 1 | -1/+8 |
* | Add two MII_SETs to provide a bit more time between operations in | silby | 2003-01-06 | 1 | -0/+2 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | Leave only one of the two $FreeBSD$ tag, and use __FBSDID(). | mux | 2002-12-30 | 1 | -6/+3 |
* | Fix bug with 3c90xB cards and newer. We weren't trying to | mux | 2002-12-18 | 1 | -39/+14 |
* | Convert the xl(4) driver to the busdma API. This should make | mux | 2002-12-17 | 1 | -139/+279 |
* | o track either_ifattach/ether_ifdetach API changes | sam | 2002-11-14 | 1 | -18/+7 |
* | Add some magic bits necessary to turn the transmitter on for some | silby | 2002-10-22 | 1 | -0/+7 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 1 | -2/+2 |
* | Fix two misindents. | phk | 2002-10-01 | 1 | -1/+1 |
* | Remove all DELAY(1) calls around MII operations in the XL driver. | silby | 2002-09-22 | 1 | -17/+0 |
* | add missing \n to printf | ticso | 2002-09-09 | 1 | -3/+3 |
* | style: put return types on a line by themselves. | alfred | 2002-08-24 | 1 | -42/+84 |
* | 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 | -56/+54 |