aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove condition variables and status associated with target modeMatt Jacob2004-02-081-6/+2
* Allow amr(4) to get a dynamic major number instead of a static one.Scott Long2004-02-081-3/+0
* Don't free ressources that haven't been allocated. This should fixLukas Ertl2004-02-081-2/+9
* Don't hold NDIS_LOCK() around call to ndis_getstate_80211() since itBill Paul2004-02-071-0/+2
* Remove the use of AACQ_COMPLETE here since there is no longer a completionScott Long2004-02-071-3/+0
* Do some small cleanups to comments and remove AACQ_COMPLETE definitions sinceScott Long2004-02-073-7/+4
* Remove the hack of lowering AAC_MAX_FIB now that the root cause of theScott Long2004-02-071-1/+1
* If a command has to be deferred because there are no more resources for itScott Long2004-02-071-9/+11
* Checkpoint of work in progress in cleaning up target mode. It actuallyMatt Jacob2004-02-071-16/+92
* add a count for inotifies as well as atios.Matt Jacob2004-02-071-0/+1
* Reverse role defines for initiator and target mode to better match theMatt Jacob2004-02-071-4/+6
* Add case to handle ISPCTL_GET_PDB.Matt Jacob2004-02-071-0/+9
* If we're defined to have a default role for target mode, make itMatt Jacob2004-02-071-5/+4
* Change role defines so that they better match class 3 service parameters.Matt Jacob2004-02-071-3/+4
* Reduce AAC_MAX_FIBS to work around some yet-unidentified bugs in theScott Long2004-02-071-1/+1
* - Broaden the scope of locking in aac_command_thread() again to catch someScott Long2004-02-071-11/+17
* Add an #ifdef _KERNEL so that this file can be used from userland.Scott Long2004-02-071-1/+2
* Make all ACPI debug layers unique again. This makes debugging a morePhilip Paeps2004-02-061-6/+6
* MFNetBSD:MIHIRA Sanpei Yoshiro2004-02-061-2/+9
* Commit simple workarounf for the "LiteOn" hang on boot problem.Søren Schmidt2004-02-061-0/+1
* Make LINT compile on amd64Peter Wemm2004-02-061-2/+2
* Make this compile on amd64.Peter Wemm2004-02-061-6/+6
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
* Added missing DPADD.Ruslan Ermilov2004-02-051-0/+1
* Fix wrong check.Pawel Jakub Dawidek2004-02-052-2/+2
* Eliminate global cons_unavailable flag and replace it by the statusAlexander Kabaev2004-02-051-6/+9
* Compile on amd64. (pointer/int mismatches and printf int vs long )Peter Wemm2004-02-051-5/+5
* When creating raid5 or striped plexes, avoid falling out of boundsLukas Ertl2004-02-041-24/+27
* Expand the mask for the Avlab Technology, PCI IO 2S entry to cover theJohn Baldwin2004-02-041-1/+1
* aic7xxx.c:Justin T. Gibbs2004-02-041-4/+2
* aic79xx.c:Justin T. Gibbs2004-02-046-135/+327
* - add an identify method, since the disk device used to be pickedPeter Grehan2004-02-041-3/+29
* Implement support for single packet sends. The Intel Centrino driverBill Paul2004-02-031-7/+29
* Notify the user (at kern.emerg) that the system will be shutting down ifNate Lawson2004-02-031-5/+13
* If the temperature is at _HOT or _CRT for 3 sequential readings, shutdownNate Lawson2004-02-021-14/+21
* Add CRD_F_KEY_EXPLICIT which allows the key to be changed perPoul-Henning Kamp2004-02-021-0/+2
* Move the enabling of interrupt back to where it was some time ago.Søren Schmidt2004-02-021-4/+3
* MFNetBSD: URL updates(rev.1.108)MIHIRA Sanpei Yoshiro2004-02-021-4/+4
* Fix support for the Promise TX4 on amd64.Søren Schmidt2004-02-022-1/+2
* Add new Apple GEM PCI id.Peter Grehan2004-02-021-0/+1
* Use the OID_802_11_CONFIGURATION OID when deciding if the underlying driverBill Paul2004-02-011-2/+4
* Add the Canon N1240U to the mix. It appears to be similar to theWarner Losh2004-01-311-0/+1
* Be more robust in the probe. We dont want to get into a loop withSøren Schmidt2004-01-302-24/+38
* Add NEC uPD72873.Hidetoshi Shimokawa2004-01-302-0/+5
* Use device_identify and bus_add_child methods to add a firewireHidetoshi Shimokawa2004-01-303-30/+57
* Take the plunge and make this driver be INTR_FAST. This re-arranges theScott Long2004-01-303-61/+55
* Cleanups/cosmetics.Søren Schmidt2004-01-293-9/+8
* Add dependency to snd_via8233Michael Reifenberger2004-01-291-0/+1
* Fix a bug where we never managed to include the sense data we wanted to send.Matt Jacob2004-01-291-2/+2
* Go back to using AUTHMODE_AUTO if WEP is on. In some cases, the CentrinoBill Paul2004-01-291-1/+3