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
/
pci
Age
Commit message (
Expand
)
Author
2015-01-12
stash the softc in the memory allocated for setting up a task for
David Gwynne
2015-01-11
mallocarray() for the rx_buffer memory
Theo de Raadt
2015-01-10
Get the MAC address from the PCI ROM on systems without Open Firmware. Code
Mark Kettenis
2015-01-10
Disable (most) interrupts when the interface goes down.
Mark Kettenis
2015-01-10
A few more loose ends.
Mark Kettenis
2015-01-10
Remove debug printfs.
Mark Kettenis
2015-01-10
Hook up nep(4).
Mark Kettenis
2015-01-10
Add support for promiscuous mode and multicase.
Mark Kettenis
2015-01-10
Properly stop DMA and tear down the rings when taking the interface down.
Mark Kettenis
2015-01-09
match on C610
Jonathan Gray
2015-01-09
regen
Jonathan Gray
2015-01-09
Add some Intel Xeon E5 v3 and C610/X99 ids.
Jonathan Gray
2015-01-09
implement mfii_scsi_cmd_io for handling actual io. previously i got
David Gwynne
2015-01-07
use the same trick as mpii for posting the request descriptor with
David Gwynne
2015-01-07
replace bcopy with memcpy. still cant see the bug im looking for.
David Gwynne
2015-01-07
i may as well turn bzero into memset while i am busy not having
David Gwynne
2015-01-06
Always enable the receive filter. It was being enabled via sis_init()
Brad Smith
2015-01-05
there's already three different types of chips in this family of
David Gwynne
2015-01-03
Implement BMAC support; ports 2 & 3 work now as well.
Mark Kettenis
2015-01-03
Make port 1 on the 4x1G card work. Port 2 & 3 still need some work.
Mark Kettenis
2015-01-02
Holds up much better under load with an IPL on the block pool.
Mark Kettenis
2015-01-02
Still locks up under load, but otherwise fairly functional.
Mark Kettenis
2014-12-29
Toggle the TX_RING_KICK_WRAP bit when appropriate.
Mark Kettenis
2014-12-29
It sends and receives packets (until we run out of the initial receive blocks).
Mark Kettenis
2014-12-28
Fairly complete Rx path hardware initialization.
Mark Kettenis
2014-12-28
remove a surplus argument to printf caught by -Wformat
Jonathan Gray
2014-12-28
mask with & not &&
Jonathan Gray
2014-12-26
More code. Transmitting packets somewhat works now.
Mark Kettenis
2014-12-26
unifdef INET. missed a few headers in previous rounds
Ted Unangst
2014-12-22
unifdef INET
Ted Unangst
2014-12-20
Replace switch workq with taskq.
Kenneth R Westerback
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2014-12-19
Fix tree breakage due to unused variable after last commit.
Kenneth R Westerback
2014-12-19
Change scan and auth+assoc workq entries to taskq entries.
Kenneth R Westerback
2014-12-19
Rearrange mostly vmxnet3_init() to look like other Ethernet drivers.
Brad Smith
2014-12-17
Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter
Philip Guenther
2014-12-17
Do as the datasheet recommends and disable the RX filter before adjusting
Brad Smith
2014-12-16
include atomic.h to get atomic operations (virtio_membar). ok sf
Ted Unangst
2014-12-16
primary change: move uvm_vnode out of vnode, keeping only a pointer.
Ted Unangst
2014-12-15
Consistency with the pci_intr_map bits.
Brad Smith
2014-12-15
The PCI device ID 0x4c6e is a secondary device ID for the Radeon Mobility
Mark Kettenis
2014-12-15
Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,
Philip Guenther
2014-12-13
yet more mallocarray() changes.
Doug Hogan
2014-12-10
Add an unmute quirk for HP machines with the IDT 92HD75B1/2 codec.
Jonathan Gray
2014-12-10
Convert watchdog(4) devices to use autoconf(9) framework.
Mike Belopuhov
2014-12-09
More malloc() -> mallocarray() in the kernel.
Doug Hogan
2014-12-08
Remove a few foo_start() calls within ioctl handlers. Odd spot to have
Brad Smith
2014-12-08
Have foo_init() call foo_reset() to reset the chip to a known state
Brad Smith
2014-12-07
sync
Theo de Raadt
2014-12-07
support WCH2 CH351 puc
Theo de Raadt
[next]