summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Collapse)Author
2005-11-15add ixgb(4) though commented out for now.Brad Smith
2005-11-14add de and pcnBrad Smith
2005-11-13remove unused define.Federico G. Schwindt
2005-11-13untested kgdb support for amd64. prolly needs more work whenFederico G. Schwindt
getting and setting the registers, but it's a start. kettenis@ ok.
2005-11-07add some needed defs for upcoming kgdb support.Federico G. Schwindt
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
from jason@
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
than the default. ok deraadt@, weingart@
2005-10-28Use normal kernel stack for #BP exceptions. Fixes PR 4562.Mark Kettenis
ok weingart@, deraadt@ Fix from myself, via NetBSD. Duh!
2005-10-26- enable siop(4) in RAMDISK_CD on amd64.Niall O'Higgins
ok deraadt@
2005-10-26goodbye more Mach macrosMartin Reindl
help toby, ok deraadt@
2005-10-21use the MI trunc_page() and round_page() macros instead of rolling or ownMartin Reindl
ok weingart@ deraadt@
2005-10-20Enable IPMI on amd64.Marco Peereboom
2005-10-19Add IPMI to amd64. Keep it disabled for now.Marco Peereboom
Prodded earlier today by deraadt@ ok krw@
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
ok deraadt@
2005-10-02pci machines need the hme stub hereTheo de Raadt
2005-10-02remove isa_intr_evcnt() prototype. a NetBSD-ism.Brad Smith
ok fgsch@
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
ILLEGAL REQUEST is correctly reported for blank media, as an informative FreeBSD comment pointed out. Ensure the returned table of contents is always initialized to zero. Call readdisklabel with spoofonly = 1 when no data tracks are found. Don't try to read the DOS label from the device if spoofonly is 1. Only done for amd64 here. More archs to follow. Eliminates scsi error messages when attempting to open a cd containing blank media, as pointed out by Michael Coulter. ok deraadt@
2005-09-25Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,Miod Vallat
instead of the contents of a for() loop. No functional change. From the m88k SMP tree; ok art@ deraadt@ [complete diff this time]
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
instead of the contents of a for() loop. No functional change. From the m88k SMP tree; ok art@ deraadt@
2005-09-19floppy support; form@openbsd.ruTheo de Raadt
2005-09-15Change child_return() to record a proper ktrace record for vfork childMiod Vallat
processes. ok art@ uwe@ (some time ago)
2005-09-04remove unused NetBSD pci_intr_evcnt() function.Brad Smith
ok beck@
2005-08-20Check for and report the presense of SSE3. This has started to appearJonathan Gray
in AMD products with the arrival of the venice core. ok deraadt@
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
ok deraadt@
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
ok deraadt@ beck@ marco@
2005-08-01Increment version so we can distinguish this in the future.Tobias Weingartner
2005-08-01kernal->kernel;Jason McIntyre
from netbsd pr #30872 (anonymous post); ok deraadt@ krw@
2005-08-01Fiddle with dkcsum output. Improve verbiage and grouping of messages.Kenneth R Westerback
Clean up code. ok weingart@ tom@ 'go for it' deraadt@
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
ok deraadt@ otto@
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
sure deraadt@
2005-07-30remove a driver because someone bloated the kernelTheo de Raadt
2005-07-30Need moddi3.c qdivrem.c for libzTodd C. Miller