summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
AgeCommit message (Expand)Author
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02remove clause 3 & 4 (with fgsch permission as well)Jason Wright
2003-06-02nuke terms 3 & 4Jason Wright
2003-06-02Do not map psycho-only interrupts on sabres. Reading from undefinedHenric Jungheim
2003-05-30Fix interrupt mapping for psycho's PBM B. This should make interruptsHenric Jungheim
2003-05-26Make sure to do the keyboard layout selection dance before wskbd_cnattach()Miod Vallat
2003-05-22Fix comment: IOTTE_PAMASK is 42..13 not 42..12Jason Wright
2003-05-22There's an off-by-one in the diagnostic code that can cause grief,Henric Jungheim
2003-05-16move the interrupt idle stuff to the generic intr_establish functionJason Wright
2003-05-16The sparc64 proms do not map all interrupt vectors. Instead ofHenric Jungheim
2003-05-13The sab driver sometimes gets out of sync with the hardware. This canHenric Jungheim
2003-05-12use new display typesJason Wright
2003-05-11string cleaning; krw okTheo de Raadt
2003-05-11nuke debugging stuffJason Wright
2003-05-11get the offset of the config space correct, now to figure out why the rtc is ...Jason Wright
2003-05-10string cleaning; ok beck dhartmeiTheo de Raadt
2003-03-27- Add support for the *CURS* ioctls (requires mapping the DAC registersJason Wright
2003-03-27no sbus in hereJason Wright
2003-03-25Clear interrupts (set to IDLE) as they are established.Jason Wright
2003-03-09When a sparc machine is running with serial console, the zskbd probe wouldMiod Vallat
2003-03-06The existing IOMMU code had a rounding problem that was most noticeableHenric Jungheim
2003-03-05Some typos prevented STCs from being detected and the size of theHenric Jungheim
2003-02-22don't use home grown timeval comparison when timercmp() is available; pointed...Jason Wright
2003-02-22rearrange allocations and such so that this actually attaches (still panicsJason Wright
2003-02-21Print the pa not ldxa(pa)Jason Wright
2003-02-21- kill several unnecessary static'sJason Wright
2003-02-17Add support for the Sun Enterprise 450Henric Jungheim
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-02-10unneeded defnsJason Wright
2003-01-13Don't use a global variable to determine which pci_conf* function to call,Jason Wright
2002-12-25Initialize color palette from rasops settings (from sparc) rather thanMiod Vallat
2002-12-22Do not attempt to select keyboard layout until it has been determined fromMiod Vallat
2002-12-10Register as the "std" wscons device, not "sun". This is consistent with otherMiod Vallat
2002-12-10Fix spurious \n in dmesg outputMiod Vallat
2002-12-03Use bus_space_vaddr() instead of checking the mapping directly (this willJason Wright
2002-12-02Skip the ffb0, ffb1, pcia/slot2 (for psycho), and pcia/slot3 (for psycho)Jason Wright
2002-11-29Upon detection of an international Sun keyboard with a recognized layout,Miod Vallat
2002-11-09Instead of relying on uvm_useracc(), get a false sense of security, andMiod Vallat
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-07this removes the functionality of adding allocatedMichael Shalayeff
2002-10-06No more need to initialize the result list before uvm_pglistalloc.Artur Grabowski
2002-10-04Aasking to load an already loaded map is not a "warn and pray" kinda thing.Jason Wright
2002-09-23Fix console determination; based on discussion in port-sparc64@netbsdJason Wright
2002-09-17I sense too much cut 'n paste.Artur Grabowski
2002-09-15Fix color choices to match wsemul_sun requirements.Miod Vallat
2002-09-10Remove some debugging code, KNF, and fix encoding selection.Jason Wright
2002-09-10Register more wsscreen properties to take advantage of wsemul_sun changes.Jason Wright
2002-08-19KNF (4 char continuations)Jason Wright
2002-08-19Take advantage of rasops.updatecursor to keep the prom cursor up to dateJason Wright
2002-08-19From NetBSD:Jason Wright