summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* catch failure to fetch the card's "own channel"; this should not happensam2003-06-291-0/+4
* update to new 802.11 supportsam2003-06-281-2/+1
* Fix several problems related to resume:simokawa2003-06-284-5/+40
* update for new 802.11 supportsam2003-06-2811-160/+134
* Add 'umct', a driver for MCT Corp. and Belkin F5U109 USB-Serial adapters.scottl2003-06-281-0/+510
* Fix a race condition in the flushing of commands thatgibbs2003-06-281-49/+379
* aic79xx.h:gibbs2003-06-282-10/+16
* Use clr instead of an explicit mov from ALLZEROSgibbs2003-06-281-2/+2
* Implement ahd_inq_scbram() and change the implementiongibbs2003-06-281-5/+12
* Correct a typo in a comment.gibbs2003-06-281-10/+23
* aic79xx.seq:gibbs2003-06-281-5/+4
* aic79xx.h:gibbs2003-06-282-16/+23
* Fix pointer/int warnings so this compiles on amd64. The driver wantspeter2003-06-273-4/+4
* Whitespace cleanups (verified with MD5 1832ce5ede6c58c844dfb53fd48f0eea).njl2003-06-271-123/+133
* Add support to eliminate a context switch per crypto op when using thesam2003-06-272-2/+2
* Sort the list of PCI ID's in numerical order and fix a whitespace bogon.jhb2003-06-271-4/+4
* Prevent probing the secondary channel on CMD646 controllers if thegrehan2003-06-271-0/+6
* Remove check to see if the get resource for the second resourceimp2003-06-271-4/+0
* Return support needed by dstumbler:sam2003-06-272-12/+174
* - Use fwohci_poll() instead of fwohci_intr() to process the first bus reest.simokawa2003-06-273-3/+4
* Other minor style nits I missed in ep_if_start() in my previousmux2003-06-261-3/+4
* Make if_ep_start() look a bit more like other if_start() functions,mux2003-06-261-18/+13
* Fix a race condition that was introduced since pccbb interrupts aremux2003-06-261-7/+5
* Set a lower bound on fragment size rather than returning a failuremdodd2003-06-261-4/+2
* Give the correct size for the command map to busdma.ps2003-06-261-1/+1
* Add amd64 support.peter2003-06-261-1/+1
* - Zero the buffers used to hold configuration data from the card. Not doingscottl2003-06-264-15/+38
* Regen.joe2003-06-252-11/+69
* Added some new devices and made slight changes to some existing ones.joe2003-06-251-3/+13
* Set pointers to NULL after free() to prevent multiple free().mdodd2003-06-251-0/+3
* o correct mib spelling: reset -> retestsam2003-06-251-3/+15
* Fix some style bugs.cognet2003-06-251-49/+50
* /dev/null and /dev/zero does not need Giantphk2003-06-241-1/+2
* Drop locks before calling if_input() since it may re-enter fxp_start()njl2003-06-231-0/+10
* Add parenthesis so that we get all of the bits allgibbs2003-06-231-2/+2
* Atheros 802.11 driver. Requires Atheros Hardware Access Lay (HAL).sam2003-06-234-0/+3201
* Check compatibility partitions on all archs. This makes vinumharti2003-06-231-2/+0
* This is a driver for Fore PCA200E cards that uses busdma and works onharti2003-06-235-0/+6659
* Add a PCI ID for the Apollo Pro 133A.mdodd2003-06-231-0/+2
* Add PCI IDs for the i82855 and i82875P AGP bridges.mdodd2003-06-231-0/+12
* prevent the number of patterns from exceeding the number of pci devices.jmg2003-06-231-1/+1
* cleanup /dev/pci code some:jmg2003-06-231-54/+20
* Remove 256 unit limit, there is no evil minor number encoding tophk2003-06-221-2/+0
* Re-enabled PCI irq routing on pc98.nyan2003-06-221-1/+1
* use a REG macro that was already defined.jmg2003-06-221-3/+10
* fix another LP64 problem. READ_IVAR takes a pointer to an uintptr_t, notjmg2003-06-201-1/+3
* Add support for the HighPoint HPT302 & HPT371sos2003-06-191-0/+2
* make iicbb_devclass and iicbb_driver globally visible. This will letjmg2003-06-192-2/+5
* Add vm object locking.alc2003-06-191-0/+6
* Fixing some glaring problems with aac_disk_dump().scottl2003-06-191-2/+18
OpenPOWER on IntegriCloud