summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Collapse)Author
1998-01-09reality checkNiklas Hallqvist
1998-01-07compileNiklas Hallqvist
1998-01-06Dummy PnP support, so alpha will compileNiklas Hallqvist
1998-01-05new style pci attach printingTheo de Raadt
1997-12-06goodbye TIMEZONE and DSTkstailey
1997-11-23use MI cdev_decl(ipl)Michael Shalayeff
1997-11-17enable jensenTheo de Raadt
1997-11-17simplerTheo de Raadt
1997-11-17do not use %:Theo de Raadt
1997-11-16Add ch* at scsibus?Niklas Hallqvist
1997-11-10$OpenBSD$Niklas Hallqvist
1997-11-10$OpenBSD$Niklas Hallqvist
1997-11-10use files.wsconsMichael Shalayeff
1997-11-09swap definitions superceded by new endian.hNiklas Hallqvist
1997-11-09New endian.h design. All architectures now use a common file for the bulkNiklas Hallqvist
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32.
1997-11-07I forgot to remove these, it seemsNiklas Hallqvist
1997-11-06param.h, niklasTheo de Raadt
1997-11-06Add some missing things for the MI vga driver. Move wscons to an MI place asNiklas Hallqvist
well. $OpenBSD$ tagging
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-04Support ISA VGA for real on DEC AXPPCI 33Niklas Hallqvist
1997-10-27Use opendev()Todd C. Miller
1997-10-27Turning on optimization wins us an extra 15kb.Todd C. Miller
1997-10-27Add back device parsing but don't treat paths like 2.2/alpha/bsd asTodd C. Miller
a device spec. Instead of returning ENXIO just treat it as a regular filename and continue.
1997-10-27Pull out the device crap for now as it prevents paths like 2.2/alpha/bsd.Todd C. Miller
1997-10-20Do not spoof OpenBSD partitionsNiklas Hallqvist
1997-10-02label "done" now unusedNiklas Hallqvist
1997-10-02typosNiklas Hallqvist
1997-10-02no more ESRCH, but maybe EIO insteadNiklas Hallqvist
1997-09-30typecast vga_pci_match to cgmatch_tMichael Shalayeff
compare pci tags w/ bcmp
1997-09-29DOSMBR_SIGNATURE, DOSACTIVE; weingartTheo de Raadt
1997-09-26fix PORTAL comment in all alpha config fileskstailey
1997-09-17Double default NMBCLUSTERS settings.Jason Downs
1997-09-15kill Locore.cTheo de Raadt
1997-09-05Add SCSITERSE and make some other options less ugly.Todd C. Miller
1997-08-25better mmap support, what funTheo de Raadt
1997-08-22wscons -> vga_xxx -> vga mmap() support. first cutTheo de Raadt
1997-08-22do not check for sc_ioctl in mmap callTheo de Raadt
1997-08-08Use the new bounds_check_with_label API. Add generic support for readingNiklas Hallqvist
both little and big endian BSD disklabels. Add a specific hook to read such a big-endian disklabel as it is found on amiga (normally, however, amiga uses the native RDB format, which still is not supported).
1997-08-08Add htobe32 and similar friendsNiklas Hallqvist
1997-08-05Add ahc. Reorganize some. Fix comments. Add out-commented aic entry,Niklas Hallqvist
it compiles but is not yet tested. Add commented-out attachments for cy and ahc, that has yet to be tested.
1997-08-05Add cy0 (cyclades)dgregor
1997-08-04Add Cyclades serial driver as character major number 38.dgregor
1997-08-01proto __flt_rounds correctlyTheo de Raadt
1997-08-01ALPHA_PTE_WRITE needs to include the "user write" bit; thorpejTheo de Raadt
1997-07-31text video attributes, tested only on vga, send me E-mail if it breaks ↵kstailey
something, thx.
1997-07-31use isa hook to enable IDE port on machines where it exists. NiklasTheo de Raadt
wrote this as a driver, but the change has to be done earlier. alpha:/usr/obj is now IDE.
1997-07-31off by one in clear screen codekstailey
1997-07-31fix vi on console by not moving cursor when printing nullskstailey
1997-07-31bus_space_copy_2() is now overlap safekstailey
1997-07-31grammarNiklas Hallqvist