summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_devar.h
AgeCommit message (Expand)Author
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-18Remove unused macro definition (the NetBSD version would just not gopooka
2009-05-06struct device * -> device_t, no functional changes intended.cegger
2009-03-29Merge patch from PR 12605, which tidies up allocation of transmit DMA maps.dholland
2008-06-12use device_lookup_private to get softccegger
2008-05-22Delete non-illuminating #ifdef-OTHER_OPERATING_SYSTEM code thatdyoung
2007-03-04Fix caddr_t fallout for cats kernel builds.chris
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-22Use C99 initializers where needed.uebayasi
2006-05-29gcc4 found that it can't storedrochner
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24__inline__ -> inlineperry
2005-12-24__asm__ -> __asmperry
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-11White space nit- don't put a space before/after increment/decrementsimonb
2002-10-01Remove uneecessary extern decl of de_ca.thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-06-13withough -> withoutwiz
2000-05-03`typedef void ifnet_ret_t;' isn't valid C -- use #define, instead.thorpej
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-01-15Fixes for 21143 and MII in full-duplex mode.matt
1999-04-01Fix typo. (From PR 7027)tsubai
1998-09-29Invert the RXCOPY test. Note that most new platforms will notmatt
1998-09-15Fix a problem where txput could "lose" dmamaps if it couldn't actuallymatt
1998-09-15This commit fixes two bugs in the de driver. The first is that thematt
1998-08-13Merge paddr_t changes into the main branch.eeh
1998-05-25Define TULIP_COPY_RXDATA for arm32 as well as alpha.mark
1998-02-11Don't try to dynamically create and destroy DMA maps. Instead, keepthorpej
1998-02-07Create RX DMA maps with ALLOCNOW. These maps are essentially alwaysthorpej
1998-02-07Use BUS_DMA_NOWAIT where appropriate. Don't create DMA maps withthorpej
1998-02-06A version of the de driver which does bus_dma. Note that it has not beenmatt
1997-10-2021142 / 21143 chips always use ISVSROM format. (print out message ismatt
1997-10-16Fix pr's port-i386/4127 kern/4190 kern/3700.matt
1997-10-15Fix media/console interaction problem on Alpha. Fix 21142/21143 problemsmatt
1997-10-15Add and/or update rnd_*() hooksexplorer
1997-10-13o Make usage of /dev/random dependant onexplorer
1997-10-10Add hooks to insert timing info into the random systemexplorer
1997-08-25Add RCS tags that got lost.thorpej
1997-08-25Merge with 970703 snapshot of Matt Thomas's de driver.thorpej
1997-07-19don't expect/provide pci_decompose_tag to be a MI, public function. Itcgd
1997-06-08Put back Matt Thomas's revision ID, per PR 3723, submitted bythorpej
1997-06-06Clean up conflicts during merge (thomas de-970603)mellon
1997-05-07Merge 970327 "de" update.thorpej
1997-04-13clean up space/tag commentscgd
1997-03-26Resolve conflicts from merge.thorpej
1997-03-23Resolve conflicts from merge.veego
1997-03-19Resolve conflicts from merge.thorpej
1997-03-17Resolve conflicts from merge.thorpej
1997-03-15New ARP system, supports IPv4 over any hardware link.is