summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some bugs in the handling of the case of not enough tx descriptorstmm2002-03-091-12/+14
* Even more Highpoint RAID support.sos2002-03-085-111/+117
* Remove the #if __FreeBSD_version glue now that the puc driver is part ofjhay2002-03-082-11/+0
* Add pc98 support.nyan2002-03-081-0/+3
* Support newer Highpoint BIOS's extended config.sos2002-03-082-23/+25
* cosmeticssos2002-03-081-1/+1
* Oops I mixed up the patch for -current & -stable, sorry ....sos2002-03-071-4/+4
* Disable RIO (reduced interrupt operation) for 2200 boards- it seemed likemjacob2002-03-071-4/+25
* Minor cosmetic changes to minimise diffs for MFC.sos2002-03-075-15/+4
* Fix a couble of bugs in the rebuild code, return errors properly.sos2002-03-072-42/+49
* Update for the 6.9 firmware family (6xxx controllers), as well as formsmith2002-03-075-20/+132
* Don't use __FBSDID yet. Looks like most (all?) of the rest of the kernelimp2002-03-072-4/+0
* Implement hw.cardbus.debug and hw.cardbus.cis_debug to help debug someimp2002-03-072-24/+25
OpenPOWER on IntegriCloud