summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2003-04-03enable sti@phantomasMichael Shalayeff
2003-04-03enable waxMichael Shalayeff
2003-04-03make it at least scan the busMichael Shalayeff
2003-04-03make large pdc_scanbus-related structs global to avoid blowing the kernel stackMichael Shalayeff
2003-04-01use PAGE_MASK instead of PAGE_SIZE-1Michael Shalayeff
2003-03-30better MAXSSIZMichael Shalayeff
2003-03-29try to blinkMichael Shalayeff
2003-03-29fetch the device address list for where supported; say 16 addresses is ought ...Michael Shalayeff
2003-03-29add some author refs from the older versions of these from much older projectsMichael Shalayeff
2003-03-29nothing uses UADDRMichael Shalayeff
2003-03-29bus_space_vaddr and related definitions (needs actual implementations)Michael Shalayeff
2003-03-29allow attaching onto phantomas. check graphics id to seed out the medusa fddi...Michael Shalayeff
2003-03-29fix fpu printout and remove dead code pieceMichael Shalayeff
2003-03-29some mount stinger onto phantomas and there is not need to flag stingers tooMichael Shalayeff
2003-03-28a small boot for a cdMichael Shalayeff
2003-03-28s/SADIR/STANDIR/ to avoid conflict w/ the libsa; install raw boot as well as ...Michael Shalayeff
2003-03-12reclaim more resources on failures.Michael Shalayeff
2003-03-03march through the trapframes on the stack trace until the very lastMichael Shalayeff
2003-02-28fix comments, from weissmanndude.Michael Shalayeff
2003-02-26minor fix in a debug printfMichael Shalayeff
2003-02-25In trap(), always initialize tts, even if TRAPDEBUG is not defined, as itMiod Vallat
2003-02-18gsc_intr is a leafMichael Shalayeff
2003-02-18knf; mickey okTheo de Raadt
2003-02-18nicerTheo de Raadt
2003-02-18Let kernels compile without DDB, USELEDS, and DIAGNOSTIC.Miod Vallat
2003-02-18copyrights added;Jason McIntyre
2003-02-18The previous boot device detection code would not work on old pdc machinesMiod Vallat
2003-02-17Allow the generic ps/2 mouse driver, pms, to attach to gsckbc as well.Miod Vallat
2003-02-17Since the ps/2 input ports show up as two different devices, with the sameMiod Vallat
2003-02-16Provide a wskbd type for gsc keyboards, make gsckbd use it, and take advantageMiod Vallat
2003-02-16RegenMiod Vallat
2003-02-16Although some hppa models, such as the 715, will require specific keyboards,Miod Vallat
2003-02-15A simple and crude driver to play with the hil so-called ``ID module''Miod Vallat
2003-02-15Provide a "code" locator for hil devices. This will let people ask theirMiod Vallat
2003-02-15Rework the console management on hppa:Miod Vallat
2003-02-15Disable sti1, yes, but correctly...Miod Vallat
2003-02-15gsckbc is more sensitive than pckbc; always allow the enable() accessopMiod Vallat
2003-02-15The current hppa code would always ask for the root device, when runningMiod Vallat
2003-02-14Do not allow sti1 to attach at the moment, as it will not work correctly;Miod Vallat
2003-02-14this is a bsd materialMichael Shalayeff
2003-02-14put a copyrightMichael Shalayeff
2003-02-12some comments on the pci bridges and dino is at phantomas not mainbusMichael Shalayeff
2003-02-12Put a pckbc-like "slot" locator for gsckbc children. Even if this has noMiod Vallat
2003-02-12How uncommon... hppa only has one common: msgbufmapped (decl'd in /sys/kern)Jason Wright
2003-02-12only align the first stack frame onto the minimal required alignmentMichael Shalayeff
2003-02-12Add hilms and wsmouse at hilms.Miod Vallat
2003-02-12do not filter the coprocessor uid on the fpu context switch.Michael Shalayeff
2003-02-11Add wsmux for multiple keyboard configurations.Miod Vallat
2003-02-11Add hil devices, and enable wsdisplay at sti and wskbd at gsc and hil.Miod Vallat
2003-02-11hil at gsc attachment glue.Miod Vallat