Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-18 | kill debugging printf | Michael Shalayeff | |
2002-03-15 | rewrite a pmap to use multilevel page tables. | Michael Shalayeff | |
lower 12 bits contain the perms, no unused bits left, but a couple for off-tlb use (as the ref implemented now). do not use the hvt, which might get some use later if proven to speed thigs up, tlb handlers would po another dozen of insns though, but if that's worth its... move on the data seg and map kernel text rdonly (idea form fredette), since all of the page0 mods done before that we are all fine except for some viper fluff, but later w/ that. this also picks up a bit more of ddb magic for bpt and ss. tlb handlers can use a little bit more of attention, but things, visually, seem to be much faster already, -- sorry, no benchmarks for now. * effort sponsored in part by the `henry st. old ale house' * and mr.pete and mr.lee in particular in thier generous entrirety. * the proj took a little more that 72man*h as it was expected, * but within murhy's law estimations. | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-02-16 | need ca_pdc_iodc_read from some devices to got their params | Michael Shalayeff | |
2002-02-11 | extend the hackery to not use kvtop | Michael Shalayeff | |
2002-02-06 | disable debug | Michael Shalayeff | |
2002-02-06 | remove dangling spaces | Michael Shalayeff | |
2002-02-05 | use splraise() when calling handlers; from fredette@ | Michael Shalayeff | |
2002-02-05 | do not comprobe() that hoses it | Michael Shalayeff | |
2002-02-03 | better space map | Michael Shalayeff | |
2002-02-03 | flush cache on attention | Michael Shalayeff | |
2002-01-25 | offset to com regs is just a common iomod offset, accomodate for com console | Michael Shalayeff | |
2001-12-02 | allow to configure devices on particular bus offsets | Michael Shalayeff | |
to be able to attach units to them. main reason is the secondary gsc busses on add-on cards which stick 'emselves in the front. | |||
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski | |
Most work by Wilbern Cobb <vedge@csoft.org> with some fixes from me, mickey@ and drahn@. | |||
2001-10-04 | compile w/o USELEDS; from Paul Weissmann <paul@pdp11.org> | Michael Shalayeff | |
2001-08-01 | Sync with busdma_map api change. | Miod Vallat | |
2001-07-30 | Change: | Artur Grabowski | |
int bus_dmamem_mmap(bus_dma_tag_t, bus_dma_segment_t, int, int, int, int); to: paddr_t bus_dmamem_mmap(bus_dma_tag_t, bus_dma_segment_t, int, int, off_t, int); To allow mmaping offsets larger than INT_MAX. And to simply make more sense. | |||
2001-03-22 | ifdef on a proper debug define | Michael Shalayeff | |
2001-01-31 | based on art's sparc patch: | Jason Wright | |
mmap should return -1 on failure, not EOPNOTSUPP. As it was now, an mmap of /dev/mem always returned page 45. | |||
2001-01-12 | this is even uglier hack, but it also works; theo did not help (; | Michael Shalayeff | |
2000-07-21 | convert to new timeouts | Michael Shalayeff | |
2000-03-13 | and he said 'this must die, Die, DIEcvs -d cvs.openbsd.org:/cvs diff ↵ | Michael Shalayeff | |
com_gsc.ccvs -d cvs.openbsd.org:/cvs diff com_gsc.c' and it died | |||
2000-02-09 | heartbeat -- yeah we have a patch for that | Michael Shalayeff | |
1999-12-17 | screw it really bad | Michael Shalayeff | |
1999-12-17 | break the attaching intentionally until i figure put how to screw the ↵ | Michael Shalayeff | |
dev/ic/com.c enough to do this attachment for hppa port | |||
1999-11-26 | accomodate for mi changes | Michael Shalayeff | |
1999-11-16 | typo in doc ref | Michael Shalayeff | |
1999-08-16 | report unhandled interrupts w/ DEBUG only | Michael Shalayeff | |
1999-08-16 | evcnt count the interrupts, also optimize diagnostic printing | Michael Shalayeff | |
1999-08-14 | update | Michael Shalayeff | |
1999-08-14 | fix debug printfs, ipl name | Michael Shalayeff | |
1999-08-14 | this work, smirk, rock, sock (rhymes by fries@ ;) | Michael Shalayeff | |
1999-07-12 | note wax in the sample layout | Michael Shalayeff | |
1999-07-08 | right | Michael Shalayeff | |
1999-07-07 | typo | Michael Shalayeff | |
1999-04-20 | establish irq handler | Michael Shalayeff | |
1999-04-20 | note a couple of typical io layouts for reference | Michael Shalayeff | |
1999-02-25 | chipset-independant irq establishing/handling code; dummy dma stuff | Michael Shalayeff | |
1999-02-25 | establish irq after MI attach call, some cleanup | Michael Shalayeff | |
1999-01-03 | ie driver, needs MI part, which involves sparc testing and (most likely) ↵ | Michael Shalayeff | |
i386 rewrite hehe (; | |||
1998-11-30 | s/iot/ca->ca_iot/ | Michael Shalayeff | |
1998-11-23 | interrupt now | Michael Shalayeff | |
1998-11-04 | GSC bus attachment | Michael Shalayeff | |
1998-11-04 | call it siop to be consistant w/ the other ports | Michael Shalayeff | |
1998-10-01 | add some scsi | Michael Shalayeff | |
1998-09-30 | they must be here | Michael Shalayeff | |