summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2005-11-06Kill deprecated vm_offset_t and vm_size_t types on vax.Miod Vallat
2005-11-06Factorize setregs() code to m68k-common location.Miod Vallat
2005-11-06Invoke regdump() on abort if compiled without DDB support.Miod Vallat
2005-11-06Homogeneize all PSR field tests in user-provided structures. No functionalMiod Vallat
change.
2005-11-06Add keyboard bell support.Miod Vallat
2005-11-06byebye Mach macrosMartin Reindl
testing and ok kettenis@, hshoexer@
2005-11-06enable midi@pcppi and sequencerJolan Luff
2005-11-06Add attachment of ki2c at memc as well as macobio, wil be used on G5.Dale Rahn
2005-11-05Add bus_space_alloc and _free.Marco Peereboom
from jason@
2005-11-05add or enable lmc(4)Brad Smith
2005-11-05split from ki2c.cBrad Smith
2005-11-05some driver cleanup, ANSI/KNF and more consistency between the drivers.Brad Smith
ok joris@
2005-11-04Change DEBUG conditionals into PMAP_DEBUG; no functional change.Miod Vallat
2005-11-04remove useless prototype; ok drahn@Uwe Stuehler
2005-11-04only build powernow pieces as appropriate for config'd cpu typesTed Unangst
2005-11-04RCS Id tagUwe Stuehler
2005-11-03fix commentMartin Reindl
ok miod@
2005-11-03use splvm() here instead of splimp(). in currently unused MULTIPROCESSOR code.Brad Smith
ok martin@
2005-11-01remove Mach macros, they were unused anywayMartin Reindl
2005-10-31print something useful about mainbus, system model as reported by Openfirmware.Dale Rahn
2005-10-31Move from arpcom to ieee80211com in wi softc. This will beJonathan Gray
required for net80211 support. Updated version of a diff from dlg@ similiar diff ok fgsch@, ok dlg@
2005-10-31show the speed status in hw.cpuspeed; ok drahnTheo de Raadt
2005-10-31On suspend/resume save the current time to the RTC earlier and restore it laterDale Rahn
so that the very long delay operations do not slow the clock unnecessarily. Add early support for hw.setperf and hw.cpuspeed for zaurus, it appears to be able to run at 91MHz and 209MHz as well as the std 416MHz with this change. Hopefully it is doing the speed changes correctly.
2005-10-31enable tumbler* to encourage more testing. it works on a 4th genBrad Smith
PowerBook but not on the 12" iBook I have (not without an i2s change).
2005-10-31add support for bass & treble.Brad Smith
2005-10-31update datasheet URL.Brad Smith
2005-10-31- add needed bass & treble glue in i2s;Joris Vink
- add support for bass & treble in snapper; ok drahn@
2005-10-31work in progress on a tumbler driver, driver is commented out for now.Brad Smith
2005-10-31add aoa audio support, found in several macppc machinesJoris Vink
ok drahn@
2005-10-30add daca audio support, found in some macppc machines;Joris Vink
ok drahn@
2005-10-30Update RTC on reboot.Mark Kettenis
ok drahn@
2005-10-30Remove unused pcb field (this should have been part of the fetch(9)/store(9)Miod Vallat
removal ages ago).
2005-10-28Check for init(8) return path by process ID and make it the exception ratherMark Kettenis
than the default. ok deraadt@, weingart@
2005-10-28no more Mach-macrosMartin Reindl
2005-10-28Use normal kernel stack for #BP exceptions. Fixes PR 4562.Mark Kettenis
ok weingart@, deraadt@ Fix from myself, via NetBSD. Duh!
2005-10-28kill unneeded node argument in snapper_init()Joris Vink
ok drahn@
2005-10-28convert the last m68k_btop() and m68k_ptob() macrosMartin Reindl
2005-10-28lost a diff from gordon, only attach if we can do something usefulTed Unangst
2005-10-28malloc(M_WAITOK) is bad in init code, M_DEVBUF is nicer than M_TEMP,Ted Unangst
and if the cpu gets stuck, don't spin too long.
2005-10-28update support for powernow (cool and quiet) on k7, and add supportTed Unangst
for k8. preliminary and not well tested yet. from freebsd via gordon klok.
2005-10-27repair ops. looking at the doc i suppose had no doc and no good clue when ↵Michael Shalayeff
wrote it; tested on osb5
2005-10-27ironically everything past 8231 has 8 pci lines (we assume)Michael Shalayeff
2005-10-27stupid me, of course these MD macros need to be converted to MI macrosMartin Reindl
as well
2005-10-27apparently 8235 has 8 pci lines too (ommited from the docs); tested by jolan@Michael Shalayeff
2005-10-27em kind of works now (not under heavy nfs load); ok bradTheo de Raadt
2005-10-26- enable siop(4) in RAMDISK_CD on amd64.Niall O'Higgins
ok deraadt@
2005-10-26add vt8233 and vt8235 (at least 8235 verified in docs)Michael Shalayeff
2005-10-26reverse 8237 check to only match 8237Michael Shalayeff
2005-10-26add via 8237 back, works nowHenning Brauer
2005-10-26in set_trigger only touch triggers not whole routing crapMichael Shalayeff