| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add the following functions/macros to support byte order conversions and | tmm | 2002-02-27 | 5 | -24/+5 |
* | Fix warnings that have become fatal | julian | 2002-02-27 | 2 | -3/+10 |
* | Use the pci.c code wherever possible, rather than copying all the pci | imp | 2002-02-27 | 5 | -1040/+220 |
* | Remove errors in LINT (now that they are fatal) | julian | 2002-02-27 | 1 | -0/+4 |
* | Remove problematic PHY_WRITE so that autoneg to 10 Mbps | danny | 2002-02-27 | 1 | -16/+1 |
* | Set ifp->if_name to "awi" instead of device_get_name(dev) to avoid | brooks | 2002-02-26 | 1 | -1/+1 |
* | Add a missing field to the end of array marker in the pci_ids array. | brooks | 2002-02-26 | 1 | -1/+1 |
* | Initialize a variable bogusly to avoid a gcc bug that causes a spurious | bde | 2002-02-26 | 2 | -0/+6 |
* | Revert part of the last commit. A couple of defines were removed | joe | 2002-02-26 | 1 | -0/+4 |
* | In ad-hoc mode, the "associate" bit is valid to check to see if it is | ambrisko | 2002-02-26 | 1 | -3/+1 |
* | Until I can figure out how to live without the volatile qualifier on | imp | 2002-02-26 | 1 | -1/+1 |
* | Remove an unused variable. | imp | 2002-02-26 | 1 | -1/+0 |
* | Fix warnings introduced in the PCI_ALLOW_UNSUPPORTED_IO_RANGE case. | imp | 2002-02-26 | 1 | -6/+6 |
* | If we're going to ifdef out the only reference to asr_drvinit, then | imp | 2002-02-26 | 1 | -1/+1 |
* | Add an experimental tunable: machdep.conspeed. | imp | 2002-02-26 | 1 | -0/+1 |
* | in ulpt_reset() req.bmRequestType was unitialized, fix it. | alfred | 2002-02-26 | 1 | -0/+1 |
* | Merge from NetBSD: | joe | 2002-02-26 | 2 | -16/+13 |
* | Add a new test_counter() function which tries to determine the width of | phk | 2002-02-25 | 1 | -17/+46 |
* | The thermal thread needs to take Giant before it does anything with the | msmith | 2002-02-25 | 1 | -0/+6 |
* | Tests by numerous people have shown that many chipsets do not properly | dillon | 2002-02-24 | 1 | -1/+1 |
* | Finish phk's previous removal of BIO_ORDERED, all code that | sos | 2002-02-24 | 2 | -5/+0 |
* | Add a sysctl, sysctl hw.snd.report_soft_formats, that controls whether the | des | 2002-02-24 | 1 | -1/+9 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -3/+20 |
* | AcpiOsPrintf and AcpiOsVprintf now return void. | msmith | 2002-02-23 | 1 | -6/+4 |
* | AcpiOsCallocate is no longer required. | msmith | 2002-02-23 | 1 | -11/+0 |
* | Match namespace cleanup changes in ACPI CA 20020217 update. | msmith | 2002-02-23 | 5 | -24/+25 |
* | Add our own private defines for driver debug layers. | msmith | 2002-02-23 | 1 | -7/+18 |
* | Match namespace cleanup changes in ACPI CA 20020217 update. | msmith | 2002-02-23 | 1 | -46/+72 |
* | Match namespace cleanup changes in ACPI CA 20020217 update. | msmith | 2002-02-23 | 2 | -60/+68 |
* | Match namespace cleanup changes in ACPI CA 20020217 update. | msmith | 2002-02-23 | 2 | -38/+74 |
* | Match namespace cleanup changes in ACPI CA 20020217 update. | msmith | 2002-02-23 | 4 | -16/+16 |
* | Match namespace cleanup changes in ACPI CA 20020217 update. | msmith | 2002-02-23 | 1 | -38/+44 |
* | Match namespace cleanup changes in ACPI CA 20020217 update. | msmith | 2002-02-23 | 1 | -34/+15 |
* | Match namespace cleanup changes in ACPI CA 20020217 update. | msmith | 2002-02-23 | 1 | -125/+78 |
* | Allow PCI_ALLOW_UNSUPPORTED_IO_RANGE to leave broken setups broken enough | phk | 2002-02-22 | 1 | -0/+18 |
* | GC: BIO_ORDERED going away. | phk | 2002-02-22 | 3 | -25/+2 |
* | Disksort will not "munge" requests, BIO_ORDERED or not, so remove | phk | 2002-02-22 | 1 | -4/+2 |
* | Reorder some of the ioctls and add a few new ones. | mjacob | 2002-02-21 | 2 | -17/+37 |
* | Fix a problem where a local loop disk logs out- and we get a PORT LOGGED | mjacob | 2002-02-21 | 1 | -8/+38 |
* | Prefix structure members to protect them against clashes with eg. | alfred | 2002-02-20 | 6 | -125/+125 |
* | Cleanup of nmdm device | julian | 2002-02-20 | 1 | -61/+100 |
* | Add missing m_free() so we actually drain the send buffer in monitor mode. | brooks | 2002-02-20 | 1 | -0/+2 |
* | Check the status of the card bridge first thing, rather than last in | imp | 2002-02-20 | 1 | -10/+16 |
* | Add u_int16 prodext value in CISTPL_MANF_ID. This gets a fifth byte | shiba | 2002-02-20 | 3 | -0/+15 |
* | Update xe driver to probe and attach in a NEWCARD kernel. | shiba | 2002-02-20 | 3 | -310/+365 |
* | Release allocated memory and bus_space_handle on an error. | nyan | 2002-02-19 | 1 | -3/+21 |
* | Clean up some debugging output. | n_hibma | 2002-02-19 | 1 | -9/+26 |
* | Put the stard/end adjustments back. They are needed. Also make start | imp | 2002-02-19 | 1 | -2/+18 |
* | o Count the number of mem and io spaces we allocate. If none work, bail out | imp | 2002-02-19 | 1 | -3/+15 |
* | Do the cast away of unsignedness in a way that is more commprehensible. | imp | 2002-02-19 | 1 | -1/+1 |