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
/
ic
Age
Commit message (
Expand
)
Author
2006-04-22
Henning reported a crash I can't explain while using the new sensor code.
Marco Peereboom
2006-04-22
Add support for the Adaptec RAID-On-Chip architecture. This in turn
Brad Smith
2006-04-21
typo
Marco Peereboom
2006-04-21
Add mfi_poll and use the new shiny function to setup all the hardware queues.
Marco Peereboom
2006-04-21
remove duplicate defines. another find by lint.
David Gwynne
2006-04-21
remove the ami_inquire prototype. the function doesnt exist and its not
David Gwynne
2006-04-20
Fix various printf() issues: too many arguments, not enough arguments, argument
Miod Vallat
2006-04-20
printf() calls with the format string spanning several lines should not have
Miod Vallat
2006-04-20
Cast unsigned to signed when you want to check for negative values.
Miod Vallat
2006-04-20
marco hates typedefs as much as i do, so he asked me to clean mfi like i
David Gwynne
2006-04-20
return after goto wont be reached, so remove it. found by lint.
David Gwynne
2006-04-20
get rid of the ccb list typedef. while here switch to TAILQ_HEAD instead
David Gwynne
2006-04-20
remove some useless code found by lint.
David Gwynne
2006-04-20
this is the proper fix for krws bug. i feel kinda bad taking the commit
David Gwynne
2006-04-19
Make sure sc_first_poll is initialized to 0 so sensor_task_thread
Kenneth R Westerback
2006-04-18
Make output in sysctl pretier.
Marco Peereboom
2006-04-18
It helps to initialize a queue before usage.
Marco Peereboom
2006-04-18
Display logical disk status in sysctl. Now one can use sensorsd to
Marco Peereboom
2006-04-18
Actually add ccbs to the queue.
Marco Peereboom
2006-04-17
Sprinkle more debug. Remove 64 byte boundary; it doesn't seem to like it.
Marco Peereboom
2006-04-17
Setup ccbs and clean up ccb structure.
Marco Peereboom
2006-04-16
Oops, make mfi_allocmem always use 64 byte boundaries since frames have to
Marco Peereboom
2006-04-16
Add frame memory and sglist allocation.
Marco Peereboom
2006-04-16
Introduce sti_rom_size() which will compute the size of a card's rom, and
Miod Vallat
2006-04-16
Make memory access use macro.
Marco Peereboom
2006-04-16
typo
Marco Peereboom
2006-04-16
Add get and put ccb functions. Shuffle some more definitions.
Marco Peereboom
2006-04-16
Nicer print when context is invalid.
Marco Peereboom
2006-04-16
Shuffle some #defines.
Marco Peereboom
2006-04-16
Add interrupt handler. Idea borrowed from FreeBSD since it is much nicer
Marco Peereboom
2006-04-16
Correctly computed the mac address checksum on big-endian platforms.
Miod Vallat
2006-04-16
Add skeleton ccb structure.
Marco Peereboom
2006-04-15
check for IFF_RUNNING being set before calling gem_init().
Brad Smith
2006-04-10
fix the macro so gem recognizes the Intrepid 2 GMAC.
Brad Smith
2006-04-10
recognize the Intrepid 2 GMAC
Brad Smith
2006-04-10
under some cases some wi(4) cards freak out and then do not recover.
Theo de Raadt
2006-04-07
Replace bus_space functions with generic ones that do barriers.
Marco Peereboom
2006-04-07
Add memory allocator functions.
Marco Peereboom
2006-04-07
Print state in debug. Change return vales to 1 instead of ENXIO.
Marco Peereboom
2006-04-07
Make a better debug mechanism.
Marco Peereboom
2006-04-07
Enable mfi_transition_fw() original code from FreeBSD.
Marco Peereboom
2006-04-07
Add DEVNAME.
Marco Peereboom
2006-04-07
Add register offsets. Borrowed from FreeBSD.
Marco Peereboom
2006-04-06
Add fw transition logic.
Marco Peereboom
2006-04-06
Add structures and defines.
Marco Peereboom
2006-04-06
Add skeleton driver for MegaRAID SAS.
Marco Peereboom
2006-04-06
the synchronise cache path is unique in ami in that it uses two megaraid
David Gwynne
2006-04-06
kudos to djm for finding an embarrassing bug. using the same variable
David Gwynne
2006-04-05
Add support for big endian archs. tested by jaredy@ and ok jsg@
Kurt Miller
2006-04-05
reintroduce ami_complete, a replacement for ami_poll that is built on top
David Gwynne
[next]