summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Date: Fri, 3 Sep 93 01:25:44 +1000rgrimes1993-09-052-358/+464
* Increased stack size to 8MB just to be on the real safe side.rgrimes1993-09-011-1/+1
* Changed default irq and iomem address for ed0 so that most 3c503's andrgrimes1993-08-315-10/+10
* Replaced the return (1)'s with return (IO_KBDSIZE) in the probe code sorgrimes1993-08-281-1/+1
* Changed trap.c so that a panic will occur if we do not have hardwarergrimes1993-08-282-8/+5
* Added options MATH_EMULTATE to the kernel config files to pull in thergrimes1993-08-286-31/+45
* Changed MAXSSIZ from MAXDSIZ to 2MBrgrimes1993-08-281-1/+1
* Revised drivers from Julian.rgrimes1993-08-285-15/+15
* Added support for scsi/sg.c as cdev major 18.rgrimes1993-08-281-4/+18
* xxxprobe now returns the correct number of I/O registers used so thatrgrimes1993-08-282-3/+4
* prefixed inline functions' parameter names with _ and declaredalm1993-08-271-16/+16
* Kernel support for ppp 1.3 + fixesrgrimes1993-08-272-2/+4
* Added the following line to all the supplied config files to shut up thergrimes1993-08-265-5/+10
* adding fpgetround(3) IEEE floating point environment supportalm1993-08-251-0/+107
* Fix so that unit number 1 is found again.rgrimes1993-08-241-2/+1
* Corrected off by 2 error in DELAY macro (it was delaying for 2 * value).rgrimes1993-08-241-3/+3
* Some more small nits in the printf's fixed.rgrimes1993-08-224-49/+39
* New kernel config file for checking out the kernel sources. It does pullsrgrimes1993-08-222-0/+236
* Moved if_we.c to be back in alphabetic order..rgrimes1993-08-211-2/+2
* Update to be a clone of GENERICAH, but for syscons driver.rgrimes1993-08-211-24/+5
* Added Id: stringrgrimes1993-08-211-0/+2
* Updated GENERICAH to be more current, new kernel GENERICBT for bt/uhargrimes1993-08-212-24/+93
* Removed patch kit header, added Id:rgrimes1993-08-211-16/+3
* Removal of patch kit header, removal of old scsi as device, added Id:rgrimes1993-08-211-8/+1
* Fixed printf's so that they announce them selfs correctly (ie aha%d: beforergrimes1993-08-215-231/+89
* Added from: line to reference the pccons.c derivation of this code, otherwisergrimes1993-08-201-0/+2
* Enabled call to sddump so that if you have options SCSIDUMP in your kernelrgrimes1993-08-201-3/+2
* Update scsi code to the latest from Julian. This code is now identicalrgrimes1993-08-205-990/+457
* Moved /sys/scsi code files information to independed files file where itrgrimes1993-08-201-6/+0
* patch 1of2 to prevent kill -1 syslogd from hanging the consolealm1993-08-201-1/+24
* added Bustek 545 support (patch from Christoph Robitschko):alm1993-08-191-0/+6
* Fixed poor timeout code in out_fdc. The timeout counter was not beingrgrimes1993-08-121-4/+19
* Removed one more reverence to the old Adaptec 1542b as.c driver, one lessrgrimes1993-08-101-6/+1
* Finish removal of reminents of as.c Adaptec scsi driver.rgrimes1993-08-092-27/+2
* Moved _eintr{names,cnt} so that vmstat -i does not report all the debuggingrgrimes1993-08-091-3/+3
* Removal of support for old scsi as.c driver, removal off old unneededrgrimes1993-08-091-1/+0
* From guido@gvr.win.tue.nl Sat Aug 7 06:58:04 1993rgrimes1993-08-093-6/+48
* Fixed for DQFLQUIET flag from: Terry Lee <terry@uivlsisd.csl.uiuc.edu>rgrimes1993-08-081-33/+37
* Removed the asking for a root file system when booting from floppy as thatrgrimes1993-08-081-8/+1
* Added printf for cases AHB_ASN (async even notification) and AHB_HW_ERR sorgrimes1993-08-082-0/+18
* Fixed **probing for scsi devices** message to have a controller and unitrgrimes1993-08-065-8/+33
* Fix the problem where newvers gets called every time make is run onnate1993-08-041-21/+4
* * Fixed problem where some rev 8013EBT boards want the DCR_LS flagdg1993-08-021-3/+7
* Updated syscons to 0.2b - please test this! It won't be in the ALPHAjkh1993-07-302-470/+1318
* Free'd up major number assigned to codrv.jkh1993-07-301-17/+5
* Removed entries for codrv, nuked sample config file since no longer necessary.jkh1993-07-301-7/+1
* Syncing our sources back with Julian's, and removing PATCHKIT headers.nate1993-07-295-198/+501
* fts(3) integration patchesnate1993-07-281-1/+3
* * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,dg1993-07-2710-137/+408
* * Added include of systm.h to pick up inlined min/max/bcmp if you havedg1993-07-271-9/+25
OpenPOWER on IntegriCloud