summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2001-11-06Zap some redundant includes.Artur Grabowski
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-11-02Make kernel compile without IPSEC, PPP_DEFLATE but with CRYPTO. Reported byJean-Jacques Bernard-Gundol
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
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-24use _C_LABEL for C labelsMichael Shalayeff
2001-10-24add emu at pciMichael Shalayeff
2001-10-10gc SWAPPAGER and DEVPAGER optionsTodd C. Miller
2001-10-10sorry, twe does not fitTheo de Raadt
2001-10-08i think miod only half-looked at this patchTheo de Raadt
2001-10-08add lge(4) commentedNathan Binkert
2001-10-06Add, commented out, missing lines for supported drivers.Miod Vallat
2001-10-05moreTheo de Raadt
2001-10-05Add bge(4)Nathan Binkert
2001-10-04Add commented out sf4r, sf2r and az audio drivers.Grigoriy Orlov
2001-10-04radio hooksGrigoriy Orlov
2001-10-04in _bus_dmamem_alloc_range() use TAILQ_*() instead of tq*_* internals; more d...Michael Shalayeff
2001-10-04copy of macppc's bus_dmamap_load_raw() implementatio; not used on i386 yetMichael Shalayeff
2001-10-02Add support for I/O DATA USB-RSAQ2 serial adapter; ichiro@netbsd.orgTodd C. Miller
2001-09-29The "swap generic" configuration needs only two entries in swdevt[].Miod Vallat
2001-09-28move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same timeMichael Shalayeff
2001-09-22pty cleanupTheo de Raadt
2001-09-22Remove more old, dusty, unused defines.Miod Vallat
2001-09-21use _C_LABEL for c labels consistantly throghout the sourceMichael Shalayeff
2001-09-21totally useless inlines, cost 1380 bytes tooMichael Shalayeff
2001-09-21phys_map declaration comes from <vm/vm.h>, no need to declare it locally.Miod Vallat
2001-09-20grammar; from tobyMichael Shalayeff
2001-09-20occured->occurredMike Pechkin
2001-09-20Be much more careful about pcb_onfault.Artur Grabowski
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-17genassym changesTheo de Raadt
2001-09-16Make use of "export", "struct" and "member" keywords to be easier to readMiod Vallat
2001-09-13Simplify userret, modelled after alpha.Artur Grabowski
2001-09-12mbutl no moreArtur Grabowski
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-09-11remove acd references; millert@ ok.Federico G. Schwindt
2001-09-06missing machine/ieee.h from NetBSDTodd C. Miller
2001-09-05Use __GLOBAL_OFFSET_TABLE_ consistently.Marc Espie
2001-09-03pretty this upTheo de Raadt
2001-09-01add cz(4) to GENERICNathan Binkert
2001-08-27Let this build without pcibios.Artur Grabowski
2001-08-26do not panic if spl is wrong, for now; millert & art agreeTheo de Raadt
2001-08-25This hasn't been used for ages. Kill.Artur Grabowski
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-23fix a commentArtur Grabowski
2001-08-212nd rule of comitting fixMichael Shalayeff