summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
1997-03-06Initial implementation of support for calling hardpps() on carrier enableThorsten Lockert
1997-03-06Add control flag to call hardpps() on carrier changeThorsten Lockert
1997-03-03Sync with NetBSD which is syncing with FreeBSD, whee!Todd C. Miller
1997-03-01Corrected ISA memory mapping errors that caused PCMCIA to be broken.Niklas Hallqvist
1997-02-27M.I. NCR53c9x/ESP driver, derived from sparc/alpha esp.c. From Jason Thorpebriggs
1997-02-24We do NOT want interrupts when in polled mode. Fixes ATAPI bootNiklas Hallqvist
1997-02-23Just some more KNFNiklas Hallqvist
1997-02-23Some KNF, but more important: fix disklabels for audio CDs +Niklas Hallqvist
1997-02-23#ifdef __NetBSD__ -> #if defined(__NetBSD__) || defined(__OpenBSD__)Todd C. Miller
1997-02-23Fix mem leak, count partitions (tracks) right for audio disklabels. Partitio...Niklas Hallqvist
1997-02-23Audio CDs were read as data CDs before, which broke audio.Niklas Hallqvist
1997-02-21We do not use the rsr fieldNiklas Hallqvist
1997-02-19NS DP875x series clock chip definition file.Per Fogelstrom
1997-02-13Remove statics to ease DDB debuggingNiklas Hallqvist
1997-02-13riscpc++Per Fogelstrom
1997-02-06Changes to ramdisk driver to support disklabels. Work done by Theo.Dale S. Rahn
1997-02-04Make sure arc4random gets initialized eventually.dm
1997-02-01put an harmless waring behind an DIAGNOSTICThomas Graichen
1997-01-31off-by-one in partition indexing, netbsd pr#3161, kleink@layla.inka.deTheo de Raadt
1997-01-31if error, b_resid = b_bcountTheo de Raadt
1997-01-29Export comdefaultrateNiklas Hallqvist
1997-01-29Match com changes.Jason Downs
1997-01-26Some more KNFNiklas Hallqvist
1997-01-26Fixed a busification bug (some may well remain), as well as some KNF issuesNiklas Hallqvist
1997-01-24bug fix:chuck
1997-01-24Sync with NetBSD 961207Niklas Hallqvist
1997-01-24Sync with NetBSD 960123Niklas Hallqvist
1997-01-23changed aicprint() to scsiprint()flipk
1997-01-22back out bounce buffer fixes until i get them working 100%Theo de Raadt
1997-01-22only go into wide scsi mode if the card supports itTheo de Raadt
1997-01-17add tagkstailey
1997-01-17ncr_print() -> scsiprint()kstailey
1997-01-16ahaprint() & btprint() -> scsiprint()kstailey
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-15moved init of ret in randomioctl() to better locationkstailey
1997-01-15added prototypes, made some functions static, removed unused variableskstailey
1997-01-15extra braces to prevent warning about missing braceskstailey
1997-01-15sc_link.adapter_buswidth, set to 16 if wide scsi. if 0 it gets convertedTheo de Raadt
1997-01-15more missing prototypes and other warnings fixedkstailey
1997-01-15prevent this warning:kstailey
1997-01-15added prototypeskstailey
1997-01-13small changes to get it compiled on the pmax (does'nt affect anything else)Thomas Graichen
1997-01-05Remove lots of timer_state structs as they just ate memory and only a few wasNiklas Hallqvist
1997-01-05absent pcmcia cards do not interruptTheo de Raadt
1997-01-04Add XXX comment about the delay portNiklas Hallqvist
1997-01-04readdisklabel() with correct dev_tTheo de Raadt
1997-01-03make bounce buffer awareTheo de Raadt
1997-01-03end of pesky log message, thanks to Go Watanabe <go@cclub.tutcc.tut.ac.jp>kstailey
1997-01-01remove unneded space in printf (only cosmetic)Thomas Graichen
1997-01-01don't count on MFS in add_blkdev_randomnessMichael Shalayeff