aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* PAE support changes that included at least some minimal actual testingMatt Jacob2004-09-232-18/+26
* Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-221-1/+1
* Add a couple of macros to extract the PCI slot (device) and function fromJohn Baldwin2004-09-224-7/+11
* Add a temporary workaround to the panic on boot with hub attached andWarner Losh2004-09-221-0/+1
* Initialize the flags value properly. We used to do this in acpi_tz_all_off()Nate Lawson2004-09-211-33/+2
* Don't disable acpi in shutdown if we're panicing (panicstr != NULL). ThisNate Lawson2004-09-211-1/+1
* Correct the capitalization of "nVidia".Dag-Erling Smørgrav2004-09-211-5/+5
* MFpc98: Check a pointer is NULL, remove unused variable.Yoshihiro Takahashi2004-09-201-3/+4
* Add support Nvidia nForce2(audio)MIHIRA Sanpei Yoshiro2004-09-201-0/+4
* trim trailing white space..John-Mark Gurney2004-09-201-2/+2
* das@ has a ACPI bios that lists 0x3f0-0x3f1, 0x3f2-0x3f3, 0x3f4-0x3f5Warner Losh2004-09-201-4/+14
* Add support nForce3 250 audioMIHIRA Sanpei Yoshiro2004-09-201-0/+4
* Record a problem we can't workaround for now regarding duplicate interruptsNate Lawson2004-09-201-0/+7
* add '/* Panasonic products */' line(I removed it)MIHIRA Sanpei Yoshiro2004-09-201-0/+1
* Fix compilation of vinum(4) when VINUMDEBUG is not defined.Marius Strobl2004-09-202-2/+2
* Correct value and description of the unused MK48TXX_WDAY_FT macro.Marius Strobl2004-09-201-1/+1
* Commit the new version of the adlink driver which can do non-cyclicPoul-Henning Kamp2004-09-191-303/+248
* - Some of the upper bits of the time related (seconds, minutes, etc.)Marius Strobl2004-09-192-19/+131
* spell RX correctlyJohn-Mark Gurney2004-09-191-16/+10
* Add Sitecom's LN-029 USB 2.0 Ethernet adapter.Ian Dowse2004-09-182-0/+5
* Add support for the fxp(4) based card in ICH6 (i915) chipsets.Maxime Henrion2004-09-181-0/+1
* pass in pointer to m_head to re_encap because m_defrag could free theJohn-Mark Gurney2004-09-181-13/+13
* Use tty->t_sc to find out softc.Poul-Henning Kamp2004-09-182-12/+11
* Actually this order (unlock, wakeup) in this case is race-safe and canPawel Jakub Dawidek2004-09-181-1/+1
* Fix an issue with ng_tty which (ab)used the tty->t_sc field which isPoul-Henning Kamp2004-09-171-4/+6
* Fix compilation again.Poul-Henning Kamp2004-09-171-3/+0
* The long dead hand of the past has pushed forward useless bits in thisWarner Losh2004-09-174-28/+4
* Overhaul ucom serial driver by using generic stuff instead of homerolledPoul-Henning Kamp2004-09-175-437/+151
* Use ttyalloc() instead of ttymalloc(NULL)Poul-Henning Kamp2004-09-177-7/+7
* Commit patch to supress spurious link change events. Apparently, withBill Paul2004-09-171-2/+11
* Handle _FDE results of 5 bytes (vs. 5 uint32_t's). BIOS vendors find yetNate Lawson2004-09-171-37/+54
* - Make md(4) 64-bit clean.Pawel Jakub Dawidek2004-09-161-161/+89
* There is no need to keep 'npage' value inside our softc structure,Pawel Jakub Dawidek2004-09-161-8/+8
* Allocate tty at attach time rather than open time.Poul-Henning Kamp2004-09-161-49/+43
* - Do not use bio_pblkno as it is going away anyway.Pawel Jakub Dawidek2004-09-161-13/+14
* First wakeup, then unlock.Pawel Jakub Dawidek2004-09-161-2/+1
* Type 'int' is too small for 'i' and 'lastp' variables. Use proper type,Pawel Jakub Dawidek2004-09-161-2/+2
* Don't print a warning message if the _CRS value is empty. This is alreadyNate Lawson2004-09-161-7/+5
* Ignore leading '_' in model name returned by devices.Søren Schmidt2004-09-161-1/+1
* default: case shouldn't set an error yet either.Warner Losh2004-09-161-1/+0
* Reserve the DMA memory at attach time, rather than at use. WhileWarner Losh2004-09-161-15/+12
* If the timeout handler runs and notices that commands are timed out, checkScott Long2004-09-162-0/+11
* For the moment, treat failures to attach floppy drives as non-fatalWarner Losh2004-09-161-2/+0
* Backout the code which tries to use undocumented way to determine ifMaxim Sobolev2004-09-151-42/+4
* Flush the queue of minor fixes to pst.Søren Schmidt2004-09-153-5/+3
* #include <isa/isavar.h> instead of <i386/isa/isa_dma.h>Poul-Henning Kamp2004-09-152-2/+2
* Fix a typo that affects !i386.Alan Cox2004-09-152-2/+2
* Add missing NGE_LOCK_DESTROY() to nge_detach().Bill Paul2004-09-141-0/+2
* Make two major changes to this code to address some stability/corruptionBill Paul2004-09-142-299/+238
* Deallocate VM object on failure.Pawel Jakub Dawidek2004-09-141-0/+2