Age | Commit message (Expand) | Author |
2006-01-09 | Remove completely obsolete comment from the pre-wscons sparc days in | Miod Vallat |
2006-01-09 | Ditch the grf frame buffer abstraction, and directly attach macfb to | Miod Vallat |
2006-01-09 | Remove duplicate defines with if_ether.h | Miod Vallat |
2006-01-09 | Restore console bell functionnality lost in the wscons merge. | Miod Vallat |
2006-01-08 | Remove unused grf_softc members; do not keep temporary data in grf_softc | Miod Vallat |
2006-01-08 | Drop native MacOS support from the adb direct code, and skip callback | Miod Vallat |
2006-01-08 | Display unhandled adb devices as "whatever at adb0 addr X" like all buses do; | Miod Vallat |
2006-01-08 | Advertize color on non-indexed modes, and swap blue and red at 16bpp (might be | Miod Vallat |
2006-01-08 | Use Nubus-related constants from <machine/cpu.h> instead of hardcoded values. | Miod Vallat |
2006-01-08 | Switch macfb from an rcons backend to a rasops backend; supposedly restores | Miod Vallat |
2006-01-08 | Oops, don't forget to initialize the raw repeat timeout; lost while cleaning. | Miod Vallat |
2006-01-07 | Do not set ZS_HWFLAG_CONSOLE if we are only using the serial line for | Miod Vallat |
2006-01-05 | More dead constants. | Miod Vallat |
2006-01-05 | A match() function should never, never, ever return UNSUPP for unsupported | Miod Vallat |
2006-01-05 | Begone. | Miod Vallat |
2006-01-04 | Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouse | Miod Vallat |
2006-01-04 | More accurate sc_minsync computation on 16.5MHz ESPs; ok martin@ | Miod Vallat |
2006-01-01 | Enable A/UX style interrupt routing on non-AV Centrises and Quadras, gives us | Miod Vallat |
2005-12-21 | Simplify obio stanzas and remove unused locators. | Miod Vallat |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-10-23 | m68k_btop() and m68k_ptob() were mostly used by mac68k only and can | Martin Reindl |
2005-10-01 | simplifiy esp_dafb_have_dreq() | Martin Reindl |
2005-09-27 | - don't mess with SCSI controller bits here, only map the two regions | Martin Reindl |
2005-09-27 | missing pieces for RBV video handling | Martin Reindl |
2005-09-26 | - correct framebuffer calculation offset by marking off garbage bits in | Martin Reindl |
2005-09-15 | get rid of MD m68k_trunc_page and m68k_round_page and replace by MI | Martin Reindl |
2005-09-12 | - Add byte-swap and stride options to bus_space. | Martin Reindl |
2005-08-09 | Save a variable in espmatch(), vm_offset_t->vaddr_t, print DEBUG address | Martin Reindl |
2005-08-06 | overhaul the grf driver: | Martin Reindl |
2005-08-05 | - missing m_free() | Martin Reindl |
2005-08-01 | unmap correct size, oops | Martin Reindl |
2005-08-01 | - disable video interrupts on AV machines | Martin Reindl |
2005-07-23 | - no need to include sys/dkstat.h | Martin Reindl |
2005-07-23 | vm_offset_t -> {vaddr_t, bus_addr_t} | Martin Reindl |
2005-07-23 | tabbing | Martin Reindl |
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt |
2005-06-12 | handle SuperMac Thunder/24 interrupts | Martin Reindl |
2005-06-08 | remove netns crud. | Henning Brauer |
2005-06-07 | CCITT about to bite the dust, remove special casing in archs and drivers | Henning Brauer |
2005-05-26 | Sync with uvm_mmap() api change. | Miod Vallat |
2005-05-22 | remove "0x" in front of %p in printfs. | Artur Grabowski |
2005-05-01 | - Sync nubus IDs with NetBSD and add some more | Martin Reindl |
2005-04-26 | new NuBus slot space mapping/probing code utilizing bus_space(9) | Martin Reindl |
2005-04-24 | - switch Scott Reynold's copyright to 3-clause BSD | Martin Reindl |
2005-03-04 | match a bunch more Nubus cards from NetBSD; | Martin Reindl |
2005-02-11 | for reference purposes it makes more sense to have NetBSD RCSID here; | Martin Reindl |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2005-01-04 | - make sure int is in running state before touching the multicast filter | Brad Smith |
2005-01-04 | ifdef MCDEBUG printf on FIFO overflows as discussed with Nick | Martin Reindl |
2005-01-04 | martin' last commit made mc(4) reset the multicast filter twice. | Brad Smith |