aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* AcpiOsPrintf and AcpiOsVprintf now return void.Mike Smith2002-02-231-6/+4
* AcpiOsCallocate is no longer required.Mike Smith2002-02-231-11/+0
* Match namespace cleanup changes in ACPI CA 20020217 update.Mike Smith2002-02-235-24/+25
* Add our own private defines for driver debug layers.Mike Smith2002-02-231-7/+18
* Match namespace cleanup changes in ACPI CA 20020217 update.Mike Smith2002-02-231-46/+72
* Match namespace cleanup changes in ACPI CA 20020217 update.Mike Smith2002-02-232-60/+68
* Match namespace cleanup changes in ACPI CA 20020217 update.Mike Smith2002-02-232-38/+74
* Match namespace cleanup changes in ACPI CA 20020217 update.Mike Smith2002-02-234-16/+16
* Match namespace cleanup changes in ACPI CA 20020217 update.Mike Smith2002-02-231-38/+44
* Match namespace cleanup changes in ACPI CA 20020217 update.Mike Smith2002-02-231-34/+15
* Match namespace cleanup changes in ACPI CA 20020217 update.Mike Smith2002-02-231-125/+78
* Allow PCI_ALLOW_UNSUPPORTED_IO_RANGE to leave broken setups broken enoughPoul-Henning Kamp2002-02-221-0/+18
* GC: BIO_ORDERED going away.Poul-Henning Kamp2002-02-223-25/+2
* Disksort will not "munge" requests, BIO_ORDERED or not, so removePoul-Henning Kamp2002-02-221-4/+2
* Reorder some of the ioctls and add a few new ones.Matt Jacob2002-02-212-17/+37
* Fix a problem where a local loop disk logs out- and we get a PORT LOGGEDMatt Jacob2002-02-211-8/+38
* Prefix structure members to protect them against clashes with eg.Alfred Perlstein2002-02-206-125/+125
* Cleanup of nmdm deviceJulian Elischer2002-02-201-59/+98
* Add missing m_free() so we actually drain the send buffer in monitor mode.Brooks Davis2002-02-201-0/+2
* Check the status of the card bridge first thing, rather than last inWarner Losh2002-02-201-10/+16
* Add u_int16 prodext value in CISTPL_MANF_ID. This gets a fifth byteTakeshi Shibagaki2002-02-203-0/+15
* Update xe driver to probe and attach in a NEWCARD kernel.Takeshi Shibagaki2002-02-203-310/+365
* Release allocated memory and bus_space_handle on an error.Yoshihiro Takahashi2002-02-191-3/+21
* Clean up some debugging output.Nick Hibma2002-02-191-9/+26
* Put the stard/end adjustments back. They are needed. Also make startWarner Losh2002-02-191-2/+18
* o Count the number of mem and io spaces we allocate. If none work, bail outWarner Losh2002-02-191-3/+15
* Do the cast away of unsignedness in a way that is more commprehensible.Warner Losh2002-02-191-1/+1
* Merge from NetBSD:Josef Karthauser2002-02-191-4/+13
* Add play (but not record) support for the Sis 7012.Alfred Perlstein2002-02-191-3/+27
* Add support for the Highpoint HPT372 based cards (rocketraid 133).Søren Schmidt2002-02-183-31/+40
* Fix the problem that some (in my book broken) disks reportsSøren Schmidt2002-02-181-1/+2
* More for f/w crash dumps (bug fixing and adding ioctl entry pointsMatt Jacob2002-02-184-4/+63
* Fix a formatting error.Josef Karthauser2002-02-171-6/+6
* KNF style the code, ready for an MFC.Josef Karthauser2002-02-171-54/+64
* KNF style the code, ready for an MFC.Josef Karthauser2002-02-171-38/+41
* Move the bus_space_subregion function from the puc driver to the bus_spaceYoshihiro Takahashi2002-02-171-12/+0
* Support for f/w crash dumps (2200 && 23XX).Matt Jacob2002-02-174-20/+401
* Hints for WWN are now WWNN and/or WWPN.Matt Jacob2002-02-171-2/+2
* Add in support firmware crash dumps. Change CFG options to splitMatt Jacob2002-02-171-2/+13
* Bulk changes made during the BSDcon kernel summit and travel afterwards.Warner Losh2002-02-173-571/+658
* I am sick of being told that "cstsevent occures".Dag-Erling Smørgrav2002-02-161-2/+2
* Add the puc (PCI "Universal" Communications) driver. The idea and some ofJohn Hay2002-02-164-0/+1649
* Dont try to attach ATA RAID's if none found.Søren Schmidt2002-02-161-0/+3
* Merge from NetBSD:Josef Karthauser2002-02-165-16/+21
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.Josef Karthauser2002-02-156-0/+18
* #include "opt_compat.h" so that the support for old ioctls can actuallyBruce Evans2002-02-152-0/+8
* Added undocumented options AAC_DEBUG, ACD_DEBUG, ACPI_MAX_THREADS,Bruce Evans2002-02-153-1/+5
* Spell #if 0 correctlyAndrew Gallatin2002-02-141-2/+2
* Fix a bug introduced in rev.1.40 which can cause systems to crash whenBrian Feldman2002-02-141-7/+9
* Regenerate.Josef Karthauser2002-02-142-2/+9