summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - add an identify method, since the disk device used to be pickedgrehan2004-02-041-3/+29
* Implement support for single packet sends. The Intel Centrino driverwpaul2004-02-031-7/+29
* Notify the user (at kern.emerg) that the system will be shutting down ifnjl2004-02-031-5/+13
* If the temperature is at _HOT or _CRT for 3 sequential readings, shutdownnjl2004-02-021-14/+21
* Add CRD_F_KEY_EXPLICIT which allows the key to be changed perphk2004-02-021-0/+2
* Move the enabling of interrupt back to where it was some time ago.sos2004-02-021-4/+3
* MFNetBSD: URL updates(rev.1.108)sanpei2004-02-021-4/+4
* Fix support for the Promise TX4 on amd64.sos2004-02-022-1/+2
* Add new Apple GEM PCI id.grehan2004-02-021-0/+1
* Use the OID_802_11_CONFIGURATION OID when deciding if the underlying driverwpaul2004-02-011-2/+4
* Add the Canon N1240U to the mix. It appears to be similar to theimp2004-01-311-0/+1
* Be more robust in the probe. We dont want to get into a loop withsos2004-01-302-24/+38
* Add NEC uPD72873.simokawa2004-01-302-0/+5
* Use device_identify and bus_add_child methods to add a firewiresimokawa2004-01-303-30/+57
* Take the plunge and make this driver be INTR_FAST. This re-arranges thescottl2004-01-303-61/+55
* Cleanups/cosmetics.sos2004-01-293-9/+8
* Add dependency to snd_via8233mr2004-01-291-0/+1
* Fix a bug where we never managed to include the sense data we wanted to send.mjacob2004-01-291-2/+2
* Go back to using AUTHMODE_AUTO if WEP is on. In some cases, the Centrinowpaul2004-01-291-1/+3
* Fix longstanding buglet- for centrally handled CTIO2s we were checking the wrongmjacob2004-01-291-2/+3
* Fix for those lost interrupts on probe on lots of controller types.sos2004-01-281-6/+6
* Use the biotask functionality in GEOM to put finished requests onsos2004-01-287-32/+36
* Change KASSERT() in feed_vchan16() into an explicit test and call totruckman2004-01-288-140/+245
* Add an ACPI_FUNCTION_TRACE() to the newly-added acpi_Startup() routineroam2004-01-281-0/+2
* While USB keyboards attach as ukbd[0-9]+, the device node created bydes2004-01-271-1/+2
* This should have been checked in as part of the last update to if_ndis.c:wpaul2004-01-271-0/+1
* Add a kludge to avoid having ndis_init() called needlessly by dhclientwpaul2004-01-271-10/+22
* Add TUNABLE_STR to make "hw.acpi.os_name" more correct. However, the callnjl2004-01-271-3/+2
* Use the M_BZERO flag with malloc() in a couple of places.wpaul2004-01-271-8/+6
* Move the code to initialize ACPI-CA into a separate acpi_Startup() functionjhb2004-01-262-24/+42
* Get rid of the last two uses of NG_NODELEN + 1 in the base system byharti2004-01-262-2/+2
* Fix a panic in dsp_clone when trying to access a soundmatk2004-01-251-0/+3
OpenPOWER on IntegriCloud