summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev
AgeCommit message (Expand)Author
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-10-23m68k_btop() and m68k_ptob() were mostly used by mac68k only and canMartin Reindl
2005-10-01simplifiy esp_dafb_have_dreq()Martin Reindl
2005-09-27- don't mess with SCSI controller bits here, only map the two regionsMartin Reindl
2005-09-27missing pieces for RBV video handlingMartin Reindl
2005-09-26- correct framebuffer calculation offset by marking off garbage bits inMartin Reindl
2005-09-15get rid of MD m68k_trunc_page and m68k_round_page and replace by MIMartin Reindl
2005-09-12- Add byte-swap and stride options to bus_space.Martin Reindl
2005-08-09Save a variable in espmatch(), vm_offset_t->vaddr_t, print DEBUG addressMartin Reindl
2005-08-06overhaul the grf driver:Martin Reindl
2005-08-05- missing m_free()Martin Reindl
2005-08-01unmap correct size, oopsMartin Reindl
2005-08-01- disable video interrupts on AV machinesMartin Reindl
2005-07-23- no need to include sys/dkstat.hMartin Reindl
2005-07-23vm_offset_t -> {vaddr_t, bus_addr_t}Martin Reindl
2005-07-23tabbingMartin Reindl
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-06-12handle SuperMac Thunder/24 interruptsMartin Reindl
2005-06-08remove netns crud.Henning Brauer
2005-06-07CCITT about to bite the dust, remove special casing in archs and driversHenning Brauer
2005-05-26Sync with uvm_mmap() api change.Miod Vallat
2005-05-22remove "0x" in front of %p in printfs.Artur Grabowski
2005-05-01- Sync nubus IDs with NetBSD and add some moreMartin Reindl
2005-04-26new NuBus slot space mapping/probing code utilizing bus_space(9)Martin Reindl
2005-04-24- switch Scott Reynold's copyright to 3-clause BSDMartin Reindl
2005-03-04match a bunch more Nubus cards from NetBSD;Martin Reindl
2005-02-11for reference purposes it makes more sense to have NetBSD RCSID here;Martin Reindl
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2005-01-04- make sure int is in running state before touching the multicast filterBrad Smith
2005-01-04ifdef MCDEBUG printf on FIFO overflows as discussed with NickMartin Reindl
2005-01-04martin' last commit made mc(4) reset the multicast filter twice.Brad Smith
2004-12-26TyposMiod Vallat
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