Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-11 | Add <machine/ieeefp.h>, will be needed by libc shortly. | Miod Vallat | |
2002-03-11 | Add a <machine/varargs.h> skeleton for userland. | Miod Vallat | |
2002-03-10 | rdboot -> hdboot | Hugh Graham | |
2002-03-09 | Completely rewritten keyboard detection mechanism. Instead of using the | Dale Rahn | |
openfirmware commands (which apple seems to have removed), walk the device tree attempting to detect what type of keyboard(s) are present. Give preference to USB if USB and ADB both found. If none found hope for USB. This does have a problem on RevC iMacs booting without USB keyboard, it seems apple left the adb device tree information which indicates an ADB kebyoard is present. This fixes newer ibook and PBG4 keyboard detection. | |||
2002-03-09 | Add case for BTYP_1305. | Hugh Graham | |
2002-03-08 | Remove the code which reenables interrupts in these interrupt controllers, | Dale Rahn | |
they do not appear to be capable of handling all possible nested interrupts. | |||
2002-03-08 | have to set p_md as well, used to shoot clouds before | Michael Shalayeff | |
2002-03-08 | last arg to the copystr could be 0, also correct onfault handling | Michael Shalayeff | |
2002-03-08 | Move the message buffer out of low memory, Openfirmware clears the area | Dale Rahn | |
on reboot. perhaps OF uses it at other times? Since OF always use the same memory addresses, this should always allocate the same ram to the msgbuf, and allow it to be preserved across reboot. | |||
2002-03-07 | Clean up BUS_DMA_* flags, and make sure all arch's define: | Jason Wright | |
BUS_DMA_READ, BUS_DMA_WRITE, and BUS_DMA_STREAMING | |||
2002-03-07 | Remove some debugging code accidentally committed in previous | Jason Wright | |
2002-03-07 | From NetBSD: | Jason Wright | |
Fix calculation of dma segment length when the DVMA range is crossing the boundary. | |||
2002-03-06 | - recognize serial speeds over 9600 bauds, and allow users to set such a | Miod Vallat | |
speed (beware, old PDC will not support this!) - increase the arbitrary device limit for the lists; some machines (743 and 748 come to mind) can have lots of heads and serial ports... - be more clever when sorting the devices in our lists, so as to get the correct order on machines where the built-in serial ports are GIO but on different busses. | |||
2002-03-06 | Support serial speed over 9600 bauds. | Miod Vallat | |
2002-03-06 | no need to mask | Michael Shalayeff | |
2002-03-06 | expand fpu name, makes line overflow a bit, maybe deal w/ it later | Michael Shalayeff | |
2002-03-06 | regen | Michael Shalayeff | |
2002-03-06 | cleanup the fpu names a bit | Michael Shalayeff | |
2002-03-05 | rearrange stuff, chat about cache | Michael Shalayeff | |
2002-03-05 | Kill prom stuff duplicates from bugio.[ch]. | Miod Vallat | |
2002-03-05 | Insert missing newline for autoconf prettiness. | Jason Wright | |
2002-03-05 | Provide a few more constants to get on par with other arches and get | Miod Vallat | |
raidframe tools to compile; ok mickey@ | |||
2002-03-04 | ok, so apparently wx doesn't work so well | Nathan Binkert | |
2002-03-04 | dc is not listed twice. Put de back, and move dc out of the untested section. | Nathan Binkert | |
While we're at it, move wx out of the untested section too. | |||
2002-03-04 | since we can't fit both dc and de, we've got to have de so we can have support | Nathan Binkert | |
for 2104x chips which dc does not support at all. | |||
2002-03-04 | Move dc from the untested group since it is tested, though a commit will | Nathan Binkert | |
soon make de win over dc on alpha in all cases, so de would have to be disabled to use dc. (For 21140 and 21142/3 chips. Clones will use dc bydefault.) | |||
2002-03-04 | dc not de | Theo de Raadt | |
2002-03-04 | Typos; Matt <matt@vertrauen.org> | Jason Wright | |
2002-03-02 | bump the version after recent addition | Michael Shalayeff | |
2002-03-02 | cleanup. | Dale Rahn | |
Code reorganization to support pci-pci bridges on the interrupt fixup code. Interrupts on devices behind pci-pci bridges should not be configured properly. | |||
2002-03-02 | If two drivers register the same hardware irq, they should get | Dale Rahn | |
the same virtual irq as well. | |||
2002-03-02 | Do not use -1 as an unused entry, 0 is already reserved for invalid/unused. | Dale Rahn | |
2002-03-02 | If two drivers register the same hardware irq, they should get | Dale Rahn | |
the same virtual irq as well. | |||
2002-03-02 | These two drivers were incorrectly sharing variables, sometimes expecting | Dale Rahn | |
them to be intialized by the other. also remove static variables and rename them so they are accessable via ddb. | |||
2002-03-02 | more logical order of operations, caveats | Michael Shalayeff | |
2002-03-02 | Add machine specific commands to the bootblocks, to let the user display | Miod Vallat | |
and change the console and keyboard settings; and devise a manual page for it, with lots of loot borrowed from the i386 version. These commands have been extensively tested on 712, 715, and 720, although your mileage may vary and scary warnings may appear in the manual page in the future. ok mickey@ | |||
2002-03-01 | reassign | Michael Shalayeff | |
2002-03-01 | fix a few irq assignments | Michael Shalayeff | |
2002-03-01 | Change a config(8) reference to a more appropriate boot_config(8) reference. | Miod Vallat | |
2002-02-28 | forgot viper_hpa | Michael Shalayeff | |
2002-02-27 | Better values for invalid pte initialization. | Miod Vallat | |
2002-02-25 | replace w/ utah-licensed source | Michael Shalayeff | |
2002-02-25 | fix mapping bug in serial console support, not yet working. | Dale Rahn | |
2002-02-24 | Don't generate noise before entering DDB from keyboard. | Miod Vallat | |
2002-02-23 | switch vax to -O2, from hugh | Theo de Raadt | |
2002-02-23 | remove a commented-out debug printf | Matthieu Herrb | |
2002-02-23 | add a comment for option APERTURE | Matthieu Herrb | |
2002-02-23 | Add aperture driver support for macppc, and also place writing to /dev/pci | Matthieu Herrb | |
under the control of machdep.allowaperture. This allows to run the X server on macppc with securelevel=1, given that machdep.allowaperture is != 0. OK deraadt@ | |||
2002-02-23 | Factorize most of the pmap_bootstrap() guts used by pmap_motorola users, | Miod Vallat | |
with a few hooks to cope with each architecture's specifics. The new arch/m68k/m68k/pmap_bootstrap.c is not a standalone file, but will be #included by the existing pmap_bootstrap.c code. Tested on hp300 and mvme68k, mac68k coming soon. amiga will be left out for now because it is a bit too different. | |||
2002-02-23 | make this compile w/out pckbd (thanks marco for pointing this out) | Jason Wright | |