summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Change wakeup to endtsleep, because wakeup don't produce timeoutache1994-12-011-3/+4
* Fix bug I introduced that broke BPF support. Caused by a byte order problemdg1994-11-301-3/+1
* Reverse the meaning of previous change.jkh1994-11-301-7/+5
* Put the sequencer into FASTMODE during initialization. I can nowgibbs1994-11-293-9/+18
* Experimental change to floppy driver to NOT probe the floppy tape ifjkh1994-11-291-2/+7
* Really deactivated the code that puts scsi stats into dk0.se1994-11-281-4/+4
* Expand again the SYMTAB_SPACE for LINT.ats1994-11-272-4/+4
* Go back to -O optimization...Bruce's arguments against -O2 are convincingdg1994-11-271-2/+2
* Temporary kludge: treat \r same as \n in input, so working on ajoerg1994-11-271-2/+2
* I made a syntax error yesterday.phk1994-11-271-2/+2
* Expand the EISA MAX_SLOTS from 8 to 16.ats1994-11-262-4/+4
* Always put received packets in an mbuf cluster. This simplifies the codedg1994-11-261-94/+21
* Set the bootverbose if so desired.phk1994-11-261-2/+12
* Declare "extern int bootverbose", so that device-drivers and othersphk1994-11-261-1/+2
* Implement RB_VERBOSE. This is intended to mean: Print all information whichphk1994-11-261-2/+4
* Changed the MAX_SLOTS constant from 8 to 16. The EISA bus can have upats1994-11-253-6/+6
* Added #define PROBE_VERBOSE and description (PCI chip set boot messages)se1994-11-242-2/+10
* Moved conversion of ether_type to host byte order out of ethernet driversdg1994-11-249-329/+31
* Changed optimization level to -O2.dg1994-11-241-2/+2
* Bunch of fixes from Matt Thomas:dg1994-11-221-43/+61
* Fix wrong size check for scroll forward/backward ('S'/'T')ache1994-11-211-5/+5
* Attempt to fix scroll forward/ scroll backward bug bringed by vi,ache1994-11-211-4/+4
* More intelligent BackTab fix using BTAB special key (unused before)ache1994-11-192-9/+11
* 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
OpenPOWER on IntegriCloud