summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-02-26Fix spurious right brace in some decoders, and always print the hex value forMiod Vallat
2007-02-26Revert a portion of rev 1.21, via-cuda behaves exactly opposite of via-pmu,Gordon Willem Klok
2007-02-25Add cas(4). Ad a few missing comments while there.Mark Kettenis
2007-02-25Disable acceleration by default; set device flags to a nonzero value toMiod Vallat
2007-02-25Change how we determin if were running on a new world versus old worldGordon Willem Klok
2007-02-25add missing USBD_FORCE_SHORT_XFER checks, put back some code I had for aDale Rahn
2007-02-25Defines to make isr status more useable. Bit patterns for debug prints.Dale Rahn
2007-02-24move debug print into debug block.Dale Rahn
2007-02-24Add my copyright, since I took the skeleton driver and made it complete.Dale Rahn
2007-02-24Remove unused B_DIRTY, B_PAGET, B_PGIN, B_TAPE and B_UAREA b_flags values.Miod Vallat
2007-02-23Print safari error log register if we get a safari interrupt.Mark Kettenis
2007-02-23Establish pci error interrupt after we're done fiddling with schizo's registersMark Kettenis
2007-02-23Use the maxpacket len from the pipe, not hardcoded. properly dealDale Rahn
2007-02-22Dont pass seemingly random numbers down as the flagThordur I. Bjornsson
2007-02-22Revert my previous commit. Kettenis no likey.Marco Peereboom
2007-02-22Comment out the errmsg printf in hdgetdisklabel() again.Miod Vallat
2007-02-22Enable ACPI interrupts in APIC modeJordan Hargrave
2007-02-22Print base so that we can make a correct mapping between apic and irq.Marco Peereboom
2007-02-21Long awaiting modernization:Miod Vallat
2007-02-21part missed in PAE revert: ptoa() paddr_t size is no longer printedTheo de Raadt
2007-02-21remove part of buf abuse and store errcnt in softc (instead of b_errcnt); mor...Michael Shalayeff
2007-02-20Revert PAE pmap for now, until the strange bug is found. This stopsTom Cosgrove
2007-02-20Remove duplicate entry.Tom Cosgrove
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