summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing memory deallocationrik2004-02-141-13/+25
* Use standard style for cdevsw initialization.phk2004-02-141-2/+2
* Use standard style for cdevsw initializtionphk2004-02-141-9/+9
* Use same style for cdevsw as the rest of our drivers.phk2004-02-141-5/+5
* This is not a D_TTY driver.phk2004-02-141-1/+1
* Try again to get rid of makedev().phk2004-02-141-5/+9
* Test the return value of UART_PARAM(). Invalid line parameters did notmarcel2004-02-141-1/+2
* Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffixnjl2004-02-141-7/+5
* Back out my last commit to syscons, things seem to be far more evilphk2004-02-131-9/+5
* Don't use makedev() to hack up dev_t's early in boot, do it rightphk2004-02-121-5/+9
* Use the PCIR_BAR() macro rather than a magic number to specify the BARjhb2004-02-121-1/+1
* Correct the cleanup of the alias dev_t for /dev/urandom: being anphk2004-02-121-3/+1
* Fix a whitespace nit.jhb2004-02-121-1/+1
* Add yet more bulletproofing. This is to guard against the case thatwpaul2004-02-111-2/+3
* (atapi_cb): Reenable automatic retrieve of sense data on error, makingthomas2004-02-111-14/+21
* Prefer buttons defined in the AML over the ones in the FADT. Somenjl2004-02-113-24/+42
* Only reset the phy when it is absolutely required.pdeuskar2004-02-103-59/+113
* Fall back to INTR_MPSAFE if INTR_FAST registration fails.scottl2004-02-091-2/+8
* Remove condition variables and status associated with target modemjacob2004-02-081-246/+169
* Remove condition variables and status associated with target modemjacob2004-02-081-6/+2
* Allow amr(4) to get a dynamic major number instead of a static one.scottl2004-02-081-3/+0
* Don't free ressources that haven't been allocated. This should fixle2004-02-081-2/+9
* Don't hold NDIS_LOCK() around call to ndis_getstate_80211() since itwpaul2004-02-071-0/+2
* Remove the use of AACQ_COMPLETE here since there is no longer a completionscottl2004-02-071-3/+0
* Do some small cleanups to comments and remove AACQ_COMPLETE definitions sincescottl2004-02-073-7/+4
* Remove the hack of lowering AAC_MAX_FIB now that the root cause of thescottl2004-02-071-1/+1
* If a command has to be deferred because there are no more resources for itscottl2004-02-071-9/+11
* Checkpoint of work in progress in cleaning up target mode. It actuallymjacob2004-02-071-16/+92
* add a count for inotifies as well as atios.mjacob2004-02-071-0/+1
* Reverse role defines for initiator and target mode to better match themjacob2004-02-071-4/+6
* Add case to handle ISPCTL_GET_PDB.mjacob2004-02-071-0/+9
* If we're defined to have a default role for target mode, make itmjacob2004-02-071-5/+4
* Change role defines so that they better match class 3 service parameters.mjacob2004-02-071-3/+4
* Reduce AAC_MAX_FIBS to work around some yet-unidentified bugs in thescottl2004-02-071-1/+1
* - Broaden the scope of locking in aac_command_thread() again to catch somescottl2004-02-071-11/+17
* Add an #ifdef _KERNEL so that this file can be used from userland.scottl2004-02-071-1/+2
* Make all ACPI debug layers unique again. This makes debugging a morephilip2004-02-061-6/+6
* MFNetBSD:sanpei2004-02-061-2/+9
* Commit simple workarounf for the "LiteOn" hang on boot problem.sos2004-02-061-0/+1
* Make LINT compile on amd64peter2004-02-061-2/+2
* Make this compile on amd64.peter2004-02-061-6/+6
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
* Added missing DPADD.ru2004-02-051-0/+1
* Fix wrong check.pjd2004-02-052-2/+2
* Eliminate global cons_unavailable flag and replace it by the statuskan2004-02-051-6/+9
* Compile on amd64. (pointer/int mismatches and printf int vs long )peter2004-02-051-5/+5
* When creating raid5 or striped plexes, avoid falling out of boundsle2004-02-041-24/+27
* Expand the mask for the Avlab Technology, PCI IO 2S entry to cover thejhb2004-02-041-1/+1
* aic7xxx.c:gibbs2004-02-041-4/+2
* aic79xx.c:gibbs2004-02-046-135/+327
OpenPOWER on IntegriCloud