summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-10-29comment fix: Two vendors sold same thingTheo de Raadt
2005-10-29Correct type for dd_grid, so that we print the device id correctly forMiod Vallat
byte-mode roms.
2005-10-29Account a self-reference for directories in udf_getattr(), okay deraadt@Pedro Martelletto
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-28correct legsup register per spec; dlg@ pascoe@ ok.Federico G. Schwindt
2005-10-28regenBrad Smith
2005-10-28add some Symbios Logic ids including SAS and FC chipsets.Brad Smith
2005-10-28s/rmatch/chksum_flag/ to clarify what's going on. Pointed out by dhartmei@Ryan Thomas McBride
Oh. and a KNF nit.
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-27Following a next pointer of an element deleted from a list is badOtto 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-27use a quirk to attach the new sierra wireless; tony@kozoru.comTheo de Raadt
2005-10-27new sierra card; tony@kozoru.comTheo de Raadt
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-27make sure ppsratecheck() returns 0 if maxpps is 0;Markus Friedl
from alexander bluhm; ok deraadt
2005-10-27Basic 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-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 missing bus_dmamap_sync()'s, much closer to working on hppaBrad Smith
though it still falls over with NFS builds. From: FreeBSD ok deraadt@
2005-10-26add via 8237 back, works nowHenning Brauer
2005-10-26in set_trigger only touch triggers not whole routing crapMichael Shalayeff
2005-10-26fix 8237 trigger maskMichael Shalayeff
2005-10-26revert 82801FBM SATA controller back to being configured as an IDE controllerBrad Smith
until someone can figure out why it works on some systems and not on others.
2005-10-26Add basic handler for MCE and MCA. Written mostly by toby@ and commiting forMarco Peereboom
toby@ per his request. ok marco@
2005-10-26regenBrad Smith
2005-10-26fix some Intel chipset names.Brad Smith
2005-10-26use the MI atop() macro for alpha and mipsMartin Reindl
2005-10-26Mach-macro wipeoutMartin Reindl
'do it' deraadt@
2005-10-26goodbye more Mach macrosMartin Reindl
help toby, ok deraadt@
2005-10-26no more hppa_round_page() and hppa_trunc_page() macrosMartin Reindl
ok mickey@
2005-10-26add an i2s framework, which can be reused in new audio driversJoris Vink
for macppc, as most modern Apple machines have i2s-based audio. also let snapper use i2s.c right away; tested by Antoine Jacoutot, drahn@ and kettenis@ "yes, commit!" drahn@, ok kettenis@
2005-10-26missing name for KERN_CPTIME2; from form@Michael Shalayeff
2005-10-26syncTheo de Raadt
2005-10-26oopsTheo de Raadt
2005-10-26syncTheo de Raadt
2005-10-26new digi puc; bsw71@mail.ruTheo de Raadt
2005-10-26regenBrad Smith
2005-10-26add Compaq iLO controllersBrad Smith
2005-10-26Adapt art(4) to the new link state handling done by sppp(4).Claudio Jeker
Now blinkenlights realy work like a charm -- OK cHDLC reports always linkstate active but that is a problem inside sppp(4).