summaryrefslogtreecommitdiff
path: root/sys/arch/prep
AgeCommit message (Expand)Author
2006-09-01hptide controller was tested on prep by a user. Adding to GENERICgarbled
2006-09-01I dunno how -Os crept into GENERIC, but yank it.garbled
2006-09-01Fix a horrible bug in how we initialize the 8259 interrupt controller.garbled
2006-08-26PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel optionschristos
2006-08-26Remove obsolete #options VERIFIED_EXEC, found by grep(1).tsutsui
2006-08-14s/adpater/adapter/skrll
2006-08-12Disable SYSTRACE by default on all kernels (discussed with core)christos
2006-07-31spc(4) can also attach to pcmcia(4), as was already in hpcmips/GENERIChubertf
2006-07-13Rather than hardcode the location of the Interrupt Vector Register, wegarbled
2006-07-12Add support for rebooting 7024 and 7025 models. Since I cannot figuregarbled
2006-06-29Change how the MPIC/OpenPIC is configured at boot. Rather than scanninggarbled
2006-06-28Add CARP to GENERIC kernel configs. CARP is not enabled by default.liamjfoy
2006-06-27General fixups:garbled
2006-06-231) Modify pnpbus attachment code to properly decode pnp memory range packets.garbled
2006-06-21Attach the pnpbus prior to attaching the pci bus on the prep. Thisgarbled
2006-06-20Update install WRT recent clock changes, and break INSTALL into INSTALLgarbled
2006-06-20Basic prep timecounter support. This greatly increases the stability ofgarbled
2006-06-15A bit of clock rototill. It's safer to detect things known by thegarbled
2006-06-10Put newline if there is no input on Boot: prompt.tsutsui
2006-06-09Fix a botch on ANSIfy.tsutsui
2006-06-09Completely rework how we look up PCI interrupts on prep:garbled
2006-06-01Make the space for the ramdisk slightly larger.garbled
2006-05-30Rewrite the pci bus attribute decodings to be human-readable by using thegarbled
2006-05-29Add code to decode small vendor items that are documented. Namely we cangarbled
2006-05-25Implement partial support for the RS6K PCI Bridge found on 7025-F40garbled
2006-05-24Add a small convenience functiongarbled
2006-05-14integrate kauth.elad
2006-05-10enable raid in GENERIC. it works.garbled
2006-05-10add MEMORY_DISK_SERVER=0. only saves 600bytes. lame.garbled
2006-05-10Enable a few options from i386's INSTALL_SMALL that save as much space asgarbled
2006-05-10Move PCI_NETBSD_CONFIGURE to std.prep. Add *.local files like i386 has.garbled
2006-05-10Switch prep to use the MI mbr/disklabel code.garbled
2006-05-09Use inb/outb macros instead of casting things to volatile.garbled
2006-05-09convert some of the simple __asm statements to the standard powerpcgarbled
2006-05-09de-__P these files.garbled
2006-05-09More KNF. That should be the rest of the .c files.garbled
2006-05-09KNF these files.garbled
2006-05-08Fix something that never should have worked before, that got broken bygarbled
2006-05-08Switch prep over to evcnt(9). While I was here, I also switched it togarbled
2006-05-05Remove the devprop API and switch everthing over to the new proplib. Addthorpej
2006-05-03Generic soft interrupt support for prep. Mostly copied from macppc,garbled
2006-04-26Support fixes for the Motorola Powerstack E1.garbled
2006-04-25s/allready/already/snj
2006-04-24Make this work on 7024 and 7025 models by not repeating the base addressgarbled
2006-04-19adjust comments for the new location of wskbdmap_mfii.c,drochner
2006-04-13Disable some things to make it a wee bit smaller.garbled
2006-04-13Stop building installboot. I'm not sure if it works or not, but it looksgarbled
2006-04-13Fix a bug in the printing of the "image too big" message, and make itgarbled
2006-04-13More major bootblock changes:garbled
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv