summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Put MODULE_VERSION back here so that ispfw is happy.mjacob2002-07-251-0/+2
* Regen.takawata2002-07-252-3/+10
* MFNetBSD: FTDI USB-serial converter chips description.takawata2002-07-251-1/+2
* Fix some of the places where sound(4) can sleep with a lock held. (Helpgreen2002-07-253-12/+30
* Fake a resume method for this chip via calling detach/attach. This letsambrisko2002-07-241-1/+10
* Fix warning.jake2002-07-241-0/+4
* Fix the sound driver vchan support to work when hw.snd.maxautovchanskan2002-07-231-1/+2
* Minimal tweak to not depend on NPCI, but still maintain portabilitypeter2002-07-232-6/+12
* Add NULL check for the output buffer from AcpiEvaluateObject().iwasaki2002-07-231-2/+2
* integrate from p4 repo:imp2002-07-221-9/+16
* Three minor changes:imp2002-07-221-14/+15
* Fix the transfer size calculation.sos2002-07-221-1/+1
* Sync with the spl changes in -stable.sos2002-07-222-2/+6
* Update the tags handling a bit, which makes support for thesos2002-07-223-83/+72
* - Remove unnecessary break statement.robert2002-07-221-2/+1
* Add device(power/sleep button and lid) wake function from sleeping state.iwasaki2002-07-224-5/+174
* Move lock in pcm_chn_add() to after malloc.orion2002-07-221-3/+2
* Make this compile.peter2002-07-221-0/+8
* Remove dependency on NPCI. Use 'options ATA_NOPCI' to compile withoutpeter2002-07-211-3/+5
* Add uaudio -- a USB audio device driver.nsayer2002-07-214-0/+3720
* Remove abuse of NBKTR - this was always a NOP on freebsd. We neverpeter2002-07-213-11/+1
* Remove #if 0'ed abuse of NPCIpeter2002-07-211-3/+0
* Remove #include <pci.h> - there is no abuse of NPCI herepeter2002-07-211-1/+0
* The CNW_801 and CNW_802 are wireless cards that the cnw driver supports.imp2002-07-211-2/+0
* Don't abuse __FreeBSD__ as version number. Since it was >= 3, removeimp2002-07-211-2/+0
* Minor whitespace nits. remove #if 1 and #endif pair, but not code between.imp2002-07-212-7/+1
* cardbus attachment.imp2002-07-211-0/+1
* Reset the 16-bit bus and turn off power. More work in this area mayimp2002-07-211-1/+7
* Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2imp2002-07-212-447/+0
* o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed,alc2002-07-212-0/+4
* Add PCI IDs for the A, B, and C UHCI controllers in the ICH4.jhb2002-07-191-0/+27
* Add PCI ID for the ICH4 ATA100 controller.jhb2002-07-192-0/+4
* Eliminate the need for pccard_common.c by moving the function inlineimp2002-07-173-70/+19
* Add support for Elsa XI325, Netgear MA401RA, and Nokia C110. From OpenBSDimp2002-07-171-0/+3
* regen from pccarddevs 1.33imp2002-07-171-2/+18
* MFOpenBSD:imp2002-07-171-1/+9
* - Use more correct values to initialize the AGP controller during setup.jhb2002-07-171-6/+21
* - Use IO mode to reset the controller (82544 and beyond)pdeuskar2002-07-166-103/+429
* Add missing quotes around ID string in __FBSDID().tmm2002-07-161-1/+1
* Re-fetch the interface handle after setting the config number,iedowse2002-07-152-1/+4
* Upgrade the random device to use a "real" hash instead of buildingmarkm2002-07-153-54/+11
* Use semicolons at the end of function-like macros for the sake ofmarkm2002-07-152-2/+2
* Correct module name of my previous commit.ume2002-07-151-1/+1
* fix driver name in DRIVER_MODULEfjoe2002-07-152-2/+2
* o Lock page queue accesses by vm_page_wire().alc2002-07-142-0/+4
* Miscellaneous fixes:tmm2002-07-142-28/+47
* o Complete the locking of page queue accesses by vm_page_unwire().alc2002-07-132-0/+6
* When usb is kld, ucom and uplcom were failed to load because ofume2002-07-132-0/+2
* Remove a couple of debugging lines.mjacob2002-07-111-7/+0
* 'Support' for ISP SBus cards.mjacob2002-07-115-9/+853
OpenPOWER on IntegriCloud