summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
1997-05-18null uio_procpTheo de Raadt
1997-05-17Make comment reflect reality and fix a typoTodd C. Miller
1997-05-17&proc0 should never be usedTheo de Raadt
1997-05-16Some buffers have NULL in b_proc when passed to vndstrategy,Niklas Hallqvist
1997-05-14Add a new mode of operation: "safe" vnd, aka svnd, which goesNiklas Hallqvist
1997-05-07call pci_intr_establish correctlyNiklas Hallqvist
1997-04-30Change an splhigh() -> splbio(). From NetBSD (mycroft)Todd C. Miller
1997-04-18alpha is like amiga in the sense it doesn't support bad block lists.Niklas Hallqvist
1997-04-17hide C decls when _LOCORE definedMichael Shalayeff
1997-04-17Minor KNF + $OpenBSD$Niklas Hallqvist
1997-04-16Missing init of a bus_space_tagNiklas Hallqvist
1997-04-14Document flag to set 32-bit word mode. Call it ED_DCR_QTS forTodd C. Miller
1997-04-14Correct some bogus casts and change u_short -> u_int16_tTodd C. Miller
1997-04-13no Debugger() w/ no DDB definedMichael Shalayeff
1997-04-13make it compile againMichael Shalayeff
1997-04-13Add support for PCI NE2000 clones. I finally got around to doing this :-)Todd C. Miller
1997-04-10queue handling hacks for chips like aic7860 which have small numbers of SCB's.Theo de Raadt
1997-04-10Need to separate i/o and mem on mipsPer Fogelstrom
1997-04-10Zilog z8536 defsPer Fogelstrom
1997-04-10Ooops! These have to be committed after pcidevs. Doing a make and commitPer Fogelstrom
1997-04-10These two was not ready for commit yet. Backed out.Per Fogelstrom
1997-04-10Add Matrox MystiquePer Fogelstrom
1997-04-09change space to "_" in tsleep() stringkstailey
1997-04-08minor cleanup regarding forward scrolling usage, also only scroll one linemichaels
1997-04-08use a different, smaller font.michaels
1997-04-07cf_flags & 0x20 forces device to be found even if it won't probe.Jim Rees
1997-03-30no more 2(two) md5 libs in kernel!Michael Shalayeff
1997-03-26deal with CD drives that indicate 2352 bytes per block...Theo de Raadt
1997-03-2164-bit clean. if_ed.c now works on alpha.Niklas Hallqvist
1997-03-20update for adaptec supportchuck
1997-03-20MAJOR CHANGES: [contributed by Chuck Cranor <chuck@ccrc.wustl.edu> andchuck
1997-03-20regenchuck
1997-03-20 - add Adaptec ATM ID's (0x5900, 0x5905). still trying to find out how theychuck
1997-03-17Serial console trouble again...Per Fogelstrom
1997-03-12The stupid "use console before configured" scheeme strikes again :-)Per Fogelstrom
1997-03-12Need this for arc/pci...Per Fogelstrom
1997-03-12Mips ARC systems (hmmm..) can also have PCI buses...Per Fogelstrom
1997-03-12Add a define for another compatible chip.Per Fogelstrom
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