summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix a gcc-3.1+ warning.peter2002-03-192-0/+5
* Regen; post SMC id's and also pick up a previously forgotten regen(?).peter2002-03-192-2/+49
* Add another SMC device ID and the hub ID that it went with.peter2002-03-191-0/+3
* Add the ia64 bus space tag for the IO ports (!).peter2002-03-192-0/+8
* Initialize variables before use. This was needed to pass -Werror.jeff2002-03-191-0/+4
* The previous commit missed fixing 2 old printf format errors andbde2002-03-191-3/+3
* Fix printf warning caused by recent changes in bio_pblkno's type.gallatin2002-03-191-1/+2
* Fixed printf format errors in previous commit. %llu is no more suitablebde2002-03-181-2/+4
* Fixed printf format errors in previous commit. %llu is no more suitablebde2002-03-181-2/+3
* Formats that print the block number need to be changed from %u toimp2002-03-182-4/+4
* Add a USB comm driver.joe2002-03-185-0/+3025
* Cleanup the chipset setup a bit.sos2002-03-181-6/+12
* Add support for the ServerWorks CSB5 chipssos2002-03-182-5/+60
* Regen for 1.28 of pccarddevsimp2002-03-171-1/+7
* Add support for the home Wireless Network airway wireless pcmcia card.imp2002-03-171-0/+4
* Work around a PLX9050 bug that causes system lockup in certain systems,bde2002-03-171-3/+4
* Extend CONS_GETINFO ioctl to provide information about size of the currentlysobomax2002-03-161-0/+1
* o Rework the identify routine a little, merging it with NetBSD's wi.imp2002-03-163-50/+45
* Add more functionality to the CDIOCREADSUBCHANNEL ioctl.sos2002-03-162-36/+30
* Fix 64bit arch problems.sos2002-03-162-5/+6
* Remove useless splXXX set.sos2002-03-161-3/+0
* Merge from NetBSD:joe2002-03-164-11/+26
* Bump some $NetBSD$ idents for patches that have already been previouslyjoe2002-03-162-2/+2
* Huge merge from NetBSD:joe2002-03-168-293/+368
* Add device ID for Xircom modem. Also add work around from gwk@sgi.comimp2002-03-162-3/+10
* Support for LG GM82C700, an AIC6360 clone.luoqi2002-03-153-11/+39
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-156-14/+14
* Update to the RAID1 rebuild code.sos2002-03-152-21/+37
* Revert most of the recent PCI merge. This has proven to be tooimp2002-03-152-126/+971
* Unbreak the probing of some CDROM drives.sos2002-03-141-3/+3
* Only allow super user to perform the Linux compatible ioctls since someambrisko2002-03-141-0/+4
* Fixes to make select/poll mpsafe.alfred2002-03-147-10/+6
* Add 5th parameter to pci_read_device specifying the size of the objectimp2002-03-132-6/+6
* Cleanup the recent cardbus cleanups. This fixes some of the panicsimp2002-03-132-50/+31
* Only i386 has wbinvd().dfr2002-03-121-0/+2
* Do not concatenate __func__ with strings, because it is not a string.peter2002-03-121-2/+2
* Do not do string concatenation with __func__ (which is not a string)peter2002-03-121-1/+1
* Recent acpica imports have changed the lengths from UINT32 to ACPI_SIZE,peter2002-03-121-3/+3
* Add support for 3Com Airconnect PCI cards.brooks2002-03-111-0/+1
* Add new support for locking an ATA channel and use that throughoutsos2002-03-118-49/+70
* On FreeBSD make usb_proc_t the same as d_thred_t always.imp2002-03-111-2/+2
* Be more specific about when block major numbers disappeared fromjoe2002-03-119-9/+9
* Due to changes in the handling of the #line directive by GCC(cpp) 3.1,obrien2002-03-111-1/+1
* Make the diagnostics printfs less ugly.dd2002-03-111-4/+6
* Use the pci_enable_* functions instead of manually fiddling with thetmm2002-03-112-12/+8
* Silence a warning when compile without atapi devices.sos2002-03-101-3/+4
* Do not call a synthesizer with a sequencer lock held.tanimura2002-03-101-2/+12
* Add SONY VAIO psm controller ISA-PnP ID.takawata2002-03-101-0/+1
* Fix one genuine bug and a potential one:luigi2002-03-101-2/+2
* Set the busmaster enable bit in the PCI command register, as the firmwaretmm2002-03-091-0/+9
OpenPOWER on IntegriCloud