summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2001-06-26remove white spaceBrad Smith
2001-06-25Include I2O filesNiklas Hallqvist
2001-06-25fix some constraints and spillageMichael Shalayeff
2001-06-25PCIIDE compat intr disestablish routines for i386Constantine Sapuntzakis
2001-06-25move pf hooks to sys/conf/GENERICKjell Wooding
2001-06-25add pf device on all architectures.Kjell Wooding
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-24add i2o stubsMichael Shalayeff
2001-06-24wrong place for coldMichael Shalayeff
2001-06-24move cold to .hFederico G. Schwindt
2001-06-24Initial import of pf, an all-new ipf-compatable packet filter.Kjell Wooding
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-06-24Add cold as extern; makes kernel compiles again. bad mickey!Federico G. Schwindt
2001-06-23do not do sync if too cold; niklas@ arrivedMichael Shalayeff
2001-06-23no more kernfsTheo de Raadt
2001-06-23fix commentMichael Shalayeff
2001-06-23PCI bus configuration userland access from FreeBSD.Matthieu Herrb
2001-06-22shift the range for i/o space allocation to 0xa000 as itMichael Shalayeff
2001-06-21Add support for the Cyclades-Z multiport serial cards.Nathan Binkert
2001-06-21Finish what Theo started (a char * to void * conversion)Niklas Hallqvist
2001-06-17Don't pciaddr_do_resource_allocate if device is AGP to avoid conflict.Michael Shalayeff
2001-06-16sysarch() takes a void *Theo de Raadt
2001-06-12deal with gnu kernel dependencies right; cyxob@thief.dyndns.orgTheo de Raadt
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-06-08it seems that via has 7, not 4 pci interrupt lines.Michael Shalayeff
2001-06-07fix typo in wi* at pciTodd C. Miller
2001-06-06wi* @ pciTodd C. Miller
2001-06-05License clarification from David Mazieres, ok deraadt@Peter Valchev
2001-05-29pcvt no moreMichael Shalayeff
2001-05-29remove this used to be great console driver; x11 builds w/o it all fine; aaro...Michael Shalayeff
2001-05-17convert mbuf and cluster allocation to pool, mostly from NetBSDNiels Provos
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
2001-05-17remove bcopyb and bcopyw, they're not used nowdays; mickey@ aaron@ ok.Federico G. Schwindt
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16use SMALL_KERNEL optionTheo de Raadt
2001-05-16kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern...Todd C. Miller
2001-05-14cleanTheo de Raadt
2001-05-13in bus_dmamap_load_mbuf(), segments start at zero, not one (merge error)Jason Wright
2001-05-13initial cut at /dev/crypto support. takes original mbuf "try, and discardTheo de Raadt
2001-05-13left tag uninitted in the good case in the last commit; jason@ pointed it outMichael Shalayeff
2001-05-12A number of buggy BIOS implementations leave the routerMichael Shalayeff
2001-05-12always print the icu we've foundMichael Shalayeff
2001-05-11unify rd(4) even moreTheo de Raadt
2001-05-11unifyTheo de Raadt
2001-05-10Some locking protocol fixes and better enforcement of wiring limits.Artur Grabowski
2001-05-09More sync to NetBSD.Artur Grabowski
2001-05-08From netbsd: implementations of _bus_dmamap_load_mbuf() andJason Wright
2001-05-08fix preposition in the printf msgMichael Shalayeff
2001-05-08on `out of data' condition print a warning and exit w/Michael Shalayeff
2001-05-07tcic disableTheo de Raadt