index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
isa
Age
Commit message (
Expand
)
Author
2009-01-26
Unify error message.
Mark Kettenis
2009-01-24
use more appropriate sensor_task_register(9) paradigm; ok mk
Constantine A. Murenin
2009-01-24
* eliminate redundant initialisations of .desc and .value
Constantine A. Murenin
2009-01-23
Add schsio(4), a driver for SMSC SCH311x LPC Super I/O ICs providing
Michael Knudsen
2009-01-21
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
Alexander Yurchenko
2009-01-16
add IT8720F support
Oleg Safiullin
2009-01-11
Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)
Bret Lambert
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-11-27
Needs explicit <sys/malloc.h> include; Georg Schwarz
Miod Vallat
2008-11-25
Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.
Kenneth R Westerback
2008-11-22
cast pointer to correct type before passing it to bus space. Noticed while
Owain Ainsworth
2008-11-22
com, not pccom
Theo de Raadt
2008-11-21
Remove the following extern declarations because they are only
Robert Nagy
2008-10-25
audio(9) says low level drivers are allowed to change the requested
Jacob Meuser
2008-10-23
Round up to the nearest minute 16-bit timeout values for older IT8712 chips.
Oleg Safiullin
2008-10-22
o add FAN4 and FAN5 sensors for IT8716/8718/8726
Oleg Safiullin
2008-10-15
Second pass of simple timeout_add -> timeout_add_sec conversions
Bret Lambert
2008-10-11
Fix various printf constructs either missing arguments or format specifiers.
Miod Vallat
2008-10-08
better comments
Oleg Safiullin
2008-10-08
Older IT8712F chips have 8-bit watchdog timeout counter.
Oleg Safiullin
2008-10-08
o chip revision is 4-bit value
Oleg Safiullin
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-12
SCSI_DATA_UIO is never used. Code which checks for it is either dead or
Miod Vallat
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-06-27
Access the embedded controller according to the documentation referenced
Can Erkin Acar
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-06-15
Don't bypass partition bounds check for RAW_PART. We now guarantee that
Kenneth R Westerback
2008-06-12
Bring biomem diff back into the tree after the nfs_bio.c fix went in.
Theo de Raadt
2008-06-11
back out biomem diff since it is not right yet. Doing very large
Theo de Raadt
2008-06-10
Fix buffer cache pending read statistics by ensuring we can identify
Bob Beck
2008-05-22
More timeout(9) usage cleaned up.
Michael Knudsen
2008-05-21
regen
Miod Vallat
2008-05-21
More pccom references
Miod Vallat
2008-05-21
Switch i386 from pccom to com. Welcomed by many.
Mark Kettenis
2008-04-27
Make sure we actually use thesa pnp probe functions.
Mark Kettenis
2008-04-27
Don't mix up parent and child.
Mark Kettenis
2008-04-27
our attach functions dont return anything.
David Gwynne
2008-04-27
missing argument names in a function means it wont compile.
David Gwynne
2008-04-23
Remove driver for pre 802.11 RangeLAN2 wireless devices.
Jonathan Gray
2008-04-21
allow low level audio drivers to specify a default sample format,
Jacob Meuser
2008-04-08
Fix dmesg printing in the case that no device attaches.
Mark Kettenis
2008-04-07
Hardware monitor address should be 8-byte aligned.
Mark Kettenis
2008-04-07
snprintf "%s" -> strlcpy
Oleg Safiullin
2008-04-07
fix snprintf usage
Oleg Safiullin
2008-04-07
more cosmetic changes
Oleg Safiullin
2008-04-07
some cosmetic changes
Oleg Safiullin
2008-04-05
fix comment for it(4)
Oleg Safiullin
2008-04-03
Switch it(4) back to PnP config mode. Avoid possible
Oleg Safiullin
2008-03-31
if iobase is 0, lm child is not configured by the bios; ok kettenis
Theo de Raadt
2008-03-22
Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fd
Kenneth R Westerback
[next]