summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2001-09-27Split out comattach that does isa and isapnp attachment and initialization,Artur Grabowski
2001-09-27Split out comattach that does isa and isapnp attachment and initialization,Artur Grabowski
2001-09-27Huge merge with NetBSD. For full details look at their revision history (1.2...Jason Wright
2001-09-24Do not force polling while cold = 0; from NetBSD, hinted at by fgs@Miod Vallat
2001-09-24Use splimp instead of splnet in some places.Artur Grabowski
2001-09-24get rid of kvtop, not that it matters that muchMichael Shalayeff
2001-09-23solve mtu problem a little more elegantly (ramdisk works on blade100 andJason Wright
2001-09-21configured mtu in BOTH places (grumble)Jason Wright
2001-09-21openbsd style %b handlingJason Wright
2001-09-21another ETHERMTU + sizeof(struct ether_header) problemJason Wright
2001-09-21adapt to OpenBSD ioctl structureJason Wright
2001-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
2001-09-21Driver for Sun GEM ethernet. Not ready yet.Artur Grabowski
2001-09-20Better timeout usage.Miod Vallat
2001-09-20no one cares if RFIFO has been hit... so shaddap!Jason Wright
2001-09-20OpenBSD style bit definitionsJason Wright
2001-09-20undef HMEDEBUG by default, and maximum rx/tx size isJason Wright
2001-09-20occured->occurredMike Pechkin
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-17Remove all of the last vestiges of vtophys (namely RFA's):Jason Wright
2001-09-15fix unknown codec id printoutMichael Shalayeff
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-09-10use arc4random for iv as art@ suggestedMichael Shalayeff
2001-09-01Catch up with mainline of code development.mjacob
2001-08-31Prepare for transition to 5-parameter bus_dmamap_sync() by creating andKenneth R Westerback
2001-08-29initialize ac_enaddr from sc_enaddrJason Wright
2001-08-27get direction of read/write correct in calls to bus_dmamap_sync()Jason Wright
2001-08-26Prepare for transition to 5-parameter bus_dmamap_sync() by creating andKenneth R Westerback
2001-08-26this hasn't been used for ages. kill; krw@ ok.Federico G. Schwindt
2001-08-26Prepare for transition to 5-parameter bus_dmamap_sync() by creating andKenneth R Westerback
2001-08-26remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok.Federico G. Schwindt
2001-08-25rcsidJason Wright
2001-08-25deal with 5 arg form of bus_dmamap_sync() if available.Jason Wright
2001-08-23recieve -> receiveAaron Campbell
2001-08-23initialize the channel timeout earlier.Artur Grabowski
2001-08-23decruftify: remove unnecessary/unused functionsJason Wright
2001-08-23need bpfilter.hJason Wright
2001-08-22Support more dc(4) CardBus devices, including the AN985-based Linksys PCMPC200Aaron Campbell
2001-08-21bus independent part of hme driver from netbsdJason Wright
2001-08-21From NetBSD:Jason Wright
2001-08-20Allow driver to recognize Cyclades 4Y and 8Y cards.smart
2001-08-19KNFsmart
2001-08-19Don't reset rx/tx without turning them back on after suspend (Beck is nowJason Wright
2001-08-19generic driver for LSI dma controller from NetBSDJason Wright
2001-08-19More old timeouts removal, mainly affected unused/unmaintained code.Miod Vallat
2001-08-19Add a powerhook for bringing the 556 out of sleepy mode after suspend.Jason Wright
2001-08-18Move the softc into the machdep parts.Artur Grabowski
2001-08-18rcs idsJason Wright
2001-08-18generic mostek clock driver (from NetBSD, ported by art... but he's beingJason Wright
2001-08-18Make use of ax88190_stop_card and dl10019_stop_card.Aaron Campbell