summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up some debugging output.n_hibma2002-02-191-9/+26
* Put the stard/end adjustments back. They are needed. Also make startimp2002-02-191-2/+18
* o Count the number of mem and io spaces we allocate. If none work, bail outimp2002-02-191-3/+15
* Do the cast away of unsignedness in a way that is more commprehensible.imp2002-02-191-1/+1
* Merge from NetBSD:joe2002-02-191-4/+13
* Add play (but not record) support for the Sis 7012.alfred2002-02-191-3/+27
* Add support for the Highpoint HPT372 based cards (rocketraid 133).sos2002-02-183-31/+40
* Fix the problem that some (in my book broken) disks reportssos2002-02-181-1/+2
* More for f/w crash dumps (bug fixing and adding ioctl entry pointsmjacob2002-02-184-4/+63
* Fix a formatting error.joe2002-02-171-6/+6
* KNF style the code, ready for an MFC.joe2002-02-171-54/+64
* KNF style the code, ready for an MFC.joe2002-02-171-38/+41
* Move the bus_space_subregion function from the puc driver to the bus_spacenyan2002-02-171-12/+0
* Support for f/w crash dumps (2200 && 23XX).mjacob2002-02-174-20/+401
* Hints for WWN are now WWNN and/or WWPN.mjacob2002-02-171-2/+2
* Add in support firmware crash dumps. Change CFG options to splitmjacob2002-02-171-2/+13
* Bulk changes made during the BSDcon kernel summit and travel afterwards.imp2002-02-173-582/+669
* I am sick of being told that "cstsevent occures".des2002-02-161-2/+2
* Add the puc (PCI "Universal" Communications) driver. The idea and some ofjhay2002-02-164-0/+1649
* Dont try to attach ATA RAID's if none found.sos2002-02-161-0/+3
* Merge from NetBSD:joe2002-02-165-16/+21
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.joe2002-02-156-0/+18
* #include "opt_compat.h" so that the support for old ioctls can actuallybde2002-02-152-0/+8
* Added undocumented options AAC_DEBUG, ACD_DEBUG, ACPI_MAX_THREADS,bde2002-02-153-1/+5
* Spell #if 0 correctlygallatin2002-02-141-2/+2
OpenPOWER on IntegriCloud