summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2001-09-04shortenTheo de Raadt
2001-09-04.ua keyboard; from Igor Grabin <violent@death.kiev.ua>Michael Shalayeff
2001-09-04Driver for the Level1 LXT1001 Gigabit Ethernet Chip.Nathan Binkert
2001-09-04syncChris Cappuccio
2001-09-04Intel ICH3 (82801CA/CAM) IDEChris Cappuccio
2001-09-04Select between MII/GMII/TBI in the mii_mediachg function instead of in theNathan Binkert
2001-09-04Fix mask for callout unitNathan Binkert
2001-09-02regenJakob Schlyter
2001-09-02add Todos Argos Mini Smartcard ReaderJakob Schlyter
2001-09-01Catch up with mainline of code development.mjacob
2001-08-31Print a hex value with 0x (Alexander Yurchenko <grange@rt.mipt.ru>)Chris Cappuccio
2001-08-31implement autoconf mechanism using device_register(); from NetBSD.Jason Wright
2001-08-31Prepare for transition to 5-parameter bus_dmamap_sync() by creating andKenneth R Westerback
2001-08-29less definesMichael Shalayeff
2001-08-29make set/get screen work nowMichael Shalayeff
2001-08-29initialize ac_enaddr from sc_enaddrJason Wright
2001-08-28an attempt at deuglification of the previous commit (It's still ugly, tho)Jason Wright
2001-08-28Relax restriction on buffer length being % 4 = 0 for the last entry in theJason Wright
2001-08-27get direction of read/write correct in calls to bus_dmamap_sync()Jason Wright
2001-08-27reverse read/write directions in bus_dmamap_sync calls since I misunderstood ...Jason Wright
2001-08-27Deal with __HAS_NEW_BUS_DMAMAP_SYNC and try to sync partial maps when possible.Jason Wright
2001-08-27initial support for non-HMAC md5/sha1 (work by ben@ and myself)Jason Wright
2001-08-27syncChris Cappuccio
2001-08-27Promise PDC20268Chris Cappuccio
2001-08-26syncTheo de Raadt
2001-08-26newTheo de Raadt
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-26Yup, I managed to fat finger all three of these while doing bus_dmamap_sync()Jason Wright
2001-08-26deal with 5 arg form of bus_dmamap_sync() if availableJason Wright
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-25Change scsi_[free|get]_xs to use pool(9); art@ krw@ 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-25deal with 5 arg for of bus_dmamap_sync() if availableJason Wright
2001-08-25Allow machdep code to decide the order in which we probe theArtur Grabowski
2001-08-25 - Use BUS_DMA_RAW if it's defined.Artur Grabowski
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-24missing bus_dmamap_sync() calls on descriptors... also deal with 5 argument f...Jason Wright
2001-08-24Compile cleanup, systype is not currently used, so ifdef it.Dale Rahn
2001-08-24make ofprint useable, do carriage return on newline,Dale Rahn
2001-08-24Fix the typos in the timeout replacement.Dale Rahn
2001-08-23Add show_scsipi_xs and show_scsipi_cmd. Closes PR#2008Constantine Sapuntzakis
2001-08-23syncConstantine Sapuntzakis
2001-08-23VT82C686A -> VT82C686 (in user-visible description)Constantine Sapuntzakis
2001-08-23recieve -> receiveAaron Campbell
2001-08-23initialize the channel timeout earlier.Artur Grabowski
2001-08-23sparc64 really benefits from knowing exactly what mappings to syncArtur Grabowski
2001-08-23Some reordering in the code caused hw_ok to never be set to 1Artur Grabowski