summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Initialize the flags value properly. We used to do this in acpi_tz_all_off()njl2004-09-211-33/+2
* Don't disable acpi in shutdown if we're panicing (panicstr != NULL). Thisnjl2004-09-211-1/+1
* Correct the capitalization of "nVidia".des2004-09-211-5/+5
* MFpc98: Check a pointer is NULL, remove unused variable.nyan2004-09-201-3/+4
* Add support Nvidia nForce2(audio)sanpei2004-09-201-0/+4
* trim trailing white space..jmg2004-09-201-2/+2
* das@ has a ACPI bios that lists 0x3f0-0x3f1, 0x3f2-0x3f3, 0x3f4-0x3f5imp2004-09-201-4/+14
* Add support nForce3 250 audiosanpei2004-09-201-0/+4
* Record a problem we can't workaround for now regarding duplicate interruptsnjl2004-09-201-0/+7
* add '/* Panasonic products */' line(I removed it)sanpei2004-09-201-0/+1
* Fix compilation of vinum(4) when VINUMDEBUG is not defined.marius2004-09-202-2/+2
* Correct value and description of the unused MK48TXX_WDAY_FT macro.marius2004-09-201-1/+1
* Commit the new version of the adlink driver which can do non-cyclicphk2004-09-191-305/+250
* - Some of the upper bits of the time related (seconds, minutes, etc.)marius2004-09-192-19/+131
* spell RX correctlyjmg2004-09-191-16/+10
* Add Sitecom's LN-029 USB 2.0 Ethernet adapter.iedowse2004-09-182-0/+5
* Add support for the fxp(4) based card in ICH6 (i915) chipsets.mux2004-09-181-0/+1
* pass in pointer to m_head to re_encap because m_defrag could free thejmg2004-09-181-13/+13
* Use tty->t_sc to find out softc.phk2004-09-182-12/+11
* Actually this order (unlock, wakeup) in this case is race-safe and canpjd2004-09-181-1/+1
* Fix an issue with ng_tty which (ab)used the tty->t_sc field which isphk2004-09-171-4/+6
* Fix compilation again.phk2004-09-171-3/+0
* The long dead hand of the past has pushed forward useless bits in thisimp2004-09-174-28/+4
* Overhaul ucom serial driver by using generic stuff instead of homerolledphk2004-09-175-440/+154
* Use ttyalloc() instead of ttymalloc(NULL)phk2004-09-177-7/+7
* Commit patch to supress spurious link change events. Apparently, withwpaul2004-09-171-2/+11
* Handle _FDE results of 5 bytes (vs. 5 uint32_t's). BIOS vendors find yetnjl2004-09-171-37/+54
* - Make md(4) 64-bit clean.pjd2004-09-161-161/+89
* There is no need to keep 'npage' value inside our softc structure,pjd2004-09-161-8/+8
* Allocate tty at attach time rather than open time.phk2004-09-161-49/+43
* - Do not use bio_pblkno as it is going away anyway.pjd2004-09-161-13/+14
* First wakeup, then unlock.pjd2004-09-161-2/+1
* Type 'int' is too small for 'i' and 'lastp' variables. Use proper type,pjd2004-09-161-2/+2
* Don't print a warning message if the _CRS value is empty. This is alreadynjl2004-09-161-7/+5
* Ignore leading '_' in model name returned by devices.sos2004-09-161-1/+1
* default: case shouldn't set an error yet either.imp2004-09-161-1/+0
* Reserve the DMA memory at attach time, rather than at use. Whileimp2004-09-161-15/+12
* If the timeout handler runs and notices that commands are timed out, checkscottl2004-09-162-0/+11
* For the moment, treat failures to attach floppy drives as non-fatalimp2004-09-161-2/+0
* Backout the code which tries to use undocumented way to determine ifsobomax2004-09-151-43/+5
* Flush the queue of minor fixes to pst.sos2004-09-153-5/+3
* #include <isa/isavar.h> instead of <i386/isa/isa_dma.h>phk2004-09-152-2/+2
* Fix a typo that affects !i386.alc2004-09-152-2/+2
* Add missing NGE_LOCK_DESTROY() to nge_detach().wpaul2004-09-141-0/+2
* Make two major changes to this code to address some stability/corruptionwpaul2004-09-142-300/+239
* Deallocate VM object on failure.pjd2004-09-141-0/+2
* One more missing NDFREE(9).pjd2004-09-141-0/+1
* - Don't forget about NDFREE() in case of vn_open() failure.pjd2004-09-141-2/+4
* Fix UMA zone leak.pjd2004-09-141-0/+1
* Use bus_setup_intr in preference to BUS_SETUP_INTR.imp2004-09-141-1/+1
OpenPOWER on IntegriCloud