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
/
arch
/
octeon
/
dev
Age
Commit message (
Expand
)
Author
2011-07-06
Eliminate redundant buf validation checks in xxstrategy() methods now
Matthew Dempsky
2011-07-03
Tweak the dmesg output a bit. From brad@
YASUOKA Masahiko
2011-07-03
Rewrite the multicast handling for OpenBSD. From brad@
YASUOKA Masahiko
2011-07-03
- add missing #include "bpfilter.h" on if_cnmac.
YASUOKA Masahiko
2011-06-25
Don't forget to print a newline at attach time.
Miod Vallat
2011-06-24
Remove SET/CLR/ISSET macros from Octeon code. The kernel already provides
YASUOKA Masahiko
2011-06-22
some fixes for cnmac(4)
YASUOKA Masahiko
2011-06-19
Use disk_lock_nointr() in the xxclose() routines so that they cannot
Theo de Raadt
2011-06-19
Use disk_lock/disk_unlock directly and in the same way in these drivers,
Theo de Raadt
2011-06-19
Clean up ioctl handler a bit and rearrange the receive filter callback to
YASUOKA Masahiko
2011-06-17
add missing the copyright notice.
YASUOKA Masahiko
2011-06-16
Ethernet driver merged from IIJ's contribution code.
Takuya ASADA
2011-06-05
Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot
Matthew Dempsky
2011-06-03
Get rid of the wlabel argument to bounds_check_with_label(). It's
Matthew Dempsky
2011-05-08
combus renamed uartbus, com_oct renamed cn30xxuart
Takuya ASADA
2011-05-08
obio renamed iobus, moved interrupt handler code to dev/octeon_intr.c
Takuya ASADA
2010-12-04
correct constant name
Takuya ASADA
2010-12-04
Introduce a new pci routine, pci_conf_size(), which returns the size of a
Miod Vallat
2010-12-04
Remove pci configuration space acces hook infrastructure, which got copied
Miod Vallat
2010-11-23
Correct interrupt handling
Takuya ASADA
2010-10-28
Inital commit of PCI and SATA support for OCTEON
Takuya ASADA
2010-10-26
Replace broken CF driver with new one, fixed bus_space base address.
Takuya ASADA
2010-10-10
Compact Flash support for OCTEON
Takuya ASADA
2010-10-03
Remove unused header. ok deraadt@
Takuya ASADA
2010-10-01
Implemented combus to support com device on OCTEON without modifing dev/ic/co...
Takuya ASADA
2010-09-21
Fix incorrect comment on comreg.h. ok deraadt@
Takuya ASADA
2010-09-20
Initial revision
Takuya ASADA