summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Terminate all probe/diagnostic/error messages correctly with a \n.rgrimes1995-03-262-29/+28
* Reviewed by:bde1995-03-251-3/+3
* Fix the path to scdreg.h.bde1995-03-251-2/+5
* Add -Wimplicit to ${CWARNFLAGS} so that implicitly declared functionsbde1995-03-251-3/+4
* Add more compatibility cruft:bde1995-03-251-19/+69
* Do a printf("\n") after all conditional printfs have been done so thatswallace1995-03-251-4/+5
* Bring in the new non-GPL'd driver from Mikael Hybsch. This version isjkh1995-03-242-0/+1688
* scd driver now lives in non-GPL land.jkh1995-03-241-2/+2
* Change MAX_SLOTS -> EISA_MAX_SLOTS and correct comments. Add this torgrimes1995-03-233-16/+25
* aha1742.c:gibbs1995-03-233-6/+7
* Patches from Serge Babkin to fix interrupt handling bugs.dg1995-03-232-8/+28
* Correct pcibus_setup() to return as soon as one test succeeds.se1995-03-224-4/+12
* Delete PCI PCI bridge simulator code ...se1995-03-224-360/+4
* Remove spurious declaration of printf().se1995-03-224-12/+4
* Fixes and improvements from John Dyson:dg1995-03-222-46/+149
* New ISA specific PCI code.se1995-03-214-588/+836
* Added a new version of trap_pfault() that disallows kernel page faultsdg1995-03-211-1/+121
* Changed some #ifdef DIAGNOSTIC code that I added to be #ifdef DEBUG.dg1995-03-211-2/+2
* Removed redundant newlines that were in some panic strings.dg1995-03-194-9/+9
* And all serial chars with 0x7f to discard parity bits.phk1995-03-191-1/+2
* Add back SNDCTL_DSP_SETBLKSIZE ioctl code that got zapped.swallace1995-03-181-1/+15
* Add Intel EtherExpress16 (ix0) driver.rgrimes1995-03-183-3/+6
* Increase the DELAY used in ahc_poll. This is only used during intialgibbs1995-03-171-47/+67
* Change probe output to gus0 instead of snd4.swallace1995-03-171-2/+2
* Remove a spurious printf.phk1995-03-171-2/+1
* Call dev_shutdownall() just after unmounting filesystems.dg1995-03-171-1/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-1624-76/+187
* Prepare for shared interrupts (required by the new PCI code that addsse1995-03-162-2/+30
* Remove isa/prof_machdep.c. It doesn't exist yet.bde1995-03-161-2/+1
* Fix support for extended partitions (forgot to release the buffer).bde1995-03-151-3/+7
* Document scsi optionsdufault1995-03-152-4/+16
* Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.dg1995-03-142-8/+24
* Removed "-D" option and made symbols load all the time. They will bedg1995-03-141-46/+40
* Change device entry examples to reflect the following:swallace1995-03-133-30/+21
* Remove old snd file configuration list and add new file listswallace1995-03-123-75/+120
* Reorganize how sound devices are configured. Use a snd controllerswallace1995-03-1217-168/+237
* Finally get rid of this bothering ``biodone: buffer already done''joerg1995-03-121-3/+12
* Save all changed devices so thet dset would be able to retriveugen1995-03-121-1/+38
* Add id_next field to struct isa_device,this does notugen1995-03-121-1/+2
* Fix config-time syntax errors in sound options.bde1995-03-122-28/+28
* Adding tunnel pseudo-device for Network Installation with User process PPP.amurai1995-03-121-1/+2
* Moved bb stuff to support.s per Bruces suggestion.phk1995-03-112-14/+14
* Add a dummy ___bb_init_func for BB profiling of the kernel.phk1995-03-101-1/+13
* kmem_alloc() returns zero-filled memory; it isn't necessary to bzero()dg1995-03-101-2/+1
* Removed unnecessary routines vm_get_pmap() and vm_put_pmap().dg1995-03-101-29/+3
* Remove redundant IORW definition..ugen1995-03-081-23/+1
* Added ata.c device driver file.sos1995-03-071-1/+2
* Increased number of buffers to 1/12 of (page_count - 1024). This makes thedg1995-03-071-2/+2
* Compile cleanly -Wall. Remove some code that was an attempt to makegibbs1995-03-071-59/+46
* Compile cleanly -Wall.gibbs1995-03-072-10/+10
OpenPOWER on IntegriCloud