NetBSD/sys/arch/prep
garbled ccad384049 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.
2006-04-13 18:46:46 +00:00
..
compile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00
conf set options PCKBCNOTEST so we attach the keyboard controller. 2006-04-11 17:16:24 +00:00
eisa Commit support for the IBM Model 7024 E20 and E30. (E30 not tested). 2006-02-23 19:44:02 +00:00
include More changes to prep port: 2006-03-16 17:43:34 +00:00
isa ANSIfy all these files.. just formatting changes. 2006-03-17 05:33:33 +00:00
pci Add an extra cookie to the ioctl and mmap wsdisplay accessops that points 2006-04-12 19:38:22 +00:00
pnpbus Use device_cfdata(). 2006-03-29 04:16:44 +00:00
prep Use device_unit(). 2006-03-28 17:38:24 +00:00
stand More major bootblock changes: 2006-04-13 18:46:46 +00:00
Makefile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00