summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for the SDL RISCom N2pci cards. Bring in the enhancementsjhay1996-10-298-2439/+6694
* Remove some unnecessary code in the interrupt handler.jhay1996-10-283-36/+45
* A #define really don't need a ; at the end.jhay1996-10-282-4/+4
* comaptibles->compatiblesimp1996-10-281-3/+3
* In data_phase_reinit when I converted the code to use bcopy, I should havegibbs1996-10-281-3/+3
* devfs_tree.c: improve our bdevvp() function.phk1996-10-282-4/+8
* init_main.c: pass -d to init if DEVFS_ROOTphk1996-10-284-4/+14
* DEVFS_ROOT -> opt_devfs.hphk1996-10-281-1/+3
* Kill _OLD_PATH_LOG. It's not needed.joerg1996-10-281-2/+1
* Add basic support for the 398X cards as multi-channel SCSI host adapters.gibbs1996-10-281-23/+106
* Add basic support for the 398X cards as multi-channel SCSI host adapters.gibbs1996-10-284-184/+292
* Add some code to allow SCB sharing for the 398X cards. This involves passinggibbs1996-10-281-5/+6
* Add two new aic7xxx driver options:gibbs1996-10-284-4/+14
* Fix problems dealing with non-tagged devices when SCB paging is enabled.gibbs1996-10-282-48/+53
* The way we get a vnode for swapdev is not quite kosher. In particularphk1996-10-271-4/+18
* Move static variable nextpid out from fork1(). Now top(1) can printwosch1996-10-271-2/+3
* Use the calibrated/adjustable i8254 frequency `timer_freq' instead ofsos1996-10-263-69/+90
* Removed initialization of a variable that went away. Oops.bde1996-10-265-25/+15
* Don't allow reassembly to create packets bigger than IP_MAXPACKET, and countfenner1996-10-255-8/+32
* Declare pointers to signal handling functions in full instead of asbde1996-10-253-8/+6
* Removed unused #includes.bde1996-10-251-14/+14
* Use macros from timmerreg.h instead of private ones.bde1996-10-252-56/+14
* Print the clock calibration messages all on one (long) line again sobde1996-10-255-105/+90
* Improved biasing of i586 clock by adjusting for hardclock() latency.bde1996-10-255-105/+130
* Removed #include of <machine/clock.h>. It is no longer used, and wouldbde1996-10-251-2/+1
* Unremoved used #include of <sys/systm.h> for the !GUPROF case.bde1996-10-251-1/+4
* - KNF cleanup.gibbs1996-10-251-170/+143
* - KNF cleanup.gibbs1996-10-254-1457/+1100
* KNF cleanup.gibbs1996-10-251-64/+64
* Go back to using DMA to get SCBs down to the adapter.gibbs1996-10-252-356/+485
* Added a missing break, so all static bins would be missed :(sos1996-10-241-1/+2
* Remove a bogus optimization in the mmap code. It is superfluous,dyson1996-10-241-24/+5
* Fix setting breakpoints in shared regions.dyson1996-10-242-14/+8
* Reviewed by: various (mailing list feedback)julian1996-10-231-2/+3
* Give ip_len and ip_off more natural, unsigned types.wollman1996-10-232-6/+6
* GNU-style changes:ache1996-10-231-10/+14
* Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flagpst1996-10-2313-37/+43
* Another round of merge.asami1996-10-2340-3542/+705
* Account for the UPAGES in the same way as before moving the MD codedyson1996-10-232-2/+10
* Changed args to the nat functions.sos1996-10-223-6/+6
* Definitions for ioctl() accesses to PCI config space registers.se1996-10-222-0/+72
* Add support for ioctl() accesses to PCI config space registers.se1996-10-224-8/+334
* close bin/1648 libmd not 64bit safe.phk1996-10-222-5/+6
* Fix comments, which appear to have been mangled long ago and far away.fenner1996-10-211-6/+8
* When compiling with '-Wall -pedantic', the byte swapping macros gave thenate1996-10-211-3/+3
* If a large (>4096 bytes) directory was modified, the old directorydfr1996-10-214-14/+22
* Fix signed/unsigned comparison warnings.alex1996-10-205-14/+14
* Removing old isdn stuff.phk1996-10-208-101/+27
* Removing old isdn stuff.phk1996-10-2011-4751/+0
* removing old isdn stuff.phk1996-10-201-221/+0
OpenPOWER on IntegriCloud