summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Make this build on 4.x machines again (building a -current kernel on aWarner Losh2002-04-193-36/+27
* - Remove KM_ macro calls and replace with the real function we're calling.Andrew R. Reiter2002-04-194-16/+12
* Some fixes for Symbol card.Atsushi Onoe2002-04-191-2/+20
* Fix the breakage of tagged queueing that the busdma integrationSøren Schmidt2002-04-185-27/+32
* Add the PCI ID for an upcoming variant of a soon-to-be released series ofScott Long2002-04-181-0/+2
* Work around an Intel 21143 chip bug.Stephen McKay2002-04-182-14/+20
* Make delay iteration counts a function of hz as the delay period in eachBrian Somers2002-04-171-25/+21
* Make delay iteration counts a function of hz as the delay period in eachBrian Somers2002-04-171-5/+5
* Rework the kernel environment subsystem. We now convert the staticMaxime Henrion2002-04-173-23/+54
* Revert part of revision 1.49 which was supposed to be white spaceJosef Karthauser2002-04-171-1/+1
* diff reductionJulian Elischer2002-04-171-9/+0
* Slight diff-reduction to -stable.Julian Elischer2002-04-171-5/+5
* Add MODULE_VERSION.Matthew N. Dodd2002-04-171-0/+1
* - Convert the 'hfa' ATM interface driver to newbus.Matthew N. Dodd2002-04-175-0/+966
* Scale back # of luns supported for SCC to 16384- oops- top 3 bits are aMatt Jacob2002-04-163-28/+112
* Diff reduction to 4.x version.Julian Elischer2002-04-161-44/+41
* Add support for the nVIDIA nForce ATA controller.Søren Schmidt2002-04-162-58/+50
* Merge from OpenBSD's fixes:Warner Losh2002-04-162-278/+278
* Minor format nitWarner Losh2002-04-161-1/+0
* Cast another bus_addr_t to long long for a printf to quiet a warning onJohn Baldwin2002-04-161-1/+2
* - Nuke fore_pci_device.Andrew R. Reiter2002-04-161-66/+40
* - Remove PCA-200E definition -- this will be re-added in the commit toAndrew R. Reiter2002-04-161-1/+0
* Recognize the AC97 interface to the onboard sound controller on the NvidiaJohn Baldwin2002-04-151-0/+4
* Use bus_addr_t instead of u_int for local variables that are derived fromJohn Baldwin2002-04-151-5/+5
* Fix some nits in AMD AGP driver. Remove excess malloc and move a bzeroColeman Kane2002-04-151-10/+3
* Remove a spurious warning as x is always initialised before use.Ollivier Robert2002-04-151-1/+1
* Basic OpenFirmware disk driver. It will attach to anything in OpenFirmwareBenno Rice2002-04-151-0/+261
* Fix tx-rate setting for Lucent cards.Brooks Davis2002-04-141-0/+15
* Support the Siemens SpeedStream PCI card.Brooks Davis2002-04-141-0/+1
* Fix the play / record rate setting so that it actually works.John Hay2002-04-141-3/+8
* Turn on TGA support.David E. O'Brien2002-04-138-18/+64
* If the receiver runs out of space for an received frame in the internalPoul-Henning Kamp2002-04-132-22/+8
* Fix an edge case wrt membase, but more changes neededWarner Losh2002-04-131-1/+1
* Restore NetBSD copyrights that shouldn't have been removed in the first place.Warner Losh2002-04-132-0/+60
* Add a couble more Promise chip ID's.Søren Schmidt2002-04-121-1/+2
* After committing the forgotten IFM_IEEE80211_HOSTAP stuff to if_media.h,Warner Losh2002-04-121-10/+2
* unifdef -DWI_HOSTAP, like OpenBSD doesWarner Losh2002-04-125-56/+5
* ifdef WI_HOSTAP some stuff that seems like it needs to be ifdef'd.Alfred Perlstein2002-04-121-0/+2
* Replace the original host WEP implementation with the one in OpenBSDWarner Losh2002-04-122-138/+122
* Add ActionTec HWC01170 and Linksys IWN2Warner Losh2002-04-111-0/+2
* Catchup to 1.32Warner Losh2002-04-111-1/+7
* Add ACTIONTEC HWC01170 from OpenBSDWarner Losh2002-04-111-0/+4
* Make this compile again when UMASS_DEBUG isn't defined.John Baldwin2002-04-111-0/+2
* Fix a warning due to the code assuming sizeof(int) == sizeof(void *) whichJohn Baldwin2002-04-111-1/+1
* Add yet another chip ID for a Promise TX2 chip.Søren Schmidt2002-04-113-0/+4
* Delay umass_cam_rescan by 200 ms to make sure attach is finished by theNick Hibma2002-04-111-3/+12
* Fix the I/O performance issues with the ciss driver where CAM was limitingPaul Saab2002-04-111-1/+2
* Only calculate Promise magic if a device is there for info.Søren Schmidt2002-04-111-2/+2
* Integrate the hostap stuff that Thomas Skibo <skibo@packbell.net>Warner Losh2002-04-118-52/+1768
* better initWarner Losh2002-04-111-4/+6