summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2003-01-30Track if a physical page has been previously mapped executable. If itDale Rahn
2003-01-30The E450 seems to have the same problem as the E250, so don't ask OF forHenric Jungheim
2003-01-30there is no need for a MCOUNT, gcc prepares everything and calls _mcount() al...Michael Shalayeff
2003-01-30no need to force cflags hereMichael Shalayeff
2003-01-30reread the dma status reg after playing part of the dma got programmed.Michael Shalayeff
2003-01-30real meat in audio_device; discussed w/ jason@Michael Shalayeff
2003-01-30Check the codec revision... if it's >=CS4215E or >=AD1849K (same valueJason Wright
2003-01-29save fpregs in coredumpMichael Shalayeff
2003-01-29enable scsi and sync w/ genericMichael Shalayeff
2003-01-29moved some stuff into hppa.htmlMichael Shalayeff
2003-01-29ref bit is reverse meaning in the pte, therefore should beMichael Shalayeff
2003-01-29typos;Jason McIntyre
2003-01-29print out the codec revision in dmesgMichael Shalayeff
2003-01-29fix typo. majver should be minverTed Unangst
2003-01-28harmony is there, 10x to jasonMichael Shalayeff
2003-01-28Ok, you can only set the HE/SE/LE/IS bits in GAINCTL when reset is asserted (...Jason Wright
2003-01-28Move device driver specific stuff to *var.h and add most of the code forJason Wright
2003-01-28Remove (now) bogus diagnostic check and set the output length correctly (why ...Jason Wright
2003-01-28pad < minimal length packets with 0's; based on netbsd; tested by miodJason Wright
2003-01-27Do not clean too far.Miod Vallat
2003-01-27Stupid stupid stupid... DMA will not start until the capture next registerJason Wright
2003-01-27padd < mimimum sized frames with 0's instead of whatever the chip wants; base...Jason Wright
2003-01-27Convert m68k pmap from physseg to VM_PAGE_MD.Miod Vallat
2003-01-27As promised, I got some sleep and rewrote most of the driver... playbackJason Wright
2003-01-27separate register defns and revise them based on the LASI info... a HUGEJason Wright
2003-01-27I declare defeat... once interrupts are enabled, just leave them enabled.Jason Wright
2003-01-27Write to the cntl register with the c flag set.Jason Wright
2003-01-26add harmonyJason Wright
2003-01-26Ok, playback more or less works, now for capture. (I forgot to save the pint...Jason Wright
2003-01-26Ok, this now produces some noise (that's the best way I can describe it),Jason Wright
2003-01-26Start on the harmony audio driver. It doesn't play or capture anythingJason Wright
2003-01-25Grr.. add a missing cdev_notdef() so that 35 really is the audio deviceJason Wright
2003-01-25updateMichael Shalayeff
2003-01-25De-"register"Jason Wright
2003-01-24Convert m88k pmap from physseg to VM_PAGE_MD.Miod Vallat
2003-01-24PMAP_{DE,}ACTIVATE are not used anymore.Miod Vallat
2003-01-23will need machine/frame.h for profilingMichael Shalayeff
2003-01-22make pmapdebug be zero by defaultMichael Shalayeff
2003-01-22kill the eiem defines we do not useMichael Shalayeff
2003-01-22fix wired accounting in pmap_enter()Michael Shalayeff
2003-01-22Correctly handle the case where the "address" property of a zs node isMiod Vallat
2003-01-22Revert previous - it would prevent the second zs chip from being probedMiod Vallat