Age | Commit message (Expand) | Author |
2004-12-27 | Fix tag handling for non-U320/packetized devices. Allow tags for these | Kenneth R Westerback |
2004-12-27 | unused | Martin Reindl |
2004-12-27 | Gremlin crept in; found by drahn@ | Miod Vallat |
2004-12-27 | Finally put copyrights on files I wrote _long_ ago. prodded by miod@ | Dale Rahn |
2004-12-27 | remove useless debugging leftover | Peter Valchev |
2004-12-26 | boundry -> boundary | Brad Smith |
2004-12-26 | strored -> stored | Miod Vallat |
2004-12-26 | _C_LABEL(foo) -> foo when in comments. | Miod Vallat |
2004-12-26 | Typo | Miod Vallat |
2004-12-26 | Typos | Miod Vallat |
2004-12-26 | Better include-once-only preprocessor symbol name. | Miod Vallat |
2004-12-26 | If writedisklabel() is invoked on a DPME-labeled disk, read back the DPME | Miod Vallat |
2004-12-26 | _HP300_INTR_H_PRIVATE is long dead. | Miod Vallat |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-26 | Bounce the mbuf to the BPF listener before committing it to the wire | Peter Valchev |
2004-12-26 | htole32 and friends to get this working on big endian (macppc) | Peter Valchev |
2004-12-26 | Properly indent with tabs rather than spaces. | Jonathan Gray |
2004-12-26 | Remove uneeded ifdefs/code. | Jonathan Gray |
2004-12-26 | add BGE_QUIRK_PCIX_DMA_ALIGN_BUG for BCM5701 A0 | Brad Smith |
2004-12-26 | do not waste time having ises on | Theo de Raadt |
2004-12-26 | enable ami. ok beck@ | Marco Peereboom |
2004-12-26 | Make debug less verbose. Prompted by mickey@ | Marco Peereboom |
2004-12-26 | This should fix long outstanding issues with ami(4). The reported | Marco Peereboom |
2004-12-26 | Make this compile and bring the last few vga fixes in. | Miod Vallat |
2004-12-25 | Do not allow loading a font in an used font slot; discussed with and ok mickey@ | Miod Vallat |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-25 | correct indent | Theo de Raadt |
2004-12-25 | in real C, there is not , after the last enum entry; ok reyk | Theo de Raadt |
2004-12-25 | much space has been regained because of ramdisk fitting exercises in | Theo de Raadt |
2004-12-25 | strncmp() the correct size when looking for ki2c companion. | Miod Vallat |
2004-12-25 | - remove unneccessary break | Brad Smith |
2004-12-24 | brad should compile before commiting | Theo de Raadt |
2004-12-24 | init Jumbo RX ring by default. | Brad Smith |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat |
2004-12-24 | Kill bit of ahc cruft. Elminate lots of leading spaces. Other KNF. No | Kenneth R Westerback |
2004-12-24 | Rewrite intlock/intunlock not to pass around interrupt frame directly | Peter Valchev |
2004-12-24 | Do not provide the KERN_EMUL, KERN_EVCOUNT, KERN_INTRCNT, KERN_PROC* and | Miod Vallat |
2004-12-23 | vt100 wscons crashes restoring cursor if it had never been saved before. | Miod Vallat |
2004-12-23 | Fix crash due to wrong argument in the (almost useless) DECRQUPSS escape | Miod Vallat |
2004-12-23 | Reliability fix, from NetBSD: | Miod Vallat |
2004-12-23 | change FXPF_UCODE to mean "firmware load attempted". if the first | Theo de Raadt |
2004-12-23 | make com[123] work for console on i386, but allow override with CONADDR/CONUNIT | Markus Friedl |
2004-12-23 | Allow an i386 MP kernel to build without pcibios. miod@ ok | Aaron Campbell |
2004-12-23 | Use a shorter, more realistic initial memory storage for extio. | Miod Vallat |
2004-12-23 | turn padding of tx packets on since it appears it may be needed by certain | David Gwynne |
2004-12-23 | From dyoung@NetBSD: | Jonathan Gray |
2004-12-23 | From dyoung@NetBSD: | Jonathan Gray |
2004-12-23 | Simplify hashtable (de)allocation by moving it into the clone functions. | Camiel Dobbelaar |
2004-12-22 | - add missing braces for SIOCSIFMTU switch case. | Brad Smith |
2004-12-22 | Upon SCSI command timeout, check if we have missed a DMA completion, | Miod Vallat |