summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Obtained from: 1.1.5bde1994-12-241-4/+10
* Restore my changes in rev 1.11 that Garrett killed in his commit.dg1994-12-221-2/+2
* Move ARP interface initialization into if_ether.c:arp_ifinit().wollman1994-12-228-46/+19
* Add support for -v option passed to boot loader (bootverbose).se1994-12-221-3/+6
* Added `ds', a black-hole network interface.wollman1994-12-222-4/+12
* Remove get status from probe, confuse LU002ache1994-12-211-5/+3
* stbytes miss by one for new modelache1994-12-211-4/+4
* Insert a hook to initialize the serial port at the beginning ofjoerg1994-12-181-1/+9
* This became a frequently requested item now.joerg1994-12-183-0/+709
* Initialize syscons also in cases where it ain't the system's consolejoerg1994-12-181-1/+4
* Ooops, i forgot one NVT > 0 in a previous commit. Now pcvt will alsojoerg1994-12-181-2/+2
* Move the code providing the equivalent of ICRNL for console input fromjoerg1994-12-182-4/+6
* Pass the slice number of the boot device to the kernel in the previouslybde1994-12-184-9/+16
* > ../../i386/isa/if_le.c still has a mountain of warnings.. Anyone keenphk1994-12-181-7/+13
* Unbogify the size being passed to bzero when clearing struct softc.dg1994-12-181-2/+2
* Move page_unhold's in pmap_object_init_pt down one line to gard againstdg1994-12-181-3/+3
* Add a 'vn' to GENERICjkh1994-12-181-2/+3
* Check for PG_FAKE too in pmap_object_init_pt.dg1994-12-181-3/+3
* Add two more page table pages to keep 64MB machines happy.dg1994-12-181-2/+2
* Bump LINT's symtab space.jkh1994-12-172-4/+4
* Fix a few nasties in the conversion.jkh1994-12-171-3/+2
* Add Fred Cawthorne's GPIB driver.jkh1994-12-177-5/+1400
* Uncomment DISKSLICE; it should work now (for drivers that support it).bde1994-12-162-6/+4
* Don't push/pop the return-val register. (DUH!)phk1994-12-162-6/+2
* Grumble, try to remember what assembler syntax is used :-/phk1994-12-162-10/+8
* Be much more carefull about what we leave in unused registers when we callphk1994-12-162-4/+24
* Remove sd1-sd3 & st1, now that we can autoallocate them.phk1994-12-163-17/+5
* Rudimentry bsd-audio emulator for VAT support using FreeBSD's voxware package.pst1994-12-162-0/+428
* Fix bug around VOP_READDIR, now takes 6 parameters not 4.sos1994-12-141-7/+7
* Add ahc driver, more symtab space.wollman1994-12-132-6/+10
* Delete `HZ' option; it's only of use to Bruce and screws up the NTP PLLwollman1994-12-132-8/+10
* lsdev paniced the machine when 2 (or more) ide controllers are installed.guido1994-12-131-2/+2
* diskslice_machdep.c implements reading and checking of DOS slice tables.bde1994-12-121-0/+212
* Add old options HZ, VN, ALLOW_CONFLICT_DRQ, ALLOW_CONFLICT_MEMADDR,bde1994-12-112-6/+68
* Add i386/isa/diskslice_machdep.c. This will eventually replace readMBR.c.bde1994-12-111-5/+6
* Move declaration of d_strategy_t to <sys/conf.h>.bde1994-12-111-2/+5
* Removed inappropriate comment.dg1994-12-111-3/+1
* Add additional comment.dg1994-12-111-2/+4
* Fix bogus comment.dg1994-12-111-3/+4
* The physical memory allocated for input DMA must be contiguous. The driverdg1994-12-111-3/+3
* Document the options DUMMY_NOPS and TUNE_1542.ats1994-12-112-2/+20
* Correct a type in an ifndef EXCLUDE_3812 from 8312 -> 3812. Obtainedats1994-12-101-2/+2
* Changed the behavior of KDMKTONE to comply with svr4, default tosos1994-12-061-2/+8
* Added vn as a possible swapdev.phk1994-12-041-1/+2
* Here is a minor patch for FreeBSD 2.0R to allow it to recognizejoerg1994-12-042-2/+7
* Entries for the vn driver completed.phk1994-12-041-39/+26
* Fix bogus and broken include paths:bde1994-12-043-21/+18
* Allocated chardev#43 and blkdev#15 to the vn-driver. The rest of the stuffphk1994-12-041-2/+14
* >Originator: Gene Starkjkh1994-12-041-1/+3
* Make CHILD_MAX and OPEN_MAX a tunable parameter.smace1994-12-032-2/+18
OpenPOWER on IntegriCloud