summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2003-12-06add NetMos NM9805 and NM9815jdolecek
2003-12-06add entry for another NetMos card - NetMos NM9815 Dual 1284 Printer portjdolecek
2003-12-06Back out the following commit and apply the real fix.itohy
2003-12-05Add support for the Intel 82801ER Serial ATA/Raid Controller.bouyer
2003-12-05Remove bitbang code that was taken from FreeBSD to support recent SiScube
2003-12-05cac_cmd:pk
2003-12-05Make the chars in the umidi_endpoint buffer unsigned; this fixes atgson
2003-12-05Opening umidi read-only failed to increment ep->num_open becausegson
2003-12-05remove some extraneous \'s to shut up warning from gawk.grant
2003-12-05regengrant
2003-12-05add Adaptec AAR-1210SA Serial ATA RAID controller.grant
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-12-04NetBSD.ORG -> NetBSD.orgkeihan
2003-12-04Bump the Tx DMA segment count to 40. Apparently, it's common to havethorpej
2003-12-04When performing command pass-through for management tools, don't pollthorpej
2003-12-03Synchronise with <ftp://ftp.t10.org/t10/drafts/spc3/asc-num.txt>:bjh21
2003-12-03o Add support for accessing the PHY through MDIO for recent SiS chipscube
2003-12-03Move WDC_NREG from wdcreg.h to wdcvar.h. First part of fix forbouyer
2003-12-02Configure PCI-Cardbus bridges, too.briggs
2003-12-02Use a different interrupt routine for the CSB6. The CSB6 doens'tbouyer
2003-12-01Revert revision 1.3 "add sysctl support to firmware loader" byatatat
2003-11-30add definitions of new feature bits.yamt
2003-11-30- rename WDC_CAP_LBA48 to ATA_CMD2_LBA48.yamt
2003-11-29Update for new wdc.c with indirect register mapping.bjh21
2003-11-29Include wdcreg.h for WDC_NREGS (used by wdcvar.h).bjh21
2003-11-29Patterned after the rest of the code, add one more check thathe
2003-11-28add support for HPT302 and HPT371. simplify timing selection.chs
2003-11-28regenchs
2003-11-28add Tandem ServerNet II and various HPT IDE controllers.chs
2003-11-28always check whether a display is attached before callingdrochner
2003-11-28-remove a check of errno against -1, this is nonsense sincedrochner
2003-11-28Add support for the 3com OfficeConnect 10/100B card, which has an ADMtekcube
2003-11-28Regen.cube
2003-11-28Add 3c910 OfficeConnect 10/100B Ethernet.cube
2003-11-27There are some cards that map the ATA control and IDE DMA registersfvdl
2003-11-26Regen.matt
2003-11-26Add pcHDTV HD-2000 HDTV video capture card.matt
2003-11-26Remove unused file.kochi
2003-11-26remove ATA_CMD2_SMART, which seems wrong and isn't used.yamt
2003-11-26In the match routine, check to see if we can access the SCSI controller'sscw
2003-11-26A couple of fixes inspired by a recent port-mvme68k post:scw
2003-11-25Some combination of controller/drive sends a continous stream ofbouyer
2003-11-25add some (long long int) casts for log() arguments, so that this compilesjdolecek
2003-11-24Make the DPRINTF text for bulk in/out opening errors match which onenathanw
2003-11-24An ICH board needs reading AC97_REG_RESET before reading AC97_VENDOR_ID.kent
2003-11-24Handle BCD mode properly.tsutsui
2003-11-24fix uninitialised variable warning. XXX: not sure if this is correctlukem
2003-11-24Add a device. From OpenBSD.augustss
2003-11-23Try harder to avoid 0 ports woth AMD756. From OpenBSD.augustss
2003-11-23Fix swapped lines in cleanup in ohci_init(). From OpenBSD.augustss