summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2005-11-07KGDB_DEVNAME should use com.Federico G. Schwindt
2005-11-06enable midi@pcppi and sequencerJolan Luff
2005-11-05Add bus_space_alloc and _free.Marco Peereboom
2005-11-05add or enable lmc(4)Brad Smith
2005-10-28Check for init(8) return path by process ID and make it the exception ratherMark Kettenis
2005-10-28Use normal kernel stack for #BP exceptions. Fixes PR 4562.Mark Kettenis
2005-10-26- enable siop(4) in RAMDISK_CD on amd64.Niall O'Higgins
2005-10-26goodbye more Mach macrosMartin Reindl
2005-10-21use the MI trunc_page() and round_page() macros instead of rolling or ownMartin Reindl
2005-10-20Enable IPMI on amd64.Marco Peereboom
2005-10-19Add IPMI to amd64. Keep it disabled for now.Marco Peereboom
2005-10-09spellingFederico G. Schwindt
2005-10-06lots of pcmcia, cardbus, and wireless goodies come to town; work with tdevalTheo de Raadt
2005-10-05Add CardBus/PCMCIA support to AMD64.Thierry Deval
2005-10-02pci machines need the hme stub hereTheo de Raadt
2005-10-02remove isa_intr_evcnt() prototype. a NetBSD-ism.Brad Smith
2005-10-02add hmeBrad Smith
2005-09-29Execute operations in the correct order. From jason@Marco Peereboom
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-26Use SCSI_IGNORE_ILLEGAL_REQUEST when reading a cd's table of contents.Kenneth R Westerback
2005-09-25Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,Miod Vallat
2005-09-20unbreak tree, how did you do that miodTheo de Raadt
2005-09-20Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,Miod Vallat
2005-09-19floppy support; form@openbsd.ruTheo de Raadt
2005-09-15Change child_return() to record a proper ktrace record for vfork childMiod Vallat
2005-09-04remove unused NetBSD pci_intr_evcnt() function.Brad Smith
2005-08-20Check for and report the presense of SSE3. This has started to appearJonathan Gray
2005-08-07ati ixp audio; ported form ntbsd in <4h of boretime; testing by krw@ and ian@Michael Shalayeff
2005-08-06We do not need a char machine_arch[] constant.Miod Vallat
2005-08-03Smart ARRAY comment fixes.Brad Smith
2005-08-03ciss can fit onto the large RAMDISKSTheo de Raadt
2005-08-03enable ciss; deraadt@ okMichael Shalayeff
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
2005-08-01Increment version so we can distinguish this in the future.Tobias Weingartner
2005-08-01kernal->kernel;Jason McIntyre
2005-08-01Fiddle with dkcsum output. Improve verbiage and grouping of messages.Kenneth R Westerback
2005-08-01enable amdgart if > 4GB of memoryTheo de Raadt
2005-08-01Kill more "memory might be 2MB or less" checks in bufpages computation.Miod Vallat
2005-08-01do not include boot.c since cdboot.c is a copy of it; shrink 1k off the cdbootMichael Shalayeff
2005-07-31Get rid of unused SINCR and SSIZE constants.Miod Vallat
2005-07-31remove the config glue between the /dev entry for ses and its driverDavid Gwynne
2005-07-30remove a driver because someone bloated the kernelTheo de Raadt
2005-07-30Need moddi3.c qdivrem.c for libzTodd C. Miller
2005-07-28Add viasio(4), a driver for VIA VT1211 LPC Super I/O found onAlexander Yurchenko
2005-07-26Instead of juggling around with cr4 and enabling parts of it sometimes,Artur Grabowski
2005-07-26Microoptimizations.Artur Grabowski
2005-07-26In splraise, change an:Artur Grabowski
2005-07-26Add _PROF_PROLOGUE to Xspllower since it's so common in kernel profiles.Artur Grabowski