Fix bugs in xio_copy_*(). We were not using the masked offset when
[dragonfly.git] / sys / dev /
2004-04-02 Hiten PandyaAdd Makefile for the netif/ie ISA NIC driver.
2004-04-01 Joerg SonnenbergerConvert sis(4) from vtophys to busdma.
2004-04-01 Joerg SonnenbergerAdd the "struct ucred *" argument to the remaining...
2004-04-01 Joerg SonnenbergerFix warning about unused variable
2004-04-01 Joerg SonnenbergerRemove unused obsolete drivers.
2004-03-29 Matthew DillonBring in a bunch of well tested MPIPE changes. Preallo...
2004-03-29 David Rhodus* Fix an off-by-one problem.
2004-03-24 Matthew DillonFix malloc semantics (M_NOWAIT->M_INTWAIT/M_WAITOK).
2004-03-24 Matthew Dillonagp_nvidia.c was not being linked into the module build.
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2004-03-22 Joerg SonnenbergerChange to PCI_VENDOR_DELL
2004-03-22 Joerg SonnenbergerAdd device IDs of BCM5788, BCM5901 and BCM5901A2. Fix...
2004-03-19 Matthew DillonIf XL cannot properly attach it tries to detach to...
2004-03-17 Matthew DillonUpdate the 825xx GigE support. Add a large number...
2004-03-16 Joerg SonnenbergerCleanup sis(4):
2004-03-15 Matthew DillonAdd a Makefile stub to build ep as a module.
2004-03-15 Matthew DillonWhen detaching UMASS, abort all the pipes before detach...
2004-03-15 Matthew DillonThe cam_sim structure was being deallocated uncondition...
2004-03-15 Matthew DillonDo some M_WAITOK<->M_INTWAIT cleanups. Code entered...
2004-03-15 Matthew DillonThe cam_sim structure was being deallocated uncondition...
2004-03-14 Joerg SonnenbergerBPF has been in the kernel for ages and is supported...
2004-03-14 Joerg SonnenbergerRemove macro definitions for BPF_MTAP
2004-03-12 Joerg SonnenbergerThink before commit and remove some more cruft
2004-03-12 Joerg SonnenbergerAdd a short cut for DVD_INVALIDATE_AGID to simplify...
2004-03-12 Joerg SonnenbergerInitialize the interface name for if_de
2004-03-09 Joerg SonnenbergerRemove a debug printf added with the last commit.
2004-03-09 Joerg SonnenbergerWhile converting ATA to use MPIPE allocations, ata_dmaa...
2004-03-08 Joerg SonnenbergerHandle failure in atapi_queue_cmd correctly
2004-03-08 Joerg SonnenbergerFix panic in acd_report_key when ai->format==DVD_INVALI...
2004-03-07 Joerg SonnenbergerFrom FreeBSD:
2004-03-02 David Rhodus* Add in support for the Silicon Image SATA controller.
2004-03-02 David Rhodus* Correct end value calculation. This should fix...
2004-03-02 David Rhodus* Remove instances of PRIBIO because DragonFly no...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-27 Joerg SonnenbergerAdd bfe(4) support from FreeBSD.
2004-02-26 Joerg SonnenbergerAdd missing return from last commit
2004-02-25 Joerg SonnenbergerCleanup emujoy_pci_probe
2004-02-25 Joerg SonnenbergerFix use after free / double free bugs. Return an error...
2004-02-24 Joerg Sonnenberger#ifdef0 pst_shutdown, it is not used
2004-02-24 Joerg SonnenbergerConditionalize filll_io and filll, they are only used...
2004-02-24 Joerg SonnenbergerFix spurious warning about ANSI trigraphs
2004-02-24 Joerg SonnenbergerFix format string
2004-02-24 Joerg SonnenbergerFix argument order for snprintf, the size is the second...
2004-02-24 Joerg SonnenbergerFix format string
2004-02-24 Joerg SonnenbergerRemove unused static declarations
2004-02-24 Joerg SonnenbergerFix some warnings
2004-02-22 Matthew DillonRemove static resource_disabled(), the function is...
2004-02-21 Matthew DillonINTR_EXCL moved to sys/bus.h, add #include.
2004-02-21 Matthew DillonBring in the FreeBSD-5 ACPICA code as a module. Note...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-20 Matthew DillonM_NOWAIT work stage 1/999: Fix some boot-time misuses...
2004-02-19 Joerg SonnenbergerRemove some unneeded #include
2004-02-19 Joerg SonnenbergerAdd PCCARD match function to ata. Code taken from FreeBSD.
2004-02-19 Joerg SonnenbergerAdd PCCARD match routines sio and the disk drivers.
2004-02-19 Joerg SonnenbergerAdd proper match routines for PCCARD nics.
2004-02-18 Matthew DillonATAng stage 6: Comment-only. Many thanks to David...
2004-02-18 Matthew DillonAdd experimental (as in hacked) support for the Silicon...
2004-02-18 Matthew DillonATAng stage 5: sync chipset changes and bug fixes....
2004-02-18 Matthew DillonATAng stage 5: sync additional function API changes...
2004-02-18 Matthew DillonATAng stage 4: sync additional atang from 4.x, all...
2004-02-18 Matthew DillonATAng stage 3: sync additional atang from 4.x, mostly...
2004-02-18 Matthew DillonATAng stage 2: sync part of the ata_dma*() API. No...
2004-02-18 Matthew DillonATAng stage 1: synch ad_attach() and atapi_attach(...
2004-02-16 Matthew DillonRemove common declaration for -fno-common
2004-02-14 Matthew DillonMove <machine/in_cksum.h> to <sys/in_cksum.h>. This...
2004-02-14 Matthew DillonActively manage cam rescan timeouts in the usb subsyste...
2004-02-13 Joerg SonnenbergerFix warnings about casting const pointers.
2004-02-13 Joerg SonnenbergerSync if_ed with FreeBSD current
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-13 Joerg SonnenbergerFix broken string literals
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-12 Joerg SonnenbergerProbe via CIS lookup
2004-02-12 Matthew Dillonsys/dev __FreeBSD__ -> __DragonFly__ cleanups.
2004-02-11 Joerg SonnenbergerAdd defined(__FreeBSD__) and defined(__DragonFly__...
2004-02-11 Joerg SonnenbergerFix gcc3 compilation
2004-02-10 Hiten PandyaUpdate the Broadcom Gigabit Ethernet driver and the...
2004-02-10 Hiten PandyaMerge: FreeBSD (RELENG_4) i386/isa/psm.c rev. 1.23.2.7
2004-02-10 Hiten PandyaMerge: FreeBSD (RELENG_4) isp_ioctl.h 1.1.2.5
2004-02-10 Joerg SonnenbergerInitial backport of NEWCARD from FreeBSD 5.
2004-02-09 Hiten PandyaInclude Makefile.miidevs, so we can just do:
2004-02-09 Hiten PandyaUpdate to devlist2h.awk and friends:
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-06 Hiten PandyaFix build of the PPS driver.
2004-02-05 Joerg SonnenbergerSecond part of the firewire sync. Add defined(__DragonF...
2004-02-05 Joerg SonnenbergerAdd missing sbp.h to complete the firewire sync
2004-02-05 Joerg SonnenbergerSync DragonFly and FreeBSD-current's FireWire driver.
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-31 Matthew DillonMAINTAINER lines in Makefile's are no longer applicable...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-28 Matthew DillonRename Makefile.sub back to Makefile.inc to fix cross...
2004-01-28 Joerg SonnenbergerAdd support for the AMD 8111 chipset
2004-01-27 Joerg SonnenbergerRename Makefile.inc to Makefile.sub
next