summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Be more careful about NOUDEV and NODEV.Poul-Henning Kamp2000-01-041-0/+8
* Create a separate pps_offset variable to use for applying thePoul-Henning Kamp2000-01-041-1/+8
* Per BDE- make this more like the i386 code in that, as per the comment,Matt Jacob2000-01-041-2/+5
* add wx0 driverMatt Jacob2000-01-047-0/+16
* Add first pass of the Intel Gigabit Ethernet (wiseman) driver. ThisMatt Jacob2000-01-043-0/+2551
* add wx (Intel Wiseman Gig Ethernet) driverMatt Jacob2000-01-041-0/+1
* oop, use PRINTF not printf in MI codeMatt Jacob2000-01-041-1/+1
* - Fixed warnings.Yoshihiro Takahashi2000-01-0412-183/+136
* Clean up some debug printing. Find the correct lun when SCCLUN isMatt Jacob2000-01-041-25/+43
* Make Fibre Channel cards correctly note the presence/absenceMatt Jacob2000-01-041-3/+11
* set default target mode debug to 0Matt Jacob2000-01-041-1/+1
* add clarifying tag define for FCMatt Jacob2000-01-041-0/+1
* Add in an isp_tdebug environment variable. Clean up some debuggingMatt Jacob2000-01-042-20/+130
* fix leap year calculationMatt Jacob2000-01-041-1/+2
* Ho, ho, ho... this clock chip is not y2k compliant. MotorolaMatt Jacob2000-01-041-1/+14
* Add in ISP_TARGET_MODE description.Matt Jacob2000-01-043-0/+9
* Add in isp_target.c to be compiled for isp- it'd be nice if we couldMatt Jacob2000-01-041-0/+1
* These are platform independent functions for target mode support.Matt Jacob2000-01-041-0/+1227
* These are platform independent definitions for target mode support-Matt Jacob2000-01-031-0/+619
* Make a static chain of isp softcs- gdb usage becomes a lot easier.Matt Jacob2000-01-031-17/+1079
* Raise default FCP logintime to 60 seconds. Move the positionMatt Jacob2000-01-031-21/+53
* Support target mode operations. This involves having some variantMatt Jacob2000-01-032-90/+700
* Role platform minor revision. Add in some target mode onlyMatt Jacob2000-01-031-1/+35
* add isp_print_qentry inline functionMatt Jacob2000-01-031-0/+23
* Roll minor revision number and add a more finalized listMatt Jacob2000-01-031-8/+7
* Add missing target mode flag and fix the RQSTYPE_CTIO0Matt Jacob2000-01-031-1/+2
* Add options for COMPAT_SVR4 and DEBUG_SVR4 for completeness.Mark Newton2000-01-033-0/+6
* Need to #include vm_zone.h to pick up inline definition of zfree() so thatMark Newton2000-01-032-0/+2
* Fix link problem on ISA only systems..Søren Schmidt2000-01-031-4/+2
* Use MAP_NOSYNC for vnodes without any links in their filesystem.Guido van Rooij2000-01-031-0/+7
* Fix typos per PR 15649. Also did some rewording for clarity.Archie Cobbs2000-01-032-34/+38
* prevent kernel panic at suspend/resume.Yoshinobu Inoue2000-01-031-1/+1
* Make offsetof equivalent with <stddef.h>. This paves the way forMarcel Moolenaar2000-01-034-14/+17
* Merge from the following changes.Yoshihiro Takahashi2000-01-033-48/+121
* It appears that under certain circumstances that I still can't quite pinBill Paul2000-01-033-5/+138
* Fixed to get the BIOS geometry.Yoshihiro Takahashi2000-01-031-4/+5
* truss /usr/bin/suPoul-Henning Kamp2000-01-031-2/+2
* Remove -g compiler flag.Marcel Moolenaar2000-01-031-1/+0
* o Add build-tools target for maketabs although it doesn't seem toMarcel Moolenaar2000-01-031-3/+5
* Add support for VIA 82C596 controllerSøren Schmidt2000-01-0313-141/+225
* Update NeoMagic entries.Bill Fumerola2000-01-031-1/+9
* untangle some includes and clean up for compilation cleanliness.Matt Jacob2000-01-032-6/+2
* Widen width of tag && initiator ids to u_intMatt Jacob2000-01-031-2/+2
* Update FreeBSD(98) copyright.Yoshihiro Takahashi2000-01-031-1/+1
* - Add commented out USB driver entries.Yoshihiro Takahashi2000-01-032-16/+42
* Connect interrupts and start processing them. We panic on card removalWarner Losh2000-01-034-88/+197
* Synced with sys/i386/i386/userconfig.c rev 1.165.KATO Takenori2000-01-031-0/+1
* Synced with sys/i386/conf/GENERIC rev 1.220.KATO Takenori2000-01-032-0/+2
* Synced with sys/i386/conf/Makefile.i386 rev 1.170.KATO Takenori2000-01-032-8/+4
* Do not start/stop DMA transfer if it is already started/stopped.Seigo Tanimura2000-01-031-22/+41