summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-09-28Enable RFC3390 by default and remove a few compile time options whichBrad Smith
2005-09-28Improve the safety of pf IOCTLs, taking into account that some paths can sleep.Christopher Pascoe
2005-09-28- when we run out of static kernel map entries, grab a fresh page usingPedro Martelletto
2005-09-28add support for the nokia 6680 with a ca-42 cable.David Gwynne
2005-09-27Don't try to read the DOS label from the device if spoofonly is 1.Kenneth R Westerback
2005-09-27Allow temporary 64-bit bridge instructions in locore.s.Mark Kettenis
2005-09-27call the init routine for the Intel 82801_FB LPC so that the interruptBob Beck
2005-09-27Regen (3x2 frame buffer, 4 select codes).Miod Vallat
2005-09-27Identify HP 9000/362 and HP 9000/382 models, and attach frodo on them.Miod Vallat
2005-09-27Do not initialize physmem to a magic value at compile time.Miod Vallat
2005-09-27More non-emulating wsdisplay tentacles removal.Miod Vallat
2005-09-27enable support for gigabit adapters; it works reliably with USB1 butJolan Luff
2005-09-27make options TIMEZONE and DST work; from formTheo de Raadt
2005-09-27ARGH! disable gart, I suck!Marco Peereboom
2005-09-27Clean up prints. From jason@Marco Peereboom
2005-09-27typo in comment: sprintf -> snprintf, ok markus@Alexander von Gernler
2005-09-27- don't mess with SCSI controller bits here, only map the two regionsMartin Reindl
2005-09-27missing pieces for RBV video handlingMartin Reindl
2005-09-26Use SCSI_IGNORE_ILLEGAL_REQUEST when reading a cd's table of contents.Kenneth R Westerback
2005-09-26minor knfTheo de Raadt
2005-09-26Share com probe code between com and pccom; allows us to get rid of awkwardMiod Vallat
2005-09-26Enable the USB softintr code on platforms which __HAVE_GENERIC_SOFTINTERRUPTS.Miod Vallat
2005-09-26allocate and map the mbox separately to the iocmds used by the ccbs.David Gwynne
2005-09-26bring in two changes from freebsd:Pedro Martelletto
2005-09-26Return EIO if reading fails.Mark Kettenis
2005-09-26Match Apple Shasta PCI ID as found on G5 systems.Mark Kettenis
2005-09-26Match "u3" as found in G5 systems.Mark Kettenis
2005-09-26Consider nodes named "mpic" as potential open-pic candidates.Mark Kettenis
2005-09-26- correct framebuffer calculation offset by marking off garbage bits inMartin Reindl
2005-09-26Delete wrong comments, originally came from Makefile.mvme88k.Kenji Aoyama
2005-09-25Define symbolic constants for the processor identification register fieldsMiod Vallat
2005-09-25TyposMiod Vallat
2005-09-25Define the symbolic register indexes in trapframe in <m68k/reg.h> onlyMiod Vallat
2005-09-25Remove unused defines and macros.Miod Vallat
2005-09-25Change the size parameter of cmmu_flush_tlb() from bytes to pages. This makesMiod Vallat
2005-09-25Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,Miod Vallat
2005-09-25Do not consider userland trap #496 (BUG system call on mvme88k) as specialMiod Vallat
2005-09-25regenMark Kettenis
2005-09-25Add stuff found in iMac G5.Mark Kettenis
2005-09-25Do not try increasing NKMEMPAGE_MAX on sun4m at all, until we makeMiod Vallat
2005-09-25On Sun4m, be sure to steal the overlapping part of the iommu dvma spaceMiod Vallat
2005-09-25Change 21040 modes slightly.Brad Smith
2005-09-25Remove some duplicate definitions.Brad Smith
2005-09-25shuffle some stuff aroundBrad Smith
2005-09-25remove TULIP_PCI_ATTACH_ARGS and TULIP_SHUTDOWN_ARGSBrad Smith
2005-09-251.83 again:David Gwynne
2005-09-251.82 again; dont use the scsi xfer to decide if we should dma_sync.David Gwynne
2005-09-25remove more indirection through typedef's and macrosBrad Smith
2005-09-25- delint: zero sized array initalisation is a gccismBrad Smith
2005-09-24The ADM8211B seems to stall after some time of constantJonathan Gray