Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-18 | Scan SMBIOS before calling config_attach() to prevent unnecessary kernel print. | Marco Peereboom | |
Written with jordan@ help. ok deraadt@ | |||
2005-10-18 | Use PSR_IND rather than recomputing it from PSR_INTERRUPT_DISABLE_BIT; | Miod Vallat | |
spotted by martin. | |||
2005-10-17 | remove /bcom5421 from the OF device map table, this is actually a PHY. | Brad Smith | |
ok deraadt@ | |||
2005-10-17 | don't say no more if there is no driver for icu; lessen noise | Michael Shalayeff | |
2005-10-17 | Rename ncpus to alpha_ncpus so that MI ncpus matches the number of | Miod Vallat | |
attached processors; deraadt@ ok | |||
2005-10-16 | Turn /k2-sata-root into T_BUS; makes us recognize the bootpath of internal | Mark Kettenis | |
disks on G5 systems with K2 SATA. ok deraadt@ | |||
2005-10-16 | Allow PCI_INTERRUPT_PIN_NONE for the interrupt pin. | Mark Kettenis | |
HyperTransport delivers interrupts via messages and does not define any interrupt pins. (The documentation even warns that some operating systems will not function correctly without a non-zero value in its Interrupt Pin configuration space register.) ok deraadt@ | |||
2005-10-16 | print the hardware irq number, not the bogus internal number for 'vmstat -i' | Dale Rahn | |
2005-10-15 | Fall back on OF to reboot/power down. | Mark Kettenis | |
commit drahn@ | |||
2005-10-15 | - merge adb_direct.h bits into adbvar.h | Martin Reindl | |
- rename ADB_HW_PB to ADB_HW_PMU from NetBSD ok brad@; additonal testing krw@ | |||
2005-10-15 | Tweak names and add entries to the RCC (ServerWorks/Broadcom) PCI ids. | Brad Smith | |
Based on Linux's pci.ids and sata_svw.c | |||
2005-10-14 | Fixup some mnemonics, code was correct, stupid assembler doesn't type | Dale Rahn | |
check closely... | |||
2005-10-13 | Merge <machine/cpu_number.h> into <machine/cpu.h>, preparing for intrusive | Miod Vallat | |
changes. | |||
2005-10-13 | Hide more definitions from userland and from locore. | Miod Vallat | |
2005-10-13 | Put the register clobbering constraints on the BUG trap instruction, | Miod Vallat | |
not the first ldcr; hopefully gcc did not dare optimizing too much around here, so this should not change anything in practice. test martin@ | |||
2005-10-12 | Define IPL_SCHED and spslsched(), matching the statclock level. | Miod Vallat | |
2005-10-12 | Kill unused global variable. | Miod Vallat | |
2005-10-12 | Move sigcode to the m88k-agnostic location. No functional change. | Miod Vallat | |
2005-10-12 | Remove commented out dead wrong FPU handling code in setregs(). | Miod Vallat | |
2005-10-12 | regen | Michael Shalayeff | |
2005-10-12 | add few other ancient cpu types we have not seen yet | Michael Shalayeff | |
2005-10-12 | Stop mapping the u area at fixed UADDR in addition to its actual va. | Miod Vallat | |
While there, attempt to clean and comment stack usage in the kernel. No functional change. From the m88k SMP tree; help&test martin@ | |||
2005-10-12 | General scheduler cleanup: | Miod Vallat | |
- at the end of switch_exit(), jump in a better location inside cpu_switch() - skip unnecessary curproc == NULL tests, and remove other dead code - simplify the idle loop - optimize whichqs bit operations - and add comments at strategic places help&test martin@ | |||
2005-10-12 | also handle network device bootpaths. also tested by drahn and kettenis | Theo de Raadt | |
2005-10-11 | Dont reset the registers if the same speed is programmed. helps reduce | Dale Rahn | |
the possible race where the frequency fails to set when changing speeds. hopefully this will workaround the problem reported on misc@ | |||
2005-10-10 | add ti(4), commented out sk(4) and some PHY | Brad Smith | |
2005-10-09 | unbreak altivec support. | Dale Rahn | |
2005-10-09 | remove some NetBSD/OpenBSD portability cruft. | Brad Smith | |
compiles ok kettenis@ | |||
2005-10-09 | spelling | Federico G. Schwindt | |
2005-10-09 | Try to recover part of the reserved space from the OF_claim above. | Dale Rahn | |
2005-10-09 | Subtle changes to the powerpc fpu handling, basically fpuproc is handled | Dale Rahn | |
in a non-raceable manner inside save_fpu and enable_fpu so that the eventual SMP case will not grab a half loaded fpu context. | |||
2005-10-09 | Provide a machdep sysctl to determine if altivec is avaliable on macppc | Dale Rahn | |
2005-10-09 | Nearly functional crashdump support for macppc. Because savecore | Dale Rahn | |
does not recognize the resulting crashdumps, the writing has been disabled. Better here than in my forest of trees. | |||
2005-10-09 | what the hell, enable ipmi | Theo de Raadt | |
2005-10-09 | remove unused NETWORK_BUFSIZE. | Brad Smith | |
2005-10-09 | While running pending interrupts, enable external interrupt, this way | Dale Rahn | |
low priority interrupts do not starve high priority. | |||
2005-10-08 | enable lge | Brad Smith | |
2005-10-08 | if find_node_intr() doesn't find a match, try to use the contents of | Dale Rahn | |
'interrupts'. Also fix a bug where a signed value with -1 in it is compared against 'sizeof(....)'. | |||
2005-10-08 | Preallocate the space where the kernel would live, needs to be at least | Dale Rahn | |
as large as the ramdisk kernel, however currently on GENERIC this causes about 4MB loss of avail mem, once the kernel is loaded, the remainder needs to be returned. | |||
2005-10-08 | 64 bit compat. clean up the 32/64 code paths so less decision points exist | Dale Rahn | |
allow more than 256MB ram on G5, (still 2G limit) by creating PTE entries dynamically for all physical memory. | |||
2005-10-08 | Disable caching on vga buffer on 64bit machines. currently it causes | Dale Rahn | |
hangs. | |||
2005-10-07 | match uata devices found on more modern (ie. G5) machines. parts | Theo de Raadt | |
from kettenis, ok drahn | |||
2005-10-07 | eliminate use of M_HASFCS | Martin Reindl | |
ok brad@ from NetBSD | |||
2005-10-07 | Stop and restart the i2s clock when changing the snapper speed, otherwise | Dale Rahn | |
the new setting doesn't do anything. | |||
2005-10-06 | match isp as a PCI device called "SUNW,isptwo". | Brad Smith | |
From mrg NetBSD ok miod@ | |||
2005-10-06 | lots of pcmcia, cardbus, and wireless goodies come to town; work with tdeval | Theo de Raadt | |
2005-10-05 | Add CardBus/PCMCIA support to AMD64. | Thierry Deval | |
ok deraadt@ | |||
2005-10-04 | tabs are holier than spaces | Theo de Raadt | |
2005-10-04 | move ipmi chunk to nicer place | Theo de Raadt | |
2005-10-04 | Add initial IPMI implementation. Currently only KCS retrieval method is | Marco Peereboom | |
supported. SMIC and BMC will follow shortly. Code written by Jordan Hargrave <jordan underscore hargrave at hotmail dot com> help grange@ and deraadt@ ok deraadt@ |