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
/
if_cas.c
Age
Commit message (
Expand
)
Author
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2010-09-20
Stop doing shutdown hooks in network drivers where possible. We already
Theo de Raadt
2010-05-19
BUS_DMA_ZERO instead of alloc, map, bzero.
Owain Ainsworth
2009-11-29
Merge in some tidying up bits from gem(4). From Brad.
Mark Kettenis
2009-11-17
Tidy up promisc/multicast handing. From Brad. Tested by me.
Mark Kettenis
2009-07-23
Use pci_mapreg_map() to map ROM.
Mark Kettenis
2009-06-13
Simplify ioctl handling. From Brad.
Mark Kettenis
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-10-14
Change m_devget()'s outdated and unused "offset" argument: It is
Christian Weisgerber
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-08-30
Fix an issue initially reported by drahn@ with gem(4) where these
Brad Smith
2008-05-31
Apparently the interrupt status register doesn't always replicate the TX
Mark Kettenis
2008-05-31
Turn the rx descriptor ring into a real ring instead of letting things fall
Mark Kettenis
2008-05-31
Properly set the IFF_OACTIVE flag if all the descriptrs are in use for
Brad Smith
2008-04-08
- Count excess and late collisions as output errors.
Brad Smith
2008-04-02
Add support for the National Semiconductor Saturn (which really is a Sun
Mark Kettenis
2008-02-08
Return ENOTTY not EINVAL for unsupported ioctl's;
Thordur I. Bjornsson
2008-01-17
Remove some #if;ed out code.
Mark Kettenis
2007-11-26
Make Cassini+ work; remove some unused macros while I'm there.
Mark Kettenis
2007-11-26
Avoid resetting PCS. Don't do loopback at the serial link.
Mark Kettenis
2007-11-26
Reenable the PCS functions after a reset; properly disable them while changing
Mark Kettenis
2007-10-06
NPBFILTER -> NBPFILTER in comments.
Jonathan Gray
2007-04-18
Pass arguments to DPRINTF in the right order.
Mark Kettenis
2007-04-15
Make code that fetches the MAC address from PCI ROM actually work.
Mark Kettenis
2007-04-15
Give this code a chance to work on platforms where the page size isn't 8k.
Mark Kettenis
2007-04-11
Check return value from m_devget().
Mark Kettenis
2007-02-27
Cut away some dead wood.
Mark Kettenis
2007-02-26
An ethernet driver works much better if you program the Tx descriptor ring
Mark Kettenis
2007-02-25
Make receiving packets work. Driver works well enough to do the commit over.
Mark Kettenis
2007-02-24
Start of a driver for Sun Cassini gigabit ethernet interfaces. Driver can
Mark Kettenis