summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2007-06-05use six new macros to access & store the 48-bit disklabel fields relatedTheo de Raadt
2007-06-04bluetooth isn't really useful yet, but at least give it a chance to compileChris Kuethe
2007-06-04Use 166.67 and 266.67 for bus_clock and not 166.66 and 266.66,Jonathan Gray
2007-06-03if the 915gm didn't work on i386, it's worrisome here too. remove it.Ted Unangst
2007-06-03Add a check for Intel Core processors with Scalable Bus Speed of 200 MHz.Jonathan Gray
2007-06-02Rename cvtdisklabelv1 -> disklabeltokernlabel. It does more than justKenneth R Westerback
2007-06-01some pentium 4 machines are 64-bit and have EST, but a different msr toTed Unangst
2007-06-01Instead of reexporting PAGE_SIZE from assym.h which causes warningsArtur Grabowski
2007-06-01set hiwat mark for some of the more popular pools to reduce bouncingTed Unangst
2007-06-01some architectures called setroot() from cpu_configure(), *way* before someTheo de Raadt
2007-06-01never attempt to tweak a file just before commitTed Unangst
2007-05-31intel pchb rnd support, from i386Ted Unangst
2007-05-31Add Bluetooth drivers to GENERIC (not enabled - we still have ways to go)Uwe Stuehler
2007-05-31KNF, whitespace and comment rectification to make allKenneth R Westerback
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31Add a comment so this is identical to the i386 versionTom Cosgrove
2007-05-31Make powernow-k8 on amd64 and i386 use the _PSS object from acpi toGordon Willem Klok
2007-05-31Standardize on -1 as the error return value forKenneth R Westerback
2007-05-30Pull out the ELF loadfile pieces from the standalone libraries, so thatTom Cosgrove
2007-05-29Improve copyinstr and copyoutstr by erroring out when the userlandTom Cosgrove
2007-05-29only the i810 is known to be needed for agp, reduce driver set to just thatTed Unangst
2007-05-29s/entrace/entrance (not obvious that the code was cut/paste =)Jason Wright
2007-05-29start of dumpconf() unification, which one day we can pray will be MITheo de Raadt
2007-05-29Die Die Die wt.Kenneth R Westerback
2007-05-29take a lot more stuff out of userland namespace (sysctl cared about ksensor u...Theo de Raadt
2007-05-29forgot to move to using shared boot.cTheo de Raadt
2007-05-29theo says degrees is spelled degreesTed Unangst
2007-05-29put the temperature msr in line with the othersTed Unangst
2007-05-29Some improvements for better intel cpu support.Ted Unangst
2007-05-29Updated disklabel format to support larger disks and partitions. WeOtto Moerbeek
2007-05-29Refactor readdisklabel() to ensure there is a single point of return, inKenneth R Westerback
2007-05-29Remove a debugging printf left behind by accident.Artur Grabowski
2007-05-29PMAP_STEAL_MEMORY for amd64Artur Grabowski
2007-05-29Add a name argument to the RWLOCK_INITIALIZER macro.Thordur I. Bjornsson
2007-05-29remove support for many alternative kernel choices -- only try /bsd andTheo de Raadt
2007-05-28bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@Todd T. Fries
2007-05-28Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSETThordur I. Bjornsson
2007-05-28Remove the Archive/Wangtek cartidge tape driver, wt(4). All tapes areKenneth R Westerback
2007-05-27be more agressive on invalidation; perform invalidates on load* and unloadJason Wright
2007-05-27remove two TODO items:Jason Wright
2007-05-27add pmap_(un)map_nc_direct() macro's to match the non-nc versionsJason Wright
2007-05-27pagemove() is no longer used.Miod Vallat
2007-05-27Unbreak cdboot and pxeboot machine memory +/-; bad mpf@.Tom Cosgrove
2007-05-27Enable ips(4).Alexander Yurchenko
2007-05-27Use the direct maps (cached on uncached) for bus_space mappings.Artur Grabowski
2007-05-27- Redo the way we set up the direct map. Map the first 4GB of itArtur Grabowski
2007-05-27back out bio, breaks dlg's sparc64 v215Todd T. Fries
2007-05-26Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@Pedro Martelletto
2007-05-26prodded by marco, enable bio everywhereTodd T. Fries
2007-05-25Define rw_cas. Trivially simple on amd64 with atomic_cas_ul.Artur Grabowski