summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bump this to 950408-SNAP.jkh1995-04-091-3/+3
* More code optimizations. Use a slightly different approach to decidegibbs1995-04-092-152/+56
* Disable tagged queuing by default. option AHC_TAGENABLE will turn it on.gibbs1995-04-091-1/+3
* Increase the timeout for FTCMD_SEEK commands to complete from 1 second torgrimes1995-04-091-2/+2
* From John Dyson: Disabled multi-sector I/O. It is causing some peopledg1995-04-091-2/+2
* Changes from John Dyson and myself:dg1995-04-0919-514/+459
* Changes from John Dyson and myself:dg1995-04-093-145/+119
* Cosmetic changes.dg1995-04-092-6/+4
* From Matt Thomas: Added support for 100Mb cards (such as the DEC DE-500-XAdg1995-04-093-273/+702
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,dg1995-04-0916-132/+231
* Added a few more entries to the list of prime numbers.dg1995-04-091-4/+4
* Move default address of lnc0 to 0x300. Luigi Rizzo said that his cardphk1995-04-085-10/+10
* Implement a simple hook (or hack?) to allow graphics device consolejoerg1995-04-088-12/+75
* pca: change IO_PPI to IO_TIMER1 due to syscons conflictache1995-04-083-6/+6
* Some long-waiting fixes for the COFF module. They silence compilerjoerg1995-04-081-19/+43
* Update pcvt to 3.20 b24joerg1995-04-0814-158/+148
* Driver for 3c505 boards. Uses the onboard firmware, which is not a goodphk1995-04-082-0/+961
* Added the "eg0" interface driver for the 3Com "3c505" or "etherlink/+"phk1995-04-087-9/+18
* Add port IO_PPI for pca per Bruce suggestionache1995-04-063-6/+6
* Print "on isa" for devices with port==0 per Bruce suggestionache1995-04-062-4/+4
* Output the CPU features line during the probe on a seperate line, forrgrimes1995-04-062-6/+6
* Correct recalibrate/seek code at attach time so that we do not getrgrimes1995-04-064-19/+50
* 0x330 is the default address for SB Midi, not 0x300jkh1995-04-063-6/+6
* Correct the watchdog routine.jkh1995-04-052-2/+52
* Fix a bug in tcp_input reported by Rick Jones <raj@hpisrdq.cup.hp.com>.olah1995-04-052-22/+16
* From Matt Thomas: Finished EISA support.dg1995-04-051-56/+12
* Modify behavior of INCLUDES to never look in /usr/include unless wenate1995-04-053-6/+24
* Print "on motherboard" for isa? devices with id_iobase == 0ache1995-04-042-22/+18
* Fixes to the hardware cursor emulation.sos1995-04-046-168/+240
* Added UIO_NOCOPY.dg1995-04-041-2/+3
* Move unit structure member down to optimize com->state per Bruceache1995-04-043-57/+57
* Check for case of blkno already known to avoid unnecessary VOP_BMAP's.dg1995-04-041-1/+2
* Added prototype for phashinit() function.dg1995-04-041-1/+2
* kern_subr.c:dg1995-04-042-6/+41
* Fixed the formatting breakage I added in the previous commit.dg1995-04-041-4/+8
* Allow serial console BREAK to DDBache1995-04-033-9/+39
* Added -I/usrinclude to the tail end of the INCLUDES line. This hacknate1995-04-033-6/+6
* Fix implicit declaration the right way. (This has not been a goodwpaul1995-04-031-2/+2
* Fix implicit declaration of cngetc().wpaul1995-04-021-2/+3
* Back out changes related to locked bits until more elegantache1995-04-023-255/+21
* Back out changes related to locked bits until more elegant solution will beache1995-04-021-20/+20
* Remove redundant declarations.bde1995-04-021-3/+0
* Attempt to fix the `you can log into console only once' problem (PRjoerg1995-04-022-4/+26
* Fix error:ache1995-04-023-21/+249
* Fix error in TIOCSETC/TIOCSLTC, they need to call TIOCSETA.ache1995-04-021-16/+18
* Return EINVAL instead of setting wrong in/out speedache1995-04-021-9/+9
* Move SET_BYPASS macro to function per Bruce suggestion.ache1995-04-023-60/+87
* Add declaration for struct ether_addr (this is where Sun documentswpaul1995-04-021-1/+8
* Fix slioctl(). It has to return -1 for ioctls that it doesn't know aboutbde1995-04-021-19/+24
* Move setting BYPASS state to macro, use it in several times,ache1995-04-013-48/+54
OpenPOWER on IntegriCloud