summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r18781,gibbs1996-10-077-0/+3664
|\
| * Advanced Systems Inc. SCSI Controller driver and ISA/VL front end.gibbs1996-10-077-0/+3664
* Advanced Systems Inc. SCSI Controller driver and ISA/VL front end.gibbs1996-10-071-0/+236
* Bring in bug fix from 'SCSI' branch.gibbs1996-10-062-5/+5
* Make the default cache size optim to be 256K, the old default wasdyson1996-10-061-9/+10
* delete unused variable BINDIR, use new variable MODLOAD/MODUNLOADwosch1996-10-067-18/+11
* add variables MODLOAD and MODUNLOAD for modlad/modunload commandswosch1996-10-061-4/+11
* Substitution of a long divide by a shift. Other cosmetic improvements.dyson1996-10-062-26/+44
* If, during an SDTR negotiation, the target comes back with a responsegibbs1996-10-061-10/+24
* Improved the btodb() and dbtob() macros. I made them give unsignedbde1996-10-061-8/+9
* Cleaned up vm types. Cosmetic.bde1996-10-061-7/+7
* Fix a problem with the page coloring code that the system will not alwaysdyson1996-10-061-3/+7
* Bring aic7xxx driver bug fixes from 'SCSI' into current.gibbs1996-10-066-1078/+1058
* Fixed build of LINT yet again. getchar() clashed with getchar() in pcvt.bde1996-10-061-6/+7
* Moved a #if for VISUAL_USERCONFIG case...the last commit didn't completelydg1996-10-061-3/+4
* Conditionalize introfunc on USERCONFIG_BOOT && VISUAL_USERCONFIGjkh1996-10-061-2/+8
* Fix 4 problems:dyson1996-10-062-14/+29
* Bring this over from the SCSI branch. I need it to bring in the fixes togibbs1996-10-061-0/+37
* Document USERCONFIG_BOOT, even though it doesn't belong where it is. ;-)jkh1996-10-053-3/+6
* Multiple changes stacked as one commit since they all depend on one another.jkh1996-10-059-13/+114
* If we have no console device it is possible to bejulian1996-10-041-2/+2
* Oops, missed a chunk in that last commit.dg1996-10-043-9/+9
* Implemented a more sophisticated mechanism for finding the chip iobasedg1996-10-045-187/+217
* Added multicast support (BPF cookie bug was already fixed).dg1996-10-032-4/+43
* Make return or newline synonymous with down-arrow in the value editor.jkh1996-10-031-3/+5
* Drop an unused param to unmap_pages().peter1996-10-031-7/+7
* Fix stupid typo.jkh1996-10-031-3/+3
* Add fxp and vx to list of known device types.jkh1996-10-031-2/+4
* scresume erroneously used before declared. Move the functionjkh1996-10-033-30/+30
* Fixed the userconfig problem (and one with ddb as well).sos1996-10-023-462/+474
* New support for displaying PCI devices without making you insane.jkh1996-10-021-46/+74
* MSDOS FS used to allocate a buffer before extending the VM object. Indyson1996-10-022-14/+18
* add SC_SPLASH_SCREEN to opt_syscons.h (sigh)pst1996-10-022-2/+4
* Fixed the "missing updates" reported by ache.sos1996-10-013-87/+111
* #ifdef another instance of toggle_splash_screen() which Soren missed.jkh1996-10-013-3/+15
* Document the Adaptec driver options for tagged command queueing and SCBpst1996-10-016-6/+40
* Add support for storing a -R path in ld in the section dispatch table,peter1996-10-012-4/+10
* Add the linker set stab types: N_SETA N_SETT N_SETD N_SETB N_SETVpeter1996-10-011-1/+8
* Dont make splash screen the default :)sos1996-09-303-6/+3
* Fix a couble of nasties regarding mouse pointer and differentsos1996-09-308-311/+546
* if we jump the time, we need to check all the process real interval timers.julian1996-09-301-2/+5
* Work around UMC8669F and Startech UART bugs by not writing to thebde1996-09-303-33/+108
* Whaddya know, visual userconfig sort of supports pci, but the supportbde1996-09-301-5/+6
* Added "memory" to clobber list in invlpg(). It needs it if invltlb()bde1996-09-292-40/+42
* Started unspamming <sys/systm.h>. Don't include <machine/stdarg.h>bde1996-09-292-5/+7
* Backed out one of my "performance optimizations" as it results in sometimesdg1996-09-292-18/+26
* Essentially rename pmap_update to be invltlb. It is a very machinedyson1996-09-2810-106/+104
* Fixed undeclared variables for the !(PQ_L2_SIZE > 1) case.bde1996-09-281-4/+3
* Fixed bitrot in the read-only attribute:bde1996-09-281-5/+4
* Oops, read-only is spelled RD here.bde1996-09-281-21/+21
OpenPOWER on IntegriCloud