NetBSD/sys/arch/i386
lukem b14a596beb Add support for booting off RAIDframe RAID1 mirrors. Check the first partition
type in biosdiskopen(), and if it is of type FS_RAID, add 64 to d->b_off.

NOTE: installboot(8) still needs some hacking to DTRT, but at least this way
if you can load "/boot" off another partition (e.g, wd0h), then wd0a can be
of type `RAID' with a raidframe mirror at the start and the kernel
will load OK of wd0a, and with raidctl -A root partitions, it will change
root as well.
2000-10-30 07:30:59 +00:00
..
bioscall
compile
conf Add support for sampling the random number generator on 2000-10-27 22:49:21 +00:00
eisa Add functions to read EISA configuration data for MEM, IRQ, DMA, and IO. 2000-08-11 00:43:18 +00:00
gdbscripts
i386 Don't use memory map of no entry. Instead, fallback into old way. 2000-10-28 02:29:35 +00:00
include Bump CPU_MAXFAMILY to 7. 2000-09-29 14:17:17 +00:00
isa Sanity check the cursor position read from the 6845 and if clearly 2000-10-12 22:36:30 +00:00
mca #if 0 bogus mca_intr_establish() added possibly mistakely 2000-08-13 10:38:38 +00:00
pci Change the RNG callout -- don't spin until data is available. If 2000-10-30 00:26:04 +00:00
pnpbios Support half-duplex mode (use only one DRQ). 2000-09-24 23:40:12 +00:00
stand Add support for booting off RAIDframe RAID1 mirrors. Check the first partition 2000-10-30 07:30:59 +00:00
Makefile