Age | Commit message (Expand) | Author |
2005-11-05 | split from ki2c.c | Brad Smith |
2005-11-05 | some driver cleanup, ANSI/KNF and more consistency between the drivers. | Brad Smith |
2005-11-04 | Change DEBUG conditionals into PMAP_DEBUG; no functional change. | Miod Vallat |
2005-11-04 | remove useless prototype; ok drahn@ | Uwe Stuehler |
2005-11-04 | only build powernow pieces as appropriate for config'd cpu types | Ted Unangst |
2005-11-04 | RCS Id tag | Uwe Stuehler |
2005-11-03 | fix comment | Martin Reindl |
2005-11-03 | use splvm() here instead of splimp(). in currently unused MULTIPROCESSOR code. | Brad Smith |
2005-11-01 | remove Mach macros, they were unused anyway | Martin Reindl |
2005-10-31 | print something useful about mainbus, system model as reported by Openfirmware. | Dale Rahn |
2005-10-31 | Move from arpcom to ieee80211com in wi softc. This will be | Jonathan Gray |
2005-10-31 | show the speed status in hw.cpuspeed; ok drahn | Theo de Raadt |
2005-10-31 | On suspend/resume save the current time to the RTC earlier and restore it later | Dale Rahn |
2005-10-31 | enable tumbler* to encourage more testing. it works on a 4th gen | Brad Smith |
2005-10-31 | add support for bass & treble. | Brad Smith |
2005-10-31 | update datasheet URL. | Brad Smith |
2005-10-31 | - add needed bass & treble glue in i2s; | Joris Vink |
2005-10-31 | work in progress on a tumbler driver, driver is commented out for now. | Brad Smith |
2005-10-31 | add aoa audio support, found in several macppc machines | Joris Vink |
2005-10-30 | add daca audio support, found in some macppc machines; | Joris Vink |
2005-10-30 | Update RTC on reboot. | Mark Kettenis |
2005-10-30 | Remove unused pcb field (this should have been part of the fetch(9)/store(9) | Miod Vallat |
2005-10-28 | Check for init(8) return path by process ID and make it the exception rather | Mark Kettenis |
2005-10-28 | no more Mach-macros | Martin Reindl |
2005-10-28 | Use normal kernel stack for #BP exceptions. Fixes PR 4562. | Mark Kettenis |
2005-10-28 | kill unneeded node argument in snapper_init() | Joris Vink |
2005-10-28 | convert the last m68k_btop() and m68k_ptob() macros | Martin Reindl |
2005-10-28 | lost a diff from gordon, only attach if we can do something useful | Ted Unangst |
2005-10-28 | malloc(M_WAITOK) is bad in init code, M_DEVBUF is nicer than M_TEMP, | Ted Unangst |
2005-10-28 | update support for powernow (cool and quiet) on k7, and add support | Ted Unangst |
2005-10-27 | repair ops. looking at the doc i suppose had no doc and no good clue when wro... | Michael Shalayeff |
2005-10-27 | ironically everything past 8231 has 8 pci lines (we assume) | Michael Shalayeff |
2005-10-27 | stupid me, of course these MD macros need to be converted to MI macros | Martin Reindl |
2005-10-27 | apparently 8235 has 8 pci lines too (ommited from the docs); tested by jolan@ | Michael Shalayeff |
2005-10-27 | em kind of works now (not under heavy nfs load); ok brad | Theo de Raadt |
2005-10-26 | - enable siop(4) in RAMDISK_CD on amd64. | Niall O'Higgins |
2005-10-26 | add vt8233 and vt8235 (at least 8235 verified in docs) | Michael Shalayeff |
2005-10-26 | reverse 8237 check to only match 8237 | Michael Shalayeff |
2005-10-26 | add via 8237 back, works now | Henning Brauer |
2005-10-26 | in set_trigger only touch triggers not whole routing crap | Michael Shalayeff |
2005-10-26 | fix 8237 trigger mask | Michael Shalayeff |
2005-10-26 | Add basic handler for MCE and MCA. Written mostly by toby@ and commiting for | Marco Peereboom |
2005-10-26 | Mach-macro wipeout | Martin Reindl |
2005-10-26 | goodbye more Mach macros | Martin Reindl |
2005-10-26 | no more hppa_round_page() and hppa_trunc_page() macros | Martin Reindl |
2005-10-26 | add an i2s framework, which can be reused in new audio drivers | Joris Vink |
2005-10-26 | typo | Michael Shalayeff |
2005-10-25 | re-enable IPv6 on the macppc RAMDISK. | Brad Smith |
2005-10-24 | add Intel 6300ESB | Brad Smith |
2005-10-24 | Conditionalize singler-step code on PTRACE. | Mark Kettenis |