summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2004-12-30add ehci and enable atu in GENERIC. get rid of the flags on usb since theyDavid Gwynne
2004-12-29fix a few more locators with ? that snuck in; mickey okTheo de Raadt
2004-12-29Add commented entries for David Young's Realtek 8180 driver (rtw).Jonathan Gray
2004-12-28add sqphyBrad Smith
2004-12-28Since we don't enable interrupts until autoconf is over, we don't needMiod Vallat
2004-12-28fix new line in dmesg print on 8k cpusMichael Shalayeff
2004-12-27unusedMartin Reindl
2004-12-27Finally put copyrights on files I wrote _long_ ago. prodded by miod@Dale Rahn
2004-12-26_C_LABEL(foo) -> foo when in comments.Miod Vallat
2004-12-26TypoMiod Vallat
2004-12-26TyposMiod Vallat
2004-12-26Better include-once-only preprocessor symbol name.Miod Vallat
2004-12-26If writedisklabel() is invoked on a DPME-labeled disk, read back the DPMEMiod Vallat
2004-12-26_HP300_INTR_H_PRIVATE is long dead.Miod Vallat
2004-12-26do not waste time having ises onTheo de Raadt
2004-12-26enable ami. ok beck@Marco Peereboom
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-25much space has been regained because of ramdisk fitting exercises inTheo de Raadt
2004-12-25strncmp() the correct size when looking for ki2c companion.Miod Vallat
2004-12-24{e,}intr{cnt,names} bye-bye.Miod Vallat
2004-12-24Rewrite intlock/intunlock not to pass around interrupt frame directlyPeter Valchev
2004-12-23make com[123] work for console on i386, but allow override with CONADDR/CONUNITMarkus Friedl
2004-12-23Allow an i386 MP kernel to build without pcibios. miod@ okAaron Campbell
2004-12-23Use a shorter, more realistic initial memory storage for extio.Miod Vallat
2004-12-22Upon SCSI command timeout, check if we have missed a DMA completion,Miod Vallat
2004-12-22Bring more fixes from NetBSD:Miod Vallat
2004-12-22Do not use DMA for odd-size transfers, as the last byte will not beMiod Vallat
2004-12-22proper DDB_DEBUGMichael Shalayeff
2004-12-20vge(4) in bsd.rd, only CD for now; ok deraadtPeter Valchev
2004-12-19single comment in GENERIC replaces a file that gets out of date; discussed by...Theo de Raadt
2004-12-19Add ahd.Kenneth R Westerback
2004-12-19disable uyap by default, because it is that rareTheo de Raadt
2004-12-18Print error codes in panic message.Brad Smith
2004-12-17Support for the eap MIDI UART from NetBSD.Jonathan Gray
2004-12-16Fix logic botch in dmacomputeipl() introduced in rev 1.14.Miod Vallat
2004-12-15sync with NetBSD but replace hand crafted crc logic with ether_crc32_le()Martin Reindl
2004-12-14fix a comment.Hans-Joerg Hoexer
2004-12-14sync with NetBSD, ok miod@Martin Reindl
2004-12-14typos; ok pefo@Alexander Yurchenko
2004-12-13Uncomment yds(4) which is reported to work by Jim Dew. OK deraadt@Todd C. Miller
2004-12-13Store the local ethernet address in struct arpcom and suddenly mc(4) startsClaudio Jeker
2004-12-13Dead meat.Miod Vallat
2004-12-13Remove duplicate declarations already in <sys/conf.h>, as well as duplicateMiod Vallat
2004-12-13Use PAGE_SIZE instead of hardcoded 4096 value.Alexander Yurchenko
2004-12-10pseudo-DMA for non-AV Quadras, inspired by NetBSDMartin Reindl
2004-12-09add missing line in history section that didn't make it through the firstMartin Reindl
2004-12-08spl1() -> splsoft(), and minor sync with other m68k trap.c; barely anyMiod Vallat
2004-12-08Silence spurious interrupts unless option DEBUGMiod Vallat
2004-12-08Register serial interrupts on the right sources on AV machines, was brokenMiod Vallat
2004-12-08Crank maxusers to 32.Miod Vallat