summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-10-06remove dead stores and newly created unused variables.Charles Longeau
2008-10-06Don't force multi transaction endpoints (>1024 bytes) down to singleMarcus Glocker
2008-10-06Unconditionally compile idt_vec_xxx functions.Mark Kettenis
2008-10-06Add missing checks for sc_focus being NULL. Found the hard way byMiod Vallat
2008-10-06uvn_attach message is purely diagnostic, not neededTheo de Raadt
2008-10-06syncTheo de Raadt
2008-10-06another geforceTheo de Raadt
2008-10-06Detect and store the PCI/PCIe bus speed.Brad Smith
2008-10-05Add a flag to indicate a 64-bit PCI bus is present.Brad Smith
2008-10-05Detect if the adapter is a PCIe adapter and set the RL_FLAG_PCIE flagBrad Smith
2008-10-05Remove IOAPIC ID remapping code. It should not be necessary to avoid reusingMark Kettenis
2008-10-05Always update published link state even if the internal link state doesn'tMark Kettenis
2008-10-05In malloc_page_free(), restore the correct wire_count value.Miod Vallat
2008-10-05Add missing argument to printf.Mark Kettenis
2008-10-04The wrong byte of the return code was being looked at for theTheo de Raadt
2008-10-04regenMark Kettenis
2008-10-04Some AMD RS780 IDs (same as those listed under ATI).Mark Kettenis
2008-10-04Fix potentially uninitialized variables in syscall().Miod Vallat
2008-10-04Remove bogus code from the error path in sr_raid0_rw(); ok marco@Miod Vallat
2008-10-04Commit cleanup part of the diff that was backed out in the previous commitMark Kettenis
2008-10-04More Linksys models (to match the Netgear ones) from PR 3879. I am notTheo de Raadt
2008-10-04this is not the cvtql/sv opcode. ok miod@, naddy@Martynas Venckus
2008-10-04At clock initialization, if we discover that tickadj is 0 (due to veryTheo de Raadt
2008-10-04When closing the video stream switch back to default interface as lastMarcus Glocker
2008-10-03Backout. kettenis@ has reservations.Tobias Weingartner
2008-10-03Use ether_ioctl().Brad Smith
2008-10-03Return ENOTTY for unknown ioctl's.Brad Smith
2008-10-03Make extra cpu's in DDB not spin in tight loop.Tobias Weingartner
2008-10-03and.. another option device..Theo de Raadt
2008-10-03syncTheo de Raadt
2008-10-03another option hdspaTheo de Raadt
2008-10-03syncTheo de Raadt
2008-10-03Make sigwait() work correctly. In particular, it'll work when thePhilip Guenthe
2008-10-03Return ENOTTY for unknown ioctl's.Brad Smith
2008-10-03Return ENOTTY for unknown ioctl's.Brad Smith
2008-10-03Merge xe_ether_ioctl() into xe_ioctl() which was just a handler forBrad Smith
2008-10-03Remove a few small ifdef/ifndef OpenBSD sections which contained someBrad Smith
2008-10-03KNF.Brad Smith
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-10-02according to the alsa driver for these devices, the hardware providesJacob Meuser
2008-10-02backout Tadpole specific non-dma workaround commited in 1.287, since itTheo de Raadt
2008-10-02Add the IBM 4810 ("SurePOS 300 Series") SCC to support the four additionalMarc Balmer
2008-10-02sync.Marc Balmer
2008-10-02Add IDs for the IBM 4810 BSP (Base System Peripherals) and SCC (SimpleMarc Balmer
2008-10-02When redirect is used with sticky-address and a matching pass rule usesJoel Sing
2008-10-02A closed, disconnected, or otherwise failed socket is still a socketTheo de Raadt
2008-10-02Fix PF state key mismatches that occur when callers of icmp6_reflect()Joel Sing
2008-10-01If a neighbor solictation isn't from the unspecified address, make sureClaudio Jeker
2008-10-01Revert last commit. It didn't really help and we fixed X11 instead.Mark Kettenis
2008-10-01In uvm_pglistalloc(), do not fall through the success code if we could not findMiod Vallat