summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Merge a little from NetBSD.imp2002-03-051-2/+24
* Misc little cleanups:sos2002-03-054-13/+12
* Add generalized power profile code.iwasaki2002-03-045-93/+41
* Support for USB fm radio.alfred2002-03-043-0/+526
* Add a bunch of cards from NetBSD and maybe other places.imp2002-03-041-0/+5
* Suspend and resume related patches from Toshikazu Ichinoseki <t.ichinoseki@ni...orion2002-03-041-12/+85
* Provide infrastructure for harvesting SWI entropy.markm2002-03-031-0/+3
* Massive lint-inspired cleanup.markm2002-03-036-70/+84
* Forgot this litte patch, scale the individual disk size from thesos2002-03-031-3/+3
* Major update of the ATA RAID code, part 3:sos2002-03-037-284/+407
* Add two IrDA controller ID: IBM TP240(Probably NSC compatible), and SMC IrCCtakawata2002-03-031-0/+2
* Fixed a printf format error.bde2002-03-021-1/+3
* Make 128-bit WEP (aka 104-bit WEP) work with Prism based cards.brooks2002-03-021-3/+6
* Add support for VT8233.orion2002-03-012-75/+200
* Fix debug printf formatspeter2002-02-281-2/+1
* Fix some unused warnings. One function is only used ifpeter2002-02-271-0/+8
* Fix warnings (comment out unused tables that are taking space in thepeter2002-02-271-0/+4
* Fix warningspeter2002-02-272-2/+2
* Fix warnings. The driver would be more useful with a DRIVER_MODULE()peter2002-02-274-1/+5
* Repair some warnings. These are accessing idle portions of shared memorypeter2002-02-271-5/+9
* Remove support for FreeBSD 2.x from this driver.imp2002-02-271-120/+1
* Fix warning (passing wrong arg to arp_ifinit())peter2002-02-271-1/+1
* 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
OpenPOWER on IntegriCloud