summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix all keymaps to bring BackTab to life.ache1994-11-191-6/+6
* I just learned that isa.h is included in assembler files too...phk1994-11-191-3/+2
* addphk1994-11-191-1/+3
* 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-181-2/+2
* IO_EISASIZE should be 1 slot, not 2.gibbs1994-11-181-2/+2
* 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-181-3/+3
* Change the include for the sequencer program to point back to thegibbs1994-11-183-6/+12
* Never but never have a bad hair day and go to the movies.gibbs1994-11-181-2/+1
* 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-181-1/+2
* aha2742.c was bogus - use aic7770.c instead.jkh1994-11-181-2/+2
* 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-181-11/+3
* 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
* Grap the bootinfo structure the bootblock passes us.phk1994-11-182-3/+15
* 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
* Added support for the MicroSoft Natural keyboardsos1994-11-172-15/+55
* 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-172-3/+14
* Fixed rather serious bug where the interface wasn't started after it wasdg1994-11-171-1/+6
* Many fixes from Bill Paul:jkh1994-11-177-22/+407
* 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
* Allow MAXMEM to be larger than the detected physical memory. This changedg1994-11-161-4/+3
* Add prototype for Debugger().bde1994-11-151-1/+2
* 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
* Don't define KERNEL for compiling genassym. The prototype for the systembde1994-11-151-3/+3
* Include <sys/disklabel.h> to prepare for slices. Don't include thebde1994-11-151-2/+2
* The SYMTAB_SPACE bloatometer was 40% out of date.bde1994-11-152-4/+4
* Make gdt_segs[] public again for APM.bde1994-11-152-8/+16
* Fix type mismatches exposed by a recently added prototype.bde1994-11-152-8/+8
* Remove unused variable from previous commitache1994-11-141-2/+1
* Add model autodetection code, idea from burgess@s069.infonet.netache1994-11-141-4/+44
* Rewrite almost everything.bde1994-11-141-133/+300
* Log processes that exit with an masked npx exception that would trapbde1994-11-141-8/+21
* Oops, the previous commit got the diff for the log message instead ofbde1994-11-141-1/+1
* (Bogus several hundred line diff for a log message deleted. See rev 1.91bde1994-11-141-23/+23
* Move declarations of atdevbase and rtcin() to cpufunc.h (a less wrongbde1994-11-141-12/+5
* Remove 1.5+K of bloat for unused idt entries.bde1994-11-141-13/+20
OpenPOWER on IntegriCloud