summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2004-12-17Support for the eap MIDI UART from NetBSD.Jonathan Gray
2004-12-16Fix logic botch in dmacomputeipl() introduced in rev 1.14.Miod Vallat
2004-12-15sync with NetBSD but replace hand crafted crc logic with ether_crc32_le()Martin Reindl
2004-12-14fix a comment.Hans-Joerg Hoexer
2004-12-14sync with NetBSD, ok miod@Martin Reindl
2004-12-14typos; ok pefo@Alexander Yurchenko
2004-12-13Uncomment yds(4) which is reported to work by Jim Dew. OK deraadt@Todd C. Miller
2004-12-13Store the local ethernet address in struct arpcom and suddenly mc(4) startsClaudio Jeker
2004-12-13Dead meat.Miod Vallat
2004-12-13Remove duplicate declarations already in <sys/conf.h>, as well as duplicateMiod Vallat
2004-12-13Use PAGE_SIZE instead of hardcoded 4096 value.Alexander Yurchenko
2004-12-10pseudo-DMA for non-AV Quadras, inspired by NetBSDMartin Reindl
2004-12-09add missing line in history section that didn't make it through the firstMartin Reindl
2004-12-08spl1() -> splsoft(), and minor sync with other m68k trap.c; barely anyMiod Vallat
2004-12-08Silence spurious interrupts unless option DEBUGMiod Vallat
2004-12-08Register serial interrupts on the right sources on AV machines, was brokenMiod Vallat
2004-12-08Crank maxusers to 32.Miod Vallat
2004-12-08commented out {e,o}hci@cardbusMichael Shalayeff
2004-12-08add pcscp(4) at pciMartin Reindl
2004-12-08add ohci and ehci at cardbus to amd64, i386 and macppc. amd64 remainsDavid Gwynne
2004-12-08Tweak interrupt handling code to allow shared interrupts for VIA2 sources.Miod Vallat
2004-12-08Only map the DAFB video registers in attach, so that other code can mapMiod Vallat
2004-12-07remove old and unused NetBSD specific cruft.Brad Smith
2004-12-06set granularity for data segment used for struct cpu_info to bytes.Hans-Joerg Hoexer
2004-12-06emu(4) works; tybollt@solace.mh.seTheo de Raadt
2004-12-06use raw device; wbx@openbsd.deTheo de Raadt
2004-12-06Use uvm_grow() to account for stack growth, rather than home-grown codeMiod Vallat
2004-12-06Use config_defer().Brad Smith
2004-12-04add /etc/dhcpd.conf to FILES;Jason McIntyre
2004-12-03Always attach intvid even if the monitor sense code seems wrong; this isMiod Vallat
2004-12-03Kill mac68k *SBC kernels. Instead, build kernels with both sbc scsi flavoursMiod Vallat
2004-12-02move IPL setup to intr.cMartin Reindl
2004-12-02option DISABLE_EXT_CACHE is not used anymore.Miod Vallat
2004-12-02We do not support 2MB machines, so don't bother taking them into accountMiod Vallat
2004-12-02Make BUFCACHEPERCENT adjustable through UKC, like all other arches do.Miod Vallat
2004-12-02Oops, repair *SBC kernels.Miod Vallat
2004-12-02Add pci_decompose_tag() for sparc64.Brad Smith
2004-12-02enable vge(4) and ciphy(4); ok deraadtPeter Valchev
2004-12-01Much, much, much less stack pressure when reading a disklabel.Miod Vallat
2004-12-01Do not store preciouss data below the kernel stack, or they risk becomingMiod Vallat
2004-12-01No more splnone alias for spl0.Miod Vallat
2004-12-01Sync core dumping code with other m68k platforms.Miod Vallat
2004-12-01Let kernels with option DEBUG link again.Miod Vallat
2004-12-015 -> FC_SUPERDMiod Vallat
2004-12-01Remove unexpected (and wrong) easter egg.Miod Vallat
2004-12-01remove excessive chattiness from the bootblocks. our goal is to shrinkTheo de Raadt
2004-12-01Remove unused constants.Miod Vallat
2004-12-01VIA VT612x PCI Gigabit Ethernet adapter support, ok deraadtPeter Valchev
2004-11-30Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
2004-11-30repair DEBUG kernelsMartin Reindl