summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* added ID strings so we know what version we have...julian1995-09-082-0/+7
* Slight optimization for the standard case of rotdelay=0.dg1995-09-081-11/+11
* Declare `geomtab' as static. It was bogusly shared between the asc andbde1995-09-082-2/+2
* 3 out of 5 new devsw functions had benign type mismatches.bde1995-09-081-5/+5
* Applied patches that make the driver compile on NetBSD again.se1995-09-081-30/+83
* Fix my copyright.dg1995-09-082-4/+4
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-0834-188/+260
* added the dev_link external registrationjulian1995-09-082-8/+48
* DAng! forgot this as welljulian1995-09-081-2/+21
* Submitted by: Luigi Rizzojulian1995-09-081-0/+52
* Submitted by: Luigi Rizzo (luigi@iet.unipi.it)julian1995-09-085-5/+16
* 1) Really print 'real' memory - use Maxmem, not physmem.dg1995-09-082-28/+8
* Submitted by: Luigi Rizzo (luigi@iet.unipi.it)julian1995-09-084-4/+966
* Render devices inactive properly.jkh1995-09-071-3/+4
* Minor cleanup and (very) small micro optimization to Xsyscall (and thedg1995-09-073-45/+39
* Killed unnecessary \r.dg1995-09-071-1/+1
* Add support for 16 targets on WIDE SCSI bus.se1995-09-071-106/+103
* Remove support for PCI bridge classes, since thisse1995-09-071-23/+2
* Make mapping messages depend on bootverbose flag.se1995-09-072-134/+364
* Add description of Intel 82425EX PCI system controller chip (Aries ?).se1995-09-071-1/+77
* Make files get the NWDC definition from "wdc.h" instead of "wd.h".swallace1995-09-073-4/+9
* Change atapi.c to depend on the ATAPI option.swallace1995-09-072-4/+6
* brought the README in to line with present code (still a bit cryptic)julian1995-09-071-24/+15
* more cleanups.. lots of code shuffled around toojulian1995-09-074-240/+239
* Correct a case in the ffs_getpages where a page is not found indyson1995-09-071-1/+3
* Suggested by: :) bde of coursejulian1995-09-064-127/+155
* Put back the "real memory =" printf() that vanished when the code towpaul1995-09-062-2/+4
* Removed unused local variable from shutdown_nice()nate1995-09-061-3/+1
* more devfs cleanups..julian1995-09-065-22/+29
* replaced 2 devfs files with one that replaces themjulian1995-09-061-2/+1
* this file replaces two others.. I haven't removed them yet, butjulian1995-09-061-0/+897
* Fixed a sign reversal problem -- might have cause some Sig-11s thatdyson1995-09-061-3/+3
* Added indirect pointer for ffs_getpages, and added external declaration.dyson1995-09-062-2/+4
* Added new ffs_getpages routine. It isn't optimized yet, but FFSdyson1995-09-061-1/+191
* Minor performance improvements, additional prototype for additionaldyson1995-09-063-7/+11
* Correct the location of a "return". This can/will cause system crashes.dyson1995-09-061-2/+2
* New version of userconfig from Michael Smith. Give this one a try,jkh1995-09-061-520/+1918
* Detect external SRAM.gibbs1995-09-051-4/+35
* Clean up a few nits in the aic7xxx driver:gibbs1995-09-054-95/+199
* ahcprobe now takes a flags argument. For EISA/VL adapters set it togibbs1995-09-052-4/+4
* The NCR script has grown beyond one page (4KB). Since malloc() returnsse1995-09-051-74/+101
* Yet Another Sound Patch (YASP :-). This should fix the problems withjkh1995-09-053-12/+0
* The `cmd' and `addr' args to psmioctl() were in the wrong order. Thisbde1995-09-051-1/+1
* Submitted by: John Lind (john@starfire.mn.org)julian1995-09-051-1/+21
* Fixed VOP_BMAP. A new argument was added, and I missed this one.dyson1995-09-041-1/+1
* Allow the fault code to use additional clustering info from bothdyson1995-09-043-50/+114
* Update the version in the snake saver...peter1995-09-042-4/+4
* Finish bringing this driver up to rev 2.2 - now compiles without warnings.jkh1995-09-042-12/+38
* Correct prototype for ufs_bmaparray()dyson1995-09-041-2/+2
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-0433-66/+210
OpenPOWER on IntegriCloud