Age | Commit message (Expand) | Author |
2007-02-26 | Fix spurious right brace in some decoders, and always print the hex value for | Miod Vallat |
2007-02-26 | Revert a portion of rev 1.21, via-cuda behaves exactly opposite of via-pmu, | Gordon Willem Klok |
2007-02-25 | Add cas(4). Ad a few missing comments while there. | Mark Kettenis |
2007-02-25 | Disable acceleration by default; set device flags to a nonzero value to | Miod Vallat |
2007-02-25 | Change how we determin if were running on a new world versus old world | Gordon Willem Klok |
2007-02-25 | add missing USBD_FORCE_SHORT_XFER checks, put back some code I had for a | Dale Rahn |
2007-02-25 | Defines to make isr status more useable. Bit patterns for debug prints. | Dale Rahn |
2007-02-24 | move debug print into debug block. | Dale Rahn |
2007-02-24 | Add my copyright, since I took the skeleton driver and made it complete. | Dale Rahn |
2007-02-24 | Remove unused B_DIRTY, B_PAGET, B_PGIN, B_TAPE and B_UAREA b_flags values. | Miod Vallat |
2007-02-23 | Print safari error log register if we get a safari interrupt. | Mark Kettenis |
2007-02-23 | Establish pci error interrupt after we're done fiddling with schizo's registers | Mark Kettenis |
2007-02-23 | Use the maxpacket len from the pipe, not hardcoded. properly deal | Dale Rahn |
2007-02-22 | Dont pass seemingly random numbers down as the flag | Thordur I. Bjornsson |
2007-02-22 | Revert my previous commit. Kettenis no likey. | Marco Peereboom |
2007-02-22 | Comment out the errmsg printf in hdgetdisklabel() again. | Miod Vallat |
2007-02-22 | Enable ACPI interrupts in APIC mode | Jordan Hargrave |
2007-02-22 | Print base so that we can make a correct mapping between apic and irq. | Marco Peereboom |
2007-02-21 | Long awaiting modernization: | Miod Vallat |
2007-02-21 | part missed in PAE revert: ptoa() paddr_t size is no longer printed | Theo de Raadt |
2007-02-21 | remove part of buf abuse and store errcnt in softc (instead of b_errcnt); mor... | Michael Shalayeff |
2007-02-20 | Revert PAE pmap for now, until the strange bug is found. This stops | Tom Cosgrove |
2007-02-20 | Remove duplicate entry. | Tom Cosgrove |
2007-02-20 | Put ral* at pci? onto the install media. Noted by Sunnz (sunnzy (at) | Tom Cosgrove |
2007-02-19 | Put warning about shared IPL interrupts under MPVERBOSE and don't talk about | Mark Kettenis |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-19 | ACPIVERBOSE should be off, like i386 | Theo de Raadt |
2007-02-19 | Remove unused variable lapic_timer | Tom Cosgrove |
2007-02-18 | Correct yo-yo shutdowns: | Gordon Willem Klok |
2007-02-18 | Display the interrupt priority in dmesg, for frame buffers which register | Miod Vallat |
2007-02-18 | Make it more apparent these boards have (crippled version of) vga-compatible | Miod Vallat |
2007-02-18 | Remove #ifdef/#endif's around MBR checking code. Remove now unused | Kenneth R Westerback |
2007-02-18 | If no MBR partitions are found when spoofing a disklabel, try looking | Kenneth R Westerback |
2007-02-18 | In writedisklabel(), read the disklabel sector before rewriting it, to | Miod Vallat |
2007-02-17 | Add SMALL_KERNEL throught acpi to make it fit on boot media. | Marco Peereboom |
2007-02-17 | If we __HAVE_PMAP_DIRECT, handle these mappings in pmap_extract(). | Miod Vallat |
2007-02-17 | In pmap_collect(): | Miod Vallat |
2007-02-17 | Bring in the AMD errata checks from amd64. | Tom Cosgrove |
2007-02-17 | Add code to check for the AMD amd64 errata, and correct them where | Tom Cosgrove |
2007-02-17 | Fix spelling of Cool'n'Quiet, as done on i386 some time ago. Also | Tom Cosgrove |
2007-02-17 | To squeeze new stuff onto onto the very full boot floppies, occasionally | Theo de Raadt |
2007-02-16 | Enable malo(4) on macppc. OK mglocker@ deraadt@ | Claudio Jeker |
2007-02-15 | TX is working fine, turn off debug. | Dale Rahn |
2007-02-15 | break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ ok | Michael Shalayeff |
2007-02-15 | Add a mapping for logical to physical endpoints, otherwise data tries to | Dale Rahn |
2007-02-15 | Fix transmit packet termination. odd length and 64 byte multiple packets | Dale Rahn |
2007-02-15 | Don't print the error strings returned by readdisklabel(). If you | Kenneth R Westerback |
2007-02-14 | FALLTHRU -> FALLTHROUGH for consistency. | Jonathan Gray |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-13 | Add a delay for ep0 handling. Dunno why, but without debug prints it would | Dale Rahn |