summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
AgeCommit message (Expand)Author
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-15Don't bypass partition bounds check for RAW_PART. We now guarantee thatKenneth R Westerback
2008-06-12Bring biomem diff back into the tree after the nfs_bio.c fix went in.Theo de Raadt
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-06-01Make SCSI isp(4) use the same SCSI initiator ID as the prom on sparc/sparc64.Mark Kettenis
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2008-04-15It turns out the mysterious chip with the heatsink glued on, found on mgxMiod Vallat
2008-04-15Fix braino in mgx_loadcmap() invocation.Miod Vallat
2008-03-22Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fdKenneth R Westerback
2008-03-20Bring isa/fd.c into line with sparc/sparc64 fd code and prepare allKenneth R Westerback
2008-03-15Support the old-prom XVideo boards by rewriting the sbus range registers;Miod Vallat
2008-03-01Print consoleness the canonical way.Mark Kettenis
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-12-29fix comments after the members of scsi_adapter were changed.David Gwynne
2007-11-28ctob/btoc -> ptoa/atopMartin Reindl
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-26typos; ok jmc@Martynas Venckus
2007-10-22stoped -> stoppedJoel Sing
2007-10-08A few trailing bzero/memset -> M_ZERO occurrences, cast removal andKenneth R Westerback
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' whereKenneth R Westerback
2007-07-13Reenable accelerated text console primitives on pnozz if running with aMiod Vallat
2007-07-01Use mapiodev() instead of mapdev() when applicable. This is just syntacticMiod Vallat
2007-07-01Perform minimal disklabel setup without needing to do the disklabel_to_sun()Miod Vallat
2007-07-01Do not define DEBUG unconditionnaly.Miod Vallat
2007-06-24Fix xd and xy disklabel handling.Miod Vallat
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-15permit this to compile againTodd T. Fries
2007-06-09Silence a debug printf.Miod Vallat
2007-06-08all drivers should spoof version 1 labelsTheo de Raadt
2007-06-07another XXsize() botchTheo de Raadt
2007-06-07more XXsize() falloutTheo de Raadt
2007-06-07another XXsize() function forgottenTheo de Raadt
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2007-06-05use six new macros to access & store the 48-bit disklabel fields relatedTheo de Raadt
2007-06-04Bring presto's readdisklabel() usage into line with other uses. i.e.Kenneth R Westerback
2007-06-01Don't initialize d_partitions[RAW_DISK] just before callingKenneth R Westerback
2007-05-29use the right capitalization for `SBus'Igor Sobrado
2007-05-29use the right capitalization for `MBus' and `SBus'Igor Sobrado
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2007-04-29Replace expansions of DISKLABELDEV() with DISKLABELDEV(). Shorter, andKenneth R Westerback
2007-04-27Even floppies should use DISKLABELDEV() on the dev_t parameter toKenneth R Westerback
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-03-13When about to run X11 in 32 bpp mode, advertize correctly that we areMiod Vallat
2007-02-25Disable acceleration by default; set device flags to a nonzero value toMiod Vallat
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-15Don't print the error strings returned by readdisklabel(). If youKenneth R Westerback
2006-12-27Add code to change video mode (resolution and color depth) on the fly forMiod Vallat