summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_devar.h
AgeCommit message (Expand)Author
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
1997-03-06Patch from Matt Thomas to deal with the fact that Pass 2.[012] ofthorpej
1997-01-13Fix a couple of minor nits so that this compiles on the alpha.thorpej
1997-01-11Merge into mainline, tidy up some debug code.thorpej
1997-01-11Update from Matt Thomas <matt@3am-software.com>. Supports morethorpej