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