summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Introduce NCB_SCRIPT_PHYS and CCB_PHYS macros to find physical addressesse1995-09-111-89/+70
* Generate prototypes for VOP functions. I decided to keep the old-stylebde1995-09-113-3/+78
* Fix benign type mismatch in a call to VOP_BMAP().bde1995-09-111-2/+2
* Put back p_script component into NCR control block.se1995-09-111-3/+11
* Restore two checks for TS_ISOPEN.. I managed to panic my machinepeter1995-09-112-6/+10
* Make sure that the prezero flag is cleared when needed.dyson1995-09-111-1/+2
* Fix an error that can cause attempted reading beyond the end of file.dyson1995-09-111-3/+11
* Code cleanup and minor performance improvement in the faultin clusterdyson1995-09-111-33/+29
* Make pcvt and syscons live in the same kernel. If both are enabled, thenbde1995-09-1022-190/+483
* cons.c:bde1995-09-106-58/+110
* Call output process in slstart() whether or not there is any output. Asbde1995-09-101-9/+10
* Fix wakeups for TIOCDRAINWAIT. The conditional wakeups introduced in revbde1995-09-101-2/+3
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-0941-174/+177
* More hacking on devfs..julian1995-09-093-179/+469
* Patch to the atapi driver, by Serge V.Vakulenko, minor changessos1995-09-092-29/+41
* Obtained from:4.4lite2julian1995-09-091-10/+14
* Actually, 97 out of 304 devsw functions had benignly mismatched types.bde1995-09-085-27/+26
* Perl script to convert NCR script address into label+offset.se1995-09-081-0/+31
* Don't use vtophys() for constant addresses, cache the translations inse1995-09-081-22/+65
* d_stop functions always returned void. Fix the declaration of d_stop_tbde1995-09-082-4/+4
* Added devfs nodes for other devices.. (didn't read the docs correctly)julian1995-09-081-1/+10
* 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
OpenPOWER on IntegriCloud