summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-10fix the macro so gem recognizes the Intrepid 2 GMAC.Brad Smith
2006-04-10recognize the Intrepid 2 GMACBrad Smith
2006-04-10regenBrad Smith
2006-04-10add PCI ids for the Apple Intrepid 2 Controller found on the latestBrad Smith
geneartion of G4 PowerBooks.
2006-04-10syncTheo de Raadt
2006-04-10under some cases some wi(4) cards freak out and then do not recover.Theo de Raadt
make the driver reset in those cases. this needs testing, which is why it is being commited; from kuethe
2006-04-10unify temperature sensor names much moreTheo de Raadt
2006-04-10make this match our code standardsTheo de Raadt
2006-04-10enable schenvTheo de Raadt
2006-04-10new schenv driverTheo de Raadt
2006-04-10new sch5017 driver by roman.hunt@comcast.netTheo de Raadt
2006-04-10files.i2cTheo de Raadt
2006-04-09slightly nicer sensor namesTheo de Raadt
2006-04-09- don't print out warnings about locking when they are actually wrong andNiall O'Higgins
just confuse the user. ok and input joris@
2006-04-09new sentence, new line;Jason McIntyre
2006-04-09macro fix; from moritz grimmJason McIntyre
2006-04-09On macppc and sparc64, if allowaperture=0 only allow mmap()-ing ofMatthieu Herrb
the framebuffer memory in WSDISPLAYIO_MODE_DUMBFB mode.
2006-04-09On MVME188 systems with more than two CMMUs par CPU, do not honor theMiod Vallat
address split scheme when operating on caches, as this does not work (probably for some snooping needs?); TLB operations are still honoring the split and are not affected.
2006-04-09Rewrite bus_compatible() to allow one alias to expand to several drivers,Miod Vallat
and in this case pick the one which matches the driver we are currently attaching, if any; allows systems netbooted via gem interfaces to recognize their boot device, and solves PR #5058.
2006-04-09delete breaks that are not neededTheo de Raadt
2006-04-09a few rlim_t casts, kind of ok otto and millertTheo de Raadt
2006-04-09syncTheo de Raadt
2006-04-09ftree_add arg #2 expects int not pointer.Jared Yanovich
from Han Boetes <han@mijncomputer.nl> via tech@ ok moritz
2006-04-09#ifdef lint wraps for va_startTheo de Raadt
2006-04-09Change a debug interface to take const char pointers so we don't aveKenneth R Westerback
to cast away constness whenever we want to pass in a string that is already const -- we copy the string if we want to use it, so having it be non-const in the first place does not make any sense. From tholo@ ok tedu@
2006-04-09regenBrad Smith
2006-04-09add another ServerWorks SATA PCI id.Brad Smith
From the Linux svw driver.
2006-04-09syncTheo de Raadt
2006-04-08Remove unused variables.David Hill
ok ray@
2006-04-08Add missing 'use OpenBSD::Error'.Bernd Ahlers
spotted by marco@ 'go ahead' espie@
2006-04-08Don't panic in apic_intr_establush() if interrupt is not sharable and alreadyMark Kettenis
taken; return NULL instead, just like we do for non-apic interrupts. Fixes PR 5064. ok mickey@
2006-04-08add an AUTHORS section, and make HISTORY more obsd-specific;Jason McIntyre
much help and ok jsg
2006-04-08clean up includes, from thib, okay tedu@Pedro Martelletto
2006-04-08document "powerdown" in rc.shutdown;Jason McIntyre
based on diffs from henning, and ok him too...
2006-04-08tweaks;Jason McIntyre
2006-04-08various tweaks;Jason McIntyre
2006-04-08Whack some obviously dead code (double return's, code after goto).Kenneth R Westerback
ok pedro@
2006-04-08Plug memory leak when nitems == 0.Ray Lai
From NetBSD from Coverity CID 1752. OK jaredy@
2006-04-08Plug simple memory leak. ``Don't forget to free tcpopts when youRay Lai
are done.'' From NetBSD from Coverity CID 2057. OK henning@ and jaredy@
2006-04-08Remove a little bit of dead code; minburst is set to 2 earlier, andRay Lai
cannot be 0. From NetBSD from Coverity CID 577. OK henning@
2006-04-08Since moritz@ says, ``this can't happen, because no fmt stringRay Lai
passed to fdata() uses a T-value not caught by the switch,'' change to a fatal error. OK jaredy@ and moritz@
2006-04-08Memory leak on fork error plus change time variable to preventRay Lai
shadowing time(3) function. From NetBSD from Coverity CID 1688. OK jaredy@ and moritz@
2006-04-07Improved MIDI manpages from Alexandre Ratchov.Jonathan Gray
2006-04-07Add optional flush method to MIDI hardware interface.Jonathan Gray
Allow umidi(4) to send multiple events in a single USB transfer. This greatly improves the number of interrupts umidi is able to generate. From Alexandre Ratchov.
2006-04-07Replace bus_space functions with generic ones that do barriers.Marco Peereboom
2006-04-07Add memory allocator functions.Marco Peereboom
2006-04-07Print state in debug. Change return vales to 1 instead of ENXIO.Marco Peereboom
2006-04-07Use new shiny debug code.Marco Peereboom
2006-04-07Make a better debug mechanism.Marco Peereboom
2006-04-07Enable mfi_transition_fw() original code from FreeBSD.Marco Peereboom