summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev
AgeCommit message (Expand)Author
2004-12-15sync with NetBSD but replace hand crafted crc logic with ether_crc32_le()Martin Reindl
2004-12-13Store the local ethernet address in struct arpcom and suddenly mc(4) startsClaudio Jeker
2004-12-13Dead meat.Miod Vallat
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-08Register serial interrupts on the right sources on AV machines, was brokenMiod Vallat
2004-12-08Tweak interrupt handling code to allow shared interrupts for VIA2 sources.Miod Vallat
2004-12-08Only map the DAFB video registers in attach, so that other code can mapMiod Vallat
2004-12-03Always attach intvid even if the monitor sense code seems wrong; this isMiod Vallat
2004-12-02Oops, repair *SBC kernels.Miod Vallat
2004-12-01Let kernels with option DEBUG link again.Miod Vallat
2004-11-28Correct pmap_enter() flags usage.Miod Vallat
2004-11-26More interrupt system cleaning and homogenization:Miod Vallat
2004-11-25Move towards a more flexible and generic interrupt system, as well as betterMiod Vallat
2004-08-03the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@Todd T. Fries
2004-04-16probe correct amount of RAM on cards that have 64KB memoryXavier Santolaria
2004-04-02set correct MAC address for Farallon eth' cards.Xavier Santolaria
2004-03-09typo; from Martin Reindl <mreindl at catai.org>Xavier Santolaria
2004-01-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
2004-01-13Then, kill %: printf format...Miod Vallat
2004-01-10Sorry miod, this file is needed. Look at the bottomBob Beck
2004-01-09typos from Jared Yanovich;Jason McIntyre
2003-12-21Unused.Miod Vallat
2003-11-03spelling fixes (in the comments)David Krause
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-06-053/4 knockout for peter galbavyTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-09No need to map framebuffers executable. Really.Artur Grabowski
2003-05-09Remove dead (ifdef 0) code that pollutes my greps.Artur Grabowski
2003-03-14spl police.Miod Vallat
2003-03-14Zombies on the bridge, captain.Miod Vallat
2003-03-12backout the two previous patches, it breaks the 3com ae card and I don'tJason Wright
2003-02-26Fix symbol clash that would prevent a kernel configured with both ncr5380Miod Vallat
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-01-28Remove (now) bogus diagnostic check and set the output length correctly (why ...Jason Wright
2003-01-27padd < mimimum sized frames with 0's instead of whatever the chip wants; base...Jason Wright
2003-01-19shut up, dn(4). There's really no need to printf junk nobody wants to readHenning Brauer
2002-10-29Since memory deallocation can't fail, remove the error return fromArtur Grabowski
2002-10-13Remove more '\n's from panic() statements. From Chris Kuethe.Kenneth R Westerback
2002-06-24Provide dummy d_kqfilter() routine so that this compiles, until this driverMiod Vallat
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-11cnputc() routines are void, not int.Miod Vallat
2002-06-03spell transceiver correctlyTheo de Raadt
2002-04-29wierd -> weirdPeter Valchev
2002-04-22Bring several stability and performance fixes from NetBSD, as well asMiod Vallat
2002-04-20Get rid of "integrate" and "hide" bad taste modifiers, thus get non-DDBMiod Vallat
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller