summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-11-01Always sure that we have memory for the 'dst' scrub information, which mayChristopher Pascoe
2005-11-01Remove the call to ieee80211_ifattach() for the moment as itJonathan Gray
2005-10-31- some DEBUG should be GEM_DEBUGBrad Smith
2005-10-31Fix reading large files; from NetBSD. Somehow this was overlookedOtto Moerbeek
2005-10-31jsg forgot to specify that wi(4) now needs wlan option; ok miodTheo de Raadt
2005-10-31ammount -> amountMiod Vallat
2005-10-31typoBrad Smith
2005-10-31print something useful about mainbus, system model as reported by Openfirmware.Dale Rahn
2005-10-31regenJonathan Gray
2005-10-31A few more nvidia video cards, mostly from submitted dmesgs.Jonathan Gray
2005-10-31Move from arpcom to ieee80211com in wi softc. This will beJonathan Gray
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
2005-10-31enable tumbler* to encourage more testing. it works on a 4th genBrad Smith
2005-10-31Fix a TAILQ_FOREACH where the item containing the next pointer could beChristopher Pascoe
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
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
2005-10-30add daca audio support, found in some macppc machines;Joris Vink
2005-10-30Update RTC on reboot.Mark Kettenis
2005-10-30Remove unused pcb field (this should have been part of the fetch(9)/store(9)Miod Vallat
2005-10-30Simplify sis(4) TX/RX ring initialization.Brad Smith
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
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
2005-10-28no more Mach-macrosMartin Reindl
2005-10-28Use normal kernel stack for #BP exceptions. Fixes PR 4562.Mark Kettenis
2005-10-28kill unneeded node argument in snapper_init()Joris Vink
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
2005-10-28update support for powernow (cool and quiet) on k7, and add supportTed Unangst
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
2005-10-27repair ops. looking at the doc i suppose had no doc and no good clue when wro...Michael Shalayeff
2005-10-27Following a next pointer of an element deleted from a list is badOtto Moerbeek
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
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
2005-10-27Basic support for attaching states from pfsync to the correct rules.Ryan Thomas McBride
2005-10-27- __sparc__ -> __sparc64__Brad Smith
2005-10-27em kind of works now (not under heavy nfs load); ok bradTheo de Raadt