summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-09-05Implement qli_get_fw_state and fix a typo.Marco Peereboom
2007-09-05rename qli_prot_regs to qli_stat_regs to avoid possible confusion with qli_po...David Collins
2007-09-05fix over-agressive match function, oopsTheo de Raadt
2007-09-04Zap the simplelock goo and general cleanup of comments.Thordur I. Bjornsson
2007-09-04Add mailbox command handler and "about firmware" commandMarco Peereboom
2007-09-04UltraSPARC CPUs always have an on-chip FPU. There really is no need to haveMark Kettenis
2007-09-04driver for i2c lm93 sensor; very common on ipmi machines which have i2cTheo de Raadt
2007-09-04Reset the chip after internal memory exhaustion, makes the driver more solidMiod Vallat
2007-09-03Fix a few interrupt dispatch/receive register definitions.Mark Kettenis
2007-09-03there is a prototype version of the lm93 (plus spacing fixes)Theo de Raadt
2007-09-03Recognize Andigilog aSC7621.Mark Kettenis
2007-09-03unsupported ioctl's should be returned with ENOTTYThordur I. Bjornsson
2007-09-03call savectx() in cpu_fork(), so that the new process can take signalsMiod Vallat
2007-09-03Remove the pv and pte stealing code. Neither art@ and I like it, theMiod Vallat
2007-09-03Bump RTM_VERSION to 4 and start a new aera of routing in OpenBSD :)Claudio Jeker
2007-09-03Add ENOMSG and EIDRM; from jsg@Todd C. Miller
2007-09-03__inline removalJacob Meuser
2007-09-03Make use of the pfsync 'badval' and 'stale' counters instead of usingJoel Knight
2007-09-03Make use of the carp preempt counter to signal number of transitions ofJoel Knight
2007-09-03unbreak.Marc Balmer
2007-09-03Add more PCI ids; taken from the linux driver. Pointed out by StephanMarco Peereboom
2007-09-03syncMarco Peereboom
2007-09-03Add some more PCI ids for mpi; pointed out by Stephan EisvogelMarco Peereboom
2007-09-03Typos from miod. 'specificed' -> 'specified' in some comments and man page.Kenneth R Westerback
2007-09-03Typos from miod. 'requiered' -> 'required' in some comments.Kenneth R Westerback
2007-09-03Typos from miod. 'functin' -> 'functin' in some comments.Kenneth R Westerback
2007-09-03Typos from miod. 'intrrupt' -> 'interrupt' in some comments.Kenneth R Westerback
2007-09-03Typos from miod. 'sfotware' -> 'software' in some comments.Kenneth R Westerback
2007-09-02Fix typos in comments: soruce -> sourceHans-Joerg Hoexer
2007-09-02Disable ROM search acceleration for now, it has some issues.Alexander Yurchenko
2007-09-02ctob is gone, use ptoaMartin Reindl
2007-09-02regenJonathan Gray
2007-09-02Add ENE Memory Stick/SD/SDMMC entries.Jonathan Gray
2007-09-02Add support for Alltel UTStarcom PPC6700.Jonathan Gray
2007-09-02regenJonathan Gray
2007-09-02Alltel UTStarcom PPC6700.Jonathan Gray
2007-09-01Correct the backwards ethernet address that some NVidia MACs have.Chris Kuethe
2007-09-01since theHenning Brauer
2007-09-01- Add bthidev(4), from NetBSD.Xavier Santolaria
2007-09-01fix a use after free case.Thordur I. Bjornsson
2007-09-01replace the machine dependant bytes-to-clicks macro by the MI ptoa()Martin Reindl
2007-09-01Fix space and underline handling in rasops24_putchar(), spotted by Leon Zadorin.Miod Vallat
2007-09-01Do not include <machine/rpb.h> unless necessary.Miod Vallat
2007-09-01In pmap_protect(), compute the bitmask to set in the ptes only once, insteadMiod Vallat
2007-09-01Remove support for ddb-only %r, %z, and the ddb-specific handling of %n fromMiod Vallat
2007-09-01Use db_format() instead of ddb-specific format specifiers; no functionalMiod Vallat
2007-09-01Add VLAN reception support to vr(4). Diff from Brad.Marcus Glocker
2007-09-01Remove stale comments; prompted by millert.Marco Peereboom
2007-08-31new format firmware load messageTheo de Raadt
2007-08-31Add vaddr.Marco Peereboom