summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
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
From NetBSD via jay@rootaction.net
2001-10-26spaces to tabsNathan Binkert
2001-10-26fix commentNathan Binkert
2001-10-25add an ali1543 and fix amd756 icu driversMichael Shalayeff
2001-10-24forgot the audio at emu (; from Dries Schellekens <gwyllion@ace.ulyssis.org>Michael Shalayeff
2001-10-24make libc compileMichael Shalayeff
2001-10-24use _C_LABEL for C labelsMichael Shalayeff
2001-10-24add emu at pciMichael Shalayeff
2001-10-20add CD9660Theo de Raadt
2001-10-18remove all com* on isa whatsoever.Janne Johansson
com_commulti-stuff broken.
2001-10-16Fix for bus_space_barrier which m68k doesn't need normally.Janne Johansson
From art@, same as Niklas@ suggested.
2001-10-15Acer labs chipsets (like on Blade100/Netra X1) have bugs when UDMA mode 4Jason Wright
is used. Disable that mode for now; from NetBSD.
2001-10-15disable com*, too brokenTheo de Raadt
2001-10-15Make the test for iso9660 filesystems preferred if the device is a CD,Jason Wright
and use old behavior otherwise (check for sun label, then native label, then iso label).
2001-10-15Pull in several changes from NetBSD:Jason Wright
- Clear the dmamap inside splhigh() protection. - Manage both streaming caches on psycho/psycho+. And fix a botch I created when merging iommu changes last time.
2001-10-12disable com*Theo de Raadt
2001-10-12Move the iso_disklabelspoof() call higher so that if one is present weJason Wright
prefer it to the sun/native label.
2001-10-12From NetBSD: convert printf's to debug only and remove a panicJason Wright
2001-10-11disable com*.... do not ask whyTheo de Raadt
2001-10-10gc SWAPPAGER and DEVPAGER optionsTodd C. Miller
2001-10-10Enable zlib in libsa (i.e. compressed kernels support in bootloaders)Miod Vallat
ok deraadt@
2001-10-10sorry, twe does not fitTheo de Raadt
2001-10-10pci oneTheo de Raadt
2001-10-10cleanTheo de Raadt
2001-10-09no cd support for nowTheo de Raadt
2001-10-09syncTheo de Raadt
2001-10-09no more NBUF=Theo de Raadt
2001-10-09sbus onlyTheo de Raadt
2001-10-09no NBUF=Theo de Raadt
2001-10-09bge and wx are known to workNathan Binkert
2001-10-08We're not cross hosted these days.Jason Wright
2001-10-08Remove some debugging and development leftovers.Artur Grabowski
2001-10-08i think miod only half-looked at this patchTheo de Raadt
2001-10-08reenable audioceJason Wright
2001-10-08add lge(4) commentedNathan Binkert
2001-10-07remove all assumptions that parent is psycho. Also, don't try to useJason Wright
iommu operations directly: that's what bus_dma(9) heirarchy is for. (audioce now works on u5, though it won't play on the onboard speaker, or mine is busted... plays fine in headphones/lineout).
2001-10-07audioce crashes ultra 5s. Disable for now.Artur Grabowski
2001-10-06Add, commented out, missing lines for supported drivers.Miod Vallat
2001-10-06Remove MSDOSFS support from the ramdisk.Miod Vallat
2001-10-062face version of boot icon.Dale Rahn
2001-10-06+isp at sbusJason Wright
2001-10-05grr, I had this right to begin with... NOW X10 firecracker works.Jason Wright
2001-10-05moreTheo de Raadt
2001-10-05Add bge(4)Nathan Binkert
2001-10-05define FPE_STATE so that DEBUG will compileJason Wright
2001-10-05pull in the usb stuff (doesn't quite work yet, though)Jason Wright
2001-10-05unnecessary softc elementJason Wright
2001-10-05oops, forgot to implement TIOCMSETJason Wright
2001-10-05Be careful when updating register in TIOCM* operations (do operations onJason Wright
temporary copy and write that copy when applying changes to avoid an inconsistent window). Should allow devices like X10 firecracker, which uses either DTR or RTS as power, to operate properly.