summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Clean up some debug printing. Find the correct lun when SCCLUN ismjacob2000-01-041-25/+43
* Make Fibre Channel cards correctly note the presence/absencemjacob2000-01-041-3/+11
* set default target mode debug to 0mjacob2000-01-041-1/+1
* add clarifying tag define for FCmjacob2000-01-041-0/+1
* Add in an isp_tdebug environment variable. Clean up some debuggingmjacob2000-01-042-20/+130
* fix leap year calculationmjacob2000-01-041-1/+2
* Ho, ho, ho... this clock chip is not y2k compliant. Motorolamjacob2000-01-041-1/+14
* Add in ISP_TARGET_MODE description.mjacob2000-01-043-0/+9
* Add in isp_target.c to be compiled for isp- it'd be nice if we couldmjacob2000-01-041-0/+1
* These are platform independent functions for target mode support.mjacob2000-01-041-0/+1227
* These are platform independent definitions for target mode support-mjacob2000-01-031-0/+619
* Make a static chain of isp softcs- gdb usage becomes a lot easier.mjacob2000-01-031-17/+1079
* Raise default FCP logintime to 60 seconds. Move the positionmjacob2000-01-031-21/+53
* Support target mode operations. This involves having some variantmjacob2000-01-032-90/+700
* Role platform minor revision. Add in some target mode onlymjacob2000-01-031-1/+35
* add isp_print_qentry inline functionmjacob2000-01-031-0/+23
* Roll minor revision number and add a more finalized listmjacob2000-01-031-8/+7
* Add missing target mode flag and fix the RQSTYPE_CTIO0mjacob2000-01-031-1/+2
* Add options for COMPAT_SVR4 and DEBUG_SVR4 for completeness.newton2000-01-033-0/+6
* Need to #include vm_zone.h to pick up inline definition of zfree() so thatnewton2000-01-032-0/+2
* Fix link problem on ISA only systems..sos2000-01-031-4/+2
* Use MAP_NOSYNC for vnodes without any links in their filesystem.guido2000-01-031-0/+7
* Fix typos per PR 15649. Also did some rewording for clarity.archie2000-01-032-34/+38
* prevent kernel panic at suspend/resume.shin2000-01-031-1/+1
* Make offsetof equivalent with <stddef.h>. This paves the way formarcel2000-01-034-14/+17
* Merge from the following changes.nyan2000-01-033-48/+121
* It appears that under certain circumstances that I still can't quite pinwpaul2000-01-033-5/+138
* Fixed to get the BIOS geometry.nyan2000-01-031-4/+5
* truss /usr/bin/suphk2000-01-031-2/+2
* Remove -g compiler flag.marcel2000-01-031-1/+0
* o Add build-tools target for maketabs although it doesn't seem tomarcel2000-01-031-3/+5
* Add support for VIA 82C596 controllersos2000-01-0313-141/+225
* Update NeoMagic entries.billf2000-01-031-1/+9
* untangle some includes and clean up for compilation cleanliness.mjacob2000-01-032-6/+2
* Widen width of tag && initiator ids to u_intmjacob2000-01-031-2/+2
* Update FreeBSD(98) copyright.nyan2000-01-031-1/+1
* - Add commented out USB driver entries.nyan2000-01-032-16/+42
* Connect interrupts and start processing them. We panic on card removalimp2000-01-034-88/+197
* Synced with sys/i386/i386/userconfig.c rev 1.165.kato2000-01-031-0/+1
* Synced with sys/i386/conf/GENERIC rev 1.220.kato2000-01-032-0/+2
* Synced with sys/i386/conf/Makefile.i386 rev 1.170.kato2000-01-032-8/+4
* Do not start/stop DMA transfer if it is already started/stopped.tanimura2000-01-031-22/+41
* - Handle an interrupt for csa primarily in the bridge driver,tanimura2000-01-034-56/+195
* Don't allow mounting (or mounting R/W) of filesystems with unsupportedbde2000-01-024-38/+68
* Move the "sti" instruction to right before the "hlt" to close a tinyphk2000-01-023-6/+3
* Return ENXIO if there is no device.phk2000-01-022-2/+10
* Fix the mess with signed/unsigned longs and ints (inspired by bde).bp2000-01-022-36/+52
* revert buffer size to 64kcg2000-01-011-1/+2
* Update to y2k.imp2000-01-011-2/+2
* Merged changes in ext2_fs.h between Linux 1.2.2 and Linux 2.3.35. Thebde2000-01-014-100/+344
OpenPOWER on IntegriCloud