Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-05 | Fallout from the mmap changes. | Artur Grabowski | |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski | |
Most work by Wilbern Cobb <vedge@csoft.org> with some fixes from me, mickey@ and drahn@. | |||
2001-11-05 | irongate needs isadma bouncing. | Artur Grabowski | |
2001-11-05 | Code for isadma bouncing. | Artur Grabowski | |
From NetBSD. | |||
2001-11-04 | Two new sysctls in the chipset tree. | Artur Grabowski | |
CPU_CHIPSET_PORTS - address of the I/O ports. CPU_CHIPSET_HAE_MASK - mask for the HAE register. | |||
2001-11-04 | Add alpha_ldlu and alpha_stl. | Artur Grabowski | |
2001-11-04 | hp300spu.h information not needed anymore. | Miod Vallat | |
2001-11-04 | Change the magic formulae in charge of setting the correct defines | Miod Vallat | |
for cpu, mmu, and cache attributes from a mandatory include file to the kernel makefile. This saves some cpp cycles and removes forced dependencies on hp300spu.h. millert@ does not like but does not object either. | |||
2001-11-02 | Make kernel compile without IPSEC, PPP_DEFLATE but with CRYPTO. Reported by | Jean-Jacques Bernard-Gundol | |
Brian J. Kifiak <bk@rt.fm>. Thanks! | |||
2001-11-01 | Unnecessary cast. | Artur Grabowski | |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski | |
int (*d_mmap) __P((dev_t, int, int)); to: paddr_t (*d_mmap) __P((dev_t, off_t, int)); This allows us to mmap devices past 4GB offsets. | |||
2001-10-31 | Add boardtype 1301. | Hugh Graham | |
2001-10-31 | Change the internal vc_mmap from returning int to paddr_t. | Artur Grabowski | |
2001-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski | |
as the mmap offset. | |||
2001-10-28 | duh, don't forget cdev entries for char device sabtty (It's been a rough week) | Jason Wright | |
2001-10-28 | oops, don't forget sab entries here too. | Jason Wright | |
2001-10-28 | sab* and sabtty* (commented out for now until console stuff is done) | Jason Wright | |
2001-10-28 | SAB82532 driver (missing console stuff, but working as a generic tty | Jason Wright | |
device). Based on datasheet from Infineon (another datasheet with non-trivial errors) and info from the linux driver for same chip. | |||
2001-10-28 | Handle RB_TIMEBAD in boot(). | Miod Vallat | |
2001-10-28 | Use the same pipeline flush instruction everywhere. | Miod Vallat | |
2001-10-28 | Define kernel_pmap only if _KERNEL defined. | Miod Vallat | |
2001-10-28 | Let 188-only kernels compile. | Miod Vallat | |
2001-10-28 | I have nothing against stack checks at clock ints, as long as they are | Miod Vallat | |
gramatically correct and only there if DEBUG is defined. | |||
2001-10-28 | Prune more old stuff | Miod Vallat | |
2001-10-26 | Don't bomb if isadma is not configured. | Artur Grabowski | |
2001-10-26 | First cut at a port of isadma and floppy driver. ok art@ | Nathan Binkert | |
From NetBSD via jay@rootaction.net | |||
2001-10-26 | spaces to tabs | Nathan Binkert | |
2001-10-26 | fix comment | Nathan Binkert | |
2001-10-25 | add an ali1543 and fix amd756 icu drivers | Michael Shalayeff | |
2001-10-24 | forgot the audio at emu (; from Dries Schellekens <gwyllion@ace.ulyssis.org> | Michael Shalayeff | |
2001-10-24 | make libc compile | Michael Shalayeff | |
2001-10-24 | use _C_LABEL for C labels | Michael Shalayeff | |
2001-10-24 | add emu at pci | Michael Shalayeff | |
2001-10-20 | add CD9660 | Theo de Raadt | |
2001-10-18 | remove all com* on isa whatsoever. | Janne Johansson | |
com_commulti-stuff broken. | |||
2001-10-16 | Fix for bus_space_barrier which m68k doesn't need normally. | Janne Johansson | |
From art@, same as Niklas@ suggested. | |||
2001-10-15 | Acer labs chipsets (like on Blade100/Netra X1) have bugs when UDMA mode 4 | Jason Wright | |
is used. Disable that mode for now; from NetBSD. | |||
2001-10-15 | disable com*, too broken | Theo de Raadt | |
2001-10-15 | Make 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-15 | Pull 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-12 | disable com* | Theo de Raadt | |
2001-10-12 | Move the iso_disklabelspoof() call higher so that if one is present we | Jason Wright | |
prefer it to the sun/native label. | |||
2001-10-12 | From NetBSD: convert printf's to debug only and remove a panic | Jason Wright | |
2001-10-11 | disable com*.... do not ask why | Theo de Raadt | |
2001-10-10 | gc SWAPPAGER and DEVPAGER options | Todd C. Miller | |
2001-10-10 | Enable zlib in libsa (i.e. compressed kernels support in bootloaders) | Miod Vallat | |
ok deraadt@ | |||
2001-10-10 | sorry, twe does not fit | Theo de Raadt | |
2001-10-10 | pci one | Theo de Raadt | |
2001-10-10 | clean | Theo de Raadt | |
2001-10-09 | no cd support for now | Theo de Raadt | |