summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Enhance reassignbuf(). When a buffer cannot be time-optimally inserteddillon2000-01-0511-43/+201
* Add device driver support for USB ethernet adapters based on thewpaul2000-01-0523-10/+2062
* argh, forgot the bus_dma_tag_creates.cg2000-01-055-4/+8
* set up the pci regs properly for busmastering. this makes the card work oncg2000-01-051-0/+3
* Remove the unused 'func' arguments to the deregistration functions.msmith2000-01-051-4/+4
* allocate isa bounce buffers of the right size for ess/mss cards, fixescg2000-01-054-8/+14
* Fix at least one source of the continued 'NFS append race'. close()dillon2000-01-052-6/+42
* Remove non-functional 'all:' target.grog2000-01-041-19/+10
* Update some of the network driver documentation in the LINT file, whichdillon2000-01-043-12/+27
* ISA device drivers use the ISA source interrupt number in locations wheretegge2000-01-0415-87/+589
* Fix race condition caused by missing splnet()'s.archie2000-01-041-0/+4
* Be more careful about NOUDEV and NODEV.phk2000-01-041-0/+8
* Create a separate pps_offset variable to use for applying thephk2000-01-041-1/+8
* Per BDE- make this more like the i386 code in that, as per the comment,mjacob2000-01-041-2/+5
* add wx0 drivermjacob2000-01-047-0/+16
* Add first pass of the Intel Gigabit Ethernet (wiseman) driver. Thismjacob2000-01-043-0/+2551
* add wx (Intel Wiseman Gig Ethernet) drivermjacob2000-01-041-0/+1
* oop, use PRINTF not printf in MI codemjacob2000-01-041-1/+1
* - Fixed warnings.nyan2000-01-0412-183/+136
* 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
OpenPOWER on IntegriCloud