summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-09-29better dmesg output including onboard memory size when present, free ↵Michael Shalayeff
resources on failures; krw@ ok
2003-09-29pci support for hppaMichael Shalayeff
2003-09-29fix the dc_cacheline to 16 on hppaMichael Shalayeff
2003-09-29e own SIOP_DEBUG define instea of the system-wide one;Michael Shalayeff
bzero() the sgl before fillig it up; avoid reading registers extra times where we have a copy in the vars; on scsi_cmd timeout call siop_handle_reset() directly instead of relying on the RST interrupt which does not happen always it semms; use bus_dmamap_load_raw(). krw@ ok
2003-09-29to set smth in the register one has to write into it and not just read once ↵Michael Shalayeff
more; fround by art@
2003-09-29uncomment daemon() call; spotted by jose@Henning Brauer
2003-09-29knfTheo de Raadt
2003-09-29realloc fix; ok henning cloderTheo de Raadt
2003-09-29unchecked strdup; ok henning; spotted by jjy2+@pitt.eduTheo de Raadt
2003-09-29Experimental support for serverworks csb6 third channel inspired byAlexander Yurchenko
freebsd ata driver. Close PR 3485.
2003-09-29Better use of phys_map_vaddr* (does not matter until we start using more thanMiod Vallat
one cpu).
2003-09-29- add list of options to -o and .Xr ssh_config(5)Jason McIntyre
- some other cleanup requested by deraadt@; ok deraadt@ markus@
2003-09-29- add some indent and spacingJason McIntyre
- punctuation fixes - update SEE ALSO
2003-09-29/usr include files -> /usr/include files;Jason McIntyre
from FreeBSD (rev. 1.103); ok deraadt@ miod@
2003-09-29correction to SYNOPSIS and usage(): host argument must be specifiedJason McIntyre
if using port argument; from simon@freebsd
2003-09-29Make this compile.Miod Vallat
2003-09-29avaliable -> availableMiod Vallat
2003-09-29autodetect io/mem mappings; from form@Michael Shalayeff
2003-09-29Implement (undocumented) dot shorthand, which was missing.Otto Moerbeek
Spotted by millert@.
2003-09-29gotta remember the product id and disable io mapping for old 800 chips; from ↵Michael Shalayeff
form@
2003-09-28Stub out mvmeppc install.md as it currently isKenneth R Westerback
a) Completely wrong since mvmeppc never did support MacOS/HFS. b) Unused, as the mvmeppc port is in 'limbo'. c) In need of a complete re-write when mvmeppc comes out of limbo. d) An exact duplicate of macppc/ramdisk/install.md, i.e. without any independant imbedded knowledge. ok miod@.
2003-09-28Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD.Chad Loder
OK krw@, deraadt@
2003-09-28Clean various MVME188 related routines, fixing typos and removing unnecessaryMiod Vallat
diagnostic code in the process.
2003-09-28Clean the MVME188 external interrupts routine, and do not let it loop foreverMiod Vallat
on clock interrupts, because interrupts were re-enabled too early. Also, remove the old hack restricting the system to only use 32MB of memory. This makes MVME188 boot multi-user again (only tested on 2P256 so far).
2003-09-28Be less verbose, unless option DEBUG, when the nvram battery is toast.Miod Vallat
2003-09-28Properly acknowledge MVME188 clock interrupts.Miod Vallat
2003-09-28kill trailing spaces, no functional changesAlexander Yurchenko
2003-09-28realloc cleanupOtto Moerbeek
2003-09-28Free memory after a failing realloc.Otto Moerbeek
2003-09-28Fix error check for array store operator.Otto Moerbeek
2003-09-28sync after mtd(4) update; ok deraadt@Alexander Yurchenko
2003-09-28Be volatile enough to start the clock on 188.Miod Vallat
2003-09-28sti1 could be at phantomas tooMichael Shalayeff
2003-09-28Remove duplicate CMMU address definitions.Miod Vallat
2003-09-28Be sure to invoke tty_attach() after ttymalloc().Miod Vallat
2003-09-28Better error hanndling:Otto Moerbeek
- skip current line on syntax error - detect EOF in strings and comments - report correct line number in above case - more consistent warning and errors ok henning@
2003-09-28realloc(3) cleanup.Otto Moerbeek
ok cloder@ tedu@
2003-09-28Fix function return types. Unbreaks sparc64 compilation. Spotted byOtto Moerbeek
sturm@. ok deraadt@ sturm@ henning@
2003-09-28Missing xfs_devpoll proto. You would think with all that HAVE_FOOTodd C. Miller
crap the protos would be done for you. Apparently not...
2003-09-28xfs_devpoll must not be static; found by beck@ compiling an XFS kernelTodd C. Miller
2003-09-27remove register. end all sentences with periods.Ted Unangst
ok deraadt@ henning@ millert@
2003-09-27document support for the D-Link DFE-690TXD 10/100 Ethernet adapter.Federico G. Schwindt
2003-09-27CardBus D-Link DFE-690TXD support.Federico G. Schwindt
Prompted by Ed White <ed at overminder dot com>, tested by Joshua Johnson <joshua.johnson at ftlsys dot com>.
2003-09-27regen.Federico G. Schwindt
2003-09-27D-Link DFE 690-TXDFederico G. Schwindt
2003-09-27Correct wording on -C option.Ryan Thomas McBride
ok jmc@
2003-09-27Do not panic in pmap_map() if DIAGNOSTIC, when we are mapping the very endMiod Vallat
of the address space (i.e. "end" wraps to zero).
2003-09-26Not useful anymore...Miod Vallat
2003-09-26Death to the bitfields, this time "struct dmt_reg" - and I think that's all.Miod Vallat
While there, KNF data_access_exception().
2003-09-26Death to the bitfields, this time cmmu_apr_t and batc_entry_t. In theMiod Vallat
process, remove duplicate batc defines.