summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_de.c
AgeCommit message (Expand)Author
2003-05-03DMA, not dma nor Dma.wiz
2003-01-20The Double-Semi-Colon Police.simonb
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-06-08make an auto const variable static.yamt
2001-11-13add RCSIDlukem
2001-07-07bcmp -> memcmpthorpej
2001-07-07bzero -> memsetthorpej
2001-07-07bcopy -> memcpy, strcpythorpej
2001-06-13withough -> withoutwiz
2001-05-16delint: zero sized array initalisation is a gccismlukem
2001-03-04Help messages appear each on their own line whenkim
2000-12-28Change pci_intr_map to get interrupt source information from a "structsommerfeld
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-11-14NBPG -> PAGE_SIZEthorpej
2000-09-286 -> ETHER_ADDR_LENtsutsui
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26remove/move more mach vm header files:mrg
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-02-23Fix a missing closing parenthesis in an error diagnosticfair
2000-01-15Fixes for 21143 and MII in full-duplex mode.matt
1999-12-04CL* discarding.ragge
1999-06-01Make sure bus mastering is enabled; some broken BIOSes don't set thisthorpej
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1999-04-12PR 6852 from Chris Jones <cjones@hideo.nervana.montana.edu>.cjs
1999-04-01Fix big-endian support.tsubai
1999-02-28Update to slightly altered rnd_attach_source() apiexplorer
1998-11-09Cleanup media set on Alpha. ring txpoll after setting proper txmatt
1998-09-25Fix transmit underflow messages. (\0128 != \0 128)matt
1998-09-22Fix the accton support. Only set the board type it isn't an ISV.matt
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-28some fixes:drochner
1998-08-24Fix bug in transmit logic that would transmits to stop. Boolean dyslexiamatt
1998-08-18Add some braces to make egcs happy.thorpej
1998-08-13Merge paddr_t changes into the main branch.eeh
1998-07-05defopt NS, NSIP.jonathan
1998-07-05defopt INET, NETATALK.jonathan
1998-06-21Workaround problem with stalling output. Fix later after I've moved.matt
1998-06-08Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-05-25Don't make the inclusion of machine/intr.h alpha specific as other portsmark
1998-05-22Change 21040 modes slightly. Prevent infinite autosense loop of 21143 thatmatt
1998-04-02Make sure to unload and recycle the DMA map for a bad received packet.mycroft
1998-03-29Oops; make the table const.mycroft
1998-03-29Use a 4-bit table to speed up the CRC even further, without increasing themycroft
1998-03-29Optimize the address CRC routines a bit.mycroft
1998-02-11Don't try to dynamically create and destroy DMA maps. Instead, keepthorpej
1998-02-07Properly handle error conditions from bus_dmamap_load_mbuf().thorpej