summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
1997-12-03Move "struct head header" in struct ncb down to where it used toTodd C. Miller
be. Found by Ken, fixed by Niklas.
1997-12-02forgot to commit this too.Todd C. Miller
1997-12-01Newer ncr driver from NetBSD minus the scsipi stuff and withTodd C. Miller
changes to make it diff usefully against the FreeBSD driver. Tested on alpha and i386, not tested on powerpc.
1997-11-30use libkern's bcd convsMichael Shalayeff
1997-11-26Optimized to perform well on small interleaves which makes the ccd driverNiklas Hallqvist
really useful as a performance booster. The interleave needs to be a multiple of the software page size (CLBYTES) and not have mirror components if the new optimized policy should be used, otherwise the old policy will be used still.
1997-11-22typoMichael Shalayeff
1997-11-16compile on alpha, needs testingTodd C. Miller
1997-11-16pull #ifdef __alpha__ out from a #ifdef __NetBSD__Todd C. Miller
1997-11-13merge netbsd 1.22Jim Rees
1997-11-13merge netbsd 1.56.2.1 for de500B (and other 21143) supportJim Rees
1997-11-13merge netbsd 1.13Jim Rees
1997-11-12fix argh disklabel problem, pr#346Theo de Raadt
1997-11-11regenNiklas Hallqvist
1997-11-11regenNiklas Hallqvist
1997-11-10yet another Sanyo quirkflipk
1997-11-10use files.wsconsMichael Shalayeff
1997-11-09Sweeping changes from Don Schmidt (yensid@imsa.edu) to busify this driver.gene
Add copyright for this amount of rewrite.
1997-11-07$OpenBSD$Niklas Hallqvist
1997-11-06Add some missing things for the MI vga driver. Move wscons to an MI place asNiklas Hallqvist
well. $OpenBSD$ tagging
1997-11-06$OpenBSD$Niklas Hallqvist
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-11-06temp <machine_btop() fixMichael Shalayeff
1997-11-06We need an MI vga driver. The alpha one was most MI. Not entirely yet though.Niklas Hallqvist
Some files were move behind CVS back.
1997-11-05another Sanyo quirk; nihilis@physical.addiction.com; PR#343Theo de Raadt
1997-11-04Support ISA VGA for real on DEC AXPPCI 33Niklas Hallqvist
1997-11-04fix autodma and high dma, also copy data only when using bounceNiels Provos
buffers. semantics for isadma_acquire and isadma_release from freebsd.
1997-10-30From Jim Rees <rees@umich.edu>: remember media typeNiklas Hallqvist
1997-10-30From Jim Rees <rees@umich.edu>: remember media typeNiklas Hallqvist
1997-10-20Few minor changes to make if_de work big endian on 21140Per Fogelstrom
1997-10-18oopsTheo de Raadt
1997-10-18avoid "no disklabel" error messagesTheo de Raadt
1997-10-15Allow setting the baud rate base from an external defPer Fogelstrom
1997-10-13powerpcPer Fogelstrom
1997-10-11Add 'powerpc'Per Fogelstrom
1997-10-11Modification for Big Endian systems. This driver is now usable in big endianPer Fogelstrom
systems with PCI bus. The modifications were done for the new powerpc port. Most changes are done in the scripts handling storing the scripts in little endian byte order for the scripts processor in the NCR chip.
1997-10-11power.4e - not enabling pci boardsPer Fogelstrom
1997-10-11Add macros for script byte ordering on BE machinesPer Fogelstrom
1997-10-10Add a special fix for OpenFirmware Power PC PCI. It seems that OFW shutsPer Fogelstrom
down the HW by disabling it when closing the device. So we have to make sure that the board is configured to respond to memory accesses.
1997-10-07From NetBSD: Simple conversions of audio streams, for use with the newerNiklas Hallqvist
MI audio subsystem (actually one of two :-) ) coming after 2.2
1997-10-07the iosize is dummied to 0x666Michael Shalayeff
1997-10-07no, man! *probe sets iosize, according to the isa.cMichael Shalayeff
1997-10-07should workMichael Shalayeff
1997-10-07lpd uses 4 ports. PERIOD, no?Theo de Raadt
1997-10-07do not modify ia_iosize, use another temporaryTheo de Raadt
1997-10-06make it comple w/ ED_DEBUGMichael Shalayeff
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-09-30typecast vga_pci_match to cgmatch_tMichael Shalayeff
compare pci tags w/ bcmp
1997-09-30fix it better, use iosizMichael Shalayeff
1997-09-30special XXX for MDPA lpt portMichael Shalayeff