summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Replace LC_TIME= with LC_TIME=Cache1996-11-261-2/+2
* Make a kernel with DDB but without sio possible again. This is onlyphk1996-11-252-0/+18
* Enlarge the transmit and receive bufferspace of ipx. Make it tweakablejhay1996-11-242-7/+19
* Back out my previous change here. aic7xxx_asm is only a stdio programpeter1996-11-242-4/+4
* Fix my previous (untested) commit. The probe routine now appears to workpeter1996-11-241-2/+2
* Allocate a header mbuf for the start of the encapsulated packet.fenner1996-11-231-3/+3
* Make this compile again after the syscons/psm/kbdio changes that removedpeter1996-11-232-14/+20
* Add code to the SCSIINT handler for unexpected busfrees and handling immediategibbs1996-11-221-52/+130
* Conditionally enable the busfree interrupt to catch unexpected busfrees.gibbs1996-11-222-56/+29
* Set a more explicit #include path for building aix7xxx_asm, otherwise itpeter1996-11-222-4/+4
* Fix ifconfig link flag handlingguido1996-11-211-3/+6
* changes to make devfs more 'normal'julian1996-11-215-155/+251
* Update comment and disable SCB paging for Rev E cards since paging, at leastgibbs1996-11-211-6/+3
* Change the way Automatic PIO is performed in the mesgin and mesgout phases.gibbs1996-11-211-27/+18
* Fix UserConfig w/syscons.nate1996-11-193-6/+6
* Fixed broken SIOCGIFADDR. It was copying out garbage as the ethernetdg1996-11-181-2/+2
* Fixed obsolete comment.dg1996-11-182-6/+4
* Improve the locality of reference for variables in vm_page anddyson1996-11-172-27/+27
* Improve the caching of small files like directories, while notdyson1996-11-173-8/+8
* Commit AWE32 changes I forgot in my first round. Whoops!jkh1996-11-162-0/+6
* AHC_FORCE_PIO -> AHC_ALLOW_MEMIOgibbs1996-11-161-2/+2
* Be even more careful in how we manipulate the QOUTQCNT variable. Now wegibbs1996-11-161-20/+93
* Since there have been so many reports of the Memory Mapped I/O to thegibbs1996-11-167-27/+21
* Assert that we have seen an identify or have not disconneccted since thegibbs1996-11-162-12/+17
* Disabled i586-optimized copyin and copyout. They usually panic if thebde1996-11-153-3/+9
* Reword two messages:fenner1996-11-151-5/+6
* This is the new AWE32 driver, with support for the AWE32's fancy MIDIjkh1996-11-155-5/+10
* Break my own rule again - I didn't think this stuff was going to come backjkh1996-11-158-1/+3774
* Disable mouse acceleration by default to be the same as the previousnate1996-11-151-2/+2
* Patches from driver author in PR#2010.wollman1996-11-152-182/+698
* Fix RFC 1650 stats... should have read the doco more carefully.wollman1996-11-152-8/+2
* I'm not going to whine to Jordan anymore, since he seems to be busy withasami1996-11-151-2/+2
* Change this back to movl for -current since it seems to work there.jkh1996-11-153-6/+6
* Only poll the keyboard if the data left in the buffer is from thesos1996-11-153-15/+15
* Rename sb.h to sb_defs.h and pas.h to pas_defs.h so there's nojkh1996-11-1511-9/+9
* KNF'ify.nate1996-11-153-15/+33
* KNF'ify and fix boo-boo I made in last commit.nate1996-11-151-885/+910
* Removed 2.1-compatability code and made the debugging less verbose bynate1996-11-151-75/+31
* New PS/2 mouse drive which uses the new 'shared' keyboard/psm readnate1996-11-151-254/+998
* Finally a start at sharing the kdb controller routines betweensos1996-11-1415-433/+1854
* movl instruction should have been lea (this is why userconfig didn'tjkh1996-11-143-6/+6
* TRUE/FALSE are used even outside of VISUAL_USERCONFIG - move them accordingly.jkh1996-11-141-9/+5
* Some more updates.asami1996-11-146-16/+8
* Change WARNING line about SCB paging to:ache1996-11-133-6/+6
* Don't fiddle with RTS if RTS flow control is off. This gives applicationsbde1996-11-136-102/+153
* Oops I forgot to add the official id for this card.jhay1996-11-132-4/+6
* Another round of resync and some added sound support.asami1996-11-138-40/+23
* Submitted by: Archie and me.julian1996-11-131-1/+3
* Add support for header type == 1 devices (PCI 2.1 compatible PCI to PCIse1996-11-126-8/+22
* Fix PCI to PCI bridge register bit field masks.se1996-11-124-72/+22
OpenPOWER on IntegriCloud