summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-04-02Remove parent/slave mode of rbus as nothing uses it.Jonathan Gray
2010-04-02allow this to compile in the never-gonna-happen world without INETTheo de Raadt
2010-04-01Add PCI_PRODUCT_ATI_RADEON_HD4500_M to the listRobert Nagy
2010-04-01Add more dell subids found in the windows driver.Jonathan Gray
2010-04-01Avoid null pointer dereference. Pointed out by Nick Hudson; variant on hisMark Kettenis
2010-04-01Don't index cpu_info by apic id, but by device unit number instead. RecentMark Kettenis
2010-04-01Add H700 now that we know the subid...Marco Peereboom
2010-04-01Allow for multiple CPUs by moving to an array of cpu_info.Joel Sing
2010-03-31More carefully manage PG_PMAP_EXE bit and cache flushing on pmap_protectDale Rahn
2010-03-31Make sure the boundaries of uvm_pglistalloc() calls are set up with lowMiod Vallat
2010-03-31Add bnx firmware on installation media; this causes a media oflow, soMiod Vallat
2010-03-31Bring /dev/apm support in line with apm(4). Make the suspend button sendMark Kettenis
2010-03-31if bthub defines are needed by conf.c, they must come from files.bluetoothTheo de Raadt
2010-03-31fix typoTheo de Raadt
2010-03-31Radeon HD2400 XT works. Tested by Dennis den Brok; thanks!Owain Ainsworth
2010-03-31update the inteldrm GEM interface to the newer version.Owain Ainsworth
2010-03-30Add missing bthub device entries on arches that support bluetooth.Matthieu Herrb
2010-03-30Prevent the apmd/x races for good.Owain Ainsworth
2010-03-30Since we use a direct mapping for the area where we save a process' floatingMark Kettenis
2010-03-30Support Radeon Mobility HD3670; James Thackray. Thanks!Owain Ainsworth
2010-03-30syncOwain Ainsworth
2010-03-30Mobility Radeon HD3670, from James Thackray (first.last@gmail.com)Owain Ainsworth
2010-03-30Have bge_start check if there are less than 16 free send BDs and if notChristian Weisgerber
2010-03-30Do not print ac97 link rate message unless debug is enabled.David Coppa
2010-03-30We will never condtionalize ficache on PTE_PROT(TLB_EXECUTE) because itTheo de Raadt
2010-03-29Initialize various uninitialized variables. Found by jsg@ via Clang.Kenneth R Westerback
2010-03-29PMAP_CANFAIL for bus_dmamem_map on all other architectures (and someOwain Ainsworth
2010-03-29Add Radeon HD360 Mobility.Owain Ainsworth
2010-03-29Don't try and idle the engine via the ring if the cp is not running.Owain Ainsworth
2010-03-28Fix user-after-free bug in pmap_remove(). Page table pages are freed as soonMark Kettenis
2010-03-28Add envy(4), as found on Tezro; attaches, not tested yet because marco@ doesn'tMiod Vallat
2010-03-28Correctly account devio usage, instead of relying upon unused devio registersMiod Vallat
2010-03-28Correctly report the R16010 version.Miod Vallat
2010-03-28put the iosize next to the register definitionsTheo de Raadt
2010-03-28Driver for microguru sensor microcontroller found on ABIT motherboards.Theo de Raadt
2010-03-28Completely overhaul optional metadata handling, allowing for multipleJoel Sing
2010-03-28Allow a multiprocessor kernel to compile.Joel Sing
2010-03-28tweak spacing a bit. This has been annoying me.Owain Ainsworth
2010-03-28Don't assign the same value to gatt->ag_size twice, also use ag_size inOwain Ainsworth
2010-03-28Four uses of uninitialized variables found by clang via jsg@. ar5416, ar9287Kenneth R Westerback
2010-03-28Properly initialize variable instead of just ORing in bits into random garbage.Mark Kettenis
2010-03-28Correctly initialise variables to prevent possible free without malloc inJoel Sing
2010-03-28Avoid potential null dereferences in ioctl paths.Joel Sing
2010-03-28Replace a scsi_done() call with sr_scsi_done() which fixes a missingJoel Sing
2010-03-28Remove uninitialized nitems and use npss as $deity intended.Marco Peereboom
2010-03-27replace a bunch of BAR wrangling code with calls to the pciJonathan Gray
2010-03-27At tl==0 call datafault directly instead of going through winfault. It isMark Kettenis
2010-03-27Add support for NetMos 9865 6-port serial cards.Mark Kettenis
2010-03-27regenMark Kettenis
2010-03-27Add NetMos 9865.Mark Kettenis