Merge from vendor branch OPENSSL:
[dragonfly.git] / sys / dev / disk /
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-25 Matthew DillonGet rid of dfly/fbsd4/fbsd5 checks for the ntohl()...
2004-08-25 Matthew DillonCleanup various type-o's in comments.
2004-08-24 Joerg SonnenbergerFix compilation of !PCI config.
2004-08-17 Matthew DillonAdd some robustness to the error-requeue code. FreeBSD...
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-08-02 Joerg SonnenbergerChange (almost) all references to tqh_first and tqe_nex...
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-20 Matthew Dillonata-raid associates raw ata disk devices to record...
2004-07-16 Jeroen Ruigrok/asmodaiAdd detection support for the Intel ICH6 chipset.
2004-07-06 Matthew DillonUnconditionally reset ATAPI-CD devices during boot...
2004-07-06 Matthew DillonBe more verbose when printing information on transfer...
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-24 Matthew DillonBackout 1.19. It prevents some machines from booting...
2004-06-23 Matthew DillonHack in the code from FreeBSD-5 to set the timings...
2004-06-23 Matthew DillonDo a partial synch from FreeBSD-5 of the NVIDIA and...
2004-06-23 Matthew DillonFix an improper DELAY in the ata tag code (but nobody...
2004-06-23 Matthew DillonCheck for a queued interrupt being dispatched after...
2004-06-21 Matthew DillonSome more M_NOWAIT->M_INTWAIT. Not sure if the sym...
2004-06-21 Matthew Dillongcc-3.4 cleanups. Add missing break statements, deal...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-17 Matthew DillonDon't set prefetch mode on VIA chips, it causes problem...
2004-06-02 Matthew DillonClean up some misuses of bp->b_dev after a strategy...
2004-05-26 Matthew DillonCleanup cdevsw and dev reference counting ops to fix...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-05-13 Matthew Dillonmalloc() flags cleanup and fixes. Get rid of M_NOWAIT...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-07 Matthew DillonGeneral ata malloc() flags cleanup. Use M_INTWAIT...
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-15 Matthew DillonThe cam_sim structure was being deallocated uncondition...
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-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-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-01 Matthew DillonNewtoken commit. Change the token implementation as...
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-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-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-12 Matthew Dillonsys/dev __FreeBSD__ -> __DragonFly__ cleanups.
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-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-28 Joerg SonnenbergerAdd support for the AMD 8111 chipset
2004-01-25 Joerg SonnenbergerSplit multiline string literal
2004-01-23 Jeroen Ruigrok/asmodaiAdd detection code for the SiS 746 ATA133 controller.
2004-01-23 Jeroen Ruigrok/asmodaiAdd recognition code for the SiS 645DX.
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-14 Joerg SonnenbergerMake hw.firewire.sbp.tags tunable
2004-01-13 Joerg SonnenbergerAdd hw.firewire.sbp.tags to control tagging for SBP...
2004-01-11 Joerg SonnenbergerSplit off the PCCARD specific driver parts of fd and...
2004-01-08 Jeroen Ruigrok/asmodaiSpell 'separate' and its siblings the way it is suppose...
2003-12-29 Matthew DillonFreeBSD-5.x removed the 'read interrupt arrived early...
2003-12-25 Matthew DillonPatch to make the P4S8X run in ATA100 mode. This is...
2003-12-21 Eirik Nygaard * Fix typo: becuase -> because
2003-11-30 Matthew DillonAdd the MPIPE subsystem. This subsystem is used for...
2003-11-26 Jeroen Ruigrok/asmodaiAdd support for the ICH 4 mobile chipset.
2003-11-22 Jeroen Ruigrok/asmodaiRemove the archaic wd(4) driver and its dependencies.
2003-11-20 Matthew DillonAdd a DECLARE_DUMMY_MODULE() so we can get linker_set...
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-11-14 Matthew DillonPrep for GCC 3.x kernel compiles, stage 2/2: Remove...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-10-27 Jeroen Ruigrok/asmodaiAllow NVIDIA's nForce 2 chipset to use proper ATA DMA...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-08-27 Robert Garrettremove __P() from this directory
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-08-16 Matthew DillonMake modules work again part 2 (final): Link the module...
2003-08-15 Matthew DillonMake modules work again part 1: hook up 'dev'. Note...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-27 Hiten PandyaConsolidate usage of MIN/MAX().
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
next