summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
AgeCommit message (Collapse)Author
1997-10-24map a piece of memory after the msgbuf and copy bootargv there.Michael Shalayeff
pass cksumlen argument, sysctl it mostly by niklas me just did slite editing.
1997-10-24fix the case when data/code segment is not in the ISA memoryMichael Shalayeff
hole, so map 'em separatelly (or together if they intersect) and use that mapped region for segment creations... must help on some machines to avoid weird apm errors
1997-10-22support new libsaMichael Shalayeff
1997-10-20get ready for the fix in memprobeMichael Shalayeff
1997-10-18Copy in bios_diskinfo array from /boot space.Tobias Weingartner
Add length field for checksum to same. Start of making /boot deduce bsd dev_t for all BIOS drives.
1997-10-17Cleanup, make it all compile.Tobias Weingartner
Move APM stuff to apmprobe.c
1997-10-17Use BIOS to probe for memory map.Tobias Weingartner
Probe for BIOS supported disks. Use BIOS to get geometry for supported disks. All in preparation to passing the whole thing to the kernel.
1997-10-14Support for bios memory maps.Tobias Weingartner
1997-10-14Neater this way.Tobias Weingartner
1997-10-12reserve void* at the of BIOS_vars for future useMichael Shalayeff
1997-10-03make bios_geometry unsigned to avoid sign extensionTheo de Raadt
1997-09-29apm0 at bios0Michael Shalayeff
configs will be updated
1997-09-29ignore partitions larger than device, as an attempt to ignore floppies ↵Theo de Raadt
without MBR
1997-09-27add ID, we have mods hereMichael Shalayeff
1997-09-24bios and pctr are both ocis w/ seltrueMichael Shalayeff
1997-09-24bios device is ocis from nowMichael Shalayeff
1997-09-24cdev_decl(apm) in machine/conf.hMichael Shalayeff
1997-09-21branch the bios tree inside the machdepMichael Shalayeff
1997-09-21support new bootsMichael Shalayeff
add to your config: bios0 at mainbus0 apm0 at mainbus0 # (if you are using APM)
1997-09-17pass cnvmem,extmem the old way they were....Michael Shalayeff
don't put 'em in biosvars
1997-09-17Double default NMBCLUSTERS, they're too small for modern networks.Jason Downs
1997-09-16no need to include sys/ioccom.h; guy@netapp.comTheo de Raadt
1997-09-11toast BDB; netbsdTheo de Raadt
1997-09-08Bug: fixed bits around in %cr4.dm
1997-09-07fill text on align with nop, not 0Michael Shalayeff
1997-09-05add full defines for %cr4 bits and cpu_feature bits (names match freebsdchuck
and intel docs)
1997-09-04add invlpg and %cr4 read/writechuck
1997-09-04support boot API version numberMichael Shalayeff
1997-09-032nd part of pretty "machine diskinfo"Tobias Weingartner
1997-08-30wrong namespace!Theo de Raadt
1997-08-29multi-include protectionMichael Shalayeff
1997-08-29define DOSACTIVE for bootable partitionMichael Shalayeff
1997-08-29s/XXX/__MBR_XXX/ and undef it after useMichael Shalayeff
1997-08-29undef XXX after useMichael Shalayeff
1997-08-29add struct dos_mbrMichael Shalayeff
1997-08-27add get OS features support vector, as per SCO OS 5.0Michael Shalayeff
1997-08-26and considering text segments are normally not even going to hit swapTheo de Raadt
1997-08-26come on, let people run useful sized software!Theo de Raadt
1997-08-26reasonably useful data sizeTheo de Raadt
1997-08-22use words for apm functionsMichael Shalayeff
define struct of bios/boot vars to be passed to kernel
1997-08-16Bug.dm
1997-08-12call BIOS inline (add struct EDD_cb into biosvar.h)Michael Shalayeff
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it.
1997-08-07RCS tag + KNFNiklas Hallqvist
1997-08-07RCS tagNiklas Hallqvist
1997-08-07right DOINT for CMichael Shalayeff
1997-08-05kentry proto is in the libsa.hMichael Shalayeff
change var name
1997-08-02change vars names, add attach_argsMichael Shalayeff
1997-08-01proto __flt_rounds correctlyTheo de Raadt
1997-07-28adopt for assym.hMichael Shalayeff