Age | Commit message (Expand) | Author |
1996-08-12 | repair XDC_HWAIT macro to handle the fact that waithead is now | chuck |
1996-08-12 | one last fix | Theo de Raadt |
1996-08-12 | mmu_3l changes | Theo de Raadt |
1996-08-12 | Missed a couple things and blew something away by accident. | Jason Downs |
1996-08-12 | Revert part of that last change; mapdev()/mapiodev() should be done all at | Jason Downs |
1996-08-12 | MMU_3L always on for sun4, what the heck | Theo de Raadt |
1996-08-12 | Merge revs 1.2 through 1.3: counter, mapiodev. | Jason Downs |
1996-08-12 | merge 1.2 mmu_pagein decl; 1.3-5 4/300 writethrough vac bug | Theo de Raadt |
1996-08-12 | from 1.2-4, vac is writethrough | Theo de Raadt |
1996-08-12 | Merge the rest of our changes; mostly just softc changes in order to support | Jason Downs |
1996-08-11 | Merge back rev 1.5: always set mouse to B1200. | Jason Downs |
1996-08-11 | A couple slight changes, revs 1.1 through 1.3. | Jason Downs |
1996-08-11 | Merge back revs 1.2 and 1.3. | Jason Downs |
1996-08-11 | Merge back revision 1.2. | Jason Downs |
1996-08-11 | Merge back revisions 1.2 through 1.4. | Jason Downs |
1996-08-11 | netbsd -> openbsd, NetBSD -> OpenBSD, kernel name | Jason Downs |
1996-08-11 | elf/a.out symbols | Theo de Raadt |
1996-08-11 | __randseed | Theo de Raadt |
1996-08-11 | netbsd port, now we merge our changes back in | Theo de Raadt |
1996-08-10 | srandom() seeds random() at boottime | Theo de Raadt |
1996-07-15 | add rnd driver | Michael Shalayeff |
1996-06-21 | use correct copyright | chuck |
1996-06-21 | add in "en" ATM device | chuck |
1996-06-21 | sbus glue for "en" ATM device (only works on sun4c due to lack of support | chuck |
1996-05-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt |
1996-05-15 | add all the possible SCSI device types to the GENERIC configs. | Michael Shalayeff |
1996-05-05 | add general ether_ioctl call in net/if_ethersubr.c, | Michael Shalayeff |
1996-05-04 | remove #ifndef LKM, since that stuff already in sys/conf.h, | Michael Shalayeff |
1996-03-24 | Prefix usage of "long long" with a "/* LONGLONG */" comment to shut up | Thorsten Lockert |
1996-03-24 | Use __asm in place of asm | Thorsten Lockert |
1996-03-24 | Provide empty __warn_references() when we are not running GCC | Thorsten Lockert |
1996-03-04 | Fix two bugs reported by Don Koch <aardvark@poirot.krl.com>(NetBSD PR#216{8,9}) | chuck |
1996-02-21 | move cdev_gen_ipf() macro to the <sys/conf.h>, so the lkm | Michael Shalayeff |
1996-02-21 | minor clean up: revise locations of disk_busy/disk_unbusy calls to match xd.c | chuck |
1996-02-08 | - moved disk_busy() call from xdstrategy() to xdc_startbuf() | chuck |
1996-02-03 | whoops, EEPROM_SIZE is not used anymore | Theo de Raadt |
1996-01-31 | put zs chip register layout here. | Theo de Raadt |
1996-01-31 | do not worry about mapdev retval | Theo de Raadt |
1996-01-15 | sync with netbsd | Theo de Raadt |
1996-01-14 | The sun mmu is very broken, and we all can thank crashme for | davem |
1996-01-13 | - call mapiodev() with sizeof(struct xdc/xyc) rather than ra_len (which is | chuck |
1996-01-13 | have mapdev() panic if size == 0 to be safe (catches config errors) | chuck |
1996-01-12 | we no longer need to add in the offset to the mapped VA to get the correct | chuck |
1996-01-12 | dmamatch never added in the offset for the dma registers to the VA, | chuck |
1996-01-12 | improved handling of mapping of devices who's registers do not reside on | chuck |
1996-01-12 | change mapdev() so that it includes the offset from the start of the | chuck |
1996-01-12 | from netbsd; | Theo de Raadt |
1996-01-09 | from netbsd; Fix setcontext call and sendsig | Theo de Raadt |
1996-01-07 | When servicing a memory error on the sun4/sun4c make | davem |
1996-01-07 | created devices for the IP filter log on all architectures | dm |