| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFp4: | Warner Losh | 2005-09-10 | 2 | -5/+6 |
| * | Minor improvement for the suspend case for Ricoh based (and others) | Warner Losh | 2005-09-08 | 1 | -0/+1 |
| * | The ed driver lock is already held in the mii frobbing routines. Remove | Warner Losh | 2005-09-08 | 1 | -11/+0 |
| * | Add note about what ED_DEFAULT_MAC_OFFSET applies to | Warner Losh | 2005-09-08 | 1 | -0/+4 |
| * | Fix a typo that broke LINT. | Scott Long | 2005-09-08 | 1 | -1/+1 |
| * | Move hme_stop() after ether_ifdetach() and if_free() to prevent a | Ken Smith | 2005-09-08 | 1 | -2/+2 |
| * | Import new version of the HPTMV driver from Highpoint. The major change | Scott Long | 2005-09-07 | 20 | -3299/+5257 |
| * | Sorting the belly button lint of history: | Warner Losh | 2005-09-07 | 1 | -7/+15 |
| * | In set_mouse_pos(), try to avoid division by zero errors. | Craig Rodrigues | 2005-09-07 | 1 | -1/+2 |
| * | Reorder code to not depend on an ISO-C illegal forward extern declaration. | David E. O'Brien | 2005-09-07 | 3 | -1796/+1793 |
| * | Consistancy is the hobgoblin of small minds: | Warner Losh | 2005-09-07 | 2 | -39/+39 |
| * | Minor reorg of pccard attach code to fix ax88x90 case broken after fixing | Warner Losh | 2005-09-07 | 1 | -160/+158 |
| * | o Expose ed_probe_Novel_generic, it is useful for pccard case. | Warner Losh | 2005-09-07 | 2 | -5/+3 |
| * | Fix DL100xx based cards. Don't drop resources. It was approrpiate in | Warner Losh | 2005-09-07 | 1 | -2/+1 |
| * | move away from K&R function definitions | Warner Losh | 2005-09-06 | 1 | -10/+3 |
| * | Work around a bug I've seen on Linksys EC2T cards. For some reason, | Warner Losh | 2005-09-06 | 1 | -2/+25 |
| * | Go ahead and | in ED_CR_PAGE_0, even though this doesn't change things | Warner Losh | 2005-09-06 | 1 | -5/+8 |
| * | It turns out that many of the ambicom cards have their CIS resources | Warner Losh | 2005-09-06 | 2 | -8/+27 |
| * | In sc_set_text_mode(), reset fontwidth if it is <= 0. | Craig Rodrigues | 2005-09-06 | 1 | -0/+2 |
| * | Fix problem with finding the still working disk in a broken mirror on VIA. | Søren Schmidt | 2005-09-06 | 2 | -1/+4 |
| * | When bge_stop() is called from bge_detach(), mii is already NULL, so check | Pawel Jakub Dawidek | 2005-09-04 | 1 | -5/+10 |
| * | More consistantly return the correct BAR size. Before, we'd only | Warner Losh | 2005-09-03 | 1 | -6/+8 |
| * | MFp4: kill bogus comment | Warner Losh | 2005-09-02 | 1 | -5/+0 |
| * | At some point in the past, we read the PROM by words. Now we read | Warner Losh | 2005-09-01 | 1 | -6/+2 |
| * | Typo in comment. | John Baldwin | 2005-09-01 | 1 | -1/+1 |
| * | Treat resources that are 0xfffff.... as being 'unassigned'. | Warner Losh | 2005-09-01 | 1 | -1/+6 |
| * | - Add md_mtx lock to protect ID number and list of devices. | Pawel Jakub Dawidek | 2005-08-31 | 1 | -25/+37 |
| * | - Only call txp_release_resources() once if attach fails. | John Baldwin | 2005-08-31 | 1 | -38/+31 |
| * | Update for a few recently discovered Olicom token ring cards: | Warner Losh | 2005-08-31 | 1 | -1/+3 |
| * | FDOPT_NORETRY is an option, and must be compared with fd->options, | Craig Rodrigues | 2005-08-30 | 1 | -1/+1 |
| * | Prevent division by zero errors in sc_mouse_move() | Craig Rodrigues | 2005-08-30 | 5 | -14/+17 |
| * | Add back dropped if_media.h include | Warner Losh | 2005-08-30 | 1 | -0/+1 |
| * | Correct previous commit. | Scott Long | 2005-08-29 | 1 | -3/+0 |
| * | Better comment | Warner Losh | 2005-08-29 | 1 | -1/+4 |
| * | In ata_mode2str() properly list -1 as UNSUPPORTED. | Søren Schmidt | 2005-08-29 | 1 | -0/+1 |
| * | Fix another instance of old info re: miibus | Warner Losh | 2005-08-29 | 1 | -1/+1 |
| * | Eliminate bogus seatbelt in wi_cmd. This may have been appropriate | Warner Losh | 2005-08-29 | 1 | -5/+0 |
| * | Fix support for the VIA 6421 controller. | Søren Schmidt | 2005-08-29 | 2 | -3/+30 |
| * | Global Village appears to be using 0x018c as its vendor ID, but this | Warner Losh | 2005-08-29 | 1 | -1/+6 |
| * | Simplify names. | Warner Losh | 2005-08-29 | 1 | -6/+6 |
| * | Finish conversion to bus space and make ed MP safe. | Warner Losh | 2005-08-28 | 11 | -236/+285 |
| * | - Allow for VLAN-sized frames and set IFCAP_VLAN_MTU. | Marius Strobl | 2005-08-28 | 1 | -8/+23 |
| * | Re-enable sampling on the AMD64. | Joseph Koshy | 2005-08-27 | 1 | -5/+0 |
| * | fix CardBus issue for Compaq R3000 series laptop | Jung-uk Kim | 2005-08-26 | 1 | -0/+18 |
| * | - Use m_defrag() instead of homerolling our own variant | John Baldwin | 2005-08-26 | 1 | -68/+55 |
| * | Unbreak compiles with ACPI_DEBUG. | Alexander Kabaev | 2005-08-26 | 1 | -0/+2 |
| * | For FreeBSD 4 binaries, when trying to read from a device that does | Paul Saab | 2005-08-26 | 1 | -1/+8 |
| * | - Remove non-bus-dma code. | John Baldwin | 2005-08-25 | 2 | -456/+134 |
| * | Major rototill of this driver to add FreeBSD bus-dma support: | John Baldwin | 2005-08-25 | 2 | -526/+771 |
| * | Dont set default mode to ATA_DMA_MAX on devices not capable of DMA. | Søren Schmidt | 2005-08-25 | 1 | -1/+3 |