| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | obrien | 2003-12-08 | 1 | -5/+5 |
* | Sometimes cardbus attachments don't attach, so while we track down | imp | 2003-11-28 | 1 | -0/+1 |
* | Drop the driver lock around calls to if_input to avoid a LOR when | sam | 2003-11-14 | 1 | -0/+4 |
* | Remove duplicate FBSDID's, move others to their right place. | obrien | 2003-11-14 | 1 | -4/+3 |
* | Try to create some sort of consistency in how the routings to find the | obrien | 2003-11-13 | 1 | -12/+11 |
* | s/driver/device/ for config file line | imp | 2003-11-06 | 1 | -1/+1 |
* | Change config file syntax to be less FreeBSD 3.x | imp | 2003-11-05 | 1 | -1/+1 |
* | Remove explicit cardbus attachments from drivers where this is identical | dfr | 2003-11-03 | 1 | -1/+0 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+1 |
* | Add a tiny bit more delay in the xl_mii_sync function; this is necessary | silby | 2003-09-29 | 1 | -0/+2 |
* | - Avoid calling pci_get_device() more than once in a single function. | mdodd | 2003-09-14 | 1 | -22/+39 |
* | 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 |