aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sigset_t change (part 4 of 5)Marcel Moolenaar1999-09-2928-947/+1144
* sigset_t change (part 3 of 5)Marcel Moolenaar1999-09-2926-489/+1870
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-2934-773/+1255
* sigset_t change (part 1 of 5)Marcel Moolenaar1999-09-291-8/+16
* Fix world-breaking bug, add $FreeBSD$ tag.Daniel C. Sobral1999-09-291-1/+2
* Add ID for ESS ES1869.Doug Rabson1999-09-294-0/+16
* Bring in ficl version 2.03. No version bump for loader.Daniel C. Sobral1999-09-2921-827/+1497
* struct plex: Add variables checkblock and rebuildblock to keep trackGreg Lehey1999-09-281-1/+8
* revive_block: set b_resid correctly.Greg Lehey1999-09-281-4/+208
* logrq: add sdiodone case.Greg Lehey1999-09-281-9/+7
* Don't count iterations while waiting for a lock to become free.Greg Lehey1999-09-281-10/+9
* Add ioctls VINUM_CHECKPARITY and VINUM_RESETPARITY, still to be fullyGreg Lehey1999-09-281-0/+8
* Reduce MAX_IOCTL_REPLY to 1024; the previous value was more than ioctlGreg Lehey1999-09-281-8/+10
* open_drive: Don't call set_drive_state to take a drive down, do itGreg Lehey1999-09-281-3/+3
* sdio_done: Log events if DEBUG_LASTREQS set.Greg Lehey1999-09-281-0/+4
* Change remove_drive_entryGreg Lehey1999-09-281-1/+5
* Remove some superfluous comments.Greg Lehey1999-09-281-62/+40
* Minor formatting changes (7th attempt)Greg Lehey1999-09-281-3/+2
* Add loginfo type for sdiodone.Greg Lehey1999-09-281-0/+1
* * add a non-reset device- will not reset the channel on open. youCameron Grant1999-09-2814-52/+106
* add a missing blank lineCameron Grant1999-09-284-4/+8
* add the ad1816 driverCameron Grant1999-09-281-0/+1
* seperate the ad1816 driver from the mss driver since it shares no codeCameron Grant1999-09-288-822/+1414
* Use rmand_get_bus{tag,handle} rather than hard wiring things toWarner Losh1999-09-281-3/+3
* In sbflush(), don't exit the while loop too early: this can causePierre Beyssac1999-09-282-2/+16
* Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp1999-09-2823-597/+70
* Add another ID for the AWE64.Doug Rabson1999-09-284-0/+4
* Sync w/ sys/i386/isa/pcaudio.c revision 1.54.KATO Takenori1999-09-281-2/+34
* Removed aha driver.KATO Takenori1999-09-281-6/+0
* Sync w/ sys/i386/conf/files.i386 revision 1.274.KATO Takenori1999-09-282-2/+0
* Reconnect 'bktr' now that world won't (I hope) break again from it.Peter Wemm1999-09-281-2/+1
* Make the bktr module build. The Makefile was badly mangled, includingPeter Wemm1999-09-281-7/+9
* Make sure file after VOP_OPEN is VMIO'd when transfering control fromMatthew Dillon1999-09-284-8/+16
* Ooops- forgot to commit this.Matt Jacob1999-09-281-1/+5
* Fix breakage caused by last commit. Also accommodate the new interfacesSteve Price1999-09-281-4/+4
* /tmp/cvswGS523Warner Losh1999-09-282-3/+32
* Newbusification of aha. dfr sent me the first cut, and I made itWarner Losh1999-09-282-133/+169
* Properly handle the case when either the aliasing or source address ofRuslan Ermilov1999-09-271-26/+66
* Add auto-detection for Askey Dynalink Magic TView andRoger Hardiman1999-09-273-27/+89
* ed driver re-activated.KATO Takenori1999-09-272-20/+20
* Removed pc98 code.KATO Takenori1999-09-271-14/+0
* Make ed driver work again.KATO Takenori1999-09-275-4/+724
* Merge from sys/isa/fd.c revision 1.146, 1.153, 1.154 and 1.159.Yoshihiro Takahashi1999-09-272-324/+140
* Move if_ed.c back to files.i386 since pc98 has a special ed driver.KATO Takenori1999-09-273-1/+2
* Spell 'timecounter' correctly.Bill Fumerola1999-09-273-3/+3
* Revert non-aha changes. They weren't supposed to go in.Warner Losh1999-09-273-7/+4
* Seperate pcaudio from isa/snd and isa/sound - it's not worth this breakingPeter Wemm1999-09-271-2/+34
* Correct typo in comment. putccdbuf() releases a buffer, it doesn't allocate ...Greg Lehey1999-09-272-2/+2
* Move aha driver to dev/aha like the other drivers.Warner Losh1999-09-274-295/+8
* Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff.Peter Wemm1999-09-2720-103/+40