aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix for the Compaq Armada laptop.Kazutaka YOKOTA1997-02-072-6/+18
* Correct comments relating to MAXLOGNAME.David Nugent1997-02-071-2/+3
* The worm(4) driver needs a bdev major # now, too.Joerg Wunsch1997-02-062-0/+2
* After so many people have been bugging me :), finally implementJoerg Wunsch1997-02-061-52/+80
* Deleted ioskip member of the structure pc98_edregister. The memberKATO Takenori1997-02-062-18/+8
* Cosmetic change. Sorted by function, added `1997' to copyrightKATO Takenori1997-02-061-12/+30
* Don't zero ip->ip_sum during sum validation. This should onlyBrian Somers1997-02-061-3/+4
* Fixed missing ioport offset from the reading/updating of the PLXDavid Greenman1997-02-052-2/+2
* Changed document encoding system from JIS X 0208 to EUC.KATO Takenori1997-02-051-37/+48
* Fix misspelled variable name, -current build stopperAndrey A. Chernov1997-02-052-2/+2
* Deleted obsolete structure, pc98_device.KATO Takenori1997-02-041-4/+0
* Moved PC-98 routine in sd_get_parms() to pc98_machdep.c.KATO Takenori1997-02-043-34/+71
* Add interface revision field to pci_register_lkm parameter list.pci.c pcibus.hStefan Eßer1997-02-043-3/+11
* Changed several configuration options:David Greenman1997-02-042-14/+14
* Do "selective" reset rather than full reset...the manual specificallyDavid Greenman1997-02-044-6/+16
* Don't include the short-frames counter in with the input errors. ThisDavid Greenman1997-02-042-6/+2
* Make sure we have arguments to pass before calling ifaof_ifpforaddrBill Fenner1997-02-041-3/+3
* Initialization of a variable got lost in the last commit when I movedJustin T. Gibbs1997-02-031-0/+1
* Fix an oversight in the handling of non-tagged abort requests. We needJustin T. Gibbs1997-02-031-34/+72
* Changed return value of ed_probe (= number of I/O ports). BecauseKATO Takenori1997-02-032-24/+43
* White space cleanup and other cosmetic style changes.Justin T. Gibbs1997-02-032-25/+62
* In dma_finish, don't disturb the direction bit in DFCNTRL when turning offJustin T. Gibbs1997-02-031-6/+3
* Do not accidentally default a device that failed probing to T_DIRECTJoerg Wunsch1997-02-021-0/+1
* Reset ip_divert_ignore to zero immediately after use - also,Brian Somers1997-02-023-2/+3
* Make ibcs2 a little bit saver. Add copyright.Wolfram Schneider1997-02-022-6/+70
* Deleted i386_cpus[]. i386_cpus[] is a static variable in identcpu.c.KATO Takenori1997-02-022-2/+0
* Synchronize with sys/i386/isa/sio.c revision 1.158.KATO Takenori1997-02-022-6/+30
* Correct the usage of fea0. It's an EISA driver now, so the ISA usageJoerg Wunsch1997-02-013-9/+12
* Fixed the SMC fifo bug fix. sioopen() hung while input was streaming inBruce Evans1997-02-013-9/+45
* - KNFized pc98 specific files.KATO Takenori1997-01-314-136/+149
* Synchronize with sys/i386/isa/syscons.c revision 1.200.KATO Takenori1997-01-311-1/+10
* Synchronize with sys/i386/i386/locore.s revision 1.80.KATO Takenori1997-01-311-1/+1
* Another fix to inheriting shared segments. Do the copy on writeJohn Dyson1997-01-311-1/+9
* Fix yet another breakage i've missed when committing rev 1.14. It wasJoerg Wunsch1997-01-301-1/+1
* Fix a benign type mismatch i've introduced in rev 1.40.Joerg Wunsch1997-01-301-14/+14
* Removed PG_N from here, too. Some machines don't like it and it's unnecessary.David Greenman1997-01-303-3/+3
* Removed unnecessary PG_N flag from device memory mappings. This is handledDavid Greenman1997-01-302-2/+2
* Fixed the "switch to next screen" command (normally bound to theSøren Schmidt1997-01-303-3/+30
* Removed reference to PSM_NO_RESET which is no longer available.Kazutaka YOKOTA1997-01-303-6/+3
* Change space to tab.Satoshi Asami1997-01-301-1/+1
* Synchronize with sys/i386/isa/sio.c revision 1.157.KATO Takenori1997-01-302-14/+50
* Synchronize with sys/i386/isa/npx.c revision 1.38.KATO Takenori1997-01-301-2/+6
* Synchronize with sys/i386/isa/clock.c revision 1.75.KATO Takenori1997-01-303-30/+63
* Estimate an initial overhead of 0 usec instead of 20 usec in DELAY().Bruce Evans1997-01-295-50/+105
* Fixes and workarounds for Hayes ESP:Bruce Evans1997-01-293-21/+75
* Removed `Debugger("no slices")'. It's normal and harmless to have noBruce Evans1997-01-291-5/+2
* Disabled logging of masked exceptions on exit. Keep the side effect ofBruce Evans1997-01-293-6/+18
* Fixed reset port address of PC-9801-108.KATO Takenori1997-01-291-1/+1
* Add 1997 to my copyright.Justin T. Gibbs1997-01-291-5/+7
* Add 1997 to my copyright.Justin T. Gibbs1997-01-292-136/+377