summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* This was only half-implemented when I committed it, and certainly didn'tmsmith2001-07-061-30/+92
* Call ttymalloc() when sysmouse is opened, rather thanyokota2001-07-061-1/+1
* Make these compile again by adding proc.h include for GIANT_REQUIREDjhb2001-07-056-0/+6
* Oops- missed a CAMLOCK_2_ISP case.mjacob2001-07-051-0/+1
* Things have become cinched down more tightly about assertions for Giant.mjacob2001-07-051-4/+22
* Set vendor string correctly for the Apple KeyLargo.benno2001-07-051-0/+4
* Pull in the current version of NetBSD's ulpt.c, supporting bidirectionaln_hibma2001-07-051-83/+201
* Regen.n_hibma2001-07-052-55/+353
* Pull in the most recent version of usb_quirks.h and propagate the necessaryn_hibma2001-07-058-194/+161
* Make the string argument a const.n_hibma2001-07-051-2/+2
* Update with NetBSD versionn_hibma2001-07-051-20/+66
* Improve some error messages slightly.msmith2001-07-051-2/+5
* Implement PCI interrupt routing using the ACPI data attached to themsmith2001-07-052-10/+510
* Fix a couple of misunderstandings in the monitor code. Passive coolingmsmith2001-07-051-50/+131
* Add a new helper function for finding resources in resource buffers.msmith2001-07-053-198/+275
* Sync to pccarddevs 1.12imp2001-07-051-7/+68
* Merge from NetBSD:imp2001-07-051-4/+31
* More cleanup when detaching. Clone device entries will now bejoerg2001-07-041-17/+41
* Add CAM_NEW_TRAN_CODE support. Use correct CAMLOCK_2_ISPLOCK macros.mjacob2001-07-041-31/+234
* Macroize request/response in/out queue pointer access.mjacob2001-07-041-1/+1
* Some possibly helpful casts.mjacob2001-07-041-3/+3
* Add a microcomment about how you'd use ispds64_t or ispdlist_tmjacob2001-07-041-0/+8
* Add a bunch of additional defines for completion codes. Definemjacob2001-07-041-16/+75
* Firmware crashes handled in platform specific code (isp_async call).mjacob2001-07-041-3/+5
* More 2300 support prep- the Request/Response in/out pointers aremjacob2001-07-041-36/+34
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-5/+4
* - Don't overwrite inb, inw and outw.nyan2001-07-047-221/+392
* Add code, imperfect though it may be, for CAM_NEW_TRAN_CODE compilation.mjacob2001-07-041-11/+115
* * simplifycg2001-07-032-823/+325
* remove obsolete typedefs.cg2001-07-033-7/+5
* Correct obviously wrong mistakes.green2001-07-023-3/+3
* make it compile again in -currentmjacob2001-07-021-1/+1
* Detect the device on e.g. Dell OptiPlex GX110s.green2001-07-021-0/+1
* Make all this compile on 4.3, modulus sbuf.green2001-07-024-3/+15
* Add device ID for the OHCI controller in the Apple KeyLargo chip.benno2001-07-021-0/+5
* Fixed to support C-NET(9N)E.nyan2001-07-021-9/+2
* Minor style(9) changes before I get going.imp2001-07-021-41/+40
* Fix a couple of compile warnings because WLDEBUG and WLCACHE wereimp2001-07-021-2/+8
* Move wl driver to dev/wl. Repo copied to dev/wl, the old copiesimp2001-07-021-2/+2
* Repo copy i82586.h to dev/ic/i82586.h.imp2001-07-021-1/+1
* intel ich/ich2 driver - this needs some work but is functional enough forcg2001-07-012-0/+1205
* add module version/dependanciescg2001-07-011-1/+4
* don't set a flag that is already setcg2001-07-011-1/+3
* set default 'monitor' volume (ac97 headphones) to 75%cg2001-07-011-0/+1
* Submitted by: Chip Salzenberg <chip@perlsupport.com>.groudier2001-07-011-2/+5
* Add AboCom Systems USB to 1M HomePNA & 10M/100M Fast Ethernet Adapter.n_hibma2001-06-301-0/+1
* Don't free memory that has been freed already.n_hibma2001-06-302-2/+1
* Remove the resume method. It is not necessary any more, becauseyokota2001-06-302-13/+0
* Add the device resume method to keyboard drivers.yokota2001-06-303-1/+42
* If we are in DDB, don't switch to a vty in the VT_PROCESS mode.yokota2001-06-301-0/+6
OpenPOWER on IntegriCloud