summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sdattach: print out cyl/hd/sec info in the same format as wd driver doesache1995-04-101-4/+5
* There have been a few occasions where some actions could dereferencejoerg1995-04-102-16/+28
* Further satisfy my paranoia by making sure that the ACKNOW is onlydg1995-04-102-20/+10
* Fixed bug I introduced with my Nagel hack which caused tcp_input anddg1995-04-102-6/+6
* Added splnet protections for PCB list manipulations and traversals.dg1995-04-101-2/+24
* Changes to make FreeBSD use a CDROM as rootdev, for installation purposes.phk1995-04-103-5/+94
* Call ptsstop in ptsclose instead of ptcwakeupache1995-04-101-2/+2
* Backed out Jordan's #include of queue.hdg1995-04-101-3/+1
* ptcwakeup() was called from wrong placesache1995-04-091-4/+5
* #include <sys/queue.h> or die horribly.jkh1995-04-091-1/+3
* Part of Frank Durda IV's new matcd driver CD audio support.jkh1995-04-091-5/+98
* This is the new submission of the matcd driver. In addition to thejkh1995-04-099-18/+3742
* 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
OpenPOWER on IntegriCloud