summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Keep track of negotiated transfer parameters for each initiator<->targetgibbs1999-03-054-277/+668
* Modify to deal with changes in the storage of user negotiation settings.gibbs1999-03-052-8/+12
* Add untested code to support the aha2930U2W.gibbs1999-03-052-32/+50
* Implement the control device for the "targ" target mode processor targetgibbs1999-03-052-81/+256
* Silence errors.gibbs1999-03-051-4/+11
* Silence complaints about synchronize cache requests that fail with illegalgibbs1999-03-051-5/+33
* xpt_done has no reason to take a volatile ccb *.gibbs1999-03-051-2/+2
* Protect access to the EDT with splcam() to protect against corruptiongibbs1999-03-051-35/+96
* Add constants and macros for dealing with XPT opcode group types.gibbs1999-03-051-1/+9
* Fixed bitrot in the types of fusword() and susword(). swords willbde1999-03-051-3/+3
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpubde1999-03-0510-28/+28
* Moved kernel declarations inside the KERNEL ifdef, and removedbde1999-03-051-7/+7
* Now all actual probing of both ATA & ATAPI devices are done aftersos1999-03-058-332/+301
* Changed the type of quotactl()'s 4th arg from `char *' to `void *'bde1999-03-051-2/+2
* Fix an SMP-only TLB invalidation bug. Specifically, disablealc1999-03-052-2/+10
* exec_aout_imgact should lock the vm_map before calling vm_map_insert.alc1999-03-041-6/+15
* Make loader be able to load 1.2MB fd on machines w/ 1.44MB fdd.kato1999-03-041-4/+7
* Added an entry for 1.44MB fd.kato1999-03-041-2/+2
* Oops, forgot to read boot.config file.kato1999-03-041-1/+2
* Adopt syscons's recent change from key_t to keyent_t (this part ofjoerg1999-03-041-2/+2
* When SCSI IDs are not contiguous, the loader could not find correctkato1999-03-042-9/+14
* boot2 doesn't need to say 'Can't find file boot.config.'kato1999-03-041-5/+2
* Fix character code of backslash. PC98 should use 0xfc instead of 0x5c.kato1999-03-041-2/+2
* Sync with sys/i386/isa/sio.c revision 1.229.kato1999-03-042-6/+14
* Sync with sys/i386/conf/files.i386 revision 1.225.kato1999-03-042-2/+4
* Add the atapi fd driver (LS120 & ZIP drive support)sos1999-03-045-5/+10
* arprequest() allocates an mbuf with m_gethdr() but does not initializewpaul1999-03-041-1/+2
* Added driver to support ATAPI floppies ie LS-120 & ZIP drives.sos1999-03-0312-612/+1159
* The tunable parameter for the scheduler quantum was inverted.julian1999-03-032-31/+25
* Fixed null pointer panic for misconfigured master ports.bde1999-03-031-3/+7
* Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.kato1999-03-036-6/+16
* Slight cleanup of code resurected for union mounts..julian1999-03-032-66/+70
* To avoid a conflict for the vm_map's lock with vm_fault, releasealc1999-03-021-4/+33
* Change SAVECONFIG ioctl: it now writes an int parameter.grog1999-03-021-1/+1
* Make comment match code.julian1999-03-021-3/+2
* Better logging when the Geometry register probe fails.imp1999-03-021-3/+3
* Remove inapropriate use of VOP_ISLOCKED()julian1999-03-021-2/+2
* Add new kernel option:semenu1999-03-022-1/+7
* Correct casts in vtophys and avtophys to be vm_offset_t.dg1999-03-022-6/+6
* Don't treat empty lines as end-of-file in include(). (I can'tdcs1999-03-021-2/+2
* Merge with sys/i386/conf/files.i386 revision 1.224.kato1999-03-022-2/+12
* Sync with sys/i386/conf/Makefile.i386 revision 1.140.kato1999-03-022-4/+4
* Fix for LINE30 option. This option was not tested under new consolekato1999-03-022-4/+4
* Correct some diagramsgrog1999-03-021-8/+10
* sizespec: allow negative values (which signal error conditions).grog1999-03-021-23/+36
* Change the name of drive state "uninit" to "referenced": it onlygrog1999-03-021-2/+2
* Change printf() calls to log() calls.grog1999-03-021-51/+99
* Change printf() calls to log() calls.grog1999-03-023-16/+24
* Add keywords "size", synonym for "length", and "max".grog1999-03-021-3/+8
* Change printf() calls to log() calls.grog1999-03-021-3/+4
OpenPOWER on IntegriCloud