summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-06-05bounds_check_with_label() checks for i/o outside of the partition andKenneth R Westerback
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-04Bring presto's readdisklabel() usage into line with other uses. i.e.Kenneth R Westerback
2007-06-04do not shuffle dev 4 under the carpet; make svnd work again; uncookieOtto Moerbeek
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-03Dummy <machine/bus.h> for softraid to compile.Miod Vallat
2007-06-03Add a check for Intel Core processors with Scalable Bus Speed of 200 MHz.Jonathan Gray
2007-06-02Match on ICH8M.Jonathan Gray
2007-06-02oops, why did i delete this. bizzareTheo de Raadt
2007-06-02Rename cvtdisklabelv1 -> disklabeltokernlabel. It does more than justKenneth R Westerback
2007-06-02stand/ofdev.hTheo de Raadt
2007-06-01remove ofw devices which we don't use; that way of mixing devices is crazyTheo de Raadt
2007-06-01Revert INTEL_82915GM part of tedu's commit as it hung my T43Bjorn Sandell
2007-06-01Infrastructure to allow root on wd0.Miod Vallat
2007-06-01some pentium 4 machines are 64-bit and have EST, but a different msr toTed Unangst
2007-06-01Replace comment in Swedish. -mojMats O Jansson
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-01Provide carefully crafted DEADBEEF* values, this was initially forgotten inMiod Vallat
2007-06-01Fix cd block major numberMiod Vallat
2007-06-01Fix macppc tags.Alexander Yurchenko
2007-06-01Establish interrupt after checking the i2s subsystem, fixes a problem withGordon Willem Klok
2007-06-01never attempt to tweak a file just before commitTed Unangst
2007-06-01Don't initialize d_partitions[RAW_DISK] just before callingKenneth R Westerback
2007-05-31panic if mtx_leave is called on an unlocked mutex. ok kettenis@Dale Rahn
2007-05-31intel pchb rnd support, from i386Ted Unangst
2007-05-31It's the time to squash antique bugs. This has been thereTobias Weingartner
2007-05-31Add Bluetooth drivers to GENERIC (not enabled - we still have ways to go)Uwe Stuehler
2007-05-31some more pchb that have rnd powers, IDs from NetBSDTed Unangst
2007-05-31RAW_PART is defined to be 2 in vax (like elsewhere) so use it ratherKenneth R Westerback
2007-05-31Well, whatever the bug was, it does not seem to appear anymore.Artur Grabowski
2007-05-31Minor bounds_check_with_label nits.Kenneth R Westerback
2007-05-31Forgot to commit the changes to this file with the rest of the ELF32+64Tom Cosgrove
2007-05-31KNF, whitespace and comment rectification to make allKenneth R Westerback
2007-05-31use the right capitalization for `MBus'Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31include files.bluetooth here; ok gwkUwe Stuehler
2007-05-31An SDIO Bluetooth driver, only initial bits and therefore not enabled yetUwe Stuehler
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-31Be consistant and use b_cylinder when saving the cylinder number forKenneth R Westerback
2007-05-31extend the sun disklabel format to contain filesystem types. also,Theo de Raadt
2007-05-30Add support for iBook G4. -mojMats O Jansson
2007-05-30Q: How did _dmamap_sync() work before?Miod Vallat
2007-05-30Missed one minaddr initialization before invoking uvm_km_suballoc().Miod Vallat
2007-05-30More cpuinfo vs _KERNEL fallback.Miod Vallat