aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix some gcc-3.1+ warnings:Peter Wemm2002-03-193-2/+6
* Sync the uhci_dump_foo routines with NetBSD, and remove an errant additionalJosef Karthauser2002-03-191-54/+14
* add missing semicolon.Alfred Perlstein2002-03-191-1/+1
* Fix bio->bio_blkno format warning.Alfred Perlstein2002-03-191-4/+4
* Add some break's after default: in the end of switch statements toPeter Wemm2002-03-192-0/+4
* Fix a gcc-3.1+ warning.Peter Wemm2002-03-192-0/+5
* Regen; post SMC id's and also pick up a previously forgotten regen(?).Peter Wemm2002-03-192-2/+49
* Add another SMC device ID and the hub ID that it went with.Peter Wemm2002-03-191-0/+3
* Add the ia64 bus space tag for the IO ports (!).Peter Wemm2002-03-192-0/+8
* Initialize variables before use. This was needed to pass -Werror.Jeff Roberson2002-03-191-0/+4
* The previous commit missed fixing 2 old printf format errors andBruce Evans2002-03-191-3/+3
* Fix printf warning caused by recent changes in bio_pblkno's type.Andrew Gallatin2002-03-191-1/+2
* Fixed printf format errors in previous commit. %llu is no more suitableBruce Evans2002-03-181-2/+4
* Fixed printf format errors in previous commit. %llu is no more suitableBruce Evans2002-03-181-2/+3
* Formats that print the block number need to be changed from %u toWarner Losh2002-03-182-4/+4
* Add a USB comm driver.Josef Karthauser2002-03-185-0/+3025
* Cleanup the chipset setup a bit.Søren Schmidt2002-03-181-6/+12
* Add support for the ServerWorks CSB5 chipsSøren Schmidt2002-03-182-5/+60
* Regen for 1.28 of pccarddevsWarner Losh2002-03-171-1/+7
* Add support for the home Wireless Network airway wireless pcmcia card.Warner Losh2002-03-171-0/+4
* Work around a PLX9050 bug that causes system lockup in certain systems,Bruce Evans2002-03-171-3/+4
* Extend CONS_GETINFO ioctl to provide information about size of the currentlyMaxim Sobolev2002-03-161-0/+1
* o Rework the identify routine a little, merging it with NetBSD's wi.Warner Losh2002-03-163-50/+45
* Add more functionality to the CDIOCREADSUBCHANNEL ioctl.Søren Schmidt2002-03-162-35/+29
* Fix 64bit arch problems.Søren Schmidt2002-03-162-5/+6
* Remove useless splXXX set.Søren Schmidt2002-03-161-3/+0
* Merge from NetBSD:Josef Karthauser2002-03-164-11/+26
* Bump some $NetBSD$ idents for patches that have already been previouslyJosef Karthauser2002-03-162-2/+2
* Huge merge from NetBSD:Josef Karthauser2002-03-168-293/+368
* Add device ID for Xircom modem. Also add work around from gwk@sgi.comWarner Losh2002-03-162-3/+10
* Support for LG GM82C700, an AIC6360 clone.Luoqi Chen2002-03-153-11/+39
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-156-14/+14
* Update to the RAID1 rebuild code.Søren Schmidt2002-03-152-21/+37
* Revert most of the recent PCI merge. This has proven to be tooWarner Losh2002-03-152-126/+971
* Unbreak the probing of some CDROM drives.Søren Schmidt2002-03-141-3/+3
* Only allow super user to perform the Linux compatible ioctls since someDoug Ambrisko2002-03-141-0/+4
* Fixes to make select/poll mpsafe.Alfred Perlstein2002-03-147-10/+6
* Add 5th parameter to pci_read_device specifying the size of the objectWarner Losh2002-03-132-6/+6
* Cleanup the recent cardbus cleanups. This fixes some of the panicsWarner Losh2002-03-132-50/+31
* Only i386 has wbinvd().Doug Rabson2002-03-121-0/+2
* Do not concatenate __func__ with strings, because it is not a string.Peter Wemm2002-03-121-2/+2
* Do not do string concatenation with __func__ (which is not a string)Peter Wemm2002-03-121-1/+1
* Recent acpica imports have changed the lengths from UINT32 to ACPI_SIZE,Peter Wemm2002-03-121-3/+3
* Add support for 3Com Airconnect PCI cards.Brooks Davis2002-03-111-0/+1
* Add new support for locking an ATA channel and use that throughoutSøren Schmidt2002-03-118-49/+70
* On FreeBSD make usb_proc_t the same as d_thred_t always.Warner Losh2002-03-111-2/+2
* Be more specific about when block major numbers disappeared fromJosef Karthauser2002-03-119-9/+9
* Due to changes in the handling of the #line directive by GCC(cpp) 3.1,David E. O'Brien2002-03-111-1/+1
* Make the diagnostics printfs less ugly.Dima Dorfman2002-03-111-4/+6
* Use the pci_enable_* functions instead of manually fiddling with theThomas Moestl2002-03-112-12/+8