Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-15 | document horrific bootblock upgrade "procedure" | Theo de Raadt | |
2005-12-14 | make va_arg() map to nothing; ok millert | Theo de Raadt | |
2005-12-14 | Add commented entries for nfe. | Jonathan Gray | |
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | Todd C. Miller | |
2005-12-14 | Prevent access to PCI config space for function >0 on bus 0. | Mark Kettenis | |
Fixes Xorg PCI scan. ok drahn@ | |||
2005-12-14 | Add a __statement macro to use with gcc statement expressions instead | Todd C. Miller | |
of using __extension__ directly. This lets us define away the whole thing when lint is in use. | |||
2005-12-14 | Make clock_t consistent across platforms as a 32 bit int. OK deraadt@ | Todd C. Miller | |
2005-12-14 | Don't hard-code card present and number of socket bits in the PCMCIA bus | Uwe Stuehler | |
configuration register, but control these bits from PCMCIA code. ok drahn@ | |||
2005-12-14 | Remove useless crap that was there from the beginning. One particular | Uwe Stuehler | |
tweak only prevented access to the flash controller. | |||
2005-12-14 | Add AC device. | Marco Peereboom | |
2005-12-13 | print lapic clock in mhz (instead of hz) | Michael Shalayeff | |
2005-12-13 | remove ad clause that got copied from older versions of the files; pto by jsg@ | Michael Shalayeff | |
2005-12-13 | Deal with ki2c(4) controllers with multiple i2c busses. | Mark Kettenis | |
tested by xsa@ | |||
2005-12-13 | Prevent recursive interrupts. Solves kernel stack overflow on i386 under | Aaron Campbell | |
heavy network interrupt load (I can reproduce with an ARP flood) with an MP kernel. Patch from NetBSD PR20180. Has been in snapshots for a bit. Testing by pedro@, jolan@. deraadt@ ok | |||
2005-12-13 | Whoops, need to #undef _BIG_ENDIAN not _BYTE_ORDER | Todd C. Miller | |
2005-12-13 | Add acpibat device but keep it disabled. | Marco Peereboom | |
2005-12-13 | It would seem that some cards do not get reset correctly if RESET is | Uwe Stuehler | |
held only for 10us but the same cards work just fine on other platforms. A really long delay lets those cards reset correctly on zaurus, but it is only an ugly workaround until the socket setup is fixed. ok for now fgs@, drahn@ | |||
2005-12-13 | the status field for power supplies is different to the rest of the | David Gwynne | |
sensors. as a result i wasnt being shown that i have a failed power supply. power supplies now show up like this: hw.sensors.14=esm0, Power Supply 1, OK, raw, 65359 hw.sensors.15=esm0, Power Supply 2, OK, raw, 65359 hw.sensors.16=esm0, Power Supply 3, CRITICAL, raw, 65347 anyone got a spare 2500 power supply they want to send to me? ok deraadt@ marco@ jordan@ VS: ---------------------------------------------------------------------- | |||
2005-12-13 | nuke unused BTOPKERNBASE define | Martin Reindl | |
pointed out by miod@ | |||
2005-12-13 | Pchip0 PCI memory starts at 0x80000000000, correct and use | Martin Reindl | |
P_PCI_MEM accordingly pointed out by KUDO Takashi in PR 4936 ok deraadt@ miod@ | |||
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller | |
in sys/cdefs.h) instead of _FOO_SOURCE. Also fix several namespace pollution issues, including the byte order defines. OK deraadt@ | |||
2005-12-13 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray | |
rescinded 22 July 1999. Checked by ian@, deraadt@ and millert@, arm portion checked by drahn@ | |||
2005-12-12 | Correct uvm_km_suballoc() arguments, do not make phys_map pageable. | Miod Vallat | |
2005-12-12 | Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4, | Miod Vallat | |
otherwise it's just a waste of bytes. ok deraadt@ mickey@ | |||
2005-12-12 | Move the MC88410 support code to a specific .c function instead of heavy | Miod Vallat | |
(and large) inlines. While there, provide correct register clobbering information to the __asm__ statements, and fix mc88410_flush_page() evil typo. Finally, rework mc88410_inval() busy-wait logic to behave correctly in all cases. | |||
2005-12-12 | One procfs.h leftover there, too. | Miod Vallat | |
2005-12-12 | Remove unused code. | Miod Vallat | |
2005-12-12 | Nuke unused pmap_from_phys_address(). | Miod Vallat | |
2005-12-12 | Nuke leftover references to procfs_mem.h. | Miod Vallat | |
2005-12-12 | Pass interrupt type and level in the correct order. | Mark Kettenis | |
ok drahn@, deraadt@ | |||
2005-12-12 | some bioses screw the order so be extra careful to counters; been in snaps ↵ | Michael Shalayeff | |
for some time | |||
2005-12-12 | Drop clause 3/4 as per i386 version this was based on. | Jonathan Gray | |
ok niklas@ (Copyright holder). | |||
2005-12-11 | Work in progress SMP code; mvme88k boards can spin up secondary CPUs, | Miod Vallat | |
kernel boots single user. Still a lot of polishing and bugfixing to do. | |||
2005-12-11 | Remove unused includes. | Miod Vallat | |
2005-12-11 | Factorize soft interrupt code between luna88k and mvme88k. | Miod Vallat | |
2005-12-11 | Fix ROMCR defines. | Miod Vallat | |
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat | |
out of procfs and gets a ptrace request PT_{READ,WRITE}_{I,D} as argument; also procfs_checkioperm() becomes process_checkioperm(). From art@ some time ago; ok kettenis@ pedro@ | |||
2005-12-11 | Fix mixer for machines that have lineout and/or don't have headphone. | Mark Kettenis | |
ok joris@ | |||
2005-12-11 | Remove some dead code spotted by lint. | Kenneth R Westerback | |
ok miod@ deraadt@ | |||
2005-12-11 | On halt, wait for a keypress on the console and reboot; allows one to have | Miod Vallat | |
the BUG set to auto-boot and not lose the machine upon halting. Requested by deraadt@ and nick@ long ago. | |||
2005-12-11 | add a few Intel PCI-ISA bridges. | Brad Smith | |
2005-12-10 | Only initialize the CMMUs tied to our running CPU on startup. | Miod Vallat | |
Tested on luna88k and mvme88k. | |||
2005-12-10 | Just poll for PMU_INT_ADB_AUTO and PMU_INT_ADB interrupts when resetting | Pedro Martelletto | |
the device, should fix a huge delay attaching adb(4) on some boxes, thanks to everyone who tested, okay deraadt@. | |||
2005-12-10 | {en,re}trys -> {en,re}tries; eyeballed by jmc@ | Miod Vallat | |
2005-12-10 | , after end of last enum entry is bogus | Theo de Raadt | |
2005-12-10 | Kill MCA related includes. | Kenneth R Westerback | |
ok deraadt@ | |||
2005-12-09 | Add support for cpu voltage slewing. | Mark Kettenis | |
2005-12-09 | Add hook for voltage slewing the G5. | Mark Kettenis | |
"figure you should just commit" drahn@ | |||
2005-12-09 | Drop clause 3/4 as per i386 version. | Jonathan Gray | |
ok aaron@ (Copyright holder). | |||
2005-12-09 | disable ipmi in GENERIC until such times as it works everywhere | Bob Beck | |