summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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-14always need softintr after rxexception (avoids uninitialized variable); point...Jason Wright
2003-02-14this is a bsd materialMichael Shalayeff
2003-02-14put a copyrightMichael Shalayeff
2003-02-14Pad boot out to 512 byte boundary... some old prom's don't like binariesJason Wright
2003-02-12move to 3.3-betaTheo de Raadt
2003-02-12move ddb_regs decl from .h to .c to avoid commonJason Wright
2003-02-12separate evirq into macintr and openpic versions (they just -happened- to beJason Wright
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-12disable tigon (uses arithmetic on bus_handle_t's)Jason Wright
2003-02-12Kill more commons in sparc64 codeJason 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
2003-02-11hppa-specific hil definitions.Miod Vallat
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-02-10Add hme at pciJason Wright
2003-02-10fix pcs and pcxt recognition. from weissmanndudeMichael Shalayeff
2003-02-10fix sparc64 specific commonsJason Wright
2003-02-10unneeded defnsJason Wright
2003-02-09Swiss French ADB keyboard layout, tested against Powerbook keyboard markings,Miod Vallat
2003-02-08allow for xfs; ok miodTodd T. Fries
2003-02-08fix /tmp races; this no longer leaves files around. ok millert jason henricPeter Valchev
2003-02-07typos;Jason McIntyre
2003-02-06include isp firmware on some sparc64 media; and resize the media that isTheo de Raadt
2003-02-05Add knob for getting at the "output level bit", supposedly changes theJason Wright
2003-02-05in clearbits only flush the pte if it has changed. bits/bit in testbitMichael Shalayeff
2003-02-05Get rid of the pops:Jason Wright
2003-02-05LLADDR macro doesn't work here, so copy mac into the softc directly.Hugh Graham
2003-02-04Bring qe closer to NetBSD and make it compile. As yet untested.Hugh Graham
2003-02-03pad tx buffer out to minimum framelength; based on NetBSDJason Wright
2003-02-03From NetBSD: Add functions to allocate mapped-in qbus memory.Hugh Graham
2003-02-02I've been guaranteed that guaranteed is better than guarenteed.Miod Vallat
2003-02-01More leftovers from when we thought we could attach a pckbc to gscMiod Vallat
2003-02-01typos;Jason McIntyre
2003-02-01RegenMiod Vallat
2003-02-01Correct 715/100XC machine name, per openpa.net. mickey@ okMiod Vallat
2003-01-31do not merge the rodata sections into the .text . they could be moved above 4...Michael Shalayeff
2003-01-31sync w/ generic and correct minirotsizeMichael Shalayeff
2003-01-31Enter gsckbc, a driver for the ps/2-like input device ports found on manyMiod Vallat
2003-01-31Various typos; Andrey MatveevMiod Vallat
2003-01-31Save about 1.7k in executable size for macppc kernel, Since the ELF headerDale Rahn
2003-01-31Change how the bootloader links to get around size/start address issuesDale Rahn