summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-02-20Put ral* at pci? onto the install media. Noted by Sunnz (sunnzy (at)Tom Cosgrove
2007-02-19Put warning about shared IPL interrupts under MPVERBOSE and don't talk aboutMark Kettenis
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-19ACPIVERBOSE should be off, like i386Theo de Raadt
2007-02-19Remove unused variable lapic_timerTom Cosgrove
2007-02-18Correct yo-yo shutdowns:Gordon Willem Klok
2007-02-18Display the interrupt priority in dmesg, for frame buffers which registerMiod Vallat
2007-02-18Make it more apparent these boards have (crippled version of) vga-compatibleMiod Vallat
2007-02-18Remove #ifdef/#endif's around MBR checking code. Remove now unusedKenneth R Westerback
2007-02-18If no MBR partitions are found when spoofing a disklabel, try lookingKenneth R Westerback
2007-02-18In writedisklabel(), read the disklabel sector before rewriting it, toMiod Vallat
2007-02-17Add SMALL_KERNEL throught acpi to make it fit on boot media.Marco Peereboom
2007-02-17If we __HAVE_PMAP_DIRECT, handle these mappings in pmap_extract().Miod Vallat
2007-02-17In pmap_collect():Miod Vallat
2007-02-17Bring in the AMD errata checks from amd64.Tom Cosgrove
2007-02-17Add code to check for the AMD amd64 errata, and correct them whereTom Cosgrove
2007-02-17Fix spelling of Cool'n'Quiet, as done on i386 some time ago. AlsoTom Cosgrove
2007-02-17To squeeze new stuff onto onto the very full boot floppies, occasionallyTheo de Raadt
2007-02-16Enable malo(4) on macppc. OK mglocker@ deraadt@Claudio Jeker
2007-02-15TX is working fine, turn off debug.Dale Rahn
2007-02-15break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ okMichael Shalayeff
2007-02-15Add a mapping for logical to physical endpoints, otherwise data tries toDale Rahn
2007-02-15Fix transmit packet termination. odd length and 64 byte multiple packetsDale Rahn
2007-02-15Don't print the error strings returned by readdisklabel(). If youKenneth R Westerback
2007-02-14FALLTHRU -> FALLTHROUGH for consistency.Jonathan Gray
2007-02-14Consistently spell FALLTHROUGH to appease lint.Jonathan Gray
2007-02-13Add a delay for ep0 handling. Dunno why, but without debug prints it wouldDale Rahn
2007-02-13Remove a.out nlist support (COFF nlist is kept in case kernel has COMPAT_OSF1)Miod Vallat
2007-02-13USB client mode with cdce function driver is coming along, RX and TX kinda work.Dale Rahn
2007-02-13Zap unused local acpi_attached variable, since it has been supersededDimitry Andric
2007-02-13Check for xTPR result of CPUID.Jonathan Gray
2007-02-13Check for some CPUID flags found on newer Intel processors.Jonathan Gray
2007-02-12Cope with the different format of the name property of the root device inGordon Willem Klok
2007-02-12OpenBSD -> .OxJason McIntyre
2007-02-12sync the wording w/ the i386 page;Jason McIntyre
2007-02-12zap double word;Jason McIntyre
2007-02-12Add cuda_fileserver_mode() and pmu_fileserver_mode() that enable the wakeGordon Willem Klok
2007-02-12Fix the hw.vendor/product sysctls on sparc64, handle the cases whereGordon Willem Klok
2007-02-12Reduce debug.Dale Rahn
2007-02-12If SMAC is set in the correct register, it works much better, also setDale Rahn
2007-02-12Enable the AES acceleration. Won't be picked up for IPsec, since weTom Cosgrove
2007-02-124.1-betaHenning Brauer
2007-02-11typo in commentMartin Reindl
2007-02-11Remove now unused evcnt field from struct cpu_info.Miod Vallat
2007-02-11Remove _KERNEL_OPT leftovers.Miod Vallat
2007-02-11Rework the cache handling routines again. We now try to operate on the exactMiod Vallat
2007-02-11Rework the i/o mapping logic so that it allows the 1:1 region to not go up toMiod Vallat
2007-02-11Shuffle code around so that optimization of the m88110_trap() return getsMiod Vallat
2007-02-09Don't both reloading the CPL into %eax before pushing it onto the stack,Tom Cosgrove
2007-02-09LCD device driver, second step. Now the driver works with autoconf.Kenji Aoyama