summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-12If a PCI-X card is detected then set bge_pcix.Brad Smith
2005-12-11syncBrad Smith
2005-12-11regenBrad Smith
2005-12-11a whole bunch of ciss(4) PCI ids.Brad Smith
From FreeBSD
2005-12-11Work 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-11Remove unused includes.Miod Vallat
2005-12-11Factorize soft interrupt code between luna88k and mvme88k.Miod Vallat
2005-12-11Fix ROMCR defines.Miod Vallat
2005-12-11Replace procfs_domem() with a similar interface, process_domem(), which livesMiod 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-11Use e2fs_sbsave() instead of bcopy() when dumping the super-block backPedro Martelletto
to disk, fixes ext2fs on big-endian architectures
2005-12-11Fix mixer for machines that have lineout and/or don't have headphone.Mark Kettenis
ok joris@
2005-12-11inode/dinode separation for ext2fsPedro Martelletto
2005-12-11mention the Fast Ethernet controller chips this driver should supportBrad Smith
though is untested so far as well as clarifying the situation with Jumbos.
2005-12-11remove useless comment.Brad Smith
2005-12-11fix a few name clashes with libc; found by lint. ok deraadt@Otto Moerbeek
2005-12-11Remove some dead code spotted by lint.Kenneth R Westerback
ok miod@ deraadt@
2005-12-11SRCS should contain .y and .l references, then make will do the right thingTheo de Raadt
2005-12-11make this compile againTheo de Raadt
2005-12-11Don't free pathname after successfull _try_needed call; it's cached in thatMark Kettenis
case. Fixes "could not read symbols: File truncated" problems. ok deraadt@
2005-12-11remove unused variables and functionsTheo de Raadt
2005-12-11ARGSUSEDTheo de Raadt
2005-12-11bitfields must be off an int or such typeTheo de Raadt
2005-12-11On halt, wait for a keypress on the console and reboot; allows one to haveMiod Vallat
the BUG set to auto-boot and not lose the machine upon halting. Requested by deraadt@ and nick@ long ago.
2005-12-11Don't allow a -prefixlen arg of -1. jaredy@ okAaron Campbell
2005-12-11add a few Intel PCI-ISA bridges.Brad Smith
2005-12-11cleanup some knr to ansi i missed, and some extra whitespace i accidentallyDavid Gwynne
snuck in.
2005-12-11syncBrad Smith
2005-12-11regenBrad Smith
2005-12-11- change Intel PRO/100 VE (3) to 82801DB LANBrad Smith
- add Intel 82801DBL IDE controller PCI id
2005-12-11unused code and variablesTheo de Raadt
2005-12-11recognize BCM5750 C1 on Ted's Fujitsu Lifebook S7000Brad Smith
2005-12-10- standard synopsis, mention optionsMartin Reindl
- ram->RAM - memory mapped I/O is default on everything except i386 ok krw@ jmc@
2005-12-10Only initialize the CMMUs tied to our running CPU on startup.Miod Vallat
Tested on luna88k and mvme88k.
2005-12-10better wording, helped by krw and roughly ok deraadt;Jason McIntyre
2005-12-10use the 5750 DSP code with the BCM5714 and BCM5780 too.Brad Smith
2005-12-10tweak: ok reykJason McIntyre
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
time ago, but we were being held back by jfb. too bad for him. next step is to use fatal() through out the code for unrecoverable errors instead of trying to be all nice and fluffy and reach main() again. ok niallo@ and xsa@
2005-12-10UpdateChad Loder
2005-12-10Make the style of these messages more like that of gcc messages.Chad Loder
2005-12-10- its wrong to use exit() here; return instead.Niall O'Higgins
ok joris@
2005-12-10Match new lint warning and error format (similar to gcc's format).Chad Loder
2005-12-10Add a generate targetChad Loder
2005-12-10add a shutdown function and register it with shutdownhook_establish().Brad Smith
2005-12-10Change warning/error format to match gcc's.Chad Loder
2005-12-10Add a regression test for suspicious use of sizeof.Chad Loder
2005-12-10sk_shutdown -> skc_shutdown and register the shutdown function withBrad Smith
shutdownhook_establish().
2005-12-10shrink dmesg entry by one line by merging the chipset revision intoBrad Smith
the skc line and fix various error condition printf's in skc_attach(), sk_attach() and sk_alloc_jumbo_mem() so the messages will be displayed properly. ok krw@
2005-12-10how did this slip in, grr.Martin Reindl
2005-12-10translate a bunch of comments from german to englishMartin Reindl
ok cloder@
2005-12-10Lint now warns about sizeof(term) where the operator is anything otherChad Loder
than unary *, ->, a name, or a string.