summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add a comment explaining a code change..julian2002-02-271-2/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-277-18/+17
* Add a driver for the Sun GEM (Gigabit) and ERI (100 Mb/s) PCI ethernettmm2002-02-274-0/+2989
* Add a driver for the Sun HME PCI/SBus ethernet adaptor, which is onboardtmm2002-02-275-0/+2455
* Add the following functions/macros to support byte order conversions andtmm2002-02-275-24/+5
* Fix warnings that have become fataljulian2002-02-272-3/+10
* Use the pci.c code wherever possible, rather than copying all the pciimp2002-02-275-1040/+220
* Remove errors in LINT (now that they are fatal)julian2002-02-271-0/+4
* Remove problematic PHY_WRITE so that autoneg to 10 Mbpsdanny2002-02-271-16/+1
* Set ifp->if_name to "awi" instead of device_get_name(dev) to avoidbrooks2002-02-261-1/+1
* Add a missing field to the end of array marker in the pci_ids array.brooks2002-02-261-1/+1
* Initialize a variable bogusly to avoid a gcc bug that causes a spuriousbde2002-02-262-0/+6
* Revert part of the last commit. A couple of defines were removedjoe2002-02-261-0/+4
* In ad-hoc mode, the "associate" bit is valid to check to see if it isambrisko2002-02-261-3/+1
* Until I can figure out how to live without the volatile qualifier onimp2002-02-261-1/+1
* Remove an unused variable.imp2002-02-261-1/+0
* Fix warnings introduced in the PCI_ALLOW_UNSUPPORTED_IO_RANGE case.imp2002-02-261-6/+6
* If we're going to ifdef out the only reference to asr_drvinit, thenimp2002-02-261-1/+1
* Add an experimental tunable: machdep.conspeed.imp2002-02-261-0/+1
* in ulpt_reset() req.bmRequestType was unitialized, fix it.alfred2002-02-261-0/+1
* Merge from NetBSD:joe2002-02-262-16/+13
* Add a new test_counter() function which tries to determine the width ofphk2002-02-251-17/+46
* The thermal thread needs to take Giant before it does anything with themsmith2002-02-251-0/+6
* Tests by numerous people have shown that many chipsets do not properlydillon2002-02-241-1/+1
* Finish phk's previous removal of BIO_ORDERED, all code thatsos2002-02-242-5/+0
* Add a sysctl, sysctl hw.snd.report_soft_formats, that controls whether thedes2002-02-241-1/+9
* Lock struct pgrp, session and sigio.tanimura2002-02-231-3/+20
* AcpiOsPrintf and AcpiOsVprintf now return void.msmith2002-02-231-6/+4
* AcpiOsCallocate is no longer required.msmith2002-02-231-11/+0
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-235-24/+25
* Add our own private defines for driver debug layers.msmith2002-02-231-7/+18
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-46/+72
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-232-60/+68
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-232-38/+74
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-234-16/+16
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-38/+44
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-34/+15
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-125/+78
* Allow PCI_ALLOW_UNSUPPORTED_IO_RANGE to leave broken setups broken enoughphk2002-02-221-0/+18
* GC: BIO_ORDERED going away.phk2002-02-223-25/+2
* Disksort will not "munge" requests, BIO_ORDERED or not, so removephk2002-02-221-4/+2
* Reorder some of the ioctls and add a few new ones.mjacob2002-02-212-17/+37
* Fix a problem where a local loop disk logs out- and we get a PORT LOGGEDmjacob2002-02-211-8/+38
* Prefix structure members to protect them against clashes with eg.alfred2002-02-206-125/+125
* Cleanup of nmdm devicejulian2002-02-201-61/+100
* Add missing m_free() so we actually drain the send buffer in monitor mode.brooks2002-02-201-0/+2
* Check the status of the card bridge first thing, rather than last inimp2002-02-201-10/+16
* Add u_int16 prodext value in CISTPL_MANF_ID. This gets a fifth byteshiba2002-02-203-0/+15
* Update xe driver to probe and attach in a NEWCARD kernel.shiba2002-02-203-310/+365
* Release allocated memory and bus_space_handle on an error.nyan2002-02-191-3/+21
OpenPOWER on IntegriCloud