Home | History | Annotate | Download | only in boot
History log of /src/sys/arch/prep/stand/boot/filesystem.c
RevisionDateAuthorComments
 1.4  19-May-2012  kiyohara Support load kernel from SCSI HDD with siop. It copy from bebox. (EXPERIMENTAL)
 1.3  28-Apr-2008  martin branches: 1.3.34; 1.3.38;
Remove clause 3 and 4 from TNF licenses
 1.2  13-Apr-2006  garbled branches: 1.2.62; 1.2.64; 1.2.66;
More major bootblock changes:
1) Rewrite vreset.c completely. Saves about 1k, and now it sets the
screen up much better. Previously the resulting video mode looked bad on
my CRT, and my LCD wouldn't even recognize it as a valid mode. Now it
looks reasonably good and my LCD can talk to it.

2) Call vga_reset unconditionally in the setup process to fix the onboard
VGA. If you have a VGA and use the serial console, this will allow you
to still use the VGA device for getty/wscons. Tested on a 7248 with VGA
and a 7043 without VGA.

3) Change filesystem.c to use nullfs rather than ufs and cd9660. We
don't actually need an fs at all, but it would take a major rewrite to
get rid of them completely. This saves about 6KB on the bootloader.

4) Bump version to 1.7.
 1.1  29-Feb-2000  nonaka branches: 1.1.6; 1.1.46; 1.1.60; 1.1.62; 1.1.64; 1.1.66; 1.1.68;
Initial import prep port.
 1.1.68.1  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.1.66.1  19-Apr-2006  elad sync with head - hopefully this will work
 1.1.64.1  24-May-2006  yamt sync with head.
 1.1.62.1  22-Apr-2006  simonb Sync with head.
 1.1.60.1  09-Sep-2006  rpaulo sync with head
 1.1.46.1  21-Jun-2006  yamt sync with head.
 1.1.6.2  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.1.6.1  29-Feb-2000  bouyer file filesystem.c was added on branch thorpej_scsipi on 2000-11-20 20:23:08 +0000
 1.2.66.1  16-May-2008  yamt sync with head.
 1.2.64.1  18-May-2008  yamt sync with head.
 1.2.62.1  02-Jun-2008  mjf Sync with HEAD.
 1.3.38.1  02-Jun-2012  mrg sync to latest -current.
 1.3.34.1  23-May-2012  yamt sync with head.

RSS XML Feed