| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix debug printf formats | Peter Wemm | 2002-02-28 | 1 | -2/+1 |
| * | Fix some unused warnings. One function is only used if | Peter Wemm | 2002-02-27 | 1 | -0/+8 |
| * | Fix warnings (comment out unused tables that are taking space in the | Peter Wemm | 2002-02-27 | 1 | -0/+4 |
| * | Fix warnings | Peter Wemm | 2002-02-27 | 2 | -2/+2 |
| * | Fix warnings. The driver would be more useful with a DRIVER_MODULE() | Peter Wemm | 2002-02-27 | 4 | -1/+5 |
| * | Repair some warnings. These are accessing idle portions of shared memory | Peter Wemm | 2002-02-27 | 1 | -5/+9 |
| * | Remove support for FreeBSD 2.x from this driver. | Warner Losh | 2002-02-27 | 1 | -120/+1 |
| * | Fix warning (passing wrong arg to arp_ifinit()) | Peter Wemm | 2002-02-27 | 1 | -1/+1 |
| * | Add a comment explaining a code change.. | Julian Elischer | 2002-02-27 | 1 | -2/+2 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 7 | -18/+17 |
| * | Add a driver for the Sun GEM (Gigabit) and ERI (100 Mb/s) PCI ethernet | Thomas Moestl | 2002-02-27 | 4 | -0/+2989 |
| * | Add a driver for the Sun HME PCI/SBus ethernet adaptor, which is onboard | Thomas Moestl | 2002-02-27 | 5 | -0/+2455 |
| * | Add the following functions/macros to support byte order conversions and | Thomas Moestl | 2002-02-27 | 5 | -24/+5 |
| * | Fix warnings that have become fatal | Julian Elischer | 2002-02-27 | 2 | -3/+10 |
| * | Use the pci.c code wherever possible, rather than copying all the pci | Warner Losh | 2002-02-27 | 5 | -1040/+220 |
| * | Remove errors in LINT (now that they are fatal) | Julian Elischer | 2002-02-27 | 1 | -0/+4 |
| * | Remove problematic PHY_WRITE so that autoneg to 10 Mbps | Daniel O'Callaghan | 2002-02-27 | 1 | -16/+1 |
| * | Set ifp->if_name to "awi" instead of device_get_name(dev) to avoid | Brooks Davis | 2002-02-26 | 1 | -1/+1 |
| * | Add a missing field to the end of array marker in the pci_ids array. | Brooks Davis | 2002-02-26 | 1 | -1/+1 |
| * | Initialize a variable bogusly to avoid a gcc bug that causes a spurious | Bruce Evans | 2002-02-26 | 2 | -0/+6 |
| * | Revert part of the last commit. A couple of defines were removed | Josef Karthauser | 2002-02-26 | 1 | -0/+4 |
| * | In ad-hoc mode, the "associate" bit is valid to check to see if it is | Doug Ambrisko | 2002-02-26 | 1 | -3/+1 |
| * | Until I can figure out how to live without the volatile qualifier on | Warner Losh | 2002-02-26 | 1 | -1/+1 |
| * | Remove an unused variable. | Warner Losh | 2002-02-26 | 1 | -1/+0 |
| * | Fix warnings introduced in the PCI_ALLOW_UNSUPPORTED_IO_RANGE case. | Warner Losh | 2002-02-26 | 1 | -6/+6 |
| * | If we're going to ifdef out the only reference to asr_drvinit, then | Warner Losh | 2002-02-26 | 1 | -1/+1 |
| * | Add an experimental tunable: machdep.conspeed. | Warner Losh | 2002-02-26 | 1 | -0/+1 |
| * | in ulpt_reset() req.bmRequestType was unitialized, fix it. | Alfred Perlstein | 2002-02-26 | 1 | -0/+1 |
| * | Merge from NetBSD: | Josef Karthauser | 2002-02-26 | 2 | -16/+13 |
| * | Add a new test_counter() function which tries to determine the width of | Poul-Henning Kamp | 2002-02-25 | 1 | -17/+46 |
| * | The thermal thread needs to take Giant before it does anything with the | Mike Smith | 2002-02-25 | 1 | -0/+6 |
| * | Tests by numerous people have shown that many chipsets do not properly | Matthew Dillon | 2002-02-24 | 1 | -1/+1 |
| * | Finish phk's previous removal of BIO_ORDERED, all code that | Søren Schmidt | 2002-02-24 | 2 | -5/+0 |
| * | Add a sysctl, sysctl hw.snd.report_soft_formats, that controls whether the | Dag-Erling Smørgrav | 2002-02-24 | 1 | -1/+9 |
| * | Lock struct pgrp, session and sigio. | Seigo Tanimura | 2002-02-23 | 1 | -3/+20 |
| * | AcpiOsPrintf and AcpiOsVprintf now return void. | Mike Smith | 2002-02-23 | 1 | -6/+4 |
| * | AcpiOsCallocate is no longer required. | Mike Smith | 2002-02-23 | 1 | -11/+0 |
| * | Match namespace cleanup changes in ACPI CA 20020217 update. | Mike Smith | 2002-02-23 | 5 | -24/+25 |
| * | Add our own private defines for driver debug layers. | Mike Smith | 2002-02-23 | 1 | -7/+18 |
| * | Match namespace cleanup changes in ACPI CA 20020217 update. | Mike Smith | 2002-02-23 | 1 | -46/+72 |
| * | Match namespace cleanup changes in ACPI CA 20020217 update. | Mike Smith | 2002-02-23 | 2 | -60/+68 |
| * | Match namespace cleanup changes in ACPI CA 20020217 update. | Mike Smith | 2002-02-23 | 2 | -38/+74 |
| * | Match namespace cleanup changes in ACPI CA 20020217 update. | Mike Smith | 2002-02-23 | 4 | -16/+16 |
| * | Match namespace cleanup changes in ACPI CA 20020217 update. | Mike Smith | 2002-02-23 | 1 | -38/+44 |
| * | Match namespace cleanup changes in ACPI CA 20020217 update. | Mike Smith | 2002-02-23 | 1 | -34/+15 |
| * | Match namespace cleanup changes in ACPI CA 20020217 update. | Mike Smith | 2002-02-23 | 1 | -125/+78 |
| * | Allow PCI_ALLOW_UNSUPPORTED_IO_RANGE to leave broken setups broken enough | Poul-Henning Kamp | 2002-02-22 | 1 | -0/+18 |
| * | GC: BIO_ORDERED going away. | Poul-Henning Kamp | 2002-02-22 | 3 | -25/+2 |
| * | Disksort will not "munge" requests, BIO_ORDERED or not, so remove | Poul-Henning Kamp | 2002-02-22 | 1 | -4/+2 |
| * | Reorder some of the ioctls and add a few new ones. | Matt Jacob | 2002-02-21 | 2 | -17/+37 |