| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a few cards from NetBSD. They don't work yet, since the code to | imp | 2005-01-11 | 1 | -8/+10 |
* | Use the standard FreeBSD license | imp | 2005-01-11 | 11 | -95/+81 |
* | nits | imp | 2005-01-11 | 1 | -2/+3 |
* | The card activation failured message is lame, and not done for other | imp | 2005-01-11 | 1 | -3/+1 |
* | /* -> /*- for a second clause | imp | 2005-01-11 | 2 | -2/+2 |
* | Use the FreeBSD standard license, since there's no reason to use the | imp | 2005-01-11 | 2 | -20/+17 |
* | Final attempt to make aha 1542A working. If not, oh well, I don't | imp | 2005-01-11 | 2 | -7/+16 |
* | puc handles this card, so remove it from here. | imp | 2005-01-11 | 1 | -1/+0 |
* | Properly calculate the offset in mapping the memory of pccards. This | imp | 2005-01-11 | 1 | -5/+6 |
* | Make life for owners of Synaptics Touchpads more pleasant :-) | philip | 2005-01-10 | 1 | -11/+207 |
* | don't pollute global namespace with valid_Ether_p, instead, prepend | imp | 2005-01-10 | 5 | -24/+24 |
* | NE200 -> NE200T | imp | 2005-01-10 | 1 | -1/+1 |
* | Tweaks to the name of this card, based on input from Sean Shapira. | imp | 2005-01-10 | 1 | -1/+1 |
* | Remove matcd. It isn't in the build, has issues and can be retired. | imp | 2005-01-10 | 6 | -4133/+0 |
* | Add support for: | imp | 2005-01-10 | 1 | -0/+1 |
* | Add Eagle NE200 Ethernet LAN MBH10302 card. This appears to be a fe | imp | 2005-01-10 | 1 | -0/+1 |
* | Free the shared devq last since CAM expects it to be there if | dwhite | 2005-01-10 | 2 | -5/+11 |
* | fix a "little-endian-big-endian confusion that luckily: | julian | 2005-01-09 | 1 | -2/+2 |
* | correct direction for bus_dma sync of rx buffer | sam | 2005-01-09 | 1 | -1/+1 |
* | Use uint32_t instead of u_long when appropriate. | cognet | 2005-01-09 | 1 | -64/+64 |
* | Remove support for FreeBSD < 4.recent from this driver. | imp | 2005-01-08 | 7 | -35/+1 |
* | Remove vnode.h and adjust includes to compensate for pollution. | imp | 2005-01-08 | 5 | -6/+13 |
* | In total violation of at least 4 sections in the ACPI spec, some systems | njl | 2005-01-08 | 1 | -19/+26 |
* | Fix typo from previous commit. | scottl | 2005-01-07 | 1 | -0/+1 |
* | Add a default driver to attach to the "hidden" scsi channels of the Dell | scottl | 2005-01-07 | 1 | -0/+62 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 13 | -15/+15 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 2 | -2/+2 |
* | Unbreak the tinderbox, make this compile. | maxim | 2005-01-06 | 1 | -1/+1 |
* | Clear PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN for broken hardware. | simokawa | 2005-01-06 | 1 | -1/+2 |
* | Make this compile from the last commit | scottl | 2005-01-06 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 774 | -868/+886 |
* | add copyright notice to something I wrote that didn't have one | imp | 2005-01-06 | 1 | -1/+1 |
* | Fix KASSERT inversion that was introduced in 1.150, resulting in instant | keramida | 2005-01-05 | 1 | -1/+1 |
* | Add support for Chase/Perle PCI FAST-4 4 port serial cards which appear | wilko | 2005-01-05 | 1 | -0/+36 |
* | Changes corresponding to the 9.1.5.2 release of twa on the 3ware website. | vkashyap | 2005-01-05 | 8 | -19555/+22218 |
* | Add needed synchronization to the error handling code that was introduced | alc | 2005-01-05 | 1 | -0/+6 |
* | Fix comment. One of the two "Step 4" shuold be a "step 5" | julian | 2005-01-05 | 1 | -1/+1 |
* | Disable checksum offloading by default. It seems to produce corrupted packets | cognet | 2005-01-05 | 1 | -2/+2 |
* | Allow fxp(4) cards with a revision id of 0 to use the 82503 serial | mux | 2005-01-04 | 1 | -1/+1 |
* | return after freeing data element, instead of falling through, and using | jmg | 2005-01-04 | 1 | -0/+1 |
* | Reduce diffs to work in progress before checking in serious changes. | philip | 2005-01-03 | 1 | -19/+20 |
* | Remove comment that doesn't seem to be true and add comments describing | julian | 2005-01-03 | 1 | -17/+16 |
* | A much simpler way to work out if the required transfer can be done in 2 | julian | 2005-01-03 | 1 | -3/+2 |
* | Add support for the Pixelview PlayTV | julian | 2005-01-02 | 2 | -1/+14 |
* | In re_detach(), remove an extra call to ether_ifdetach(). | cognet | 2005-01-02 | 1 | -1/+0 |
* | Corrected a workaround that should only be applied to one adapter. Workaround | tackerman | 2005-01-01 | 1 | -2/+14 |
* | Added device id support for Intel 82541ER and 82546GB dual port PCIE adapter. | tackerman | 2005-01-01 | 1 | -0/+2 |
* | Further update to the Promise code. | sos | 2005-01-01 | 1 | -39/+70 |
* | Attempt to fix Symbios driver on amd64. The private memory allocation | se | 2005-01-01 | 1 | -0/+10 |
* | Eliminate some of the egregious bypass of the 802.11 state | sam | 2005-01-01 | 1 | -18/+20 |