Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-31 | enable tumbler* to encourage more testing. it works on a 4th gen | Brad Smith | |
PowerBook but not on the 12" iBook I have (not without an i2s change). | |||
2005-10-31 | Fix a TAILQ_FOREACH where the item containing the next pointer could be | Christopher Pascoe | |
freed. ok canacar deraadt | |||
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 | |
- add support for bass & treble in snapper; ok drahn@ | |||
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 | |
ok drahn@ | |||
2005-10-30 | add daca audio support, found in some macppc machines; | Joris Vink | |
ok drahn@ | |||
2005-10-30 | Update RTC on reboot. | Mark Kettenis | |
ok drahn@ | |||
2005-10-30 | Remove unused pcb field (this should have been part of the fetch(9)/store(9) | Miod Vallat | |
removal ages ago). | |||
2005-10-30 | Simplify sis(4) TX/RX ring initialization. | Brad Smith | |
Thanks to Ben <ben@tilderoot.com> for testing. | |||
2005-10-29 | comment fix: Two vendors sold same thing | Theo de Raadt | |
2005-10-29 | Correct type for dd_grid, so that we print the device id correctly for | Miod Vallat | |
byte-mode roms. | |||
2005-10-29 | Account a self-reference for directories in udf_getattr(), okay deraadt@ | Pedro Martelletto | |
2005-10-28 | Check for init(8) return path by process ID and make it the exception rather | Mark Kettenis | |
than the default. ok deraadt@, weingart@ | |||
2005-10-28 | no more Mach-macros | Martin Reindl | |
2005-10-28 | Use normal kernel stack for #BP exceptions. Fixes PR 4562. | Mark Kettenis | |
ok weingart@, deraadt@ Fix from myself, via NetBSD. Duh! | |||
2005-10-28 | kill unneeded node argument in snapper_init() | Joris Vink | |
ok drahn@ | |||
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 | |
and if the cpu gets stuck, don't spin too long. | |||
2005-10-28 | update support for powernow (cool and quiet) on k7, and add support | Ted Unangst | |
for k8. preliminary and not well tested yet. from freebsd via gordon klok. | |||
2005-10-28 | correct legsup register per spec; dlg@ pascoe@ ok. | Federico G. Schwindt | |
2005-10-28 | regen | Brad Smith | |
2005-10-28 | add some Symbios Logic ids including SAS and FC chipsets. | Brad Smith | |
2005-10-28 | s/rmatch/chksum_flag/ to clarify what's going on. Pointed out by dhartmei@ | Ryan Thomas McBride | |
Oh. and a KNF nit. | |||
2005-10-27 | repair ops. looking at the doc i suppose had no doc and no good clue when ↵ | Michael Shalayeff | |
wrote it; tested on osb5 | |||
2005-10-27 | Following a next pointer of an element deleted from a list is bad | Otto Moerbeek | |
practise. Depending on the list implementation, this might or might not work; so make it use a safe idiom. ok pedro@ millert@ deraadt@ | |||
2005-10-27 | use a quirk to attach the new sierra wireless; tony@kozoru.com | Theo de Raadt | |
2005-10-27 | new sierra card; tony@kozoru.com | Theo de Raadt | |
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 | |
as well | |||
2005-10-27 | apparently 8235 has 8 pci lines too (ommited from the docs); tested by jolan@ | Michael Shalayeff | |
2005-10-27 | make sure ppsratecheck() returns 0 if maxpps is 0; | Markus Friedl | |
from alexander bluhm; ok deraadt | |||
2005-10-27 | Basic support for attaching states from pfsync to the correct rules. | Ryan Thomas McBride | |
Applies only to rules in the main ruleset (not anchors) if the ruleset checksum matches. Necessary to fix the following for pfsync'd states: - per-rule limits on number of states - altq - rule-based settings such as timeouts More work to do re: nat rules, src-nodes, etc. NOTE: This is modifies the pfsync header and version number. Tools which process pfsync packets must be recompiled, and firewalls with different versions will not sync. ok mpf@ henning@ dhartmei@ | |||
2005-10-27 | - __sparc__ -> __sparc64__ | Brad Smith | |
- unmap resources allocated by pci_mapreg_map() on failure to attach - fixup PCI interrupt string printing and surrounding code to be more consistent with other drivers | |||
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 | |
ok deraadt@ | |||
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 missing bus_dmamap_sync()'s, much closer to working on hppa | Brad Smith | |
though it still falls over with NFS builds. From: FreeBSD ok deraadt@ | |||
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 | revert 82801FBM SATA controller back to being configured as an IDE controller | Brad Smith | |
until someone can figure out why it works on some systems and not on others. | |||
2005-10-26 | Add basic handler for MCE and MCA. Written mostly by toby@ and commiting for | Marco Peereboom | |
toby@ per his request. ok marco@ | |||
2005-10-26 | regen | Brad Smith | |
2005-10-26 | fix some Intel chipset names. | Brad Smith | |