summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* More intelligent BackTab fix using BTAB special key (unused before)ache1994-11-196-27/+33
* Fix all keymaps to bring BackTab to life.ache1994-11-193-18/+18
* I just learned that isa.h is included in assembler files too...phk1994-11-192-6/+4
* addphk1994-11-192-2/+6
* Register with devconfg so we show up in lsdev.gibbs1994-11-183-3/+75
* Put ie0 above ep0. Otherwise, the ie0 probe clobbers it.jkh1994-11-182-4/+4
* IO_EISASIZE should be 1 slot, not 2.gibbs1994-11-182-4/+4
* From: wpaul@ctr.columbia.edu (Bill Paul)jkh1994-11-181-4/+6
* Boy, was THIS buggered up! Calm the compiler by fixing the obviousjkh1994-11-181-8/+5
* Improve the case for ST506 disks a bit: Pick up Bios-geometry.phk1994-11-181-6/+32
* Change the message a little bit...phk1994-11-181-2/+3
* Extended the SEEKWAIT and RECALWAIT somewhat to avoid annoying messages.phk1994-11-183-9/+9
* Change the include for the sequencer program to point back to thegibbs1994-11-183-6/+12
* Previous changes to the sequencer compiler backed out. We go back togibbs1994-11-187-10/+706
* Never but never have a bad hair day and go to the movies.gibbs1994-11-182-4/+2
* Whoops - this one's my fault. Put back my changes for seqprog[].jkh1994-11-183-12/+6
* Get IO_EISASIZE properly defined now.jkh1994-11-182-2/+4
* aha2742.c was bogus - use aic7770.c instead.jkh1994-11-182-4/+4
* Make the compiler spit out a .c file instead of a .h file.jkh1994-11-185-0/+10
* Make this a precompiled script - don't bother autogenerating it.jkh1994-11-181-0/+355
* Make the sequencer code a .c file instead of a .h file.jkh1994-11-181-4/+2
* Totally gut this thing and just use a precompiled gnu/misc/aha274x_seq.cjkh1994-11-182-22/+6
* Define IO_EISASIZE to something I think it *might* be!jkh1994-11-181-1/+9
* Adjust the name of the included file to match reality.jkh1994-11-181-2/+2
* one ) less.phk1994-11-181-2/+2
* Another file Justin missed. Hope this is the right one! :-(jkh1994-11-181-0/+1064
* Grap the bootinfo structure the bootblock passes us.phk1994-11-185-8/+43
* Declare the bootinfo structure in the kernel.phk1994-11-181-1/+4
* Add space for the bios-geometry in the bootinfo struct.phk1994-11-181-1/+4
* Ask the BIOS about the geometry, and tell the kernel about it.phk1994-11-182-7/+20
* I think Justin sort of forgot to commit this! :-)jkh1994-11-181-0/+1704
* Submitted by: Lawrence J. King ljking@ljk.OCUnix.On.Caats1994-11-171-1/+5
* Added support for the MicroSoft Natural keyboardsos1994-11-176-45/+165
* My port of Julian's 1742 driver to work with the Linux aic7770 sequencergibbs1994-11-173-0/+5121
* New device-driver entries for the aic7770 driver. These use new featuresgibbs1994-11-174-6/+28
* John Aycock's aic7770 sequencer code and assembler. There is currentlygibbs1994-11-1719-0/+7210
* Fixed rather serious bug where the interface wasn't started after it wasdg1994-11-172-2/+12
* Many fixes from Bill Paul:jkh1994-11-177-22/+407
* Don't ever try to kill off process 1 - even if we are out of swap spacedg1994-11-171-2/+3
* John Dyson's patches (and a few from me too) to LFS to use a differentgibbs1994-11-175-17/+111
* Remove a peice of commented out code that was left over from the earlygibbs1994-11-171-3/+2
* Ugen J.S.Antsilevich's latest, happiest, IP firewall code.jkh1994-11-165-263/+518
* Fix a panic I might have seen, or at least could see some day if I havn'tphk1994-11-161-2/+3
* The previous revision forgot to define fatal_if_no_DDB() when there is DDB.bde1994-11-163-6/+16
* #include <socket.h> -> <sys/socket.h>phk1994-11-162-4/+4
* Allow MAXMEM to be larger than the detected physical memory. This changedg1994-11-162-8/+6
* From: Michael Reifenberger <root@rz-wb.fh-sw.de>jkh1994-11-151-1/+16
* Add prototype for Debugger().bde1994-11-152-2/+4
* Fix it to compile without a leftover ddb.h.bde1994-11-151-18/+24
* Remove bogus declaration of Debugger(). Call Debugger() even if DDB isbde1994-11-152-20/+16
OpenPOWER on IntegriCloud