aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Change the sleep identifier to "-" where random normally sleeps.Poul-Henning Kamp2003-07-021-1/+1
* Mega busdma API commit.Scott Long2003-07-0194-116/+401
* Add PnP PS/2 id for Dell Latitude X200.Mike Heffner2003-07-011-0/+1
* Some gem and hme hardware bogusly has the intpin register hardwired toThomas Moestl2003-07-012-7/+12
* Add a new PCI interface method, assign_interrupt, to determine theThomas Moestl2003-07-015-6/+25
* Allow to write the intpin ivar using the pci_set_intpin() accessor. ThereThomas Moestl2003-07-011-1/+3
* Regen.Josef Karthauser2003-07-012-2/+9
* USB scanner support for Mustek BearPaw scanner.Josef Karthauser2003-07-012-0/+2
* Fix tsleep/wakup race on FreeBSD-4.Hidetoshi Shimokawa2003-07-011-2/+14
* Regen.Josef Karthauser2003-07-012-2/+9
* Support the Epson GT-9300UF usb scanner.Josef Karthauser2003-07-012-0/+2
* free_drive: Free the drive even if it's referenced. I don't know whatGreg Lehey2003-07-011-12/+7
* Include file clean up.Hidetoshi Shimokawa2003-06-303-4/+11
* acknowledge the contribution of Atsushi OnoeSam Leffler2003-06-301-0/+3
* catch failure to fetch the card's "own channel"; this should not happenSam Leffler2003-06-291-0/+4
* update to new 802.11 supportSam Leffler2003-06-281-2/+1
* Fix several problems related to resume:Hidetoshi Shimokawa2003-06-284-5/+40
* update for new 802.11 supportSam Leffler2003-06-2811-160/+134
* Add 'umct', a driver for MCT Corp. and Belkin F5U109 USB-Serial adapters.Scott Long2003-06-281-0/+510
* Fix a race condition in the flushing of commands thatJustin T. Gibbs2003-06-281-49/+379
* aic79xx.h:Justin T. Gibbs2003-06-282-10/+16
* Use clr instead of an explicit mov from ALLZEROSJustin T. Gibbs2003-06-281-2/+2
* Implement ahd_inq_scbram() and change the implementionJustin T. Gibbs2003-06-281-5/+12
* Correct a typo in a comment.Justin T. Gibbs2003-06-281-10/+23
* aic79xx.seq:Justin T. Gibbs2003-06-281-5/+4
* aic79xx.h:Justin T. Gibbs2003-06-282-16/+23
* Fix pointer/int warnings so this compiles on amd64. The driver wantsPeter Wemm2003-06-273-4/+4
* Whitespace cleanups (verified with MD5 1832ce5ede6c58c844dfb53fd48f0eea).Nate Lawson2003-06-271-123/+133
* Add support to eliminate a context switch per crypto op when using theSam Leffler2003-06-272-2/+2
* Sort the list of PCI ID's in numerical order and fix a whitespace bogon.John Baldwin2003-06-271-4/+4
* Prevent probing the secondary channel on CMD646 controllers if thePeter Grehan2003-06-271-0/+6
* Remove check to see if the get resource for the second resourceWarner Losh2003-06-271-4/+0
* Return support needed by dstumbler:Sam Leffler2003-06-272-12/+174
* - Use fwohci_poll() instead of fwohci_intr() to process the first bus reest.Hidetoshi Shimokawa2003-06-273-3/+4
* Other minor style nits I missed in ep_if_start() in my previousMaxime Henrion2003-06-261-3/+4
* Make if_ep_start() look a bit more like other if_start() functions,Maxime Henrion2003-06-261-18/+13
* Fix a race condition that was introduced since pccbb interrupts areMaxime Henrion2003-06-261-7/+5
* Set a lower bound on fragment size rather than returning a failureMatthew N. Dodd2003-06-261-4/+2
* Give the correct size for the command map to busdma.Paul Saab2003-06-261-1/+1
* Add amd64 support.Peter Wemm2003-06-261-1/+1
* - Zero the buffers used to hold configuration data from the card. Not doingScott Long2003-06-264-15/+38
* Regen.Josef Karthauser2003-06-252-11/+69
* Added some new devices and made slight changes to some existing ones.Josef Karthauser2003-06-251-3/+13
* Set pointers to NULL after free() to prevent multiple free().Matthew N. Dodd2003-06-251-0/+3
* o correct mib spelling: reset -> retestSam Leffler2003-06-251-3/+15
* Fix some style bugs.Olivier Houchard2003-06-251-47/+48
* /dev/null and /dev/zero does not need GiantPoul-Henning Kamp2003-06-241-1/+2
* Drop locks before calling if_input() since it may re-enter fxp_start()Nate Lawson2003-06-231-0/+10
* Add parenthesis so that we get all of the bits allJustin T. Gibbs2003-06-231-2/+2
* Atheros 802.11 driver. Requires Atheros Hardware Access Lay (HAL).Sam Leffler2003-06-234-0/+3201