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-08-24
- remove double \n in panic string
Jasper Lievisse Adriaanse
2009-08-23
- turn a printf(), which predated a panic()-function that could take printf-l...
Jasper Lievisse Adriaanse
2009-08-22
There is no schsio_print() so get rid of the prototype.
Michael Knudsen
2009-08-13
Replace the error strings that were being passed around with much simpler
Theo de Raadt
2009-08-12
Backing store for ega and vga virtual console is not allocated until the
Miod Vallat
2009-08-10
This does not need a shutdown function either (though the equilevant
Theo de Raadt
2009-08-09
Make this compile when SEA_ASSEMBLER is not defined.
Jonathan Gray
2009-08-05
timeout_add -> timeout_add_msec
Bret Lambert
2009-07-31
remove unused variable definition; unbreaks kernel build.
Stuart Henderson
2009-07-31
timeout_add -> timeout_add_msec
Bret Lambert
2009-07-23
What gets allocated with bus_space_map() needs to be released with
Miod Vallat
2009-06-21
fix rcs ids. ok sthen@
Martynas Venckus
2009-06-02
Fix some minor format string problems found in a maze of false positives
Theo de Raadt
2009-06-02
Cope with logical device numbers gaps, this fixes out-of-bounds access
Alexander Yurchenko
2009-05-24
make sure the array of chars we pass aps_do_io() in aps_match() is
Jonathan Gray
2009-05-23
Remove redefinition of ETHER_ADDR_LEN.
Jonathan Gray
2009-05-07
KNF
Michael Knudsen
2009-04-27
Whitespace KNF.
Michael Knudsen
2009-04-21
Switch aps(4) to use timeout_add_msec() instead of timeout_add() with a
Michael Knudsen
2009-04-17
schsio_probe() reads the chip id to find out if we should attach or not.
Michael Knudsen
2009-04-16
Change some parameter types from int to u_int8_t since the
Michael Knudsen
2009-04-15
Remove some unused symbolic constants.
Michael Knudsen
2009-04-14
Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.
Owain Ainsworth
2009-03-30
Support for more chipset versions, written by Ian Lindsay
Theo de Raadt
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2009-03-25
Add support for the watchdog timer.
Michael Knudsen
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
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
[prev]
[next]