| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable IFCAP_VLAN_MTU and increase MTU for it. | simokawa | 2003-08-05 | 1 | -2/+3 |
* | Use the BUS_DMA_ZERO flag. | mux | 2003-07-27 | 2 | -12/+5 |
* | Use the BUS_DMA_ZERO flag. | mux | 2003-07-27 | 1 | -2/+1 |
* | Use the BUS_DMA_ZERO flag instead of bzero()'ing DMA memory. | mux | 2003-07-27 | 1 | -5/+2 |
* | Changed the type of the variable `qidx' from u_int8_t to int, | robert | 2003-07-27 | 1 | -2/+3 |
* | Erm, my previous commit was wrong and sis_tick() was only called each time | cognet | 2003-07-22 | 2 | -1/+6 |
* | Add support for FA-511; Submitted by: Kenneth P. Stox; Pr 42858 | imp | 2003-07-19 | 2 | -0/+5 |
* | Fix a busdma bogon: | wpaul | 2003-07-18 | 1 | -3/+3 |
* | Add support for the 8139C+ chipset. Unlike the other chips in the 8139 | wpaul | 2003-07-10 | 2 | -111/+1433 |
* | Add support for a bunch of Microsoft networking products: | wpaul | 2003-07-10 | 2 | -0/+34 |
* | Support for large frames for VLANs was added by tweaking the packet size | wpaul | 2003-07-10 | 2 | -8/+47 |
* | Make the dc(4) driver endian-clean, so to that it works on sparc64. | mux | 2003-07-09 | 2 | -45/+56 |
* | Convert the dc(4) driver to the busdma API. This is a necessary step | mux | 2003-07-06 | 2 | -117/+304 |
* | Fix a bug that could cause dc(4) to m_freem() an already freed | mux | 2003-07-06 | 1 | -1/+2 |
* | Various style(9) and readability fixes. | mux | 2003-07-06 | 1 | -14/+22 |
* | - 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 | 10 | -22/+26 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 3 | -3/+16 |
* | In order to set the MAC address on RealTek NICs, you must flip WRITECFG | wpaul | 2003-06-29 | 1 | -5/+9 |
* | Modify the xl_reset() routine slightly so that, if we're using memory | wpaul | 2003-06-29 | 1 | -0/+10 |
* | Sort the list of PCI ID's in numerical order and fix a whitespace bogon. | jhb | 2003-06-27 | 1 | -4/+4 |
* | Add a PCI ID for the Apollo Pro 133A. | mdodd | 2003-06-23 | 1 | -0/+2 |
* | Add PCI IDs for the i82855 and i82875P AGP bridges. | mdodd | 2003-06-23 | 1 | -0/+12 |
* | Add ID for VT8233A. | mdodd | 2003-06-22 | 1 | -0/+2 |
* | Add vm object locking. | alc | 2003-06-19 | 1 | -0/+6 |
* | Repo-copy of sys/pci/if_en_pci.c to the rest of the midway driver (sys/dev/en) | harti | 2003-06-16 | 1 | -485/+0 |
* | Merge common XPT_CALC_GEOMETRY functions into a single convenience function. | njl | 2003-06-14 | 1 | -20/+1 |
* | Fix alignment requirements of tulip_rombuf by further increasing | ticso | 2003-06-13 | 1 | -4/+4 |
* | Remove code that tries to detect if the MCLSHIFT and MSIZE macros | mux | 2003-06-13 | 1 | -46/+0 |
* | Make the midway driver use the new ATM phy driver. This allows one to | harti | 2003-06-13 | 1 | -0/+3 |
* | Add vm object locking. | alc | 2003-06-13 | 1 | -1/+8 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 21 | -45/+62 |
* | Remove embededded ID string which was meant to provide information | se | 2003-06-09 | 1 | -6/+0 |
* | Add ADMtek ADM9511 and ADM9513 device ID's. | mbr | 2003-06-08 | 2 | -0/+8 |
* | Change a : | mux | 2003-06-01 | 1 | -1/+1 |
* | - Style(9) fixes, most notably : | mux | 2003-06-01 | 1 | -535/+365 |
* | Remove unused variable. | phk | 2003-05-31 | 1 | -2/+1 |
* | Remove unused variables. | phk | 2003-05-31 | 1 | -5/+0 |
* | Remove break after return; | phk | 2003-05-31 | 1 | -2/+0 |
* | Remove break after return | phk | 2003-05-31 | 1 | -5/+0 |
* | Remove unused variables. | phk | 2003-05-31 | 2 | -11/+0 |
* | Remove now unused pointer to etherheader. | phk | 2003-05-31 | 1 | -2/+0 |
* | Remove unused variable. | phk | 2003-05-31 | 1 | -2/+0 |
* | Move some FALLTHROUGH comments so they work. | phk | 2003-05-31 | 2 | -7/+6 |
* | Fix support for 256 MB aperture sizes on chipsets such as the 845 and | jhb | 2003-05-27 | 1 | -5/+16 |
* | Grr, fix compile. The bane of trying to split out patches into two | jhb | 2003-05-27 | 1 | -0/+1 |
* | Add support for the Intel 865 chipset. | jhb | 2003-05-27 | 2 | -3/+10 |
* | Only use a SIA/SYM media info block if no MII block is detected. | mbr | 2003-05-15 | 1 | -2/+26 |
* | Add support for 3Com OfficeConnect 10/100B. | mbr | 2003-05-12 | 2 | -0/+14 |
* | Don't call timeout() in sis_tick(), this is done earlier by mii_tick(), and it | cognet | 2003-05-06 | 1 | -4/+0 |