summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
AgeCommit message (Expand)Author
2000-04-25A fix to the dreaded isadmaattach panic which hunts people playing withNiklas Hallqvist
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron Campbell
2000-04-07Protect MAXPHYS against redefinition- this allows you to make a configmjacob
2000-03-26from netbsd: pci interrupt routing code.Michael Shalayeff
2000-03-15implimented -> implementedTodd T. Fries
2000-03-05export bios_pciinfo for the whole _KERNEL, there will be more files to use itMichael Shalayeff
2000-03-01Much nicer pte.h commented by Chuck Cranor; from NetBSDNiklas Hallqvist
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
2000-02-22Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allowTodd C. Miller
2000-02-18full support for a serial console.Michael Shalayeff
2000-02-03remove extraneous spaces and tabsMichael Shalayeff
2000-01-29bring in some mods for apm1.2 proto;Michael Shalayeff
2000-01-29separate clock init, to be called upon resume from apm sleepsMichael Shalayeff
2000-01-06don't use _C_LABEL. but do use __STRINGDavid Leonard
2000-01-06add __weak_alias() macroDavid Leonard
1999-12-04DOSPTYP_EXTENDL; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
1999-11-27define PAGE_SIZE and friends, 4K kernel size reduction and probable speed inc...Theo de Raadt
1999-11-20add MTRR support from FreeBSDMatthieu Herrb
1999-10-26modify bootapiver chekups to use bitwise operations.Michael Shalayeff
1999-10-26Clean up function declarations.Jason Downs
1999-10-26Fix inline function decls to work with C++.Jason Downs
1999-10-03Double the amount of shared memory pages we can maximally allocate. ThisNiklas Hallqvist
1999-09-20kvm is larger; crank NMBCLUSTERS and NKMEMCLUSTERSTheo de Raadt
1999-09-20crank default limitsTheo de Raadt
1999-09-20permit config file overriding of NKPDETheo de Raadt
1999-09-17grown i386 kvm to 512MBTheo de Raadt
1999-09-17Avoid aliasing problems in K&R C.Marc Espie
1999-09-12Fix rootdev handling, use disk checksums to find the device we were bootedTobias Weingartner
1999-08-25give better support to the bios memory maps.Michael Shalayeff
1999-08-20teach it about Rise cpus; wd@ics.nara-wu.ac.jpTheo de Raadt
1999-08-12IDT WinChip models; wd@ics.nara-wu.ac.jpTheo de Raadt
1999-08-09missing const in bus_space_write_region_*; niklas@ okMichael Shalayeff
1999-08-05Updated brooktree driver from Roger HardimanNiklas Hallqvist
1999-08-04Match bus_dma api with NetBSD; deprecate BUS_DMAMEM_NOSYNC, introduceNiklas Hallqvist
1999-07-26Some people don't have enough RAM in their PCs and expect swapping toConstantine Sapuntzakis
1999-07-23From NetBSD; let i386 run audio at a high IPLNiklas Hallqvist
1999-07-07define vaddr_t, paddr_t, vsize_t and psize_tArtur Grabowski
1999-07-06for CTRL-ALT-DEL, send SIGUSR1 to initprocTheo de Raadt
1999-06-03use __builtin_next_arg() for va_start()Theo de Raadt
1999-05-10Use symbolic define for BYTE_ORDER.Marc Espie
1999-05-09provide suport for an apm data segemnt in the lower memory biosMichael Shalayeff
1999-03-23Add DOSMBR_SIGNATURE_OFF define, needed for last disklabel changeTodd C. Miller
1999-03-09add more 'cc' usage, actually overestimating gcc's smartness; also fix curren...Michael Shalayeff
1999-03-08Add support for CPUID level 2. This is used to determine the L2 cache sizeJason Downs
1999-02-26change pmap_{de,}activate to take a struct proc *.Artur Grabowski
1999-02-26typedefs for {v,p}addr_t and {v,p}size_t needed by uvm.Artur Grabowski
1999-02-26some defines needed by uvmArtur Grabowski
1999-02-24pIII handling; testing by jdb@layer8.netTheo de Raadt
1999-02-23apm battery status messages now suppressed until battery lifeMarco S Hyman
1999-02-17oopsTheo de Raadt