summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-10-26Don't bomb if isadma is not configured.Artur Grabowski
2001-10-26First cut at a port of isadma and floppy driver. ok art@Nathan Binkert
2001-10-26spaces to tabsNathan Binkert
2001-10-26fix commentNathan Binkert
2001-10-20add CD9660Theo de Raadt
2001-10-09bge and wx are known to workNathan Binkert
2001-09-30Generic soft interrupts from NetBSD plus some minor cleanups.Artur Grabowski
2001-09-29dec_kn20aa_intr_disestablish() implementation from netbsd; art@ okMichael Shalayeff
2001-09-29Enable pckbd support and use symbolic #defines for ctb_term_typeTodd C. Miller
2001-09-29using #define is wrong, use #optionTheo de Raadt
2001-09-28and mention XP1000 in the right placeTheo de Raadt
2001-09-28upgrade twe to untested, add ami to brokenMichael Shalayeff
2001-09-28remove dups w/ conf.hMichael Shalayeff
2001-09-28move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same timeMichael Shalayeff
2001-09-19Now is a good time to commit this cosmetic maxpartition-related change...Miod Vallat
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-16Make use of "export", "struct" and "member" keywords to be easier to readMiod Vallat
2001-09-16Fix this so it understands disklabels.Artur Grabowski
2001-09-16Add some missing lengths checks when passing data from userland toTodd C. Miller
2001-09-14Don't just use 'size'. Use SIZE and make it settable.Artur Grabowski
2001-09-12Print memory numbers in KB as well as bytes like most other platforms.Todd C. Miller
2001-09-12mbutl no moreArtur Grabowski
2001-09-05Will need netbsd_types.h very soon.Artur Grabowski
2001-09-01Add __HAVE_DEVICE_REGISTER to hp300/alpha (sparc64 already had it) andJason Wright
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-23Sync with contents of arch/foo/conf directory, might be useful one day.Miod Vallat
2001-08-23We can now move timeout_init into main().Artur Grabowski
2001-08-23Remove even more old timeout tentacles.Artur Grabowski
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-08-17cut and paste typos; from art@Michael Shalayeff
2001-08-17cut and paste typoMichael Shalayeff
2001-08-17provide a way to get the number used for irq line, not only a stringMichael Shalayeff
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-08-11remove some old cruft.Artur Grabowski
2001-08-08vga_{isa,pci}.h -> vga.h since the former no longer exists.Todd C. Miller
2001-08-06remove vm_conf.h; art@ okMichael Shalayeff
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski
2001-07-19bogus comment.Artur Grabowski
2001-07-19No more need to define PMAP_NEW.Artur Grabowski
2001-07-15add install targetassar
2001-07-09Make quad types on alpha be "long long" not "long". This means thatTodd C. Miller
2001-07-05Get rid of REAL_CLISTS. It was never implemented and the tentacles areArtur Grabowski
2001-07-05Get rid of the wrapper macros around extent_alloc*1Artur Grabowski
2001-07-05add iopMichael Shalayeff
2001-07-04Kill these for real hopefullyNiklas Hallqvist
2001-07-04$OpenBSD$Niklas Hallqvist
2001-06-27Add commented out ises driver. RNG works.Hakan Olsson
2001-06-27MNN is no longer an option.Artur Grabowski
2001-06-27Remove IPF references; openbsd@davidkrause.comAngelos D. Keromytis