aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Removed patch kit header, added $Id$Rodney W. Grimes1993-09-061-24/+3
* Enabled options NS since it can now be compiled!Rodney W. Grimes1993-09-063-6/+6
* Fixed usage of arpcom and #define blahblah arpcom.blahblah, fixed ioctlRodney W. Grimes1993-09-061-3/+6
* Removed patch kit header, added $Id$Rodney W. Grimes1993-09-064-67/+68
* Add the following line to all generic configs as a comment so people wouldRodney W. Grimes1993-09-063-3/+6
* Added ns_cksum.c from NetBSDRodney W. Grimes1993-09-061-0/+206
* From: barclay_a_c <barclay_a_c@bt-web.bt.co.uk>Rodney W. Grimes1993-09-051-7/+2
* Fixed printf if you are using SCSI_DELAY to allow the scsi bus toRodney W. Grimes1993-09-051-2/+3
* SCSI code update from JulianRodney W. Grimes1993-09-052-280/+180
* Date: Fri, 3 Sep 93 01:25:44 +1000Rodney W. Grimes1993-09-052-358/+464
* Increased stack size to 8MB just to be on the real safe side.Rodney W. Grimes1993-09-012-2/+2
* Changed default irq and iomem address for ed0 so that most 3c503's andRodney W. Grimes1993-08-316-12/+12
* Replaced the return (1)'s with return (IO_KBDSIZE) in the probe code soRodney W. Grimes1993-08-283-3/+3
* Changed trap.c so that a panic will occur if we do not have hardwareRodney W. Grimes1993-08-284-10/+15
* Added options MATH_EMULTATE to the kernel config files to pull in theRodney W. Grimes1993-08-288-34/+49
* Changed MAXSSIZ from MAXDSIZ to 2MBRodney W. Grimes1993-08-282-2/+2
* Revised headers from Julian. Support for generic scsi.Rodney W. Grimes1993-08-282-45/+15
* Revised drivers from Julian. Support for generic scsi. Fixed scsi tape (st.c)Rodney W. Grimes1993-08-288-1276/+1668
* Revised drivers from Julian.Rodney W. Grimes1993-08-285-15/+15
* Added support for scsi/sg.c as cdev major 18.Rodney W. Grimes1993-08-281-4/+18
* xxxprobe now returns the correct number of I/O registers used so thatRodney W. Grimes1993-08-284-7/+8
* prefixed inline functions' parameter names with _ and declaredAndrew Moore1993-08-272-32/+32
* Kernel support for ppp 1.3 + fixesRodney W. Grimes1993-08-273-3/+6
* Added the following line to all the supplied config files to shut up theRodney W. Grimes1993-08-266-6/+12
* adding fpgetround(3) IEEE floating point environment supportAndrew Moore1993-08-252-0/+214
* Fix so that unit number 1 is found again.Rodney W. Grimes1993-08-241-2/+1
* Corrected off by 2 error in DELAY macro (it was delaying for 2 * value).Rodney W. Grimes1993-08-242-6/+6
* Some more small nits in the printf's fixed.Rodney W. Grimes1993-08-224-49/+39
* New kernel config file for checking out the kernel sources. It does pullsRodney W. Grimes1993-08-223-0/+354
* Moved if_we.c to be back in alphabetic order..Rodney W. Grimes1993-08-212-4/+4
* Update to be a clone of GENERICAH, but for syscons driver.Rodney W. Grimes1993-08-211-24/+5
* Added Id: stringRodney W. Grimes1993-08-213-0/+6
* Updated GENERICAH to be more current, new kernel GENERICBT for bt/uhaRodney W. Grimes1993-08-212-24/+93
* Removed patch kit header, added Id:Rodney W. Grimes1993-08-212-32/+6
* Removal of patch kit header, removal of old scsi as device, added Id:Rodney W. Grimes1993-08-211-8/+1
* Fixed printf's so that they announce them selfs correctly (ie aha%d: beforeRodney W. Grimes1993-08-2117-655/+441
* Added from: line to reference the pccons.c derivation of this code, otherwiseRodney W. Grimes1993-08-203-0/+6
* Enabled call to sddump so that if you have options SCSIDUMP in your kernelRodney W. Grimes1993-08-201-3/+2
* Update scsi code to the latest from Julian. This code is now identicalRodney W. Grimes1993-08-2011-728/+542
* Update scsi code to the latest from Julian. This code is now identicalRodney W. Grimes1993-08-205-990/+457
* Update scsi code to the latest from Julian. This code is now identicalRodney W. Grimes1993-08-201-0/+7
* Moved /sys/scsi code files information to independed files file where itRodney W. Grimes1993-08-202-12/+0
* patch 1of2 to prevent kill -1 syslogd from hanging the consoleAndrew Moore1993-08-202-2/+48
* added Bustek 545 support (patch from Christoph Robitschko):Andrew Moore1993-08-191-0/+6
* Fixed poor timeout code in out_fdc. The timeout counter was not beingRodney W. Grimes1993-08-123-12/+57
* Removed one more reverence to the old Adaptec 1542b as.c driver, one lessRodney W. Grimes1993-08-102-12/+2
* Finish removal of reminents of as.c Adaptec scsi driver.Rodney W. Grimes1993-08-094-29/+4
* Moved _eintr{names,cnt} so that vmstat -i does not report all the debuggingRodney W. Grimes1993-08-093-9/+9
* Removal of support for old scsi as.c driver, removal off old unneededRodney W. Grimes1993-08-092-2/+0
* From guido@gvr.win.tue.nl Sat Aug 7 06:58:04 1993Rodney W. Grimes1993-08-095-7/+91